3928 `tail -f ...` doesn't notice file truncation
commit72102e7461c97dc268d21d9dd8f02da45f174acd
authorBryan Cantrill <bryan@joyent.com>
Fri, 3 Aug 2012 19:23:29 +0000 (3 19:23 +0000)
committerRobert Mustacchi <rm@joyent.com>
Thu, 7 Nov 2013 01:20:21 +0000 (6 17:20 -0800)
treebb9ad3093bfda709f66f4c8758f02edeec24e8c1
parentb3d32f0ceb59362ba287dcfd6de471e98bfc7fa9
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
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: Dan McDonald <danmcd@nexenta.com>
18 files changed:
usr/src/cmd/tail/extern.h
usr/src/cmd/tail/forward.c
usr/src/cmd/tail/tests/tailtests.sh
usr/src/man/man1/tail.1
usr/src/man/man3c/port_associate.3c
usr/src/uts/common/fs/nfs/nfs3_vnops.c
usr/src/uts/common/fs/nfs/nfs4_vnops.c
usr/src/uts/common/fs/nfs/nfs_vnops.c
usr/src/uts/common/fs/pcfs/pc_vnops.c
usr/src/uts/common/fs/portfs/port_fop.c
usr/src/uts/common/fs/tmpfs/tmp_vnops.c
usr/src/uts/common/fs/udfs/udf_vnops.c
usr/src/uts/common/fs/ufs/ufs_vnops.c
usr/src/uts/common/fs/vnode.c
usr/src/uts/common/fs/zfs/zfs_vnops.c
usr/src/uts/common/sys/port.h
usr/src/uts/common/sys/port_impl.h
usr/src/uts/common/sys/vnode.h