aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail
Commit message (Expand)AuthorAgeFilesLines
* Unbreak tail -f on non-local filesystems.Paul Saab2005-08-261-0/+10
* 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
* Don't skip the initialisation of tl->len when we hit an EOF immediatelyIan Dowse2005-03-201-3/+2
* Save last displayed file by having the "last" pointer global and save itXin LI2005-02-041-6/+8
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Don't reprint file names unnecessarily.Brian Somers2005-01-121-4/+4
* Bump WARNS to 4 as this seems OK on the alpha now.David Malone2005-01-101-1/+1
* Cast size_t to off_t before adding them to avoid warnings on the alpha.David Malone2005-01-102-4/+6
* Some variables became unused or global in the last change to thisDavid Malone2005-01-101-9/+5
* Add support for following more than one file i.e.Paul Richards2004-11-043-96/+200
* 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-035-31/+12
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Removed check of st_rdev changing in the -F support. st_rdev for regularDavid Greenman2003-08-141-1/+0
* Revert part of the last commit. This fixes tail for pipes.Mark Murray2003-06-101-8/+7
* When doing tail -F, return if the freopen() of the file fails instead ofTim J. Robbins2002-12-151-0/+1
* revert WARNS=4, it makes the alpha compile sad.Alfred Perlstein2002-07-151-1/+1
* WARNS=4, addAlfred Perlstein2002-07-142-6/+5
* Note that this appeared at least as early as PWB UNIX.Juli Mallett2002-06-101-2/+1
* Fix up vendor IDs.David Malone2002-04-131-7/+10
* GCC 3.1 cleanup - add a break after default: at the end of a switchMurray Stokely2002-04-082-0/+2
* remove __PWarner Losh2002-03-224-13/+13
* WARNS=2 fixes, use __FBSDID().Mark Murray2001-12-126-67/+78
* Since kqueue support was added to tail, the "-F" option (check forIan Dowse2001-11-251-30/+34
* 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-014-14/+14
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* o If the file being tailed is moved back to the original location,Jonathan Lemon2001-06-061-1/+3
* Back out my fseeko -> fseek(END) change - we need to position on what weAndrey A. Chernov2001-03-281-1/+1
* Restore part of my fix spammed in v1.23:Andrey A. Chernov2001-03-271-1/+1
* Fix tail to work on files bigger than 2GB.David Malone2001-03-274-65/+146
* Add comment explaining why size not passed directly to mmap, i.e. not relayAndrey A. Chernov2001-03-271-3/+9
* Use SSIZE_MAX instead of INT_MAX, as kernel does ssize_t checkAndrey A. Chernov2001-03-271-1/+3
* Treat mmap() error as fatal too, i.e. do exit(1) instead of returnAndrey A. Chernov2001-03-261-1/+1
* rlines() checks:Andrey A. Chernov2001-03-261-3/+10
* Use EV_SET() macro to initialize kevent structure.Jonathan Lemon2001-02-281-7/+5
* Mention the -F in the usage().Ruslan Ermilov2001-01-241-1/+1
* Remove register keyword usage with prejudice.Jeroen Ruigrok van der Werven2000-12-034-16/+16
* 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-024-3/+17
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* 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