| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvs | Ken Smith | 2011-02-16 | 8 | -8/+8 |
* | MFC: r193488: Persist forever when tailing with -F and ignore ENOENT | Brian Somers | 2009-06-26 | 7 | -107/+144 |
* | MFC(1.14): Fixing a double free bug which will cause tail to dump core when | Tai-hwa Liang | 2007-11-29 | 1 | -0/+1 |
* | MFC rev. 1.12: | Konstantin Belousov | 2007-10-24 | 1 | -3/+13 |
* | Markup revision. | Ruslan Ermilov | 2006-12-24 | 1 | -20/+20 |
* | Better handle the -F case: | Marcel Moolenaar | 2006-10-21 | 1 | -7/+5 |
* | - Simplify the formatting in the SYNOPSIS. | Ruslan Ermilov | 2006-06-30 | 2 | -4/+3 |
* | Add a -q option to suppress header lines when multiple files are specified. | Florent Thoumie | 2006-06-29 | 4 | -8/+19 |
* | Unbreak tail -f on non-local filesystems. | Paul Saab | 2005-08-26 | 1 | -0/+10 |
* | Back out revision 1.19 and 1.20 until I find mental clarity to deal with | Eivind Eklund | 2005-06-01 | 1 | -1/+7 |
* | Remove an errno reset that became unnecessary. | Eivind Eklund | 2005-05-26 | 1 | -1/+0 |
* | We are past 4.4BSD - use our new-found stat flags for pipes and fifos. | Eivind Eklund | 2005-05-26 | 1 | -6/+1 |
* | Don't skip the initialisation of tl->len when we hit an EOF immediately | Ian Dowse | 2005-03-20 | 1 | -3/+2 |
* | Save last displayed file by having the "last" pointer global and save it | Xin LI | 2005-02-04 | 1 | -6/+8 |
* | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
* | Don't reprint file names unnecessarily. | Brian Somers | 2005-01-12 | 1 | -4/+4 |
* | Bump WARNS to 4 as this seems OK on the alpha now. | David Malone | 2005-01-10 | 1 | -1/+1 |
* | Cast size_t to off_t before adding them to avoid warnings on the alpha. | David Malone | 2005-01-10 | 2 | -4/+6 |
* | Some variables became unused or global in the last change to this | David Malone | 2005-01-10 | 1 | -9/+5 |
* | Add support for following more than one file i.e. | Paul Richards | 2004-11-04 | 3 | -96/+200 |
* | Revert a WIP change that shouldn't have been in last commit. | Paul Richards | 2004-11-03 | 1 | -4/+2 |
* | Convert to ANSI style function definitions. | Paul Richards | 2004-11-03 | 5 | -31/+12 |
* | 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 |