Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. | Theo de Raadt |
2017-04-02 | Replace snprintf(NULL, malloc, snprintf.... with the much better asprintf. | Theo de Raadt |
2016-03-15 | Replace two malloc casts that deraadt@ and I removed over the past year | mmcc |
2015-12-10 | Merge a lexer fix from upstream: | mmcc |
2015-12-10 | Capitalize a few error messages to reduce diff with upstream. | mmcc |
2015-12-04 | Document that the -M option doesn't save a backup when passed ''. Also | mmcc |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-05 | tame "stdio rpath wpath cpath fattr", because this creates new files, | Theo de Raadt |
2015-10-05 | refactor, so we don't a C function in a .h file, yuck! | Theo de Raadt |
2015-10-03 | you can't edit stdin in place. check for this before the hack that | Ted Unangst |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-02-17 | Convert a strcpy() call to strlcpy(); ok millert@ sthen@ | Miod Vallat |
2014-04-30 | tidy up SYNOPSIS, usage() and the options list; ok sthen | Jason McIntyre |
2014-04-18 | Since we've been making heavy use of unifdef recently: update it to the | Stuart Henderson |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-06-25 | kill "is is"; from Charles Longeau | Jason McIntyre |
2007-04-02 | tidy up synopsis and usage(); sort options; | Jason McIntyre |
2003-06-30 | sync with freebsd: | Anil Madhavapeddy |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-22 | more sync from freebsd; tedu@Stanford.EDU | Theo de Raadt |
2003-01-18 | merge; by tedu@Stanford.EDU | Theo de Raadt |
2002-12-02 | freebsd diffs; merged by tedu@Stanford.EDU | Theo de Raadt |
2002-10-04 | remove the BSS crud | Theo de Raadt |
2002-05-10 | In getlin(): match and handle EOF before checking isprint() | Jason Wright |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
1998-11-16 | clean; adding // comment support | Theo de Raadt |
1996-06-26 | rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |