| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some references, most of these were removed when we stopped building |  jsg | 2021-03-08 | 1 | -3/+4 |
* | restore RCS id removed in 1.33 |  jcs | 2020-11-01 | 1 | -2/+2 |
* | correct Research Unix edition "appeared in" use in HISTORY |  jsg | 2020-02-08 | 1 | -3/+3 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 2 | -8/+8 |
* | asprintf returns -1, not an arbitrary value < 0. Also upon error the |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | mkstemp() returns -1 on failure |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | remove incorrect escaping of '+', correctly escape '-', and garbage collect .Tn |  schwarze | 2019-03-20 | 1 | -9/+6 |
* | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 2 | -4/+4 |
* | Fix exit value when diffing directories with missing files and the -N |  millert | 2017-08-28 | 1 | -7/+11 |
* | Rectify line numbers for s/.// commands in ed-style diffs. |  natano | 2016-03-01 | 1 | -3/+4 |
* | fix exit status on pledge(2) failure. |  gsoares | 2015-12-29 | 1 | -2/+2 |
* | fix an error in the text; from donald allen |  jmc | 2015-11-24 | 1 | -3/+3 |
* | Merge xmalloc.[ch] files across base, skipping OpenSSH for now. |  tobias | 2015-11-17 | 1 | -7/+9 |
* | Remove xfree()'s prototype. tedu@ removed its definition a few weeks |  mmcc | 2015-11-12 | 1 | -2/+1 |
* | no more TMPDIR; |  jmc | 2015-10-26 | 1 | -5/+2 |
* | remove TMPDIR support. ok millert |  tedu | 2015-10-26 | 3 | -33/+8 |
* | Replace our /^\.\././ expression with /.//. The term is simpler and has |  tobias | 2015-10-13 | 1 | -2/+2 |
* | Change all tame callers to namechange to pledge(2). |  deraadt | 2015-10-09 | 1 | -5/+5 |
* | Remove the non-standard -l flag that pipes the output through pr(1). |  millert | 2015-10-05 | 6 | -152/+29 |
* | use different tame requests if TMPDIR is in env: |  semarie | 2015-10-05 | 1 | -3/+8 |
* | If the -l flag is set, diff will fork/execve pr on a pipe. But other |  deraadt | 2015-10-05 | 1 | -1/+5 |
* | xmalloc/free wrappers don't need to support 20 year old non comformance |  tedu | 2015-09-25 | 3 | -34/+20 |
* | Use strdup in xstrdup; from Fritjof Bornebusch. |  nicm | 2015-06-17 | 1 | -5/+3 |
* | Change internal xrealloc() to a idiom-following xreallocarray(). |  deraadt | 2015-04-29 | 4 | -24/+16 |
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 2 | -3/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 3 | -19/+22 |
* | Ensure diff -uw always produces valid output when one file doesn't end |  kspillner | 2014-08-27 | 1 | -5/+9 |
* | Use errc/warnc to simplify code. |  guenther | 2014-05-20 | 1 | -3/+3 |
* | TMPDIR is an extension; |  jmc | 2014-02-13 | 1 | -4/+7 |
* | Fix bogus errx(2, NULL) usage; malloc() failure should use err(2, NULL). |  millert | 2013-08-19 | 1 | -8/+8 |
* | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; |  jmc | 2013-07-16 | 1 | -3/+3 |
* | remove obsolete BUGS (cmp is not run internally); ok otto |  jmc | 2013-01-20 | 1 | -18/+2 |
* | Change scandir()'s 'select' argument from |  guenther | 2012-11-29 | 1 | -3/+3 |
* | Switch diff(1) binary file detection from !(isprint() || isspace()) to |  stsp | 2012-07-08 | 1 | -6/+3 |
* | Strip trailing slashes from directory in splice() before |  millert | 2012-05-22 | 1 | -2/+6 |
* | Move an isqrt() call outside a macro, from Michael W Bombardieri. |  nicm | 2011-04-01 | 1 | -6/+9 |
* | add a reference to the "An Algorithm for Differential File Comparison" paper; |  jmc | 2011-02-03 | 1 | -2/+10 |
* | scandir() does not NULL-terminate the list of dirent structs so use |  millert | 2010-11-14 | 1 | -42/+39 |
* | getdirentries(2) should be avoided outside of libc so use scandir(3) |  millert | 2010-11-08 | 1 | -115/+41 |
* | Change basep parameter of getdirentries() to be off_t *, not long * |  millert | 2010-10-28 | 1 | -2/+2 |
* | add an EXIT STATUS section for /usr/bin; |  jmc | 2010-09-03 | 1 | -4/+4 |
* | Add a cross reference to patch(1) |  schwarze | 2010-08-18 | 1 | -6/+4 |
* | exit(2) on xcalloc failure. From Daniel Dickman <didickman () gmail |  ray | 2010-08-04 | 1 | -4/+4 |
* | Plug memory leak. |  ray | 2010-07-17 | 1 | -3/+5 |
* | Simplify print_status by removing NULL handling. |  ray | 2010-07-16 | 2 | -14/+12 |
* | Close FILEs when fork fails. |  ray | 2010-07-16 | 1 | -2/+3 |
* | diff exits 2 on error, not 1. |  ray | 2010-07-16 | 1 | -2/+2 |
* | cvs and rcs use diff_output() to print everything since it is not |  ray | 2010-07-15 | 1 | -52/+50 |
* | Remove unused arguments from check(). From cvs/rcs. |  ray | 2010-07-15 | 1 | -4/+4 |
* | Return -1 on error as advertised. |  ray | 2010-07-14 | 1 | -5/+4 |