aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
Commit message (Expand)AuthorAgeFilesLines
* It turns out that truss also used kdump's mkioctls script, and expectedDag-Erling Smørgrav2011-10-212-18/+35
* Fix copy-pasto in CAPFAIL_INCREASE case.Dag-Erling Smørgrav2011-10-181-2/+2
* Revisit the capability failure trace points. The initial implementationDag-Erling Smørgrav2011-10-181-4/+30
* Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE}Dag-Erling Smørgrav2011-10-132-5/+7
* Make kdump compile cleanly at WARNS level 6, with one exception: theDag-Erling Smørgrav2011-10-123-28/+44
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkDag-Erling Smørgrav2011-10-111-6/+43
* The previous commit did not fix the issue since it did not prevent signDag-Erling Smørgrav2011-10-111-8/+8
* Cast to unsigned for %#jx.Dag-Erling Smørgrav2011-10-111-1/+1
* Address some of bde@'s concerns with the new code.Dag-Erling Smørgrav2011-10-081-72/+71
* Teach kdump(1) to decode capability bitmasks.Dag-Erling Smørgrav2011-10-082-0/+9
* Fix the dependency issue properly by a) moving kdump_subr.c to the frontDag-Erling Smørgrav2011-10-081-6/+2
* Bring ioctlname() in line with all the other *name() functions, whichDag-Erling Smørgrav2011-10-082-31/+21
* I appreciate the logic behind using a (void) cast to indicate that theDag-Erling Smørgrav2011-10-082-155/+155
* Fix casting.Dag-Erling Smørgrav2011-10-082-74/+75
* Whitespace.Dag-Erling Smørgrav2011-10-081-90/+90
* C has had swicth statements for 40 years or so. It's about time weDag-Erling Smørgrav2011-10-081-93/+143
* Sort and line up.Dag-Erling Smørgrav2011-10-081-38/+37
* 1) Some of the #defines or enums for which we auto-generate namingDag-Erling Smørgrav2011-10-084-72/+37
* Add 2-clause BSD license.Alexander Leidinger2011-06-171-0/+23
* Fix regex for ptraceopname().Dmitry Chagin2011-06-061-1/+1
* kdump: Show code for signals where the default action was taken.Jilles Tjoelker2011-04-171-1/+1
* Teach kdump to decode linux syscalls names too.Dmitry Chagin2011-03-013-19/+138
* Update manual page to reflect latest changes of ABI description support.Dmitry Chagin2011-02-251-1/+3
* Teach kdump to understand sv_flags records in the trace files.Dmitry Chagin2011-02-251-16/+123
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Decode IPC_CREAT and IPC_EXCL for semget(2).Xin LI2010-12-021-0/+2
* Correct the abbreviations for general I/O and signal traces.John Baldwin2010-11-011-3/+3
* Fix regex for some socket- and acl-related syscall values.Alexander Leidinger2010-10-061-2/+2
* Fix indenting of the previous commit.Rui Paulo2010-09-161-4/+4
* When generating functions to print the arguments of system calls withRui Paulo2010-09-161-0/+5
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-16/+16
* The kdump data stream is an unaligned data stream for stat andWarner Losh2010-02-181-3/+9
* - Cast intptr_t, pid_t and time_t values to intmax_t and use %jd withJaakko Heinonen2010-02-061-16/+19
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Update malloc utrace structure parsing to reflect the change (r199265)Colin Percival2009-11-141-11/+8
* Use a safety belt for cases where corrupted narg can be passed to theAttilio Rao2009-11-071-1/+1
* Remove no longer needed #include after removing the legacyBjoern A. Zeeb2009-07-181-1/+0
* Unbreak buildworld.Marko Zec2009-05-311-0/+1
* Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson2009-05-271-4/+1
* Fix kdump build when building it by hand.Ed Schouten2009-05-251-1/+1
* Add support for old TTY ioctls to kdump.Ed Schouten2009-05-091-0/+1
* Add two missing include files and prototype for sockfamilyname()Xin LI2009-03-201-0/+3
* Add a new type of KTRACE record for sysctl(3) invocations. It uses theJohn Baldwin2009-03-112-0/+5
* Install the old usb headers under /usr/include/legacy/dev/usb as they areAndrew Thompson2009-02-241-1/+4
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-252-7/+0
* Spell -t option's argument by name.Ruslan Ermilov2008-04-022-3/+3
* - Remove ksethrcmdname.Jeff Roberson2008-03-123-9/+0
* This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payloadDag-Erling Smørgrav2008-02-233-7/+247
* Revert CLEANDEPFILES commit per ru@'s request; it does not really solveDag-Erling Smørgrav2008-02-051-2/+1
* Normally, when a header file is removed from the build (as i4b headersDag-Erling Smørgrav2008-02-031-1/+2