aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-054-5/+18
| |\ | |/ |/|
| * sync from headSimon J. Gerraty2013-04-121-1/+12
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-081-3/+2
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Print file names without stdio buffering to avoid mixing buffered andJaakko Heinonen2013-06-094-5/+18
| |_|/ |/| |
* | | Remove EOL whitespace accidentally introduced in r248393.Joel Dahl2013-03-171-1/+1
* | | Add a couple of examples.Joel Dahl2013-03-161-1/+12
| |/ |/|
* | Use calloc() to get zeroed memory.Xin LI2013-01-081-3/+2
|/
* Add missing static keywords to tail(1)Ed Schouten2011-11-062-4/+4
* tail: Fix crash if -F'ed file's filesystem disappears.Jilles Tjoelker2011-08-141-2/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-117-28/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-021-1/+1
* Use our canonical .Dd format.Christian Brueffer2009-11-021-1/+1
* Change the behaviour of -F slightly; it now persists (forever) inBrian Somers2009-06-057-107/+144
* Nuking the temporary pointer once it is properly tracked in local storage.Tai-hwa Liang2007-11-221-0/+1
* initialize variables, WARNS=6 compliantPhilippe Charnier2007-11-023-1/+3
* Fix various memory leaks.Konstantin Belousov2007-10-171-3/+13
* Markup revision.Ruslan Ermilov2006-12-241-20/+20
* Better handle the -F case:Marcel Moolenaar2006-10-211-7/+5
* - Simplify the formatting in the SYNOPSIS.Ruslan Ermilov2006-06-302-4/+3
* Add a -q option to suppress header lines when multiple files are specified.Florent Thoumie2006-06-294-8/+19
* Unbreak tail -f on non-local filesystems.Paul Saab2005-08-261-0/+10
* Back out revision 1.19 and 1.20 until I find mental clarity to deal withEivind Eklund2005-06-011-1/+7
* Remove an errno reset that became unnecessary.Eivind Eklund2005-05-261-1/+0
* We are past 4.4BSD - use our new-found stat flags for pipes and fifos.Eivind Eklund2005-05-261-6/+1
* Don't skip the initialisation of tl->len when we hit an EOF immediatelyIan Dowse2005-03-201-3/+2
* Save last displayed file by having the "last" pointer global and save itXin LI2005-02-041-6/+8
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Don't reprint file names unnecessarily.Brian Somers2005-01-121-4/+4
* Bump WARNS to 4 as this seems OK on the alpha now.David Malone2005-01-101-1/+1
* Cast size_t to off_t before adding them to avoid warnings on the alpha.David Malone2005-01-102-4/+6
* Some variables became unused or global in the last change to thisDavid Malone2005-01-101-9/+5
* Add support for following more than one file i.e.Paul Richards2004-11-043-96/+200
* Revert a WIP change that shouldn't have been in last commit.Paul Richards2004-11-031-4/+2
* Convert to ANSI style function definitions.Paul Richards2004-11-035-31/+12
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Removed check of st_rdev changing in the -F support. st_rdev for regularDavid Greenman2003-08-141-1/+0
* Revert part of the last commit. This fixes tail for pipes.Mark Murray2003-06-101-8/+7
* When doing tail -F, return if the freopen() of the file fails instead ofTim J. Robbins2002-12-151-0/+1
* revert WARNS=4, it makes the alpha compile sad.Alfred Perlstein2002-07-151-1/+1
* WARNS=4, addAlfred Perlstein2002-07-142-6/+5
* Note that this appeared at least as early as PWB UNIX.Juli Mallett2002-06-101-2/+1
* Fix up vendor IDs.David Malone2002-04-131-7/+10