freebsd-dev/usr.bin/tail
Warner Losh ef6f20ce47 tail: Retry kevent if the system call was interrupted
kevent returns EINTR when I suspend / resume. This causes tail -f
and tail -F to exit with interrupt system call. Ignore this error
and try kevent again.

Sponsored by:		Netflix
2023-02-18 20:09:26 -07:00
..
tests Improve usability of head(1) and tail(1): 2022-07-12 21:14:25 -07:00
extern.h Improve usability of head(1) and tail(1): 2022-07-12 21:14:25 -07:00
forward.c tail: Retry kevent if the system call was interrupted 2023-02-18 20:09:26 -07:00
Makefile Improve usability of head(1) and tail(1): 2022-07-12 21:14:25 -07:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
misc.c tail: fix the checks if the file was rotated 2019-06-09 22:55:21 +00:00
read.c tail: fix the checks if the file was rotated 2019-06-09 22:55:21 +00:00
reverse.c tail: fix the checks if the file was rotated 2019-06-09 22:55:21 +00:00
tail.1 Improve usability of head(1) and tail(1): 2022-07-12 21:14:25 -07:00
tail.c tail: Fix misleading indentation in ARG() macro. 2022-10-03 16:10:42 -07:00