aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail/tail.c
Commit message (Expand)AuthorAgeFilesLines
* tail: Fix -f with stdinMark Johnston2021-08-141-23/+20
* Fix tail -f in capability mode.Mark Johnston2019-12-061-5/+8
* fileargs_init() sets errno on failure.Mark Johnston2019-11-061-1/+1
* tail: fix the checks if the file was rotatedMariusz Zaborski2019-06-091-2/+2
* tail: style nitsMariusz Zaborski2019-06-091-1/+2
* tail: fix style nit introduced in the r348708Mariusz Zaborski2019-06-051-1/+0
* tail: capsicumizeMariusz Zaborski2019-06-051-2/+24
* tail(1): Add some long optionsKyle Evans2018-04-101-1/+11
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Print file names without stdio buffering to avoid mixing buffered andJaakko Heinonen2013-06-091-3/+1
* Add missing static keywords to tail(1)Ed Schouten2011-11-061-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Change the behaviour of -F slightly; it now persists (forever) inBrian Somers2009-06-051-19/+22
* initialize variables, WARNS=6 compliantPhilippe Charnier2007-11-021-0/+1
* - Simplify the formatting in the SYNOPSIS.Ruslan Ermilov2006-06-301-1/+2
* Add a -q option to suppress header lines when multiple files are specified.Florent Thoumie2006-06-291-3/+6
* 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
* Add support for following more than one file i.e.Paul Richards2004-11-041-7/+30
* 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-031-2/+4
* WARNS=4, addAlfred Perlstein2002-07-141-6/+3
* remove __PWarner Losh2002-03-221-2/+2
* WARNS=2 fixes, use __FBSDID().Mark Murray2001-12-121-11/+13
* Allow "obsolete" (but commonly-used) command line style to be usedBill Fenner2001-10-021-2/+3
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-011-2/+2
* Mention the -F in the usage().Ruslan Ermilov2001-01-241-1/+1
* Remove register keyword usage with prejudice.Jeroen Ruigrok van der Werven2000-12-031-1/+1
* Use a size_t instead of an int.Jeroen Ruigrok van der Werven2000-12-021-1/+1
* Properly constify some static arrays.Jeroen Ruigrok van der Werven2000-12-021-1/+5
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-1/+2
* Add a new -F flag which is a superset of -f. It will cause tail toPeter Wemm1998-04-061-2/+5
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Dont forget to #include <err.h>Peter Wemm1996-08-251-0/+1
* Argh! caught! *blush*.. This program was supplying it's own 'err' routinePeter Wemm1996-08-251-4/+4
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+302