aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail/forward.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Print file names without stdio buffering to avoid mixing buffered andJaakko Heinonen2013-06-091-2/+2
* Add missing static keywords to tail(1)Ed Schouten2011-11-061-3/+3
* tail: Fix crash if -F'ed file's filesystem disappears.Jilles Tjoelker2011-08-141-2/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Change the behaviour of -F slightly; it now persists (forever) inBrian Somers2009-06-051-61/+89
* Better handle the -F case:Marcel Moolenaar2006-10-211-7/+5
* Add a -q option to suppress header lines when multiple files are specified.Florent Thoumie2006-06-291-2/+3
* Unbreak tail -f on non-local filesystems.Paul Saab2005-08-261-0/+10
* Save last displayed file by having the "last" pointer global and save itXin LI2005-02-041-6/+8
* Don't reprint file names unnecessarily.Brian Somers2005-01-121-4/+4
* 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-041-88/+160
* Convert to ANSI style function definitions.Paul Richards2004-11-031-5/+1
* Removed check of st_rdev changing in the -F support. st_rdev for regularDavid Greenman2003-08-141-1/+0
* When doing tail -F, return if the freopen() of the file fails instead ofTim J. Robbins2002-12-151-0/+1
* GCC 3.1 cleanup - add a break after default: at the end of a switchMurray Stokely2002-04-081-0/+1
* remove __PWarner Losh2002-03-221-1/+1
* WARNS=2 fixes, use __FBSDID().Mark Murray2001-12-121-9/+11
* Since kqueue support was added to tail, the "-F" option (check forIan Dowse2001-11-251-30/+34
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-011-7/+7
* 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-271-34/+25
* 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
* Remove register keyword usage with prejudice.Jeroen Ruigrok van der Werven2000-12-031-2/+2
* Properly constify some static arrays.Jeroen Ruigrok van der Werven2000-12-021-2/+4
* 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 a new -F flag which is a superset of -f. It will cause tail toPeter Wemm1998-04-061-0/+16
* 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
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
* complete err() changes, actually use warn() in most instancesAdam David1996-08-261-3/+3
* Dont forget to #include <err.h>Peter Wemm1996-08-251-0/+1
* Fix some bogons:Peter Wemm1996-08-251-11/+10
* one file somehow slipped by me in the previous commitAdam David1996-07-301-2/+4
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+234