| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-10-16 | safer use of realloc | itojun | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22365, verified by myself. | |||
| 2003-07-14 | minor KNF | itojun | |
| 2003-03-10 | Use sleep(1) instead of usleep(1000000) to sleep for a second, since | lukem | |
| usleep() doesn't support an argument >= 1000000. Problem noted & fix provided in [bin/20644] from Dave Huang. | |||
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz | |
| for correct formatting of the SYNOPSIS any longer. | |||
| 2002-10-30 | use kqueue to watch the file if possible | jdolecek | |
| from FreeBSD via Luke Mewburn this specifically does NOT include FreeBSD rev. 1.28 change; it's my understanding -F is specifically meant to only detect removal of the tailed file, not to watch for intermediate path changes | |||
| 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 | |
| 2002-04-29 | Add -F to usage, per bin/16558 by Ryan Younce. | wiz | |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross | |
| 2001-12-08 | Sort sections. | wiz | |
| 2001-12-01 | Whitespace cleanup. | 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 ↵ | explorer | |
| whole. tail -r will still not function on large files. | |||
| 2001-01-16 | avoid C sequence point issues warned about by development version of gcc. | cgd | |
| 2001-01-04 | use %ll_ instead of the less standard %q_ | lukem | |
| 2000-10-11 | More format string cleanup by sommerfeld. | is | |
| 1999-07-21 | avoid repeated error messages by making bytes(), lines() and rlines() return | cgd | |
| meaningful values, which can then be checked to avoid another error message. | |||
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled | |
| so we shouldn't override it with versions in the manpages. Many more to come. | |||
| 1998-12-19 | KNF | christos | |
| 1998-11-03 | explicitly zero the lines structure! How did this ever work before? | christos | |
| 1998-11-03 | Pacify gcc-2.8.1 (extra braces). | christos | |
| 1998-09-18 | Add bugs section noting that, with -F, tail can fail to detect a file | cjs | |
| truncation. Also note that -F option is an extension. | |||
| 1998-09-18 | Remove tracking of file size by how many characters were output. | cjs | |
| This succumbs to a race condition where data are written to the file while the sleep is occurring. If a stat is done immediately after, lastsize is updated but the file pointer wasn't pointing at the end of the file, so the number of bytes between the current pointer and the end of the file is added to the lastsize when lastsize already points to the end of the file. | |||
| 1998-08-25 | Add { and } to shut up egcs. Reformat the more questionable code. | ross | |
| 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 | |
| simplify the code by passing in NULL rather than an empty fd_set to indicate no file descriptors. | |||
| 1994-11-23 | Merged with 4.4lite. | jtc | |
| Changed to conform to NetBSD's new RCS Id convention. | |||
| 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-11-30 | Use ".St -p1003.2-92" macro instead of spelling it out. | jtc | |
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-08-01 | Add RCS indentifiers. | mycroft | |
| 1993-07-30 | Add RCS identifiers. | mycroft | |
| 1993-04-30 | tail from ftp.uu.net:bsd-sources integrated | glass | |
