HardenedBSD/sys
David Greenman 54e7152c15 Fixed two bugs in the calculation of the malloc area (kmem_map) size:
1) The calculation didn't account for NMBCLUSTERS, so if a large number of
   clusters was specified, it would leave little or no space for kernel
   malloc.
2) It was bogusly restricted to v_page_count. This doesn't take into
   account the sparseness of the malloc area and would have caused
   problems on machines with small amounts of memory. It should probably
   instead be changed to set the malloc limit to be constrained by
   the amount of memory, but I didn't do this.
1996-01-29 09:58:34 +00:00
..
alpha
amd64 Allocate DMA bounce buffers only when requested by drivers. Only the 1996-01-27 02:33:48 +00:00
compat/linux Fixed vm_map_find for new vm updates. 1996-01-19 22:59:24 +00:00
compile
conf Added sys_pipe into files. 1996-01-28 23:43:06 +00:00
ddb Remove some now unused printfoids. 1996-01-23 21:17:59 +00:00
dev Finally commit Serge's multicast and "misc other changes" patch. I 1996-01-29 03:16:14 +00:00
fs This time, really make the procfs work when reading stuff from the UPAGES. 1996-01-25 06:05:38 +00:00
geom
gnu
i386 Changes to support Performance enhancements in the sequencer. 1996-01-29 03:17:39 +00:00
isa First attempt at creating devfs entries for sliced devices. Doesn't 1996-01-27 04:18:15 +00:00
isofs/cd9660
kern Fixed two bugs in the calculation of the malloc area (kmem_map) size: 1996-01-29 09:58:34 +00:00
libkern Extend to handle all radix < 37 1996-01-24 20:51:26 +00:00
miscfs make devfs_add_devswf a little smarter about '/'; 1996-01-28 10:07:55 +00:00
modules Add missing ${DESTDIR} to afterinstall: target. 1996-01-27 23:57:06 +00:00
msdosfs
net Delete the if_private[] array in struct ifnet; this turned out to be 1996-01-26 22:09:54 +00:00
netccitt
netinet The last part of the ether_sprint -> %6D change. 1996-01-26 09:29:29 +00:00
netipx
netiso Use new printf features rather than local kludges. 1996-01-24 21:12:23 +00:00
netns
nfs Fixed spelling of s_namlen so that this compiles again. 1996-01-25 00:45:37 +00:00
nfsclient Fixed spelling of s_namlen so that this compiles again. 1996-01-25 00:45:37 +00:00
nfsserver
pc98/pc98
pccard Fix DEVFS, remove unused vars. 1996-01-28 10:02:38 +00:00
pci Update copyright. 1996-01-29 03:18:20 +00:00
powerpc/include Add commands for ptrace get/set registers.. (Same numbers as NetBSD) 1996-01-24 18:51:48 +00:00
rpc
scsi Prevent media eject on first open and re-enable ejection on last close. 1996-01-29 03:19:23 +00:00
sys Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE. These are used by the 1996-01-29 03:20:44 +00:00
tools
ufs
vm Added a `boundary' arg to vm_alloc_page_contig(). Previously the only 1996-01-27 00:13:33 +00:00
Makefile