| Age | Commit message (Expand) | Author |
| 2015-10-09 | PR/50322: Timo Buhrmester: tail -F <file> misbehaves with stdin closed | christos |
| 2013-10-18 | fix unused variable warnings | christos |
| 2011-09-03 | minor knf, no functional change. | christos |
| 2011-09-03 | Instead of declaring our own err() which is different than the standard one, | christos |
| 2009-04-13 | Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wsign-compare) | lukem |
| 2006-05-24 | Coverity CID 3204: The USE_SLEEP case can close the fp, and break does | christos |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2004-02-16 | do not use long for file offset, use off_t. otto@openbsd | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-03-10 | Use sleep(1) instead of usleep(1000000) to sleep for a second, since | lukem |
| 2002-10-30 | use kqueue to watch the file if possible | jdolecek |
| 2002-09-18 | Update error message after recent changes. | skrll |
| 2002-09-18 | Remove an old comment. | mycroft |
| 2002-09-18 | select() -> nanosleep() | mycroft |
| 2002-06-14 | Remove #if __STDC__. De-__P() and ANSIfy. | wiz |
| 2001-11-24 | fix tail; don't try to map more of the file than really exists | explorer |
| 2001-11-21 | make tail -f and tail -10000 work on files > those which can be mmap()ed whol... | explorer |
| 1999-07-21 | avoid repeated error messages by making bytes(), lines() and rlines() return | cgd |
| 1998-12-19 | KNF | christos |
| 1998-11-03 | Pacify gcc-2.8.1 (extra braces). | christos |
| 1998-09-18 | Remove tracking of file size by how many characters were output. | cjs |
| 1998-02-20 | Use MAP_SHARED, not MAP_PRIVATE. | mycroft |
| 1998-02-17 | Add MAP_FILE as well. | augustss |
| 1998-02-17 | Make sure mmap() uses MAP_PRIVATE instead of 0. | augustss |
| 1998-02-09 | Add -F option to follow files though rotations and truncations. | cjs |
| 1997-10-19 | WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF | lukem |
| 1996-02-13 | Don't rely on select() not to modify the timeval argument. Also, | ghudson |
| 1994-11-23 | Merged with 4.4lite. | jtc |
| 1994-11-23 | munmap() mmap()ed regions. | jtc |
| 1994-04-24 | various off_t fixes | deraadt |
| 1994-03-28 | off_t foo, and MAP_FILE | cgd |
| 1993-08-01 | Add RCS identifiers. | mycroft |
| 1993-04-30 | tail from ftp.uu.net:bsd-sources integrated | glass |