freebsd-dev/usr.bin/truss
John Baldwin 7d89732757 Decode the arguments passed to the *at() family of system calls. This is
especially useful now that libc's open() always calls openat().  While here,
fix a few other things:
- Decode the mode argument passed to access(), eaccess(), and faccessat().
- Decode the atfd paramete to pretty-print AT_FDCWD.
- Decode the special AT_* flags used with some of the *at() system calls.
- Decode arguments for fchmod(), lchmod(), fchown(), lchown(), eaccess(),
  and futimens().
- Decode both of the timeval structures passed to futimes() instead of just
  the first one.
2015-08-06 19:08:33 +00:00
..
amd64-fbsd32.c truss: follow pdfork()ed descendents with -f 2015-07-24 16:57:13 +00:00
amd64-fbsd.c truss: follow pdfork()ed descendents with -f 2015-07-24 16:57:13 +00:00
amd64-linux32.c
amd64linux32.conf
arm-fbsd.c truss: follow pdfork()ed descendents with -f 2015-07-24 16:57:13 +00:00
extern.h Remove ia64. 2014-07-07 00:27:09 +00:00
fbsd32.conf
i386-fbsd.c truss: follow pdfork()ed descendents with -f 2015-07-24 16:57:13 +00:00
i386-linux.c
i386.conf
i386linux.conf
main.c Remove ia64. 2014-07-07 00:27:09 +00:00
Makefile Use INCLUDEDIR rather than hard coded /usr/include 2015-06-11 14:25:53 +00:00
Makefile.depend.amd64 new depends 2015-06-16 23:37:19 +00:00
mips-fbsd.c truss: follow pdfork()ed descendents with -f 2015-07-24 16:57:13 +00:00
powerpc64-fbsd.c truss: follow pdfork()ed descendents with -f 2015-07-24 16:57:13 +00:00
powerpc-fbsd.c truss: follow pdfork()ed descendents with -f 2015-07-24 16:57:13 +00:00
setup.c
sparc64-fbsd.c truss: follow pdfork()ed descendents with -f 2015-07-24 16:57:13 +00:00
syscall.h Decode the arguments passed to the *at() family of system calls. This is 2015-08-06 19:08:33 +00:00
syscalls.c Decode the arguments passed to the *at() family of system calls. This is 2015-08-06 19:08:33 +00:00
truss.1
truss.h