freebsd-skq/usr.bin/kdump
Dag-Erling Smørgrav d09e66be12 Bring ioctlname() in line with all the other *name() functions, which
actually print the name (or the numeric value, if they can't figure out
the correct name) instead of just returning a pointer to it.  Also, since
ioctl numbers are not and probably never will be unique, drop support for
using a switch statement instead of an if/else chain.
2011-10-08 12:47:00 +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 Bring ioctlname() in line with all the other *name() functions, which 2011-10-08 12:47:00 +00:00
linux_syscalls.conf Teach kdump to decode linux syscalls names too. 2011-03-01 16:42:28 +00:00
Makefile 1) Some of the #defines or enums for which we auto-generate naming 2011-10-08 09:57:29 +00:00
mkioctls Bring ioctlname() in line with all the other *name() functions, which 2011-10-08 12:47:00 +00:00
mksubr I appreciate the logic behind using a (void) cast to indicate that the 2011-10-08 12:28:06 +00:00