| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r329606: | Alan Somers | 2018-04-16 | 2 | -2/+49 |
| * | MFC r332372-r332374: tail(1)/head(1) compatibility long options | Kyle Evans | 2018-04-13 | 2 | -5/+15 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 6 | -12/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 6 | -0/+12 |
| * | MFC r311572, r311895, r311928, r311985, r312395, r312417 | Alan Somers | 2017-02-28 | 4 | -77/+313 |
| * | MFC r311160, r311210, r311288, r311292, r311298, r311340 | Alan Somers | 2017-02-02 | 1 | -1/+8 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+18 |
| |\ |
|
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | Merge from head | Simon J. Gerraty | 2013-09-05 | 4 | -5/+18 |
| | |\
| |/
|/| |
|
| | * | sync from head | Simon J. Gerraty | 2013-04-12 | 1 | -1/+12 |
| | |\ |
|
| | * | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 1 | -3/+2 |
| | |\ \ |
|
| | * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+19 |
| * | | | | Print file names without stdio buffering to avoid mixing buffered and | Jaakko Heinonen | 2013-06-09 | 4 | -5/+18 |
| | |_|/
|/| | |
|
| * | | | Remove EOL whitespace accidentally introduced in r248393. | Joel Dahl | 2013-03-17 | 1 | -1/+1 |
| * | | | Add a couple of examples. | Joel Dahl | 2013-03-16 | 1 | -1/+12 |
| | |/
|/| |
|
| * | | Use calloc() to get zeroed memory. | Xin LI | 2013-01-08 | 1 | -3/+2 |
| |/ |
|
| * | Add missing static keywords to tail(1) | Ed Schouten | 2011-11-06 | 2 | -4/+4 |
| * | tail: Fix crash if -F'ed file's filesystem disappears. | Jilles Tjoelker | 2011-08-14 | 1 | -2/+4 |
| * | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 7 | -28/+0 |
| * | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -1/+0 |
| * | ANSIfy various tools in usr.bin/. | Ed Schouten | 2010-01-02 | 1 | -1/+1 |
| * | Use our canonical .Dd format. | Christian Brueffer | 2009-11-02 | 1 | -1/+1 |
| * | Change the behaviour of -F slightly; it now persists (forever) in | Brian Somers | 2009-06-05 | 7 | -107/+144 |
| * | Nuking the temporary pointer once it is properly tracked in local storage. | Tai-hwa Liang | 2007-11-22 | 1 | -0/+1 |
| * | initialize variables, WARNS=6 compliant | Philippe Charnier | 2007-11-02 | 3 | -1/+3 |
| * | Fix various memory leaks. | Konstantin Belousov | 2007-10-17 | 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 |