summaryrefslogtreecommitdiff
path: root/usr.bin/tail
AgeCommit message (Expand)Author
2025-10-07tail: Tweak follow_rename test caseDag-Erling Smørgrav
2025-08-06tail: Fix -b, -c, -n optionsDag-Erling Smørgrav
2024-08-19tail -F: fix crashAndre Albsmeier
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-01-04tail: Do not trust st_size if it equals zero.Ricardo Branco
2023-12-27tail(1): Fix a typo in a source code commentGordon Bergling
2023-11-29tail: Clean up error messages.Dag-Erling Smørgrav
2023-11-29tail: Fix heap overflow in -F case.Dag-Erling Smørgrav
2023-11-28tail.1: Add an example for +n 1Mateusz Piotrowski
2023-11-28tail.1: Lint with mandoc(1)Mateusz Piotrowski
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-03-16tail: Verify correct behavior when input does not end in a newline.Dag-Erling Smørgrav
2023-02-18tail: Retry kevent if the system call was interruptedWarner Losh
2022-10-03tail: Fix misleading indentation in ARG() macro.John Baldwin
2022-09-08tail: Initialize the stat buffer used when input is stdinMark Johnston
2022-07-12Improve usability of head(1) and tail(1):Xin LI
2021-08-14tail: Add regression tests for -f and -FMark Johnston
2021-08-14tail: Fix -f with stdinMark Johnston
2021-02-01tail: fix "tail -F" file rotation detectionChuck Silvers
2020-03-22Use -F instead of -f in tail(1) examplesMateusz Piotrowski
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-12-06Fix tail -f in capability mode.Mark Johnston
2019-11-06fileargs_init() sets errno on failure.Mark Johnston
2019-06-09tail: fix the checks if the file was rotatedMariusz Zaborski
2019-06-09tail: style nitsMariusz Zaborski
2019-06-05tail: disable capsicum in rescue modeMariusz Zaborski
2019-06-05tail: fix style nit introduced in the r348708Mariusz Zaborski
2019-06-05tail: capsicumizeMariusz Zaborski
2019-03-11Drop "All rights reserved" from the files I ownAlan Somers
2018-04-10tail(1): Address mandoc concern (space before punctuation after macro)Kyle Evans
2018-04-10tail(1): Add some long optionsKyle Evans
2018-02-19tail: fix "tail -r" for piped input that begins with '\n'Alan Somers
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-31DIRDEPS_BUILD: Connect new directories.Bryan Drewery
2017-09-09Unbreak :broken_pipeEnji Cooper
2017-09-09Check result of seq call and save output via atf_check -oEnji Cooper
2017-09-01tail(1): Do not print bogus errno stringConrad Meyer
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper