summaryrefslogtreecommitdiff
path: root/usr.bin/tail
AgeCommit message (Expand)Author
2018-03-06[tail] Fix type of 'len'eadler
2017-10-15Nit-picking: avoid split infinitivepgoyette
2017-10-02Sort options.wiz
2017-10-01Remove some unnecessary words.kre
2017-10-01Add arguments to tail:maya
2017-07-04Add EXIT STATUS section. Use Ex.wiz
2017-07-03Remove workaround for ancient HTML generation code.wiz
2015-10-09PR/50322: Timo Buhrmester: tail -F <file> misbehaves with stdin closedchristos
2014-06-15Fix -f description: it is also ignored if stdin is a FIFO.wiz
2013-10-18fix unused variable warningschristos
2013-01-31Add comma after i.e.wiz
2011-09-03minor knf, no functional change.christos
2011-09-03leave the original errno as it was. don't report EFBIG on all mmap failures.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-09-30Use off_t, not __off_t.dholland
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-02-04PR/37954: Thomas Klausner: "tail -c 2" broken.christos
2006-05-24Coverity CID 3204: The USE_SLEEP case can close the fp, and break doeschristos
2006-04-30Coverity CID 2986: Free lines before returning.christos
2006-04-09Coverity CID 1563: Fix memory leak.christos
2006-04-09Duh fixed error printing.christos
2006-04-09Coverity CID 1580: Plug memory leak.christos
2005-06-05appease gcc -Wuninitialized on hp700.chs
2005-06-02appease gcc -Wuninitializedlukem
2004-02-16do not use long for file offset, use off_t. otto@openbsditojun
2003-10-16safer use of reallocitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14minor KNFitojun
2003-03-10Use sleep(1) instead of usleep(1000000) to sleep for a second, sincelukem
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-10-30use kqueue to watch the file if possiblejdolecek
2002-09-18Update error message after recent changes.skrll
2002-09-18Remove an old comment.mycroft
2002-09-18select() -> nanosleep()mycroft
2002-06-14Remove #if __STDC__. De-__P() and ANSIfy.wiz
2002-04-29Add -F to usage, per bin/16558 by Ryan Younce.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-08Sort sections.wiz
2001-12-01Whitespace cleanup.wiz
2001-11-24fix tail; don't try to map more of the file than really existsexplorer
2001-11-21make tail -f and tail -10000 work on files > those which can be mmap()ed whol...explorer
2001-01-16avoid C sequence point issues warned about by development version of gcc.cgd
2001-01-04use %ll_ instead of the less standard %q_lukem
2000-10-11More format string cleanup by sommerfeld.is
1999-07-21avoid repeated error messages by making bytes(), lines() and rlines() returncgd
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1998-12-19KNFchristos
1998-11-03explicitly zero the lines structure! How did this ever work before?christos
1998-11-03Pacify gcc-2.8.1 (extra braces).christos