freebsd-dev/usr.bin/kdump
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
..
kdump.1 Update manual page to reflect latest changes of ABI description support. 2011-02-25 22:14:12 +00:00
kdump.c Fix copy-pasto in CAPFAIL_INCREASE case. 2011-10-18 09:39:41 +00:00
linux_syscalls.conf Teach kdump to decode linux syscalls names too. 2011-03-01 16:42:28 +00:00
Makefile It turns out that truss also used kdump's mkioctls script, and expected 2011-10-21 11:08:25 +00:00
mkioctls It turns out that truss also used kdump's mkioctls script, and expected 2011-10-21 11:08:25 +00:00
mksubr Teach kdump(1) to decode capability bitmasks. 2011-10-08 13:01:38 +00:00