| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r311572, r311895, r311928, r311985, r312395, r312417 | asomers | 2017-02-28 | 4 | -77/+313 |
* | MFC r311160, r311210, r311288, r311292, r311298, r311340 | asomers | 2017-02-02 | 1 | -1/+8 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | Merge from head | sjg | 2013-09-05 | 4 | -5/+18 |
| |\
| |/
|/| |
|
| * | sync from head | sjg | 2013-04-12 | 1 | -1/+12 |
| |\ |
|
| * | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | | Sync with HEAD. | obrien | 2013-02-08 | 1 | -3/+2 |
| |\ \ |
|
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
* | | | | Print file names without stdio buffering to avoid mixing buffered and | jh | 2013-06-09 | 4 | -5/+18 |
| |_|/
|/| | |
|
* | | | Remove EOL whitespace accidentally introduced in r248393. | joel | 2013-03-17 | 1 | -1/+1 |
* | | | Add a couple of examples. | joel | 2013-03-16 | 1 | -1/+12 |
| |/
|/| |
|
* | | Use calloc() to get zeroed memory. | delphij | 2013-01-08 | 1 | -3/+2 |
|/ |
|
* | Add missing static keywords to tail(1) | ed | 2011-11-06 | 2 | -4/+4 |
* | tail: Fix crash if -F'ed file's filesystem disappears. | jilles | 2011-08-14 | 1 | -2/+4 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 7 | -28/+0 |
* | 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 |