summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add sockipprotoname() function. Decode the third parameter (protocol)rodrigc2007-01-043-1/+14
* Generate sockdomainname() function with auto_if_type() insteadrodrigc2007-01-041-1/+1
* Add auto_if_type() function, which is similar to auto_switch_type().rodrigc2007-01-041-0/+30
* The second argument (type) to socket(2) is an enum, not a bitmask, so parserodrigc2006-12-221-1/+1
* o optname, the third {set,get}sockopt(2) argument, is an enum, not a bitmap.maxim2006-09-181-1/+1
* o Fix some printf(3) format nits in my patch I submitted to kib@.maxim2006-07-121-2/+2
* Remove slipped in spaces.kib2006-07-121-3/+3
* Check that the signal number is in range.kib2006-07-121-1/+4
* Check that the signal number is in range.kib2006-07-121-1/+4
* Add audit.h to mkioctls inclusion list: audit pipe ioctls need accessrwatson2006-06-051-0/+1
* Change kdump to print more useful information, i.e. it changes fromnetchild2006-05-204-16/+847
* -mdoc sweep.ru2005-11-181-4/+4
* Add "-s" argument to kdump to suppress the display of I/O data.rwatson2005-11-122-4/+11
* Add a "-H" argument to kdump, which causes kdump to print an additionalrwatson2005-11-012-6/+33
* Update kdump manual page with information on the dump format.gnn2005-01-281-1/+62
* Place a function prototype correctly.ru2004-09-191-1/+1
* Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).mlaier2004-06-161-0/+1
* Bump document date on behalf of the -E option.ru2004-05-181-1/+1
* Respect decimal flag when dumping USER type records.phk2004-03-251-1/+4
* Use the -H option instead of the deprecated -follow predicate.des2004-02-251-1/+1
* First pass at attempted debrucification:peter2003-12-082-7/+7
* Add a -E (elapsed time) flag to kdump. This is like -T, except it ispeter2003-12-072-2/+12
* Two enhancements for kdump.peter2003-06-032-21/+101
* 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
* Kill references to netns in comment about how it conflicted with netipx sopeter2003-03-051-2/+0
* Backed out revs 1.32-1.33. The problem has been fixed better bybde2002-09-161-2/+0
* Also add #include <netinet/in_systm.h> before <neinet/ip.h> to fix thesobomax2002-09-071-0/+1
* Add #include <netinet/ip.h> in attempt to fix the world.sobomax2002-09-071-0/+1
* Improve WARNS situation for kdump:dwmalone2002-07-281-45/+58
* Dependencies are delimited by space not tab.ru2002-07-231-2/+2
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Better warnings fixes. Use more sane argument types instead of bogus castsmarkm2002-06-241-3/+3
* Better fix for style.markm2002-06-211-6/+6
* Fix warnings generated elsewhere.markm2002-06-211-1/+1
OpenPOWER on IntegriCloud