summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
AgeCommit message (Collapse)Author
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
for chars.
2011-04-05Remove FREEBSD_COMPAT bits and obsolete RTHREAD definePhilip Guenthe
2010-12-29the random ioctl stuff is not very useful. I want to see all theTheo de Raadt
non-essential parts of rnd.c removed so that we can keep our eye on what the code should be doing. ok tedu who had a similar diff in the past
2010-07-06make kdump build after COMPAT_BSDOS removal.Owain Ainsworth
Bad tedu, no cookie.
2010-07-02remove userland bits of compat_sunosTed Unangst
2010-07-01another day, another compat gets removed. today is ibcs2's turnTed Unangst
2010-06-30remove compat_osf1. ok deraadt miodTed Unangst
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
blocking other cleanups ok miod@
2010-06-29ultrix support going away, ok deraadtTed Unangst
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-10-21sort options; synchronize argument names with synopsis;Igor Sobrado
split the usage's output in two lines to fit on standard displays. ok millert@
2007-06-02knock out FIBMAP (which we got rid of)Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29more parts of netbsd compat that go awayTheo de Raadt
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
ok deraadt
2006-05-11- add -X and -x to SYNOPSISJason McIntyre
- sort options - new sentence, new line - sync usage()
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
%c expects an int argument, cast a u_long value so it gets it.
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
ok mickey
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
"faked" arguments; ok uwe espie
2005-07-31scsi/ses.h goes awayTheo de Raadt
2005-06-02for sysctl syscall pass the mib[] back to kdump to parse;Michael Shalayeff
always print () on syscalls w/ void args even (deraadt version)
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
millert@ mcbride@ jsg@
2004-07-09#ifdef hpux only for m68k or hppa; this needs a revisit since this showsTheo de Raadt
something flawed in the way that the emulation system calls are being handled
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
ok otto@ tdeval@
2004-01-09use cc -E for the preprocessor instead of cpp.Brad Smith
ok espie@ millert@
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
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
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 ↵Michael Shalayeff
switch(), makes it much smaller on most architectures
2002-10-17missing defines for syscalls and a better formatting in usageMichael Shalayeff