Go to file
chs 4d4825010d fix bread() to return errors from reading past the end of the device.
back in rev. 1.51, bread() and breadn() were changed to assume that
if B_DONE is set on a buffer returned by bio_doread(), that the buffer
must have already been in the cache, and thus the overall bread() should
return success.  but if the requested buffer is not in the cache and
is past the end of the device, bounds_check_with_label() will set B_ERROR
on the buffer and the caller will call biodone(), which will cause bread()
to think the buffer was already in the cache and thus return success.
to fix this, undo rev. 1.51 and instead have biowait() treat both B_DONE
and B_DELWRI as indicators that it doesn't need to sleep waiting for an
i/o to complete.
2002-03-16 23:49:59 +00:00
bin In forkshell() don't free the current job. Fixes problem with previous 2002-03-12 03:45:02 +00:00
crypto move sshd config files to /etc/ssh 2002-03-11 04:57:55 +00:00
dist Make it compile on sparc (size_t != int). 2002-03-15 08:54:40 +00:00
distrib ISDN devices renamed, sort, add missing third column for nqmgr. 2002-03-16 17:31:23 +00:00
etc Rename ISDN devices, per discussion on tech-kern. The network devices 2002-03-16 17:03:28 +00:00
games PR/15878: Ed Ravin: fortune all frees junk pointers. Fixed, free structure 2002-03-12 15:20:14 +00:00
gnu Fix an off-by-one error in elfcore_netbsd_get_lwpid() which caused the 2002-03-15 19:01:39 +00:00
include fix prototype of fputwc, putwc and putwchar. 2002-03-14 21:22:28 +00:00
lib Munge 1.0.2 texinfo file a bit more 2002-03-15 01:50:40 +00:00
libexec remove - the C version diverged enough for this to not be 2002-03-10 20:46:42 +00:00
regress Add a new regression test for ARM 6 and ARM7 machines to check if 2002-03-16 20:37:49 +00:00
sbin Rename ISDN devices, per discussion on tech-kern. The network devices 2002-03-16 17:03:28 +00:00
share Move man pages of renamed devices and adapt them to their new name. 2002-03-16 17:57:34 +00:00
sys fix bread() to return errors from reading past the end of the device. 2002-03-16 23:49:59 +00:00
tools fcntl locking works much better when the `struct flock' is actually given 2002-03-07 23:14:02 +00:00
usr.bin Check result of malloc and strdup 2002-03-16 22:36:42 +00:00
usr.sbin Rename ISDN devices, per discussion on tech-kern. The network devices 2002-03-16 17:03:28 +00:00
build.sh Add a -B option to set the BUILDID for the build. This also causes 2002-03-14 18:33:04 +00:00
BUILDING Add a -B option to set the BUILDID for the build. This also causes 2002-03-14 18:33:04 +00:00
BUILDING.mdoc Add a -B option to set the BUILDID for the build. This also causes 2002-03-14 18:33:04 +00:00
Makefile Split the _SUBDIR assignment into two assignments so you can do things 2002-03-11 07:49:24 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING move sshd config files to /etc/ssh 2002-03-11 04:57:55 +00:00