summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/tail.c
Commit message (Expand)AuthorAgeFilesLines
* Print file names without stdio buffering to avoid mixing buffered andjh2013-06-091-3/+1
* Add missing static keywords to tail(1)ed2011-11-061-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Change the behaviour of -F slightly; it now persists (forever) inbrian2009-06-051-19/+22
* initialize variables, WARNS=6 compliantcharnier2007-11-021-0/+1
* - Simplify the formatting in the SYNOPSIS.ru2006-06-301-1/+2
* Add a -q option to suppress header lines when multiple files are specified.flz2006-06-291-3/+6
* Back out revision 1.19 and 1.20 until I find mental clarity to deal witheivind2005-06-011-1/+7
* Remove an errno reset that became unnecessary.eivind2005-05-261-1/+0
* We are past 4.4BSD - use our new-found stat flags for pipes and fifos.eivind2005-05-261-6/+1
* Add support for following more than one file i.e.paul2004-11-041-7/+30
* Revert a WIP change that shouldn't have been in last commit.paul2004-11-031-4/+2
* Convert to ANSI style function definitions.paul2004-11-031-2/+4
* WARNS=4, addalfred2002-07-141-6/+3
* remove __Pimp2002-03-221-2/+2
* WARNS=2 fixes, use __FBSDID().markm2001-12-121-11/+13
* Allow "obsolete" (but commonly-used) command line style to be usedfenner2001-10-021-2/+3
* File positions are off_t nowdays, not long, so:ache2001-09-011-2/+2
* Mention the -F in the usage().ru2001-01-241-1/+1
* Remove register keyword usage with prejudice.asmodai2000-12-031-1/+1
* Use a size_t instead of an int.asmodai2000-12-021-1/+1
* Properly constify some static arrays.asmodai2000-12-021-1/+5
* Clean up some ambiguous nested if/elses.billf1999-07-041-1/+2
* Add a new -F flag which is a superset of -f. It will cause tail topeter1998-04-061-2/+5
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Dont forget to #include <err.h>peter1996-08-251-0/+1
* Argh! caught! *blush*.. This program was supplying it's own 'err' routinepeter1996-08-251-4/+4
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+302
OpenPOWER on IntegriCloud