NetBSD/sys
thorpej e98c5a9b1c Fix two boundary/overflow errors in extent_alloc_subregion():
(1): "substart == ex->ex_end" and "subend == ex->ex_start"
     are completely legal parameters for extent_alloc_subregion()
(2): "(subend - substart) + 1" can cause an overflow if the whole
    numeric range is covered by the extent.
Submitted by Matthias Drochner <drochner@zelz26.zel.kfa-juelich.de>
in PR #3119.
1997-05-12 23:36:32 +00:00
..
adosfs Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure 1997-05-08 16:19:43 +00:00
arch Convert several interrupt handlers to bus space model, removing some 1997-05-12 20:35:50 +00:00
compat Ignore use of sunos_audioio.monitor_gain because it has no equivalent in the 1997-05-11 05:41:13 +00:00
conf Implement method to store release information in one location; it's 1997-05-10 15:40:09 +00:00
ddb Add a "kill" command that calls db_kill_proc(). 1997-05-07 18:51:58 +00:00
dev restore accidentally-lost set of nchannels in driver layer 1997-05-12 04:11:43 +00:00
gdbscripts widen proc pointer and wchan pointer fields from 10 to 18 characters, so 1997-04-16 00:58:26 +00:00
ipkdb Use the md5 implementation in libkern, not our own. 1997-04-30 00:54:34 +00:00
isofs/cd9660 Fix typo. 1997-05-08 16:43:16 +00:00
kern Fix two boundary/overflow errors in extent_alloc_subregion(): 1997-05-12 23:36:32 +00:00
lib Use libinstall::, not install:, to prevent instaling LIB. 1997-05-07 16:20:26 +00:00
lkm We don't want iplread to change to enodev() when we don't have IPFILTER_LOG 1997-04-15 18:58:27 +00:00
miscfs Move `struct kern_target' definition into kernfs.h 1997-05-10 22:04:13 +00:00
msdosfs Need stat.h. 1997-05-08 16:53:06 +00:00
net fix bogons; from Jonathan O'Brien in PR kern/3571. 1997-05-07 04:47:15 +00:00
netatalk Increase the receive space to improve write performance. From Bill Studenmund 1997-04-29 13:44:47 +00:00
netccitt Adjust pdu names. 1997-05-02 21:10:15 +00:00
netinet - Fix indentation of the nested conditionals. It was inconsistent in places. 1997-04-15 00:44:42 +00:00
netiso
netnatm
netns
nfs Store RPC procnum consistently as an u_int32_t. This is as it should be, 1997-05-12 23:36:04 +00:00
scsi Oops; forgot to GC the last mbuf allocated when out of clusters. 1997-04-28 17:03:58 +00:00
stand
sys Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure 1997-05-08 16:19:43 +00:00
ufs When doing a CREATE, RENAME or DELETE w/ DOWHITEOUT and ISWHITEOUT lookup on a 1997-05-12 19:04:16 +00:00
vm Change to not require including <sys/dmap.h> 1997-04-17 00:12:50 +00:00
Makefile Install header files from miscfs. 1997-05-10 22:09:46 +00:00