NetBSD/sys
thorpej 567cda0537 Don't bother allocating mb_map on these systems. Mbuf clusters are
allocated from a pool, and the MIPS and Alpha use KSEG to map pool
pages.  So, mb_map wasn't actually being used.  Saves around 4MB of
kernel virtual address space in a typical configuration.

Garbage-collect the related VM_MBUF_SIZE constant.
1999-03-26 00:15:04 +00:00
..
adosfs Add _PC_FILESIZEBITS to pathconf vnop. 1999-03-22 19:21:07 +00:00
arch Don't bother allocating mb_map on these systems. Mbuf clusters are 1999-03-26 00:15:04 +00:00
coda
compat clean and up make compile 1999-03-25 17:49:43 +00:00
conf port FreeBSD's serial ppp layer to NetBSD. The PPP part seems broken still, 1999-03-25 03:39:11 +00:00
ddb completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
dev Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining them 1999-03-25 23:20:22 +00:00
filecorefs Add _PC_FILESIZEBITS to pathconf vnop. 1999-03-22 19:21:07 +00:00
gdbscripts
ipkdb
isofs Add _PC_FILESIZEBITS to pathconf vnop. 1999-03-22 19:21:07 +00:00
kern Disallow tracing of processes unless tracer's root directory is at or 1999-03-25 04:45:56 +00:00
lib Revert SA_NOPUTCHAR - the pmax was the only port using it and the new 1999-03-23 22:25:31 +00:00
lkm Enable this lkm on alpha. 1999-03-18 06:01:42 +00:00
miscfs We must handle MNT_NODEV at open time, so add an open op for null and union, 1999-03-25 13:05:41 +00:00
msdosfs completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
net Define several constants related to the Ethernet protocol: 1999-03-25 23:08:28 +00:00
netatalk
netccitt
netinet Ensure that you can only bind a more specific address when it is done by the 1999-03-23 10:45:37 +00:00
netiso exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145 1999-03-12 22:42:30 +00:00
netnatm
netns
nfs Fix crash reported in PR7116 on shutdown 1999-03-25 04:07:33 +00:00
stand
sys Move MNT_NODEVMTIME so it no longer duplicates the value of MNT_EXPUBLIC. 1999-03-25 05:06:32 +00:00
ufs Make sysctl variable lfs_clean_vnhead do what it was supposed to do, 1999-03-25 22:38:28 +00:00
uvm remove now >1 year old pre-release message. 1999-03-25 18:48:49 +00:00
vm completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
Makefile fix typo 1999-03-10 08:56:16 +00:00