| Commit message (Expand) | Author | Age | Files | Lines |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | ANSIfy various tools in usr.bin/. | ed | 2010-01-02 | 1 | -1/+1 |
* | Use our canonical .Dd format. | brueffer | 2009-11-02 | 1 | -1/+1 |
* | Change the behaviour of -F slightly; it now persists (forever) in | brian | 2009-06-05 | 7 | -107/+144 |
* | Nuking the temporary pointer once it is properly tracked in local storage. | avatar | 2007-11-22 | 1 | -0/+1 |
* | initialize variables, WARNS=6 compliant | charnier | 2007-11-02 | 3 | -1/+3 |
* | Fix various memory leaks. | kib | 2007-10-17 | 1 | -3/+13 |
* | Markup revision. | ru | 2006-12-24 | 1 | -20/+20 |
* | Better handle the -F case: | marcel | 2006-10-21 | 1 | -7/+5 |
* | - Simplify the formatting in the SYNOPSIS. | ru | 2006-06-30 | 2 | -4/+3 |
* | Add a -q option to suppress header lines when multiple files are specified. | flz | 2006-06-29 | 4 | -8/+19 |
* | Unbreak tail -f on non-local filesystems. | ps | 2005-08-26 | 1 | -0/+10 |
* | Back out revision 1.19 and 1.20 until I find mental clarity to deal with | eivind | 2005-06-01 | 1 | -1/+7 |
* | Remove an errno reset that became unnecessary. | eivind | 2005-05-26 | 1 | -1/+0 |
* | We are past 4.4BSD - use our new-found stat flags for pipes and fifos. | eivind | 2005-05-26 | 1 | -6/+1 |
* | Don't skip the initialisation of tl->len when we hit an EOF immediately | iedowse | 2005-03-20 | 1 | -3/+2 |
* | Save last displayed file by having the "last" pointer global and save it | delphij | 2005-02-04 | 1 | -6/+8 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Don't reprint file names unnecessarily. | brian | 2005-01-12 | 1 | -4/+4 |
* | Bump WARNS to 4 as this seems OK on the alpha now. | dwmalone | 2005-01-10 | 1 | -1/+1 |
* | Cast size_t to off_t before adding them to avoid warnings on the alpha. | dwmalone | 2005-01-10 | 2 | -4/+6 |
* | Some variables became unused or global in the last change to this | dwmalone | 2005-01-10 | 1 | -9/+5 |
* | Add support for following more than one file i.e. | paul | 2004-11-04 | 3 | -96/+200 |
* | Revert a WIP change that shouldn't have been in last commit. | paul | 2004-11-03 | 1 | -4/+2 |
* | Convert to ANSI style function definitions. | paul | 2004-11-03 | 5 | -31/+12 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
* | Removed check of st_rdev changing in the -F support. st_rdev for regular | dg | 2003-08-14 | 1 | -1/+0 |
* | Revert part of the last commit. This fixes tail for pipes. | markm | 2003-06-10 | 1 | -8/+7 |
* | When doing tail -F, return if the freopen() of the file fails instead of | tjr | 2002-12-15 | 1 | -0/+1 |
* | revert WARNS=4, it makes the alpha compile sad. | alfred | 2002-07-15 | 1 | -1/+1 |
* | WARNS=4, add | alfred | 2002-07-14 | 2 | -6/+5 |
* | Note that this appeared at least as early as PWB UNIX. | jmallett | 2002-06-10 | 1 | -2/+1 |
* | Fix up vendor IDs. | dwmalone | 2002-04-13 | 1 | -7/+10 |
* | GCC 3.1 cleanup - add a break after default: at the end of a switch | murray | 2002-04-08 | 2 | -0/+2 |
* | remove __P | imp | 2002-03-22 | 4 | -13/+13 |
* | WARNS=2 fixes, use __FBSDID(). | markm | 2001-12-12 | 6 | -67/+78 |
* | Since kqueue support was added to tail, the "-F" option (check for | iedowse | 2001-11-25 | 1 | -30/+34 |
* | Allow "obsolete" (but commonly-used) command line style to be used | fenner | 2001-10-02 | 1 | -2/+3 |
* | File positions are off_t nowdays, not long, so: | ache | 2001-09-01 | 4 | -14/+14 |
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | o If the file being tailed is moved back to the original location, | jlemon | 2001-06-06 | 1 | -1/+3 |
* | Back out my fseeko -> fseek(END) change - we need to position on what we | ache | 2001-03-28 | 1 | -1/+1 |
* | Restore part of my fix spammed in v1.23: | ache | 2001-03-27 | 1 | -1/+1 |
* | Fix tail to work on files bigger than 2GB. | dwmalone | 2001-03-27 | 4 | -65/+146 |
* | Add comment explaining why size not passed directly to mmap, i.e. not relay | ache | 2001-03-27 | 1 | -3/+9 |
* | Use SSIZE_MAX instead of INT_MAX, as kernel does ssize_t check | ache | 2001-03-27 | 1 | -1/+3 |
* | Treat mmap() error as fatal too, i.e. do exit(1) instead of return | ache | 2001-03-26 | 1 | -1/+1 |
* | rlines() checks: | ache | 2001-03-26 | 1 | -3/+10 |
* | Use EV_SET() macro to initialize kevent structure. | jlemon | 2001-02-28 | 1 | -7/+5 |