| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -4/+4 |
| 2019-01-04 | Don't reopen file if its stdin. |  martijn | 3 | -7/+5 |
| 2017-03-26 | Change a reallocarray+bzero into recallocarray. |  martijn | 1 | -5/+3 |
| 2017-02-01 | Add a missing sizeof(*lines) factor to previous commit to ensure we zero |  tb | 1 | -2/+3 |
| 2017-02-01 | Don't allocate the buffer for the -n flag in one call. |  martijn | 1 | -8/+14 |
| 2016-07-05 | Modify code added in rev 1.30 to use the correct variable instead of a |  jsg | 1 | -2/+2 |
| 2016-02-03 | fix off-by-one in argument parsing |  halex | 1 | -2/+3 |
| 2016-01-25 | Fix a crash as found by sthen@ |  martijn | 1 | -3/+13 |
| 2015-11-21 | better fixes for running tail without -f. from Martijn van Duren |  tedu | 1 | -22/+17 |
| 2015-11-20 | quick hack to fix "tail +n", reported broken by Mikolaj Kucharski. |  tedu | 1 | -3/+17 |
| 2015-11-19 | another try to allow tailing multiple files. maybe it works? |  tedu | 6 | -228/+322 |
| 2015-10-25 | Unify & improve paragraphs talking about "==> file <==" headers in |  zhuk | 1 | -8/+8 |
| 2015-10-09 | Change all tame callers to namechange to pledge(2). |  deraadt | 1 | -5/+5 |
| 2015-10-07 | tame "stdio rpath" for when paths are specified; otherwise tame "stdio" |  deraadt | 1 | -1/+7 |
| 2015-09-15 | avoid the useless idiom Fl Ns Ar, use Fl Ar |  schwarze | 1 | -4/+4 |
| 2015-07-22 | Fix memory leak when tail -r is used with anything but regular files. |  tobias | 1 | -8/+14 |
| 2015-03-26 | Whitespace fix: Closing bracket belongs to if-block, not enclosing for |  tobias | 1 | -2/+2 |
| 2015-02-28 | Reduce usage of predefined strings in manpages. |  bentley | 1 | -3/+3 |
| 2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the |  millert | 1 | -4/+4 |
| 2014-06-03 | Actually, we've handled FIFOs on stdin in accordance with POSIX since 1996. |  guenther | 1 | -11/+6 |
| 2014-05-31 | tweak previous; |  jmc | 1 | -3/+10 |
| 2010-09-03 | add an EXIT STATUS section for /usr/bin; |  jmc | 1 | -3/+3 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 5 | -47/+5 |
| 2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 1 | -3/+3 |
| 2008-11-13 | Backout previous commit, there are still some issues with it. |  landry | 3 | -189/+83 |
| 2008-10-17 | Permit tail -f to follow multiple files, useful when you want to monitor |  landry | 3 | -83/+189 |
| 2008-06-02 | fix double free which can happen if the last line has no newline; |  otto | 1 | -2/+3 |
| 2007-10-31 | sync usage() w/ synopsis; from Pierre Riteau |  jmc | 1 | -3/+4 |
| 2007-10-22 | use EV_SET() instead of doing it by hand; Iruata Souza |  deraadt | 1 | -11/+10 |
| 2007-09-29 | unneeded includes and whitespace police; from Igor Zinovik |  otto | 4 | -26/+10 |
| 2007-09-16 | Another mem leak plugged. With help from Igor Zinovi. ok millert@ |  otto | 1 | -5/+11 |
| 2007-09-13 | Plug mem leak. From Igor Zinovik; ok millert@ |  otto | 1 | -2/+5 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-30 | - use a consistent text for STANDARDS |  jmc | 1 | -8/+7 |
| 2006-12-28 | - less macros needed in SYNOPSIS |  jmc | 1 | -7/+7 |
| 2006-10-02 | - simplify a list item |  jmc | 1 | -7/+3 |
| 2006-10-02 | reword a clunky sentence; |  jmc | 1 | -2/+2 |
| 2006-03-24 | ANSIfy. Ok ray@ |  kjell | 3 | -24/+11 |
| 2006-03-22 | Clean up some lint and -Wall. |  kjell | 3 | -22/+37 |
| 2004-03-12 | If kqueue is not available, revert back to old behavior. Unbreaks tail -f |  otto | 1 | -4/+7 |
| 2004-03-01 | Unbreak file truncation handling. Resolves PR 3689. |  otto | 1 | -6/+7 |
| 2004-02-16 | make -b and -c work with large offsets; tweak from millert@ |  otto | 4 | -20/+20 |
| 2003-07-14 | typo in comment. ok henning@ |  otto | 1 | -3/+3 |
| 2003-07-01 | rewrite to not use mmap(2). solves a bunch of issues: |  henning | 2 | -65/+87 |
| 2003-06-10 | mostly ansi cleanup; pval ok |  deraadt | 2 | -12/+9 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 7 | -47/+19 |
| 2003-04-08 | strlcpy conversion, increase buffer size by one char. ok millert@ |  dhartmei | 1 | -4/+4 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 4 | -19/+19 |
| 2001-11-19 | kill more registers |  mpech | 4 | -24/+24 |
| 2001-09-19 | occured->occurred |  mpech | 1 | -4/+4 |