Go to file
cgd 981d496969 Change file system file-open semantics slightly: if file system returns
EINVAL, that error code is ignored, leaving whatever other meaningful
error code that might have previously been returned intact.  Stand-alone
file system implementations return EINVAL typically when the file system
is not recognized (i.e. cd9660_open on a UFS file system, ufs_open on a
cd9660 file system, etc.).  This meant that if you had multiple file
systems in a file system switch, the first returned ENOENT (because
it recognized the file system type, but the file wasn't there) and
the second returned EINVAL (because it didn't recognize the file system
type), errno would be set to EINVAL.  Now it'll be set to ENOENT.

It would probably make sense to have file systems return a special
error code to indicate "this file system is unrecognized," which
could then be special-cased, but that's a fair bit more invasive.
1997-01-25 01:13:41 +00:00
bin nuke the BUGS section -- it was vax specific 1997-01-25 00:17:00 +00:00
distrib parens around macro value. (oops!) 1997-01-23 19:13:56 +00:00
etc PTY Master is 5, slave is 4. This has been wrong for a long time. How? 1997-01-22 19:31:37 +00:00
games fix typo in Napoleon's name 1997-01-23 06:06:29 +00:00
gnu Don't build games if it's not there. From Matthias Drochner, PR #3130. 1997-01-22 04:19:48 +00:00
include A stringlist implementation (previously ``private'' to libc netgroup code, 1997-01-17 06:11:35 +00:00
lib - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. 1997-01-23 14:01:45 +00:00
libexec set transflag to 0 in dologout, to prevent a SIGURG taking us back to the main loop. 1997-01-23 05:57:55 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin eliminate duplicate paragraph and fix typos; PR misc/3128 1997-01-23 06:34:39 +00:00
share remove nsswitch.conf.5 -- not in tree (yet) 1997-01-24 21:27:33 +00:00
sys Change file system file-open semantics slightly: if file system returns 1997-01-25 01:13:41 +00:00
usr.bin parens around macro value. (oops!) 1997-01-23 19:13:56 +00:00
usr.sbin sendmail 8.8.5 merge 1997-01-24 04:01:18 +00:00
Makefile All of domestic/lib now builds without errors, so we build it all. 1996-11-27 02:04:06 +00:00