freebsd-dev/sys/i386/i386
Matthew Dillon 6db5812aef Fix bug in physmem_est calculation - the kernel_map size was not being
converted into pages.

Fix bug in maxbcache calculation, nbuf must be tested against maxbcache
rather then physmem_est.

Obtained from:	bde
2001-08-21 07:20:06 +00:00
..
apic_vector.s Overhaul of the SMP code. Several portions of the SMP kernel support have 2001-04-27 19:28:25 +00:00
atomic.c Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a 2000-09-06 11:21:14 +00:00
autoconf.c Remove unneeded includes of sys/ipl.h and machine/ipl.h. 2001-05-15 23:22:29 +00:00
bios.c Remove stray #include "isa.h" 2001-01-29 08:33:55 +00:00
bioscall.s Make the kernel actually compile and link under a.out, using 2001-02-25 07:44:39 +00:00
busdma_machdep.c Teach bus_dmamem_free() about contigfree(). This is a bit of a hack, 2001-08-15 17:26:54 +00:00
db_disasm.c Quiet a variable format-string warning. 2001-07-19 02:16:24 +00:00
db_interface.c A set of changes to reduce the number of include files the kernel 2001-07-08 04:56:07 +00:00
db_trace.c Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and 2001-07-11 03:15:25 +00:00
elf_machdep.c
exception.s Removed he BPTTRAP() macro and its use. It was intended for restoring 2001-08-13 12:42:13 +00:00
genassym.c Activate SSE/SIMD. This is the extra context switching support that 2001-07-12 06:32:51 +00:00
i386-gdbstub.c A set of changes to reduce the number of include files the kernel 2001-07-08 04:56:07 +00:00
i686_mem.c Overhaul of the SMP code. Several portions of the SMP kernel support have 2001-04-27 19:28:25 +00:00
identcpu.c Add Transmeta Crusoe LongRun support. 2001-07-03 10:03:24 +00:00
in_cksum.c These files are mpsafe. 2000-11-25 03:01:05 +00:00
initcpu.c There is nothing special that requires SSE to be only on 686 class cpus. 2001-08-18 04:04:45 +00:00
k6_mem.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
legacy.c Use the MI ithread helper functions in the x86 interrupt code. 2001-02-09 17:47:44 +00:00
locore.s Activate SSE/SIMD. This is the extra context switching support that 2001-07-12 06:32:51 +00:00
machdep.c Fix bug in physmem_est calculation - the kernel_map size was not being 2001-08-21 07:20:06 +00:00
math_emu.h Do not depend on pcb_savefpu backwards compat #define. 2001-07-12 12:19:11 +00:00
math_emulate.c Add a new MI pointer to the process' trapframe p_frame instead of using 2001-06-29 11:10:41 +00:00
mem.c With Alfred's permission, remove vm_mtx in favor of a fine-grained approach 2001-07-04 16:20:28 +00:00
mp_clock.c Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, 2000-09-22 23:40:10 +00:00
mp_machdep.c - Do not handle the per-CPU containers in mbuf code as though the cpuids 2001-07-26 18:47:46 +00:00
mpapic.c Use NHWI instead of APIC_IMEN_BITS. 2001-05-17 22:24:46 +00:00
mpboot.s Remove the leading underscore from all symbols defined in x86 asm 2001-02-25 06:29:04 +00:00
mptable.c - Do not handle the per-CPU containers in mbuf code as though the cpuids 2001-07-26 18:47:46 +00:00
nexus.c Use the MI ithread helper functions in the x86 interrupt code. 2001-02-09 17:47:44 +00:00
perfmon.c Switch from save/disable/restore_intr() to critical_enter/exit(). 2001-03-28 03:06:10 +00:00
pmap.c Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernel 2001-07-27 01:08:59 +00:00
procfs_machdep.c - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file 2001-05-23 09:42:29 +00:00
support.s Activate SSE/SIMD. This is the extra context switching support that 2001-07-12 06:32:51 +00:00
swtch.s swtch.s: During context save, use the correct bit mask for clearing 2001-07-19 04:37:27 +00:00
symbols.raw
sys_machdep.c - Close races with signals and other AST's being triggered while we are in 2001-08-10 22:53:32 +00:00
trap.c - Close races with signals and other AST's being triggered while we are in 2001-08-10 22:53:32 +00:00
tsc.c Remove unneeded includes of sys/ipl.h and machine/ipl.h. 2001-05-15 23:22:29 +00:00
userconfig.c Preceed/preceeding are not english words. Use precede or preceding. 2001-02-18 10:25:42 +00:00
vm86.c Rename vm86pcb_lock -> vm86_lock to correctly reflect its function. 2001-07-19 19:07:10 +00:00
vm86bios.s Use a critical region to protect pushing of curproc's npx state to 2001-05-20 17:01:20 +00:00
vm_machdep.c Activate SSE/SIMD. This is the extra context switching support that 2001-07-12 06:32:51 +00:00