summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/extern.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't reopen file if its stdin.martijn2019-01-041-2/+1
* another try to allow tailing multiple files. maybe it works?tedu2015-11-191-7/+13
* Backout previous commit, there are still some issues with it.landry2008-11-131-2/+1
* Permit tail -f to follow multiple files, useful when you want to monitorlandry2008-10-171-1/+2
* make -b and -c work with large offsets; tweak from millert@otto2004-02-161-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
* 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-8/+8
* When doing tail -f from stdin don't reopen a local file named stdin.art2000-11-211-1/+2
* Get rid of repeating error messages; From netbsd millert@ okericj2000-06-231-3/+3
* Fix broken conversion of private err() function and make ierr() and oerr()millert1999-02-031-4/+4
* Fix core dump and use libc err(3) instead of private one (which hadmillert1997-01-121-5/+4
* rcsidderaadt1996-06-261-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+55