freebsd-src/usr.bin/truss
Jaakko Heinonen 76de696d6a Add fork(2), getegid(2), geteuid(2), getgid(2), getpid(2), getpgid(2),
getpgrp(2), getppid(2), getsid(2) and getuid(2) to syscall table to
decode their arguments correctly.

OK'ed by:	delphij
Approved by:	trasz (mentor)
2009-12-20 10:58:34 +00:00
..
amd64-fbsd.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
amd64-fbsd32.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
amd64-linux32.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
amd64linux32.conf Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Some 2008-05-16 15:34:06 +00:00
extern.h Add preliminary support for truss on MIPS. It compiles, but has not 2009-02-15 01:26:49 +00:00
fbsd32.conf Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Some 2008-05-16 15:34:06 +00:00
i386-fbsd.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
i386-linux.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
i386.conf Don't want a stray systrace_args.c in objdir. 2007-05-22 10:36:12 +00:00
i386linux.conf Don't want a stray systrace_args.c in objdir. 2007-05-22 10:36:12 +00:00
ia64-fbsd.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
main.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
Makefile Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Some 2008-05-16 15:34:06 +00:00
mips-fbsd.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
powerpc-fbsd.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
setup.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
sparc64-fbsd.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
syscall.h Add -c option to summarize number of calls, errors, and system time. 2009-05-12 20:42:12 +00:00
syscalls.c Add fork(2), getegid(2), geteuid(2), getgid(2), getpid(2), getpgid(2), 2009-12-20 10:58:34 +00:00
truss.1 Add -c option to summarize number of calls, errors, and system time. 2009-05-12 20:42:12 +00:00
truss.h Add -c option to summarize number of calls, errors, and system time. 2009-05-12 20:42:12 +00:00