aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail
Commit message (Expand)AuthorAgeFilesLines
* tail: Do not trust st_size if it equals zero.Ricardo Branco2024-01-041-3/+3
* tail(1): Fix a typo in a source code commentGordon Bergling2023-12-271-1/+1
* tail: Clean up error messages.Dag-Erling Smørgrav2023-11-294-9/+9
* tail: Fix heap overflow in -F case.Dag-Erling Smørgrav2023-11-292-22/+38
* tail.1: Add an example for +n 1Mateusz Piotrowski2023-11-281-1/+7
* tail.1: Lint with mandoc(1)Mateusz Piotrowski2023-11-281-3/+3
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-4/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-7/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-278-20/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-164-12/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* 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