Age | Commit message (Expand) | Author |
2023-01-05 | Delete remnants of removed "diff -l" option. | Todd C. Miller |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-09-01 | consider two files sharing the same inode identical | Alexander Hall |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2020-11-01 | restore RCS id removed in 1.33 | Joshua Stein |
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | asprintf returns -1, not an arbitrary value < 0. Also upon error the | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-03-20 | remove incorrect escaping of '+', correctly escape '-', and garbage collect .Tn | Ingo Schwarze |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2017-08-28 | Fix exit value when diffing directories with missing files and the -N | Todd C. Miller |
2016-03-01 | Rectify line numbers for s/.// commands in ed-style diffs. | natano |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-11-24 | fix an error in the text; from donald allen | Jason McIntyre |
2015-11-17 | Merge xmalloc.[ch] files across base, skipping OpenSSH for now. | Tobias Stoeckmann |
2015-11-12 | Remove xfree()'s prototype. tedu@ removed its definition a few weeks | mmcc |
2015-10-26 | no more TMPDIR; | Jason McIntyre |
2015-10-26 | remove TMPDIR support. ok millert | Ted Unangst |
2015-10-13 | Replace our /^\.\././ expression with /.//. The term is simpler and has | Tobias Stoeckmann |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-05 | Remove the non-standard -l flag that pipes the output through pr(1). | Todd C. Miller |
2015-10-05 | use different tame requests if TMPDIR is in env: | Sebastien Marie |
2015-10-05 | If the -l flag is set, diff will fork/execve pr on a pipe. But other | Theo de Raadt |
2015-09-25 | xmalloc/free wrappers don't need to support 20 year old non comformance | Ted Unangst |
2015-06-17 | Use strdup in xstrdup; from Fritjof Bornebusch. | Nicholas Marriott |
2015-04-29 | Change internal xrealloc() to a idiom-following xreallocarray(). | Theo de Raadt |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-08-27 | Ensure diff -uw always produces valid output when one file doesn't end | Kent R. Spillner |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-02-13 | TMPDIR is an extension; | Jason McIntyre |
2013-08-19 | Fix bogus errx(2, NULL) usage; malloc() failure should use err(2, NULL). | Todd C. Miller |
2013-07-16 | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; | Jason McIntyre |
2013-01-20 | remove obsolete BUGS (cmp is not run internally); ok otto | Jason McIntyre |
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe |
2012-07-08 | Switch diff(1) binary file detection from !(isprint() || isspace()) to | Stefan Sperling |
2012-05-22 | Strip trailing slashes from directory in splice() before | Todd C. Miller |
2011-04-01 | Move an isqrt() call outside a macro, from Michael W Bombardieri. | Nicholas Marriott |
2011-02-03 | add a reference to the "An Algorithm for Differential File Comparison" paper; | Jason McIntyre |
2010-11-14 | scandir() does not NULL-terminate the list of dirent structs so use | Todd C. Miller |
2010-11-08 | getdirentries(2) should be avoided outside of libc so use scandir(3) | Todd C. Miller |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-08-18 | Add a cross reference to patch(1) | Ingo Schwarze |
2010-08-04 | exit(2) on xcalloc failure. From Daniel Dickman <didickman () gmail | Ray Lai |
2010-07-17 | Plug memory leak. | Ray Lai |
2010-07-16 | Simplify print_status by removing NULL handling. | Ray Lai |
2010-07-16 | Close FILEs when fork fails. | Ray Lai |
2010-07-16 | diff exits 2 on error, not 1. | Ray Lai |