1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/i386/i386
David Greenman b64b660cd3 Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"
in machdep.c (it should use the global nmbclusters). Moved the calculation
of nmbclusters into conf/param.c (same place where nmbclusters has always
been assigned), and made the calculation include an extra amount based
on "maxusers". NMBCLUSTERS can still be overrided in the kernel config
file as always, but this change will make that generally unnecessary. This
fixes the "bug" reports from people who have misconfigured kernels seeing
the network hang when the mbuf cluster pool runs out.

Reviewed by:	John Dyson
1995-05-25 07:41:28 +00:00
..
autoconf.c Changed swap partition handling/allocation so that it doesn't 1995-05-14 03:00:10 +00:00
conf.c Add National Instruments "LabPC" driver 1995-04-28 00:51:40 +00:00
cons.c Undo the move of `#include "sc.h"' etc. to cons.h. It broke anything 1995-04-24 16:43:01 +00:00
cons.h Undo the move of `#include "sc.h"' etc. to cons.h. It broke anything 1995-04-24 16:43:01 +00:00
db_disasm.c Fix disassembly of `bt[crs] $Ib,E'. 1995-01-29 02:38:15 +00:00
db_interface.c Implement a simple hook (or hack?) to allow graphics device console 1995-04-08 21:32:11 +00:00
db_trace.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
dkbad.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
exception.s First attempt to run linux binaries. This is only the changes needed to 1995-02-14 19:23:22 +00:00
genassym.c Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS" 1995-05-25 07:41:28 +00:00
in_cksum.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
locore.s Remove gratuitous waste of 2K of memory for BIOS variables. We never load 1995-04-16 10:12:16 +00:00
machdep.c Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS" 1995-05-25 07:41:28 +00:00
math_emu.h Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 14:15:10 +00:00
math_emulate.c Fix -Wformat warnings from LINT kernel. 1995-05-11 19:26:53 +00:00
mem.c Fixed various prototype problems with the pmap functions and the subsequent 1994-08-06 10:25:50 +00:00
microtime.s Fix a bug introduced between 1.1 and 1.1.5. Loading the time was moved 1994-11-05 23:53:46 +00:00
ns_cksum.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
pmap.c Fix -Wformat warnings from LINT kernel. 1995-05-11 19:26:53 +00:00
procfs_machdep.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
support.s Added a memcpy() routine. 1995-05-02 05:20:26 +00:00
swapgeneric.c - Add an entry to allow swapping on a vn device (if one is configured). 1995-05-12 16:11:07 +00:00
swtch.s This is the latest version of the APM stuff from HOSOKAWA, I have looked 1995-02-17 02:22:57 +00:00
symbols.raw Got rid of map.h. It's a leftover from the rmap code, and we use rlists. 1994-10-09 07:35:18 +00:00
sys_machdep.c kmem_alloc() returns zero-filled memory; it isn't necessary to bzero() 1995-03-10 08:13:07 +00:00
trap.c Added a new version of trap_pfault() that disallows kernel page faults 1995-03-21 07:16:12 +00:00
tsc.c Add variable `idelayed' and macros setdelayed() and schedsofttty() 1995-05-11 07:44:40 +00:00
userconfig.c The value -1 is special. Allow it. 1995-05-08 06:14:16 +00:00
vm_machdep.c Added "BROKEN_KEYBOARD_RESET" option to disable using the keyboard reset 1995-05-18 09:17:07 +00:00