aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail
Commit message (Expand)AuthorAgeFilesLines
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+1
* tail: Verify correct behavior when input does not end in a newline.Dag-Erling Smørgrav2023-03-161-0/+14
* tail: Retry kevent if the system call was interruptedWarner Losh2023-02-191-3/+9
* tail: Fix misleading indentation in ARG() macro.John Baldwin2022-10-031-1/+1
* tail: Initialize the stat buffer used when input is stdinMark Johnston2022-09-081-0/+1
* Improve usability of head(1) and tail(1):Xin LI2022-07-136-17/+83
* tail: Add regression tests for -f and -FMark Johnston2021-08-141-0/+83
* tail: Fix -f with stdinMark Johnston2021-08-142-24/+21
* tail: fix "tail -F" file rotation detectionChuck Silvers2021-02-021-1/+1
* 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
| |/ |/|