From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 26 22:20:04 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA49A16A407 for ; Mon, 26 Mar 2007 22:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B484113C45B for ; Mon, 26 Mar 2007 22:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2QMK40b052531 for ; Mon, 26 Mar 2007 22:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2QMK4Mu052530; Mon, 26 Mar 2007 22:20:04 GMT (envelope-from gnats) Resent-Date: Mon, 26 Mar 2007 22:20:04 GMT Resent-Message-Id: <200703262220.l2QMK4Mu052530@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuri Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17DF316A402 for ; Mon, 26 Mar 2007 22:16:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 0912213C4BB for ; Mon, 26 Mar 2007 22:16:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2QMGlcO068361 for ; Mon, 26 Mar 2007 22:16:47 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l2QMBkhN064398; Mon, 26 Mar 2007 22:11:46 GMT (envelope-from nobody) Message-Id: <200703262211.l2QMBkhN064398@www.freebsd.org> Date: Mon, 26 Mar 2007 22:11:46 GMT From: Yuri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: bin/110888: truss missing linux_access syscall description (PATCH INCLUDED) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2007 22:20:05 -0000 >Number: 110888 >Category: bin >Synopsis: truss missing linux_access syscall description (PATCH INCLUDED) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 26 22:20:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: 6.2-STABLE FreeBSD >Organization: N/A >Environment: FreeBSD eagle.xxx.xxx 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Mar 3 11:44:10 PST 2007 root@xxx.xxx.xxx:/usr/obj/usr/src/sys/GENERIC i386 >Description: Syscall's args missing causing file name not appearing in the truss output. See patch in the 'Fix' section. >How-To-Repeat: n/a >Fix: --- usr.bin/truss/syscalls.c.previous Mon Mar 26 15:04:36 2007 +++ usr.bin/truss/syscalls.c Mon Mar 26 15:04:11 2007 @@ -102,6 +102,8 @@ { { Name, 0} , {Octal, 1}}}, { "linux_open", 1, 3, { { Name, 0 }, { Hex, 1}, { Octal, 2 }}}, + { "linux_access", 1, 2, + { { Name, 0 }, { Hex, 1}}}, { "close", 1, 1, { { Int, 0 } } }, { "link", 0, 2, >Release-Note: >Audit-Trail: >Unformatted: