Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-03 | `l' before `n'; | Jason McIntyre | |
2007-02-06 | discuss consistently "the Epoch"; | Jason McIntyre | |
2006-05-17 | use lots more size_t instead of int running around | Ted Unangst | |
ok deraadt | |||
2006-05-11 | - add -X and -x to SYNOPSIS | Jason McIntyre | |
- sort options - new sentence, new line - sync usage() | |||
2006-05-11 | cedric points out 0xff mask isn't needed with unsigned chars | Ted Unangst | |
2006-05-11 | oops, missed a %ld should be %lu | Ted Unangst | |
2006-05-11 | need ctype.h for isprint. | Ted Unangst | |
%c expects an int argument, cast a u_long value so it gets it. | |||
2006-05-11 | C spells 'byte' as 'unsigned char'. signed chars are not healthy for isprint | Ted Unangst | |
2006-05-11 | -x and -X options to print io output in hex. from cedric berger | Ted Unangst | |
ok mickey | |||
2005-12-31 | Grok rthreads system calls before Dale yiells after me. | Miod Vallat | |
2005-12-20 | No need to define UFS_EXTATTR anymore. | Miod Vallat | |
2005-09-10 | for sysctl records, do not expect more than CTL_MAXNAME additional | Theo de Raadt | |
"faked" arguments; ok uwe espie | |||
2005-07-31 | scsi/ses.h goes away | Theo de Raadt | |
2005-06-02 | for sysctl syscall pass the mib[] back to kdump to parse; | Michael Shalayeff | |
always print () on syscalls w/ void args even (deraadt version) | |||
2005-02-14 | Export ${CC} and ${DESTDIR} into the environment for mkioctls. brad@ ok | Aaron Campbell | |
2004-12-14 | no need for pfsync.h here | Michael Shalayeff | |
2004-12-14 | no need to look into ip_carp.h anymore | Michael Shalayeff | |
2004-12-12 | pick up missing ioctls for ieee80211, carp, pfsync, and pppoe; ok fgsch@ | Christian Weisgerber | |
2004-11-24 | replace 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 shows | Theo de Raadt | |
something flawed in the way that the emulation system calls are being handled | |||
2004-07-09 | better includes for syscalls from kernel | Michael Shalayeff | |
2004-06-07 | dig gpio ioctls | Michael Shalayeff | |
2004-03-04 | Better ptrace description, also fix an off-by-one spotted by otto | Miod Vallat | |
ok otto@ tdeval@ | |||
2004-01-09 | use cc -E for the preprocessor instead of cpp. | Brad Smith | |
ok espie@ millert@ | |||
2003-10-13 | realloc stuff. ok deraadt@ jose@ | Ted Unangst | |
2003-09-03 | use .Bk/.Ek; remove a .Tn; | Jason McIntyre | |
2003-07-02 | ioctlname() proto | Theo de Raadt | |
2003-06-26 | change awk script to generate ansi code | Theo de Raadt | |
2003-06-23 | grok more of the dev/ and net*/ and crypto/ ioctls | Michael Shalayeff | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-02-19 | improve docs; raj@cerias.purdue.edu | Theo de Raadt | |
2002-12-04 | grok systrace ioctl names | Michael Shalayeff | |
2002-11-26 | i've comitted from the wrong tree the previous, needs dkbad | Michael Shalayeff | |
2002-11-26 | parse 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-17 | missing defines for syscalls and a better formatting in usage | Michael Shalayeff | |
2002-10-17 | Add support for printing the AUDIO_* ioctls, too. | Jason Wright | |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin | |
2002-06-23 | add -p pid feature, and ansi at the same time; millert ok | Theo de Raadt | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-03-12 | Add PT_IO to ptrace ops. | Artur Grabowski | |
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo de Raadt | |
fault addresses and other information. (a small bug exists: in some signal delivery cases, two PSIG records may be inserted, because postsig() is unaware a PSIG record has already been placed. but this small bug can stay since the siginfo_t information helps us find and fix other bugs) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-08-18 | Add lots of missing prototypes, constify a few things. Add explicit ints. | Marc Espie | |
Makes gcc much happier, less warnings. | |||
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2000-03-08 | Various cleanups and improvements. | Aaron Campbell | |
2000-03-04 | Improve. | Aaron Campbell | |
1999-12-28 | Add necessary include files. | Angelos D. Keromytis | |
1999-09-25 | add processing of netbsd syscall emulation | kstailey | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ |