freebsd-dev/usr.bin/truss
Marcel Moolenaar a9fdd3a89e Fix truss on ia64. The syscall arguments are written to the trap
frame, occupying scratch registers r16 and up. We don't have to
save any scratch registers for syscalls, so we have plenty of
room there. Consequently, when we fetch the registers from the
process, we automaticly have all the arguments and don't need
to read them seperately.
2003-08-02 22:29:10 +00:00
..
alpha-fbsd.c Various cleanups of truss: 2002-11-09 22:46:51 +00:00
amd64-fbsd32.c Fixed comment. 2003-02-20 15:05:39 +00:00
amd64-linux32.c Various cleanups of truss: 2002-11-09 22:46:51 +00:00
extern.h Port to ia64. It builds, but usability is very limited. 2002-11-10 00:59:13 +00:00
i386-fbsd.c Fixed comment. 2003-02-20 15:05:39 +00:00
i386-linux.c Various cleanups of truss: 2002-11-09 22:46:51 +00:00
i386.conf
i386linux.conf
ia64-fbsd.c Fix truss on ia64. The syscall arguments are written to the trap 2003-08-02 22:29:10 +00:00
main.c Port to ia64. It builds, but usability is very limited. 2002-11-10 00:59:13 +00:00
Makefile Use cat(1) instead of cp(1) so as not to break -DNOCLEAN builds 2003-06-06 05:38:09 +00:00
setup.c - Use time.h not sys/time.h. 2002-08-06 12:46:14 +00:00
sparc64-fbsd.c Various cleanups of truss: 2002-11-09 22:46:51 +00:00
syscall.h Add options to print the argument and environment string parameters to 2002-08-04 02:24:21 +00:00
syscalls.c Decode a few more syscalls. 2003-04-15 06:12:12 +00:00
truss.1 mdoc(7) police: markup polishing. 2002-11-26 17:33:37 +00:00
truss.h Use timespec not timeval. 2002-08-05 12:22:55 +00:00