aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail
Commit message (Expand)AuthorAgeFilesLines
* Use -F instead of -f in tail(1) examplesMateusz Piotrowski2020-03-221-2/+2
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+2
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* Fix tail -f in capability mode.Mark Johnston2019-12-061-5/+8
* fileargs_init() sets errno on failure.Mark Johnston2019-11-061-1/+1
* tail: fix the checks if the file was rotatedMariusz Zaborski2019-06-096-11/+31
* tail: style nitsMariusz Zaborski2019-06-091-1/+2
* tail: disable capsicum in rescue modeMariusz Zaborski2019-06-051-1/+1
* tail: fix style nit introduced in the r348708Mariusz Zaborski2019-06-051-1/+0
* tail: capsicumizeMariusz Zaborski2019-06-052-2/+30
* Drop "All rights reserved" from the files I ownAlan Somers2019-03-111-1/+2
* tail(1): Address mandoc concern (space before punctuation after macro)Kyle Evans2018-04-101-1/+1
* tail(1): Add some long optionsKyle Evans2018-04-102-5/+15
* tail: fix "tail -r" for piped input that begins with '\n'Alan Somers2018-02-192-2/+49
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-206-0/+12
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* Unbreak :broken_pipeEnji Cooper2017-09-091-4/+4
* Check result of seq call and save output via atf_check -oEnji Cooper2017-09-091-1/+1
* tail(1): Do not print bogus errno stringConrad Meyer2017-09-012-3/+23
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Renumber copyright clause 4Warner Losh2017-02-287-7/+7
* Fix build of usr.bin/tail with GCCAlan Somers2017-01-111-7/+11
* Fix memory leaks during "tail -r" of an irregular fileAlan Somers2017-01-104-77/+309
* Misc Coverity fixes for tail(1)Alan Somers2017-01-041-1/+8
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-054-5/+18
| |\ | |/ |/|
| * sync from headSimon J. Gerraty2013-04-121-1/+12
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-081-3/+2
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Print file names without stdio buffering to avoid mixing buffered andJaakko Heinonen2013-06-094-5/+18
| |_|/ |/| |
* | | Remove EOL whitespace accidentally introduced in r248393.Joel Dahl2013-03-171-1/+1
* | | Add a couple of examples.Joel Dahl2013-03-161-1/+12
| |/ |/|
* | Use calloc() to get zeroed memory.Xin LI2013-01-081-3/+2
|/
* Add missing static keywords to tail(1)Ed Schouten2011-11-062-4/+4
* 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-117-28/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-021-1/+1
* Use our canonical .Dd format.Christian Brueffer2009-11-021-1/+1
* Change the behaviour of -F slightly; it now persists (forever) inBrian Somers2009-06-057-107/+144
* Nuking the temporary pointer once it is properly tracked in local storage.Tai-hwa Liang2007-11-221-0/+1
* initialize variables, WARNS=6 compliantPhilippe Charnier2007-11-023-1/+3
* Fix various memory leaks.Konstantin Belousov2007-10-171-3/+13