freebsd-nq/usr.bin/kdump
Rui Paulo 836450ab23 When generating functions to print the arguments of system calls with
bitwise parameters (e.g. mmap), print the syscall parameter value first.
The resulting output looks like the %b specifier of printf(9).

Before:
mmap(0,0x8000,PROT_READ|PROT_WRITE,...
After:
mmap(0,0x8000,0x3<PROT_READ|PROT_WRITE>,...

Submitted by:	Norberto Lopes <nlopes.ml at gmail.com>
Idea from:	freebsd-arch/2006-April/005116.html
2010-09-16 11:33:31 +00:00
..
kdump_subr.h
kdump.1 Add a new type of KTRACE record for sysctl(3) invocations. It uses the 2009-03-11 21:48:36 +00:00
kdump.c Change all our own code to use st_*tim instead of st_*timespec. 2010-03-28 13:16:08 +00:00
Makefile Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
mkioctls Remove no longer needed #include after removing the legacy 2009-07-18 10:36:18 +00:00
mksubr When generating functions to print the arguments of system calls with 2010-09-16 11:33:31 +00:00