| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC revision 1.37 | Xin LI | 2005-01-18 | 1 | -4/+4 |
| * | MFC Paul's addition of support for following more than one file, | Xin LI | 2005-01-17 | 3 | -101/+201 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+1 |
| * | Removed check of st_rdev changing in the -F support. st_rdev for regular | David Greenman | 2003-08-14 | 1 | -1/+0 |
| * | Revert part of the last commit. This fixes tail for pipes. | Mark Murray | 2003-06-10 | 1 | -8/+7 |
| * | When doing tail -F, return if the freopen() of the file fails instead of | Tim J. Robbins | 2002-12-15 | 1 | -0/+1 |
| * | revert WARNS=4, it makes the alpha compile sad. | Alfred Perlstein | 2002-07-15 | 1 | -1/+1 |
| * | WARNS=4, add | Alfred Perlstein | 2002-07-14 | 2 | -6/+5 |
| * | Note that this appeared at least as early as PWB UNIX. | Juli Mallett | 2002-06-10 | 1 | -2/+1 |
| * | Fix up vendor IDs. | David Malone | 2002-04-13 | 1 | -7/+10 |
| * | GCC 3.1 cleanup - add a break after default: at the end of a switch | Murray Stokely | 2002-04-08 | 2 | -0/+2 |
| * | remove __P | Warner Losh | 2002-03-22 | 4 | -13/+13 |
| * | WARNS=2 fixes, use __FBSDID(). | Mark Murray | 2001-12-12 | 6 | -67/+78 |
| * | Since kqueue support was added to tail, the "-F" option (check for | Ian Dowse | 2001-11-25 | 1 | -30/+34 |
| * | Allow "obsolete" (but commonly-used) command line style to be used | Bill Fenner | 2001-10-02 | 1 | -2/+3 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-01 | 4 | -14/+14 |
| * | mdoc(7) police: utilize the new .Ex macro. | Ruslan Ermilov | 2001-08-15 | 1 | -3/+1 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | o If the file being tailed is moved back to the original location, | Jonathan Lemon | 2001-06-06 | 1 | -1/+3 |
| * | Back out my fseeko -> fseek(END) change - we need to position on what we | Andrey A. Chernov | 2001-03-28 | 1 | -1/+1 |
| * | Restore part of my fix spammed in v1.23: | Andrey A. Chernov | 2001-03-27 | 1 | -1/+1 |
| * | Fix tail to work on files bigger than 2GB. | David Malone | 2001-03-27 | 4 | -65/+146 |
| * | Add comment explaining why size not passed directly to mmap, i.e. not relay | Andrey A. Chernov | 2001-03-27 | 1 | -3/+9 |
| * | Use SSIZE_MAX instead of INT_MAX, as kernel does ssize_t check | Andrey A. Chernov | 2001-03-27 | 1 | -1/+3 |
| * | Treat mmap() error as fatal too, i.e. do exit(1) instead of return | Andrey A. Chernov | 2001-03-26 | 1 | -1/+1 |
| * | rlines() checks: | Andrey A. Chernov | 2001-03-26 | 1 | -3/+10 |
| * | Use EV_SET() macro to initialize kevent structure. | Jonathan Lemon | 2001-02-28 | 1 | -7/+5 |
| * | Mention the -F in the usage(). | Ruslan Ermilov | 2001-01-24 | 1 | -1/+1 |
| * | Remove register keyword usage with prejudice. | Jeroen Ruigrok van der Werven | 2000-12-03 | 4 | -16/+16 |
| * | Use a size_t instead of an int. | Jeroen Ruigrok van der Werven | 2000-12-02 | 1 | -1/+1 |
| * | Properly constify some static arrays. | Jeroen Ruigrok van der Werven | 2000-12-02 | 4 | -3/+17 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -1/+1 |
| * | Convert calls to match new kqueue API. | Jonathan Lemon | 2000-07-18 | 1 | -5/+2 |
| * | If the kevent() registration fails (probably due to the underlying | Jonathan Lemon | 2000-06-22 | 1 | -19/+53 |
| * | Change <event.h> --> <sys/event.h> | Jonathan Lemon | 2000-04-18 | 1 | -1/+1 |
| * | Change tail to use kqueue/kevent to obtain a notification when | Jonathan Lemon | 2000-04-16 | 1 | -22/+51 |
| * | Add DIAGNOSTICS section name | Philippe Charnier | 2000-03-26 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 2 | -2/+2 |
| * | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 1 | -0/+1 |
| * | Clean up some ambiguous nested if/elses. | Bill Fumerola | 1999-07-04 | 1 | -1/+2 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-06 | 1 | -2/+2 |
| * | Add a new -F flag which is a superset of -f. It will cause tail to | Peter Wemm | 1998-04-06 | 4 | -4/+42 |
| * | Change select(0, NULL, ...) to usleep() | Andrey A. Chernov | 1997-12-12 | 1 | -5/+1 |
| * | Fix a misleading comment. Rename a variable to make more sense. | Poul-Henning Kamp | 1997-10-11 | 1 | -5/+4 |
| * | Fix a comment. | Poul-Henning Kamp | 1997-09-15 | 1 | -1/+1 |
| * | In these days, waiting one full second for more to appear is far too long. | Poul-Henning Kamp | 1997-09-14 | 1 | -2/+2 |
| * | Remove trailing \n in warn() string. | Philippe Charnier | 1997-08-13 | 2 | -10/+15 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
| * | Sweep through the tree fixing mmap() usage: | Alexander Langer | 1997-01-16 | 2 | -2/+2 |
| * | complete err() changes, actually use warn() in most instances | Adam David | 1996-08-26 | 3 | -9/+9 |