Date: Mon, 26 Mar 2007 22:09:32 GMT From: Yuri<yuri@tsoft.com> To: freebsd-gnats-submit@FreeBSD.org Subject: bin/110887: truss missing linux_access syscall description (PATCH INCLUDED) Message-ID: <200703262209.l2QM9Wfj062166@www.freebsd.org> Resent-Message-ID: <200703262220.l2QMK4Vo052517@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110887 >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:03 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703262209.l2QM9Wfj062166>