bin/110888: truss missing linux_access syscall description (PATCH INCLUDED)

Yuri yuri at tsoft.com
Mon Mar 26 22:20:05 UTC 2007


>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 at 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:


More information about the freebsd-bugs mailing list