freebsd-src/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
Makefile.depend.options
misc.c
read.c
reverse.c
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