Age | Commit message (Expand) | Author |
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc |
2015-09-16 | big blocks need braces for support | Ted Unangst |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2010-01-17 | default output file ends in ".dat", not ".out"; | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-09-04 | Some more simple malloc(n * m) -> calloc(n, m) conversions. | Hans-Joerg Hoexer |
2007-06-26 | Set shortest string count to 0 in strfile(8), if there a no strings found | Moritz Jodeit |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2004-08-20 | indent a display; | Jason McIntyre |
2004-07-09 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-17 | fixes from mpech@prosoft.org.lv | Paul Janzen |
2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv | Paul Janzen |
2001-03-30 | Add prototypes, de-register, do better error checking, -Wall some, fix strcat() | Paul Janzen |
2001-03-22 | Don't change case of command | Paul Janzen |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist |
2001-01-23 | Remove another useless machine/endian.h include | Todd C. Miller |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff |
1997-07-23 | tabify | kstailey |
1997-02-09 | CC=${HOSTCC} for these; tv@slack.iag.net, PR#86 | Theo de Raadt |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-11-25 | Reorder includes for htons et al. | Niklas Hallqvist |
1996-10-06 | Store the fortune data files with fixed data types, and document this. | Thorsten Lockert |
1996-04-24 | do make right | Theo de Raadt |
1996-03-09 | Rudimentary support for compilation in a cross environment | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |