aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail
Commit message (Expand)AuthorAgeFilesLines
* Convert calls to match new kqueue API.Jonathan Lemon2000-07-181-5/+2
* If the kevent() registration fails (probably due to the underlyingJonathan Lemon2000-06-221-19/+53
* Change <event.h> --> <sys/event.h>Jonathan Lemon2000-04-181-1/+1
* Change tail to use kqueue/kevent to obtain a notification whenJonathan Lemon2000-04-161-22/+51
* Add DIAGNOSTICS section namePhilippe Charnier2000-03-261-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-1/+2
* Fixed printf format errors.Bruce Evans1998-07-061-2/+2
* Add a new -F flag which is a superset of -f. It will cause tail toPeter Wemm1998-04-064-4/+42
* Change select(0, NULL, ...) to usleep()Andrey A. Chernov1997-12-121-5/+1
* Fix a misleading comment. Rename a variable to make more sense.Poul-Henning Kamp1997-10-111-5/+4
* Fix a comment.Poul-Henning Kamp1997-09-151-1/+1
* In these days, waiting one full second for more to appear is far too long.Poul-Henning Kamp1997-09-141-2/+2
* Remove trailing \n in warn() string.Philippe Charnier1997-08-132-10/+15
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-162-2/+2
* complete err() changes, actually use warn() in most instancesAdam David1996-08-263-9/+9
* Dont forget to #include <err.h>Peter Wemm1996-08-255-0/+5
* Argh! caught! *blush*.. This program was supplying it's own 'err' routinePeter Wemm1996-08-255-46/+15
* Fix some bogons:Peter Wemm1996-08-251-11/+10
* one file somehow slipped by me in the previous commitAdam David1996-07-302-2/+6
* when file can be opened for read but cannot be read from:Adam David1996-07-303-6/+11
* Another program depending on zero'ed malloc.Poul-Henning Kamp1995-10-101-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-278-0/+1308