Age | Commit message (Expand) | Author |
2023-08-13 | unifdef appeared in 4.1c before 2.9 | Jonathan Gray |
2022-02-18 | prefer https links in man pages | Jonathan Gray |
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-10-23 | Pa -> Lk; ok jmc@ | anton |
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 | Remove extraneous punctuation in DIAGNOSTICS. Reduces diff with | mmcc |
2015-12-10 | Swap two DIAGNOSTICS entries to alphabetize. Reduces diff with upstream. | mmcc |
2015-12-10 | Capitalize a few error messages to reduce diff with upstream. | mmcc |
2015-12-05 | Fix previous by using the right argument name. | 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-09-12 | don't use literal brackets to indicate optional syntax elements, | Ingo Schwarze |
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 | Mark up email addresses semantically with Mt. | Anthony J. Bentley |
2015-02-17 | Convert a strcpy() call to strlcpy(); ok millert@ sthen@ | Miod Vallat |
2014-05-03 | more tweaking; ok sthen | Jason McIntyre |
2014-04-30 | tidy up SYNOPSIS, usage() and the options list; ok sthen | Jason McIntyre |
2014-04-24 | Re-add rcsid, and switch back to our previous descriptions for -iDsym[=value] | Stuart Henderson |
2014-04-18 | Since we've been making heavy use of unifdef recently: update it to the | Stuart Henderson |
2013-01-17 | remove uesless Pp; | Jason McIntyre |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
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-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-02 | tidy up synopsis and usage(); sort options; | Jason McIntyre |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy |
2003-10-23 | macros with too many args; | Jason McIntyre |
2003-06-30 | sync with freebsd: | Anil Madhavapeddy |
2003-06-10 | - section reorder | Jason McIntyre |
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 | nuke unifdefall | 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 |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
2000-03-06 | Some section re-ordering. | Aaron Campbell |
1999-10-17 | Remove some redundant .Pp. | Aaron Campbell |
1999-10-17 | More consistent introduction to options. | Aaron Campbell |