1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/usr.bin/kdump
Dmitry Chagin dde5f9b938 Teach kdump to decode linux syscalls names too.
Fix bug introduced in my previous commit: the kernel always dump native
signal numbers, so no need to check the ABI in ktrpsig().

Suggested by:	jhb
MFC after:	1 Month.
2011-03-01 16:42:28 +00:00
..
kdump_subr.h
kdump.1 Update manual page to reflect latest changes of ABI description support. 2011-02-25 22:14:12 +00:00
kdump.c Teach kdump to decode linux syscalls names too. 2011-03-01 16:42:28 +00:00
linux_syscalls.conf Teach kdump to decode linux syscalls names too. 2011-03-01 16:42:28 +00:00
Makefile Teach kdump to decode linux syscalls names too. 2011-03-01 16:42:28 +00:00
mkioctls
mksubr