NetBSD/sys
simonb 24323d7ef4 In cpu_startup():
+ Initialise minaddr to the start of the file I/O buffers.
 + Check for overallocation of RAM for these buffers.
 + Change function name in panic message to match reality.

Code taken from almost every other port, and fixes the:
   uvm_km_suballoc: unable to allocate space in parent map
panic that some people have been experiencing.
1999-04-21 02:03:24 +00:00
..
adosfs
arch In cpu_startup(): 1999-04-21 02:03:24 +00:00
coda
compat Add COMPAT_SVR4 for m68k. 1999-04-19 21:22:56 +00:00
conf
ddb Fix a problem where SOFTWARE_SSTEP would skip one instruction each time 1999-04-21 00:00:06 +00:00
dev Don't attach an 3bc509B as ep? at isa if the EEPROM is set to to PnP mode. 1999-04-20 22:07:37 +00:00
filecorefs Looks like "filecorefs" is also affected by the problem described in 1999-04-07 21:55:58 +00:00
gdbscripts
ipkdb
isofs Avoid lockups on cd9660 filesystems after attempt to open file for write. 1999-04-07 21:37:11 +00:00
kern minor nits -- replace vsprintf with vsnprinf 1999-04-12 00:24:17 +00:00
lib set lflag when printing pointers with %p 1999-04-20 23:04:17 +00:00
lkm This should have been committed in the previous round, but was 1999-04-03 08:28:50 +00:00
miscfs remove unneeded <vm/vm_object.h> 1999-04-10 14:00:38 +00:00
msdosfs
net don't expose structures and prototypes to _STANDALONE programs 1999-04-09 09:32:51 +00:00
netatalk
netccitt
netinet Ensure that out of window SYNs receive an ACK in responce, rather than 1999-04-09 22:01:07 +00:00
netiso don't check for ether_output, instead use if_type == IFT_ETHER 1999-04-14 16:26:42 +00:00
netnatm
netns
nfs libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup... 1999-04-12 01:05:01 +00:00
stand
sys Indentiation oversight in previous. 1999-04-17 21:00:09 +00:00
ufs Other half of the ufs_hashlock locking fix (oops) 1999-04-16 16:23:46 +00:00
uvm in uvm_map_extract(), handle the case where the map entry being extracted 1999-04-19 14:43:46 +00:00
vm Check to see if TRUE and FALSE are already defined before blindly 1999-04-11 00:59:07 +00:00
Makefile