freebsd_amp_hwpstate/sys/compat/linux
Bruce Evans bb65f5a1cc Fixed lseek() on named pipes. It always succeeded but should always fail.
Broke locking on named pipes in the same way as locking on non-vnodes
(wrong errno).  This will be fixed later.

The fix involves negative logic.  Named pipes are now distinguished from
other types of files with vnodes, and there is additional code to handle
vnodes and named pipes in the same way only where that makes sense (not
for lseek, locking or TIOCSCTTY).
1996-12-19 19:42:37 +00:00
..
linux_file.c
linux_ioctl.c
linux_ipc.c
linux_misc.c
linux_signal.c
linux_socket.c Add IP_OPTIONS and the multicast-related setsockopts to the 1996-12-03 02:52:29 +00:00
linux_stats.c Fixed lseek() on named pipes. It always succeeded but should always fail. 1996-12-19 19:42:37 +00:00
linux_util.c
linux_util.h