summaryrefslogtreecommitdiff
path: root/usr/src/cmd/tail/tail.c
AgeCommit message (Collapse)AuthorFilesLines
2017-08-01OS-6193 tail(1) ignores arguments after -c/b/lCody Peter Mello1-18/+96
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2010-10-08244 Need replacement for closed /usr/bin/tail and /usr/xpg4/bin/tail (fix lint)Chris Love1-1/+1
Approved by: garrett@nexenta.com
2010-10-01 244 Need replacement for closed /usr/bin/tail and /usr/xpg4/bin/tailChris Love1-0/+349
Reviewed by: garrett@nexenta.com Reviewed by: richlowe@richlowe.net Reviewed by: gordon.w.ross@gmail.com Approved by: garrett@nexenta.com