| Commit message (Expand) | Author | Age | Files | Lines |
* | It turns out that truss also used kdump's mkioctls script, and expected | des | 2011-10-21 | 2 | -18/+35 |
* | Fix copy-pasto in CAPFAIL_INCREASE case. | des | 2011-10-18 | 1 | -2/+2 |
* | Revisit the capability failure trace points. The initial implementation | des | 2011-10-18 | 1 | -4/+30 |
* | Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE} | des | 2011-10-13 | 2 | -5/+7 |
* | Make kdump compile cleanly at WARNS level 6, with one exception: the | des | 2011-10-12 | 3 | -28/+44 |
* | Add a new trace point, KTRFAC_CAPFAIL, which traces capability check | des | 2011-10-11 | 1 | -6/+43 |
* | The previous commit did not fix the issue since it did not prevent sign | des | 2011-10-11 | 1 | -8/+8 |
* | Cast to unsigned for %#jx. | des | 2011-10-11 | 1 | -1/+1 |
* | Address some of bde@'s concerns with the new code. | des | 2011-10-08 | 1 | -72/+71 |
* | Teach kdump(1) to decode capability bitmasks. | des | 2011-10-08 | 2 | -0/+9 |
* | Fix the dependency issue properly by a) moving kdump_subr.c to the front | des | 2011-10-08 | 1 | -6/+2 |
* | Bring ioctlname() in line with all the other *name() functions, which | des | 2011-10-08 | 2 | -31/+21 |
* | I appreciate the logic behind using a (void) cast to indicate that the | des | 2011-10-08 | 2 | -155/+155 |
* | Fix casting. | des | 2011-10-08 | 2 | -74/+75 |
* | Whitespace. | des | 2011-10-08 | 1 | -90/+90 |
* | C has had swicth statements for 40 years or so. It's about time we | des | 2011-10-08 | 1 | -93/+143 |
* | Sort and line up. | des | 2011-10-08 | 1 | -38/+37 |
* | 1) Some of the #defines or enums for which we auto-generate naming | des | 2011-10-08 | 4 | -72/+37 |
* | Add 2-clause BSD license. | netchild | 2011-06-17 | 1 | -0/+23 |
* | Fix regex for ptraceopname(). | dchagin | 2011-06-06 | 1 | -1/+1 |
* | kdump: Show code for signals where the default action was taken. | jilles | 2011-04-17 | 1 | -1/+1 |
* | Teach kdump to decode linux syscalls names too. | dchagin | 2011-03-01 | 3 | -19/+138 |
* | Update manual page to reflect latest changes of ABI description support. | dchagin | 2011-02-25 | 1 | -1/+3 |
* | Teach kdump to understand sv_flags records in the trace files. | dchagin | 2011-02-25 | 1 | -16/+123 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
* | Decode IPC_CREAT and IPC_EXCL for semget(2). | delphij | 2010-12-02 | 1 | -0/+2 |
* | Correct the abbreviations for general I/O and signal traces. | jhb | 2010-11-01 | 1 | -3/+3 |
* | Fix regex for some socket- and acl-related syscall values. | netchild | 2010-10-06 | 1 | -2/+2 |
* | Fix indenting of the previous commit. | rpaulo | 2010-09-16 | 1 | -4/+4 |
* | When generating functions to print the arguments of system calls with | rpaulo | 2010-09-16 | 1 | -0/+5 |
* | Change all our own code to use st_*tim instead of st_*timespec. | ed | 2010-03-28 | 1 | -16/+16 |
* | The kdump data stream is an unaligned data stream for stat and | imp | 2010-02-18 | 1 | -3/+9 |
* | - Cast intptr_t, pid_t and time_t values to intmax_t and use %jd with | jh | 2010-02-06 | 1 | -16/+19 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Update malloc utrace structure parsing to reflect the change (r199265) | cperciva | 2009-11-14 | 1 | -11/+8 |
* | Use a safety belt for cases where corrupted narg can be passed to the | attilio | 2009-11-07 | 1 | -1/+1 |
* | Remove no longer needed #include after removing the legacy | bz | 2009-07-18 | 1 | -1/+0 |
* | Unbreak buildworld. | zec | 2009-05-31 | 1 | -0/+1 |
* | Delete the old USB stack. The new stack has settled in and has all the | thompsa | 2009-05-27 | 1 | -4/+1 |
* | Fix kdump build when building it by hand. | ed | 2009-05-25 | 1 | -1/+1 |
* | Add support for old TTY ioctls to kdump. | ed | 2009-05-09 | 1 | -0/+1 |
* | Add two missing include files and prototype for sockfamilyname() | delphij | 2009-03-20 | 1 | -0/+3 |
* | Add a new type of KTRACE record for sysctl(3) invocations. It uses the | jhb | 2009-03-11 | 2 | -0/+5 |
* | Install the old usb headers under /usr/include/legacy/dev/usb as they are | thompsa | 2009-02-24 | 1 | -1/+4 |
* | Remove netatm from HEAD as it is not MPSAFE and relies on the now removed | rwatson | 2008-05-25 | 2 | -7/+0 |
* | Spell -t option's argument by name. | ru | 2008-04-02 | 2 | -3/+3 |
* | - Remove ksethrcmdname. | jeff | 2008-03-12 | 3 | -9/+0 |
* | This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payload | des | 2008-02-23 | 3 | -7/+247 |
* | Revert CLEANDEPFILES commit per ru@'s request; it does not really solve | des | 2008-02-05 | 1 | -2/+1 |
* | Normally, when a header file is removed from the build (as i4b headers | des | 2008-02-03 | 1 | -1/+2 |