freebsd-dev/usr.bin/truss
Dag-Erling Smørgrav c04743dac1 It turns out that truss also used kdump's mkioctls script, and expected
ioctlname() to return a pointer to the name rather than print it.  This did
not show up in testing because truss had its own prototype for ioctlname(),
so it would build fine and run fine as long as the program being traced did
not issue an ioctl.

Teach mkioctls to generate different versions of ioctlname() based on its
first command-line argument.

Pointed out by:	Garrett Cooper <yanegomi@gmail.com>
2011-10-21 11:08:25 +00:00
..
amd64-fbsd32.c Fix typos in comments, no functional changes. 2011-05-19 20:35:40 +00:00
amd64-fbsd.c Fix typos in comments, no functional changes. 2011-05-19 20:35:40 +00:00
amd64-linux32.c Fix copyright spelling. 2010-03-10 20:31:30 +00:00
amd64linux32.conf
extern.h It turns out that truss also used kdump's mkioctls script, and expected 2011-10-21 11:08:25 +00:00
fbsd32.conf
i386-fbsd.c Fix typos in comments, no functional changes. 2011-05-19 20:35:40 +00:00
i386-linux.c Fix copyright spelling. 2010-03-10 20:31:30 +00:00
i386.conf
i386linux.conf
ia64-fbsd.c Fix typos in comments, no functional changes. 2011-05-19 20:35:40 +00:00
main.c Fix typos in comments, no functional changes. 2011-05-19 20:35:40 +00:00
Makefile It turns out that truss also used kdump's mkioctls script, and expected 2011-10-21 11:08:25 +00:00
mips-fbsd.c s/sytem/system in comments, no functional changes. 2010-10-13 20:08:02 +00:00
powerpc64-fbsd.c Fix typos in comments, no functional changes. 2011-05-19 20:35:40 +00:00
powerpc-fbsd.c Fix typos in comments, no functional changes. 2011-05-19 20:35:40 +00:00
setup.c Properly check for errors from waitpid(). 2011-02-15 12:42:18 +00:00
sparc64-fbsd.c Fix typos in comments, no functional changes. 2011-05-19 20:35:40 +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 Don't write the terminating NUL past end of buffer. 2010-12-06 09:18:11 +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 Fix copyright spelling. 2010-03-10 20:31:30 +00:00