From nobody@FreeBSD.org  Mon Mar 26 22:14:34 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B324016A407
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Mar 2007 22:14:34 +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 A421213C480
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Mar 2007 22:14:34 +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 l2QMEYrU066905
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Mar 2007 22:14:34 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l2QM9Wfj062166;
	Mon, 26 Mar 2007 22:09:32 GMT
	(envelope-from nobody)
Message-Id: <200703262209.l2QM9Wfj062166@www.freebsd.org>
Date: Mon, 26 Mar 2007 22:09:32 GMT
From: Yuri<yuri@tsoft.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: truss missing linux_access syscall description (PATCH INCLUDED)
X-Send-Pr-Version: www-3.0

>Number:         110887
>Category:       bin
>Synopsis:       [patch] truss(1) missing linux_access syscall description
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 26 22:20:03 GMT 2007
>Closed-Date:    Fri Nov 27 18:17:46 UTC 2009
>Last-Modified:  Fri Nov 27 18:17:46 UTC 2009
>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:

From: "Howard Su" <howard0su@gmail.com>
To: bug-followup@FreeBSD.org, yuri@tsoft.com
Cc:  
Subject: Re: bin/110887: [patch] truss(1) missing linux_access syscall description
Date: Wed, 20 Jun 2007 20:49:02 +0800

 There are several missed syscall related linux. We need someone propose a
 complete list and checkin. It will be better than commit a small hack.
 
State-Changed-From-To: open->closed 
State-Changed-By: jh 
State-Changed-When: Fri Nov 27 18:17:45 UTC 2009 
State-Changed-Why:  
Duplicate of bin/134919. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110887 
>Unformatted:
