OPNsense - FreeBSD source
Find a file
Bruce Evans 2cec12807d Fixed errno for unsupported advisory locks. The errno is now EINVAL
fcntl() and EOPNOTSUPP for flock().  POSIX specifies the weaker EINVAL
errno and the man page agrees.

Not fixed:
deadfs: always returns wrong EBADF
devfs, msdosfs: always return sometimes-wrong EINVAL
cd9660, fdesc, kernfs, portal: always return sometimes-wrong EOPNOTSUPP
procfs: always returns wrong EIO
mfs: panic?!
nfs: fudged

NetBSD uses a generic file system genfs to do return the sometimes-wrong
EOPNOTSUPP more consistently :-)(.

Found by:	NIST-PCTS
1996-12-19 18:16:33 +00:00
bin Merge in NetBSD mods and -Wall cleaning. 1996-12-14 06:20:03 +00:00
contrib Ay, merge from RELENG_2_2. Back out the "moving HEAD" fix. 1996-12-19 08:55:10 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc Add /usr/local/sbin to the rc $PATH. Things like GateD are located there. 1996-12-19 18:06:35 +00:00
games Correct the location of the trek documentation in the 1996-12-14 18:34:56 +00:00
gnu Even more buffer overflow fixes 1996-12-19 10:45:16 +00:00
include string.h defines nonstandard routines when _POSIX_SOURCE is 1996-12-17 19:35:43 +00:00
lib Removed references to nonexistent functions log2() and log2f(). 1996-12-18 17:47:03 +00:00
libexec Document the -k, -v and -x options. 1996-12-16 00:01:28 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Added comments on how to setup syscons to work on older ThinkPads. 1996-12-17 00:53:33 +00:00
sbin Delete redundant include of <sys/time.h> 1996-12-17 21:12:56 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Merge the en version changes made in 1.41 -> 1.42. 1996-12-19 16:49:23 +00:00
sys Fixed errno for unsupported advisory locks. The errno is now EINVAL 1996-12-19 18:16:33 +00:00
tools Fix the 'info sharedlibextention' output in tclsh which was caused by a 1996-12-17 13:08:08 +00:00
usr.bin Fix problem in ftp and case mapping mode where the converted string wasn't 1996-12-17 17:59:40 +00:00
usr.sbin Allow 8-bit characters in the passwd gecos field, and adds a paragraph 1996-12-19 15:22:45 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Use LC_TIME=C instead of LC_TIME= (POSIX) 1996-11-26 03:26:31 +00:00