summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/kdump.c
Commit message (Expand)AuthorAgeFilesLines
* Allow the -p argument to kdump to accept either a PID or a thread ID.jhb2012-06-041-2/+4
* Include the associated wait channel message for context switch ktracejhb2012-04-201-2/+13
* Add new ktrace records for the start and end of VM faults. This givesjhb2012-04-051-0/+33
* Fix style in previous commit.jhb2012-02-241-3/+3
* Pretty-print the advice constants passed to posix_fadvise(2).jhb2012-02-231-0/+9
* Fix copy-pasto in CAPFAIL_INCREASE case.des2011-10-181-2/+2
* Revisit the capability failure trace points. The initial implementationdes2011-10-181-4/+30
* Make kdump compile cleanly at WARNS level 6, with one exception: thedes2011-10-121-25/+32
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-111-6/+43
* The previous commit did not fix the issue since it did not prevent signdes2011-10-111-8/+8
* Cast to unsigned for %#jx.des2011-10-111-1/+1
* Address some of bde@'s concerns with the new code.des2011-10-081-72/+71
* Teach kdump(1) to decode capability bitmasks.des2011-10-081-0/+7
* Bring ioctlname() in line with all the other *name() functions, whichdes2011-10-081-9/+3
* I appreciate the logic behind using a (void) cast to indicate that thedes2011-10-081-116/+116
* Fix casting.des2011-10-081-62/+63
* 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
* 1) Some of the #defines or enums for which we auto-generate namingdes2011-10-081-1/+0
* 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-011-18/+112
* 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-111-4/+0
* 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
* 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
* 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-111-0/+4
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-251-2/+0
* Spell -t option's argument by name.ru2008-04-021-1/+1
* - Remove ksethrcmdname.jeff2008-03-121-6/+0
* This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payloaddes2008-02-231-4/+239
* 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
* 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
* Remove static ptrace_ops array and extract ptrace op names fromemaste2007-04-091-36/+2
* 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
* Add sockipprotoname() function. Decode the third parameter (protocol)rodrigc2007-01-041-1/+11
* o Fix some printf(3) format nits in my patch I submitted to kib@.maxim2006-07-121-2/+2
* Check that the signal number is in range.kib2006-07-121-1/+4
* Change kdump to print more useful information, i.e. it changes fromnetchild2006-05-201-13/+388
* Add "-s" argument to kdump to suppress the display of I/O data.rwatson2005-11-121-3/+8
* Add a "-H" argument to kdump, which causes kdump to print an additionalrwatson2005-11-011-5/+27
* Place a function prototype correctly.ru2004-09-191-1/+1
* Respect decimal flag when dumping USER type records.phk2004-03-251-1/+4
* First pass at attempted debrucification:peter2003-12-081-2/+2
OpenPOWER on IntegriCloud