summaryrefslogtreecommitdiff
path: root/usr/src/cmd/tail/tests
AgeCommit message (Collapse)AuthorFilesLines
2017-08-01OS-6193 tail(1) ignores arguments after -c/b/lCody Peter Mello2-26/+163
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2013-09-05OS-2432 tail -f/-F missing some truncation eventsBryan Cantrill1-2/+40
OS-2433 tail -f/-F can produce duplicate output after a truncation
2013-06-19OS-2271 'tail -F ...' not resetting the offset of file rotation properlyBryan Cantrill1-2/+77
2012-08-06OS-1438 `man tail` doesn't mentioned "-F" optionBryan Cantrill1-16/+62
OS-1451 tail -f does not deal properly with multiple files
2012-08-03OS-1429 `tail -f ...` doesn't notice file truncationBryan Cantrill1-43/+223
2010-10-01 244 Need replacement for closed /usr/bin/tail and /usr/xpg4/bin/tailChris Love2-0/+646
Reviewed by: garrett@nexenta.com Reviewed by: richlowe@richlowe.net Reviewed by: gordon.w.ross@gmail.com Approved by: garrett@nexenta.com