summaryrefslogtreecommitdiff
path: root/usr/src/cmd/tail
AgeCommit message (Collapse)AuthorFilesLines
2022-01-0714337 tail: this 'if' clause does not guard...Toomas Soome1-1/+1
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2021-11-0513707 remove C99LMODE cruftYuri Pankov1-4/+0
13708 remove lint cruft from Makefile.master Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-03-252755 split ksh93 from core packageAndy Fiddaman1-24/+24
13460 ksh93 tests should be moved out of usr/demo 518 ksh documentation should be moved out of SUNWcsr Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2019-01-1410080 smatch Makefile changes for usr/src/cmdJohn Levon1-1/+4
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@joyent.com>
2018-02-069027 Makefiles need to specify C99 mode consistentlyYuri Pankov1-1/+1
Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2017-10-058671 tail(1) ignores arguments after -c/b/lCody Peter Mello3-44/+259
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-11-063928 `tail -f ...` doesn't notice file truncationBryan Cantrill3-62/+543
3929 `man tail` doesn't mentioned "-F" option 3930 'tail -F ...' not resetting the offset of file rotation properly 3968 want FILE_TRUNC event for PORT_SOURCE_FILE Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-05-112717 tail is not largefile awareRichard Lowe1-1/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2011-01-20535 tail -f uses up 100% of CPU coreChris Love1-29/+1
Reviewed by: aram@nexenta.com Reviewed by: trisk@nexenta.com Reviewed by: garrett@damore.org Approved by: gwr@nexenta.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 Love11-0/+2180
Reviewed by: garrett@nexenta.com Reviewed by: richlowe@richlowe.net Reviewed by: gordon.w.ross@gmail.com Approved by: garrett@nexenta.com