Age | Commit message (Expand) | Author |
2020-01-22 | delete wasteful ;; | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-12-23 | As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3). | cheloha |
2017-11-02 | Kill bogus use of LC_TIME | Jeremie Courreges-Anglas |
2015-11-11 | exit() after perror() for pledge failure. Perhaps this got introduced | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | tame "stdio rpath" | Theo de Raadt |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt |
2014-04-15 | - get the spacing right for -e, -i, -n, and -s | Jason McIntyre |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-04-18 | struct timezone is so 1980 | Theo de Raadt |
2010-08-25 | fix potential use of uninitialized variable. | Charles Longeau |
2010-08-17 | several fixes from netbsd: | Jasper Lievisse Adriaanse |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-07 | malloc(n * m) -> calloc(n, m); | Charles Longeau |
2008-04-18 | If memory allocation fails during error message buffering, print all hold | Tobias Stoeckmann |
2007-09-03 | last commit broke the tree because of missing parentheses. | Moritz Jodeit |
2007-09-03 | sizeof char is 1; ok djm | Theo de Raadt |
2007-03-03 | - make synopsis and usage() match the order of the options list | Jason McIntyre |
2007-02-20 | Some cleanup including: | Moritz Jodeit |
2004-06-21 | dont compare int with NULL, compare to 0 instead, otto@ ok | Anil Madhavapeddy |
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek |
2003-08-04 | protos | Theo de Raadt |
2003-06-12 | de-register and ansification; millert ok | Theo de Raadt |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-04-30 | arguement -> argument | Theo de Raadt |
2001-11-29 | make sure that va_start() has matching va_end() | Mike Pechkin |
2001-11-19 | kill more registers | Mike Pechkin |
2001-11-19 | guess what! more signal race fixes... | Theo de Raadt |
2001-11-02 | use _exit() in signal handler | Theo de Raadt |
2001-05-24 | Don't convert a single space before a tab stop into a tab when the -i | Peter Valchev |
2001-02-05 | please binutils in the absence of perfect weak symbols | Theo de Raadt |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
1999-12-03 | the -s option was broken; spotted by tstromberg@rtci.com on freebsd-audit, bu... | Theo de Raadt |
1999-05-23 | make private version of getopt() return -1, not EOF | Todd C. Miller |
1997-04-23 | revised to handle form feeds, bugs fixed etc | grr |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-08-10 | pr -F would sometimes fail to properly use formfeeds. | imp |
1996-06-26 | rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |