freebsd-nq/sys
David Greenman 1b55c5bc85 Restricted maximum bufpages to 1500; this is required for machines >64MB
of memory to work without running out of kernel VM (and increasing it to
even more than it is now (96MB) is out of the question. Changed bufpages
calculation to allocation a little less bufer cache (16% of mem-2MB instead
of 20%); this is simply a better figure for most systems.
1994-10-25 08:34:50 +00:00
..
alpha/include Added more SCO compat ioctl's. 1994-10-17 22:12:06 +00:00
amd64 Restricted maximum bufpages to 1500; this is required for machines >64MB 1994-10-25 08:34:50 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Added sea0 - Seagate driver lines to config 1994-10-24 22:18:12 +00:00
ddb Avoid ddb getting a panic if the code-segment isn't the usual one... 1994-10-02 19:36:30 +00:00
dev Fixed cut&paste error. 1994-10-24 21:36:38 +00:00
fs Fixed panic when unmounting floppy msdos filesystems. Problem was 1994-10-23 00:41:17 +00:00
gnu POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c, 1994-10-08 06:57:29 +00:00
i386 Restricted maximum bufpages to 1500; this is required for machines >64MB 1994-10-25 08:34:50 +00:00
isa Fixed cut&paste error. 1994-10-24 21:36:38 +00:00
isofs/cd9660 Use tsleep() rather than sleep so that 'ps' is more informative about 1994-10-06 21:07:04 +00:00
kern Don't do suser() check; it's already done in __sysctl(). 1994-10-23 23:01:03 +00:00
libkern Use new-style declarations for min/max functions so that 1994-09-18 23:04:25 +00:00
miscfs Fixed bug I just introduced that would have allowed a user to clobber 1994-10-18 04:40:41 +00:00
modules Added socksys module 1994-10-16 20:39:52 +00:00
msdosfs Fixed panic when unmounting floppy msdos filesystems. Problem was 1994-10-23 00:41:17 +00:00
net moved a message into a #ifdef DEBUG. This message comes out if a kernel 1994-10-15 21:33:17 +00:00
netccitt Made idempotent 1994-08-21 05:44:12 +00:00
netinet Bug fixes from John Brezak. 1994-10-21 02:38:29 +00:00
netiso Made idempotent -- made some of them more consistent with rest of tree. 1994-08-21 06:14:33 +00:00
netns Made idempotent. 1994-08-21 06:22:12 +00:00
nfs Implement fs.nfs MIB variables. 1994-10-23 23:26:18 +00:00
nfsclient Implement fs.nfs MIB variables. 1994-10-23 23:26:18 +00:00
nfsserver Implement fs.nfs MIB variables. 1994-10-23 23:26:18 +00:00
pci #ifdef'ed the verbose probe messages. Only until I find a good way of 1994-10-17 21:11:31 +00:00
powerpc/include Added $Id$ 1994-08-02 07:55:43 +00:00
rpc Use the header files that are compatible with the code just moved over 1994-08-07 18:41:02 +00:00
scsi Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
sys Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
tools Added $Id$ 1994-08-02 07:55:43 +00:00
ufs Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate(). 1994-10-22 02:27:35 +00:00
vm Improved I/O error reporting. 1994-10-25 07:06:20 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00