NetBSD/sys
thorpej c718c9e278 - Make MACHINE_NEW_NONCONTIG non-optional.
- Make initialization of the message buffer a little less magic-looking.
- Maintain two copies of the number and size of physical memory segments.
  One copy, mem_clusters[], contains _all_ of physical RAM, for crash dumps.
  The other copy, phys_seg_list[], starts out with all of physical RAM (and
  is used to initialize mem_clusters[]), but is adjusted to be the memory
  actually managed by the VM system.
- Fix crash dumps with regard to multiple memory segments.
1998-03-18 07:11:22 +00:00
..
adosfs Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
arch - Make MACHINE_NEW_NONCONTIG non-optional. 1998-03-18 07:11:22 +00:00
compat Make this compile again in light of Lite2. 1998-03-05 22:51:35 +00:00
conf 1.3D -> 1.3E because of Lite2 import (was already done in sys/param.h, 1998-03-01 16:32:33 +00:00
ddb - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
dev Fix a typo in the bus_dma changes. 1998-03-17 21:30:38 +00:00
gdbscripts
ipkdb
isofs/cd9660 Add NetBSD Id that got lost. 1998-03-01 02:27:49 +00:00
kern Move the permission check in change_owner() back to ufs_vnops::ufs_chown() 1998-03-10 11:49:33 +00:00
lib Sweep up some miscellaneous leftover lite2 integration shrapnel. 1998-03-01 07:15:39 +00:00
lkm build msdosfs LKM with UVM support. pr#5014 1998-03-10 06:53:36 +00:00
miscfs mounting a union causes VOP_WHITEOUT to be called on the upper root 1998-03-17 08:36:57 +00:00
msdosfs Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
net Remove extraneous files from Lite2 merge. 1998-03-01 13:45:28 +00:00
netatalk
netccitt Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
netinet Ensure that the TCP segment size reflects the size of TCP options 1998-03-17 23:50:30 +00:00
netiso Remove extraneous files from Lite2 merge. 1998-03-01 13:45:28 +00:00
netnatm
netns Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
nfs Historical practice assumes that NFS root mounts are initially read/write. 1998-03-03 19:07:20 +00:00
stand
sys Add CDIOCCLOSE. 1998-03-16 04:17:23 +00:00
ufs Move the permission check in vfs_syscalls.c::change_owner() back to 1998-03-10 11:56:40 +00:00
uvm oops, missed a bit of KNF here. 1998-03-17 07:50:08 +00:00
vm Add vm_page_alloc1() and vm_page_free1(), which allocate/free single 1998-03-12 06:25:52 +00:00
Makefile Some FSs have their *mount.h files exported now, make sure that they are 1998-03-01 02:15:35 +00:00