freebsd-dev/usr.bin/tail
Jonathan Lemon ea9bd2df1d If the kevent() registration fails (probably due to the underlying
filesystem not being kq-aware), then fall back to using sleep.  This
allows tail to work with NFS filesystems again without chewing up CPU time.

When given the -F flag, resort to sleep/stat after the file was moved
or deleted.  This allows a window where the file being tailed does not
exist at all, which is typically the case during log rotation.  Switch
back to using kq (if possible) after the file is reopened.
2000-06-22 18:46:03 +00:00
..
extern.h
forward.c If the kevent() registration fails (probably due to the underlying 2000-06-22 18:46:03 +00:00
Makefile
misc.c
read.c
reverse.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
tail.1 Add DIAGNOSTICS section name 2000-03-26 15:06:46 +00:00
tail.c Clean up some ambiguous nested if/elses. 1999-07-04 17:26:16 +00:00