summaryrefslogtreecommitdiff
path: root/usr/src/cmd/tail
AgeCommit message (Collapse)AuthorFilesLines
2013-11-07 [illumos-gate merge]Keith M Wesolowski1-1/+5
commit 72102e7461c97dc268d21d9dd8f02da45f174acd 3928 `tail -f ...` doesn't notice file truncation 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 commit b3d32f0ceb59362ba287dcfd6de471e98bfc7fa9 4161 deadlock between zfs_read() and zfs_putpage() commit 5a450eee20035a2a426a48161ab3a50e2921878c 4244 spawn fails occasionally with EAGAIN commit 393cba3d826b7fd70b8ab083125c4b25c43ee482 4116 kiconv_open(9f): kiconv_close() in the CONTEXT section commit 86ad481cc8bfbc0155ef221a0fe07ef23db58f68 4245 boot_time kstat for zones should be epoch timestamp of zone boot, not "random" number commit fe77cc0407fb667ddc04e1a8f2e203bb7b9c80e1 4236 Internet Packet Disturber 4237 net_* and hook_* man pages are wrong commit 54a20ab41aadcb81c53e72fc65886e964e9add59 4248 dtrace(1M) should never create DOF with empty probes section 4249 Only probes from the first DTrace object file will be included Conflicts: usr/src/uts/intel/ipd/Makefile usr/src/uts/common/vm/as.h usr/src/uts/common/sys/ipd.h usr/src/uts/common/inet/ipd/ipd.conf usr/src/uts/common/inet/ipd/ipd.c usr/src/uts/common/fs/tmpfs/tmp_vnops.c usr/src/man/man1m/Makefile usr/src/lib/libipd/common/mapfile-vers usr/src/lib/libdtrace/common/dt_impl.h usr/src/lib/libdtrace/common/dt_error.c usr/src/cmd/tail/extern.h usr/src/cmd/ipdadm/ipdadm.c usr/src/cmd/ipdadm/Makefile usr/src/cmd/dtrace/test/tst/common/usdt/tst.noprobes.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.multiprov.ksh usr/src/cmd/Makefile
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>
2013-09-05OS-2432 tail -f/-F missing some truncation eventsBryan Cantrill2-14/+58
OS-2433 tail -f/-F can produce duplicate output after a truncation
2013-07-11OS-2371 push for OS-2271 omitted two filesBryan Cantrill2-29/+65
2013-06-24OS-2318 cron doesn't have CTFRobert Mustacchi1-0/+5
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 Cantrill3-22/+82
OS-1451 tail -f does not deal properly with multiple files
2012-08-03OS-1429 `tail -f ...` doesn't notice file truncationBryan Cantrill2-49/+311
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