summaryrefslogtreecommitdiff
path: root/usr.bin/tail/tail.c
AgeCommit message (Expand)Author
2018-03-06[tail] Fix type of 'len'eadler
2017-10-02Sort options.wiz
2017-10-01Add arguments to tail:maya
2013-01-31Add comma after i.e.wiz
2011-09-03minor knf, no functional change.christos
2011-09-03Instead of declaring our own err() which is different than the standard one,christos
2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wsign-compare)lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2004-02-16do not use long for file offset, use off_t. otto@openbsditojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14minor KNFitojun
2002-06-14Remove #if __STDC__. De-__P() and ANSIfy.wiz
2002-04-29Add -F to usage, per bin/16558 by Ryan Younce.wiz
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-02-09Add -F option to follow files though rotations and truncations.cjs
1997-10-19WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOFlukem
1994-11-23Merged with 4.4lite.jtc
1994-04-24various off_t fixesderaadt
1993-08-01Add RCS identifiers.mycroft
1993-04-30tail from ftp.uu.net:bsd-sources integratedglass