From owner-cvs-src-old@FreeBSD.ORG Mon Dec 21 17:38:31 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBB1D106568D for ; Mon, 21 Dec 2009 17:38:31 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A96818FC18 for ; Mon, 21 Dec 2009 17:38:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBLHcVKX053141 for ; Mon, 21 Dec 2009 17:38:31 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBLHcVfr053140 for cvs-src-old@freebsd.org; Mon, 21 Dec 2009 17:38:31 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <200912211738.nBLHcVfr053140@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Mon, 21 Dec 2009 17:38:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/truss amd64-fbsd32.c i386-fbsd.c syscalls.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2009 17:38:31 -0000 jh 2009-12-21 17:38:13 UTC FreeBSD src repository Modified files: usr.bin/truss amd64-fbsd32.c i386-fbsd.c syscalls.c Log: SVN rev 200780 on 2009-12-21 17:38:13Z by jh Remove non-working special case for pipe(2) from amd64-fbsd32.c and i386-fbsd.c. Add pipe(2) to syscall table to decode it's pointer argument properly and re-add special handling for pipe(2) return value to print_syscall_ret(). PR: bin/120870 Approved by: trasz (mentor) Revision Changes Path 1.34 +0 -13 src/usr.bin/truss/amd64-fbsd32.c 1.33 +0 -13 src/usr.bin/truss/i386-fbsd.c 1.60 +8 -0 src/usr.bin/truss/syscalls.c