summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* Don't reopen file if its stdin.martijn2019-01-043-7/+5
* Change a reallocarray+bzero into recallocarray.martijn2017-03-261-5/+3
* Add a missing sizeof(*lines) factor to previous commit to ensure we zerotb2017-02-011-2/+3
* Don't allocate the buffer for the -n flag in one call.martijn2017-02-011-8/+14
* Modify code added in rev 1.30 to use the correct variable instead of ajsg2016-07-051-2/+2
* fix off-by-one in argument parsinghalex2016-02-031-2/+3
* Fix a crash as found by sthen@martijn2016-01-251-3/+13
* better fixes for running tail without -f. from Martijn van Durentedu2015-11-211-22/+17
* quick hack to fix "tail +n", reported broken by Mikolaj Kucharski.tedu2015-11-201-3/+17
* another try to allow tailing multiple files. maybe it works?tedu2015-11-196-228/+322
* Unify & improve paragraphs talking about "==> file <==" headers inzhuk2015-10-251-8/+8
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
* tame "stdio rpath" for when paths are specified; otherwise tame "stdio"deraadt2015-10-071-1/+7
* avoid the useless idiom Fl Ns Ar, use Fl Arschwarze2015-09-151-4/+4
* Fix memory leak when tail -r is used with anything but regular files.tobias2015-07-221-8/+14
* Whitespace fix: Closing bracket belongs to if-block, not enclosing fortobias2015-03-261-2/+2
* Reduce usage of predefined strings in manpages.bentley2015-02-281-3/+3
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-4/+4
* Actually, we've handled FIFOs on stdin in accordance with POSIX since 1996.guenther2014-06-031-11/+6
* tweak previous;jmc2014-05-311-3/+10
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-275-47/+5
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* Backout previous commit, there are still some issues with it.landry2008-11-133-189/+83
* Permit tail -f to follow multiple files, useful when you want to monitorlandry2008-10-173-83/+189
* fix double free which can happen if the last line has no newline;otto2008-06-021-2/+3
* sync usage() w/ synopsis; from Pierre Riteaujmc2007-10-311-3/+4
* use EV_SET() instead of doing it by hand; Iruata Souzaderaadt2007-10-221-11/+10
* unneeded includes and whitespace police; from Igor Zinovikotto2007-09-294-26/+10
* Another mem leak plugged. With help from Igor Zinovi. ok millert@otto2007-09-161-5/+11
* Plug mem leak. From Igor Zinovik; ok millert@otto2007-09-131-2/+5
* convert to new .Dd format;jmc2007-05-311-2/+2
* - use a consistent text for STANDARDSjmc2007-05-301-8/+7
* - less macros needed in SYNOPSISjmc2006-12-281-7/+7
* - simplify a list itemjmc2006-10-021-7/+3
* reword a clunky sentence;jmc2006-10-021-2/+2
* ANSIfy. Ok ray@kjell2006-03-243-24/+11
* Clean up some lint and -Wall.kjell2006-03-223-22/+37
* If kqueue is not available, revert back to old behavior. Unbreaks tail -fotto2004-03-121-4/+7
* Unbreak file truncation handling. Resolves PR 3689.otto2004-03-011-6/+7
* make -b and -c work with large offsets; tweak from millert@otto2004-02-164-20/+20
* typo in comment. ok henning@otto2003-07-141-3/+3
* rewrite to not use mmap(2). solves a bunch of issues:henning2003-07-012-65/+87
* mostly ansi cleanup; pval okderaadt2003-06-102-12/+9
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-037-47/+19
* strlcpy conversion, increase buffer size by one char. ok millert@dhartmei2003-04-081-4/+4
* 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-164-19/+19
* kill more registersmpech2001-11-194-24/+24
* occured->occurredmpech2001-09-191-4/+4