summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/tail.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't reopen file if its stdin.martijn2019-01-041-3/+1
* fix off-by-one in argument parsinghalex2016-02-031-2/+3
* another try to allow tailing multiple files. maybe it works?tedu2015-11-191-31/+25
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
* tame "stdio rpath" for when paths are specified; otherwise tame "stdio"deraadt2015-10-071-1/+7
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* Backout previous commit, there are still some issues with it.landry2008-11-131-26/+24
* Permit tail -f to follow multiple files, useful when you want to monitorlandry2008-10-171-24/+26
* sync usage() w/ synopsis; from Pierre Riteaujmc2007-10-311-3/+4
* Clean up some lint and -Wall.kjell2006-03-221-3/+3
* make -b and -c work with large offsets; tweak from millert@otto2004-02-161-4/+4
* mostly ansi cleanup; pval okderaadt2003-06-101-8/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* strlcpy conversion, increase buffer size by one char. ok millert@dhartmei2003-04-081-4/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* kill more registersmpech2001-11-191-3/+3
* When doing tail -f from stdin don't reopen a local file named stdin.art2000-11-211-2/+4
* Fix broken conversion of private err() function and make ierr() and oerr()millert1999-02-031-3/+4
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* Fix core dump and use libc err(3) instead of private one (which hadmillert1997-01-121-10/+13
* rcsidderaadt1996-06-261-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+305