summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail
Commit message (Expand)AuthorAgeFilesLines
* revert WARNS=4, it makes the alpha compile sad.alfred2002-07-151-1/+1
* WARNS=4, addalfred2002-07-142-6/+5
* Note that this appeared at least as early as PWB UNIX.jmallett2002-06-101-2/+1
* Fix up vendor IDs.dwmalone2002-04-131-7/+10
* GCC 3.1 cleanup - add a break after default: at the end of a switchmurray2002-04-082-0/+2
* remove __Pimp2002-03-224-13/+13
* WARNS=2 fixes, use __FBSDID().markm2001-12-126-67/+78
* Since kqueue support was added to tail, the "-F" option (check foriedowse2001-11-251-30/+34
* Allow "obsolete" (but commonly-used) command line style to be usedfenner2001-10-021-2/+3
* File positions are off_t nowdays, not long, so:ache2001-09-014-14/+14
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* o If the file being tailed is moved back to the original location,jlemon2001-06-061-1/+3
* Back out my fseeko -> fseek(END) change - we need to position on what weache2001-03-281-1/+1
* Restore part of my fix spammed in v1.23:ache2001-03-271-1/+1
* Fix tail to work on files bigger than 2GB.dwmalone2001-03-274-65/+146
* Add comment explaining why size not passed directly to mmap, i.e. not relayache2001-03-271-3/+9
* Use SSIZE_MAX instead of INT_MAX, as kernel does ssize_t checkache2001-03-271-1/+3
* Treat mmap() error as fatal too, i.e. do exit(1) instead of returnache2001-03-261-1/+1
* rlines() checks:ache2001-03-261-3/+10
* Use EV_SET() macro to initialize kevent structure.jlemon2001-02-281-7/+5
* Mention the -F in the usage().ru2001-01-241-1/+1
* Remove register keyword usage with prejudice.asmodai2000-12-034-16/+16
* Use a size_t instead of an int.asmodai2000-12-021-1/+1
* Properly constify some static arrays.asmodai2000-12-024-3/+17
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Convert calls to match new kqueue API.jlemon2000-07-181-5/+2
* If the kevent() registration fails (probably due to the underlyingjlemon2000-06-221-19/+53
* Change <event.h> --> <sys/event.h>jlemon2000-04-181-1/+1
* Change tail to use kqueue/kevent to obtain a notification whenjlemon2000-04-161-22/+51
* Add DIAGNOSTICS section namecharnier2000-03-261-1/+1
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Clean up some ambiguous nested if/elses.billf1999-07-041-1/+2
* Fixed printf format errors.bde1998-07-061-2/+2
* Add a new -F flag which is a superset of -f. It will cause tail topeter1998-04-064-4/+42
* Change select(0, NULL, ...) to usleep()ache1997-12-121-5/+1
* Fix a misleading comment. Rename a variable to make more sense.phk1997-10-111-5/+4
* Fix a comment.phk1997-09-151-1/+1
* In these days, waiting one full second for more to appear is far too long.phk1997-09-141-2/+2
* Remove trailing \n in warn() string.charnier1997-08-132-10/+15
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Sweep through the tree fixing mmap() usage:alex1997-01-162-2/+2
* complete err() changes, actually use warn() in most instancesadam1996-08-263-9/+9
* Dont forget to #include <err.h>peter1996-08-255-0/+5
* Argh! caught! *blush*.. This program was supplying it's own 'err' routinepeter1996-08-255-46/+15
* Fix some bogons:peter1996-08-251-11/+10
* one file somehow slipped by me in the previous commitadam1996-07-302-2/+6
* when file can be opened for read but cannot be read from:adam1996-07-303-6/+11
* Another program depending on zero'ed malloc.phk1995-10-101-1/+1
OpenPOWER on IntegriCloud