summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
AgeCommit message (Expand)Author
2007-03-03`l' before `n';Jason McIntyre
2007-02-06discuss consistently "the Epoch";Jason McIntyre
2006-05-17use lots more size_t instead of int running aroundTed Unangst
2006-05-11- add -X and -x to SYNOPSISJason McIntyre
2006-05-11cedric points out 0xff mask isn't needed with unsigned charsTed Unangst
2006-05-11oops, missed a %ld should be %luTed Unangst
2006-05-11need ctype.h for isprint.Ted Unangst
2006-05-11C spells 'byte' as 'unsigned char'. signed chars are not healthy for isprintTed Unangst
2006-05-11-x and -X options to print io output in hex. from cedric bergerTed Unangst
2005-12-31Grok rthreads system calls before Dale yiells after me.Miod Vallat
2005-12-20No need to define UFS_EXTATTR anymore.Miod Vallat
2005-09-10for sysctl records, do not expect more than CTL_MAXNAME additionalTheo de Raadt
2005-07-31scsi/ses.h goes awayTheo de Raadt
2005-06-02for sysctl syscall pass the mib[] back to kdump to parse;Michael Shalayeff
2005-02-14Export ${CC} and ${DESTDIR} into the environment for mkioctls. brad@ okAaron Campbell
2004-12-14no need for pfsync.h hereMichael Shalayeff
2004-12-14no need to look into ip_carp.h anymoreMichael Shalayeff
2004-12-12pick up missing ioctls for ieee80211, carp, pfsync, and pppoe; ok fgsch@Christian Weisgerber
2004-11-24replace old net/if_ieee80211.h header with the net80211 ones, userland part.Federico G. Schwindt
2004-07-09#ifdef hpux only for m68k or hppa; this needs a revisit since this showsTheo de Raadt
2004-07-09better includes for syscalls from kernelMichael Shalayeff
2004-06-07dig gpio ioctlsMichael Shalayeff
2004-03-04Better ptrace description, also fix an off-by-one spotted by ottoMiod Vallat
2004-01-09use cc -E for the preprocessor instead of cpp.Brad Smith
2003-10-13realloc stuff. ok deraadt@ jose@Ted Unangst
2003-09-03use .Bk/.Ek; remove a .Tn;Jason McIntyre
2003-07-02ioctlname() protoTheo de Raadt
2003-06-26change awk script to generate ansi codeTheo de Raadt
2003-06-23grok more of the dev/ and net*/ and crypto/ ioctlsMichael Shalayeff
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-19improve docs; raj@cerias.purdue.eduTheo de Raadt
2002-12-04grok systrace ioctl namesMichael Shalayeff
2002-11-26i've comitted from the wrong tree the previous, needs dkbadMichael Shalayeff
2002-11-26parse all the usefull files in sys for ioctls, change if() return to a switch...Michael Shalayeff
2002-10-17missing defines for syscalls and a better formatting in usageMichael Shalayeff
2002-10-17Add support for printing the AUDIO_* ioctls, too.Jason Wright
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-06-23add -p pid feature, and ansi at the same time; millert okTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-03-12Add PT_IO to ptrace ops.Artur Grabowski
2002-02-22include a siginfo_t with ktrace PSIG information, so that kdump can printTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-18Add lots of missing prototypes, constify a few things. Add explicit ints.Marc Espie
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2000-03-08Various cleanups and improvements.Aaron Campbell
2000-03-04Improve.Aaron Campbell
1999-12-28Add necessary include files.Angelos D. Keromytis
1999-09-25add processing of netbsd syscall emulationkstailey
1999-06-05- remove trailing white spaceAaron Campbell