summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/kdump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a -E (elapsed time) flag to kdump. This is like -T, except it ispeter2003-12-071-1/+9
* Two enhancements for kdump.peter2003-06-031-21/+95
* Add a default case that just outputs a new line for the case of anjhb2003-03-131-0/+3
* Teach kdump(8) to handle events marked with KTR_DROP. If a record hasjhb2003-03-131-0/+12
* Improve WARNS situation for kdump:dwmalone2002-07-281-45/+58
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Decode new ptrace requests PT_GETDBREGS and PT_SETDBREGS.bde1999-07-171-1/+9
* Decode all currently supported values of the ptrace `request' arg.bde1999-06-261-3/+20
* Syscall arguments are now properly aligned. Print them, and syscall returndt1999-06-161-16/+16
* FIx the output of long command names.jmz1999-05-211-2/+2
* Use err(3). Correct incomplete man page.charnier1997-07-161-34/+21
* Spelling correction (`1 bytes' is now printed `1 byte')charnier1997-05-221-2/+3
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Fix arg parsing. kdump used to allow a single argument, which itfenner1996-11-181-3/+1
* Remove length field from utrace entries.phk1996-09-221-6/+6
* For now we just hexdump the stuff in USER records.phk1996-09-191-1/+18
* Add setlocale LC_CTYPEache1995-10-261-0/+3
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* Absolute path to /sys again...phk1994-11-211-1/+1
* move #include of <sys/errno.h> so that #defining KERNEL actually has an effect,csgr1994-08-221-3/+4
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+437
OpenPOWER on IntegriCloud