freebsd-src/usr.bin/truss
Dag-Erling Smørgrav 9ddd141263 Teach truss(1) to display sockaddrs. It currently knows about AF_INET,
AF_INET6 and AF_UNIX sockaddrs, and will recognize accept(), bind(),
connect(), getpeername() and getsockname() as syscalls taking sockaddr
arguments.  Some enterprising soul might want to add (and test) support
for the send() / recv() family of syscalls as well.

MFC after:	1 week
2001-10-21 21:57:10 +00:00
..
alpha-fbsd.c Change the output of truss to more closely resemble SysV's. (Yes, it 2000-03-18 08:49:41 +00:00
amd64-fbsd32.c Change the output of truss to more closely resemble SysV's. (Yes, it 2000-03-18 08:49:41 +00:00
amd64-linux32.c Change the output of truss to more closely resemble SysV's. (Yes, it 2000-03-18 08:49:41 +00:00
i386-fbsd.c Change the output of truss to more closely resemble SysV's. (Yes, it 2000-03-18 08:49:41 +00:00
i386-linux.c Change the output of truss to more closely resemble SysV's. (Yes, it 2000-03-18 08:49:41 +00:00
i386.conf Add a sysmk -> /dev/null definition ready for a coming change to 1998-01-25 09:09:48 +00:00
i386linux.conf Add a sysmk -> /dev/null definition ready for a coming change to 1998-01-25 09:09:48 +00:00
main.c Initialize outfile in main() 2001-08-13 21:59:04 +00:00
Makefile cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. Fix ioctl.c creation to deal with the depend case more properly. 2000-09-14 18:53:08 +00:00
setup.c Handle the case where we truss an SUGID program -- in particular, we need 2000-01-10 04:09:05 +00:00
syscall.h Teach truss(1) to display sockaddrs. It currently knows about AF_INET, 2001-10-21 21:57:10 +00:00
syscalls.c Teach truss(1) to display sockaddrs. It currently knows about AF_INET, 2001-10-21 21:57:10 +00:00
truss.1 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00