freebsd-dev/usr.bin/kdump
Dag-Erling Smørgrav e141be6f79 Revisit the capability failure trace points. The initial implementation
only logged instances where an operation on a file descriptor required
capabilities which the file descriptor did not have.  By adding a type enum
to struct ktr_cap_fail, we can catch other types of capability failures as
well, such as disallowed system calls or attempts to wrap a file descriptor
with more capabilities than it had to begin with.
2011-10-18 07:28:58 +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 Revisit the capability failure trace points. The initial implementation 2011-10-18 07:28:58 +00:00
linux_syscalls.conf Teach kdump to decode linux syscalls names too. 2011-03-01 16:42:28 +00:00
Makefile Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE} 2011-10-13 16:29:24 +00:00
mkioctls Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE} 2011-10-13 16:29:24 +00:00
mksubr Teach kdump(1) to decode capability bitmasks. 2011-10-08 13:01:38 +00:00