]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit - usr.bin/truss/syscalls.c
MFC r200780:
authorjh <jh@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 Feb 2010 15:53:28 +0000 (15:53 +0000)
committerjh <jh@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 Feb 2010 15:53:28 +0000 (15:53 +0000)
commit7d4838e5a75e6af2b19c6de493e7cb83ea363034
treeeb47e12b09ec4f72b9a4db2a34ddf9cd18ecd417
parent3e30cd07804a3e06dcf74b34894fd44923f3826f
MFC r200780:

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

git-svn-id: svn://svn.freebsd.org/base/stable/8@203668 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/truss/amd64-fbsd32.c
usr.bin/truss/i386-fbsd.c
usr.bin/truss/syscalls.c