NetBSD/usr.bin/tail
christos 472bcd2198 PR/50322: Timo Buhrmester: tail -F <file> misbehaves with stdin closed
Compare fp with stdin not fileno(fp) with STDIN_FILENO, because if tail
is called with 0 closed, then we are not going to be setting event filters
for the file because we'll erroneously think it is stdin.
2015-10-09 17:51:26 +00:00
..
Makefile
extern.h Instead of declaring our own err() which is different than the standard one, 2011-09-03 09:02:20 +00:00
forward.c PR/50322: Timo Buhrmester: tail -F <file> misbehaves with stdin closed 2015-10-09 17:51:26 +00:00
misc.c Instead of declaring our own err() which is different than the standard one, 2011-09-03 09:02:20 +00:00
read.c minor knf, no functional change. 2011-09-03 10:59:10 +00:00
reverse.c minor knf, no functional change. 2011-09-03 10:59:10 +00:00
tail.1 Fix -f description: it is also ignored if stdin is a FIFO. 2014-06-15 11:37:56 +00:00
tail.c Add comma after i.e. 2013-01-31 23:09:06 +00:00