Searched hist:94278 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/gnu/lib/libreadline/readline/
H A DMakefilediff 94278 Tue Apr 09 13:04:31 MDT 2002 ru -ltermcap is spelled -lncurses nowadays.
/freebsd-11.0-release/usr.bin/ktrace/
H A Dktrace.cdiff 156715 Tue Mar 14 19:32:03 MST 2006 rwatson When opening a trace file, open O_NONBLOCK so that ktrace doesn't stall
if the target is a fifo. After opening a trace file, check that it is a
regular file, and if not, return an error.

MFC after: 3 days
Reported by: kris
PR: 94278
/freebsd-11.0-release/lib/libedit/
H A DMakefilediff 94278 Tue Apr 09 13:04:31 MDT 2002 ru -ltermcap is spelled -lncurses nowadays.
/freebsd-11.0-release/sys/fs/fifofs/
H A Dfifo_vnops.cdiff 156714 Tue Mar 14 19:29:45 MST 2006 rwatson If fifo_open() is called with a negative file descriptor, return EINVAL
rather than panicking later. This can occur if the kernel calls
vn_open() on a fifo, as there will be no associated file descriptor,
and therefore the file descriptor operations cannot be modified to
point to the fifo operation set.

MFC after: 3 days
Reported by: Martin <nakal at nurfuerspam dot de>
PR: 94278

Completed in 277 milliseconds