freebsd-skq/usr.bin/truss
dwmalone 24262691d4 Various cleanups of truss:
1) Missing include.
2) Constness.
3) ANSIfication.
4) Avoid some shadowing.
5) Add/clarify some error messages.
6) Some int functions were using return without a value.
7) Mark some parameters as unused.
8) Cast a value we know is non-negative to a size_t before comparing.
2002-11-09 22:46:51 +00:00
..
alpha-fbsd.c Various cleanups of truss: 2002-11-09 22:46:51 +00:00
amd64-fbsd32.c Various cleanups of truss: 2002-11-09 22:46:51 +00:00
amd64-linux32.c Various cleanups of truss: 2002-11-09 22:46:51 +00:00
extern.h Ported to sparc64. 2002-08-04 17:57:01 +00:00
i386-fbsd.c Various cleanups of truss: 2002-11-09 22:46:51 +00:00
i386-linux.c Various cleanups of truss: 2002-11-09 22:46:51 +00:00
i386.conf
i386linux.conf
main.c Don't depend on <signal.h> to include <sys/time.h>, instead include 2002-10-06 21:46:04 +00:00
Makefile Ported to sparc64. 2002-08-04 17:57:01 +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 Check if name is NULL before we strcmp the syscall name. This was 2002-11-09 22:28:38 +00:00
truss.1 Add options to print the argument and environment string parameters to 2002-08-04 02:24:21 +00:00
truss.h Use timespec not timeval. 2002-08-05 12:22:55 +00:00