summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the dependency issue properly by a) moving kdump_subr.c to the frontdes2011-10-081-6/+2
* Bring ioctlname() in line with all the other *name() functions, whichdes2011-10-082-31/+21
* I appreciate the logic behind using a (void) cast to indicate that thedes2011-10-082-155/+155
* Fix casting.des2011-10-082-74/+75
* Whitespace.des2011-10-081-90/+90
* C has had swicth statements for 40 years or so. It's about time wedes2011-10-081-93/+143
* Sort and line up.des2011-10-081-38/+37
* 1) Some of the #defines or enums for which we auto-generate namingdes2011-10-084-72/+37
* Add 2-clause BSD license.netchild2011-06-171-0/+23
* Fix regex for ptraceopname().dchagin2011-06-061-1/+1
* kdump: Show code for signals where the default action was taken.jilles2011-04-171-1/+1
* Teach kdump to decode linux syscalls names too.dchagin2011-03-013-19/+138
* Update manual page to reflect latest changes of ABI description support.dchagin2011-02-251-1/+3
* Teach kdump to understand sv_flags records in the trace files.dchagin2011-02-251-16/+123
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
* Decode IPC_CREAT and IPC_EXCL for semget(2).delphij2010-12-021-0/+2
* Correct the abbreviations for general I/O and signal traces.jhb2010-11-011-3/+3
* Fix regex for some socket- and acl-related syscall values.netchild2010-10-061-2/+2
* Fix indenting of the previous commit.rpaulo2010-09-161-4/+4
* When generating functions to print the arguments of system calls withrpaulo2010-09-161-0/+5
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-281-16/+16
* The kdump data stream is an unaligned data stream for stat andimp2010-02-181-3/+9
* - Cast intptr_t, pid_t and time_t values to intmax_t and use %jd withjh2010-02-061-16/+19
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Update malloc utrace structure parsing to reflect the change (r199265)cperciva2009-11-141-11/+8
* Use a safety belt for cases where corrupted narg can be passed to theattilio2009-11-071-1/+1
* Remove no longer needed #include after removing the legacybz2009-07-181-1/+0
* Unbreak buildworld.zec2009-05-311-0/+1
* Delete the old USB stack. The new stack has settled in and has all thethompsa2009-05-271-4/+1
* Fix kdump build when building it by hand.ed2009-05-251-1/+1
* Add support for old TTY ioctls to kdump.ed2009-05-091-0/+1
* Add two missing include files and prototype for sockfamilyname()delphij2009-03-201-0/+3
* Add a new type of KTRACE record for sysctl(3) invocations. It uses thejhb2009-03-112-0/+5
* Install the old usb headers under /usr/include/legacy/dev/usb as they arethompsa2009-02-241-1/+4
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-252-7/+0
* Spell -t option's argument by name.ru2008-04-022-3/+3
* - Remove ksethrcmdname.jeff2008-03-123-9/+0
* This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payloaddes2008-02-233-7/+247
* Revert CLEANDEPFILES commit per ru@'s request; it does not really solvedes2008-02-051-2/+1
* Normally, when a header file is removed from the build (as i4b headersdes2008-02-031-1/+2
* These are files are shell scripts; give smart editors a chance to figuredes2008-02-032-8/+12
* Only use sockoptname() to parse socket option names for SOL_SOCKETjhb2008-01-071-4/+6
* Add several missing comma's in the fancy syscall parsing case beforejhb2007-12-061-0/+12
* Disconnect netatm from the build as it is not MPSAFE and relies onrwatson2007-07-141-4/+5
* Fix alignment of context switch traces.jhb2007-07-101-1/+1
* kdump has knowledge of lseek() and mmap() arg decoding. Teach it aboutpeter2007-07-041-1/+25
* Add prototype for generated ptraceopname function.emaste2007-04-091-0/+1
* Remove static ptrace_ops array and extract ptrace op names fromemaste2007-04-092-36/+4
* Add various utrace's for use with ktrace to the ELF runtime linker. Tojhb2007-01-091-0/+107
* Add code to parse the utrace(2) entries generated by malloc(3) in a morejhb2007-01-051-1/+30
OpenPOWER on IntegriCloud