aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
Commit message (Expand)AuthorAgeFilesLines
* Unbreak world build by adding the necessary <net/ethernet.h> include.Ruslan Ermilov2000-08-021-0/+1
* Make auto-generated ioctl.c to be always considered out of dateRuslan Ermilov2000-08-011-1/+1
* Fix an off-by-nine error when building a list of includes.Ruslan Ermilov2000-08-011-1/+1
* more pre-requisite for new ipv6 ioctlsJun-ichiro itojun Hagino2000-07-041-0/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* sys/dkbad.h is no more.Poul-Henning Kamp1999-12-081-1/+0
* Avoid hardcoding any paths and variables. The include directory mustMarcel Moolenaar1999-12-032-8/+19
* Make sure DESTDIR is set in the environment of mkioctls. This fixesMarcel Moolenaar1999-12-021-1/+2
* Unbreak build world by readding the necessary ipfilter includes.Guido van Rooij1999-11-241-0/+6
* ioctlname() is actually passed a register_t.Doug Rabson1999-11-101-1/+1
* Fix a boatload of warnings in the generated code on the alpha.Doug Rabson1999-11-091-1/+1
* Ack, ip_mroute.h is not an ipfilter include. :-/Peter Wemm1999-10-111-0/+1
* Don't #include ipfilter includes that aren't there anymore.Peter Wemm1999-10-101-7/+0
* Remove the inclusion of device.h. It's no longer there.Nick Hibma1999-10-061-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Decode new ptrace requests PT_GETDBREGS and PT_SETDBREGS.Bruce Evans1999-07-171-1/+9
* Decode all currently supported values of the ptrace `request' arg.Bruce Evans1999-06-261-3/+20
* Syscall arguments are now properly aligned. Print them, and syscall returnDmitrij Tejblum1999-06-161-16/+16
* FIx the output of long command names.Jean-Marc Zucconi1999-05-211-2/+2
* we don't have <sys/disk.h> anymore.Poul-Henning Kamp1999-05-081-1/+0
* Generate code to interpret ioctl numbers for all ioctls defined inBruce Evans1998-10-161-12/+50
* Use err(3). Correct incomplete man page.Philippe Charnier1997-07-162-36/+23
* Spelling correction (`1 bytes' is now printed `1 byte')Philippe Charnier1997-05-221-2/+3
* ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)John-Mark Gurney1997-04-271-6/+8
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-101-0/+1
* Fix arg parsing. kdump used to allow a single argument, which itBill Fenner1996-11-181-3/+1
* Remove length field from utrace entries.Poul-Henning Kamp1996-09-221-6/+6
* For now we just hexdump the stuff in USER records.Poul-Henning Kamp1996-09-192-3/+20
* Run the headers through cpp -dM to find the #defines. The direct searchBruce Evans1996-06-231-2/+8
* Include queue.h in preparation for upcoming struct socket changes.David Greenman1996-03-111-0/+1
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-261-0/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* -I${.CURDIR}/../..Poul-Henning Kamp1994-11-211-1/+1
* Absolute path to /sys again...Poul-Henning Kamp1994-11-211-1/+1
* Added $DESTDIR toSteven Wallace1994-09-151-1/+1
* move #include of <sys/errno.h> so that #defining KERNEL actually has an effect,Geoff Rehmet1994-08-221-3/+4
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+582