freebsd-nq/sys/i386/i386
John Dyson ffc82b0a70 1) Use a more consistent page wait methodology.
2)	Do not unnecessarily force page blocking when paging
	pages out.
3)	Further improve swap pager performance and correctness,
	including fixing the paging in progress deadlock (except
	in severe I/O error conditions.)
4)	Enable vfs_ioopt=1 as a default.
5)	Fix and enable the page prezeroing in SMP mode.

All in all, SMP systems especially should show a significant
improvement in "snappyness."
1998-03-01 04:18:54 +00:00
..
apic_vector.s Addition of splsoftvm and a VM SWI to handle bus dma related callbacks. 1998-01-15 07:34:01 +00:00
autoconf.c Retire LFS. 1998-01-30 11:34:06 +00:00
bios.c Staticize. 1998-02-09 06:11:36 +00:00
bioscall.s
busdma_machdep.c Removed unused #includes. 1998-02-20 13:11:54 +00:00
cons.c Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
cons.h
db_disasm.c
db_interface.c Fixed write enabling of the kernel text section. The overlap 1997-11-20 18:09:36 +00:00
db_trace.c Fixed wrong limits for the kernel text in db_numargs(). The 1997-11-20 18:24:52 +00:00
exception.s Oops, <machine/psl.h> is used unconditionally in -current. 1997-10-27 17:19:20 +00:00
genassym.c Declare printf() instead of including <stdio.h>, so that this doesn't 1998-02-01 18:53:09 +00:00
gensetdefs.c
i386-gdbstub.c
identcpu.c Use RDMSR instruction instead of WRMSR. 1998-02-13 09:34:42 +00:00
in_cksum.c
initcpu.c Make FAILSAFE a new-style option. 1998-02-04 03:47:16 +00:00
locore.s Include "opt_nfs.h" 1998-01-31 02:53:41 +00:00
machdep.c Remove warnings from f00f_hack. 1998-02-09 04:45:53 +00:00
math_emu.h
math_emulate.c
mem.c Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
mp_apicdefs.s Remove the stuff we do not use from global scope. Export them again as 1997-10-24 14:27:23 +00:00
mp_machdep.c 1) Use a more consistent page wait methodology. 1998-03-01 04:18:54 +00:00
mpapic.c Removed the annoying "apic_ipi might be stuck" message. 1997-12-08 18:36:02 +00:00
mpboot.s Convert the VM86 option from a global option to an option only depended 1997-10-10 09:44:12 +00:00
mplock.s
mptable.c 1) Use a more consistent page wait methodology. 1998-03-01 04:18:54 +00:00
perfmon.c Fix a include gottcha in the SMP case. 1997-12-29 23:36:56 +00:00
pmap.c 1) Use a more consistent page wait methodology. 1998-03-01 04:18:54 +00:00
procfs_machdep.c
setdef0.c
setdef1.c
simplelock.s Nondestructive attempts to get simple locks when SL_DEBUG is defined. 1998-01-19 17:33:08 +00:00
support.s After one of my analysis passes to evaluate methods for SMP TLB mgmt, I 1997-12-14 02:11:23 +00:00
swapgeneric.c Don't depend on "implicit int". 1998-02-20 13:37:40 +00:00
swtch.s Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
symbols.raw
sys_machdep.c Fixed missing privilege checking and off-by-1 bounds checking in 1998-02-13 05:25:37 +00:00
trap.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
tsc.c Prevent the TSC from being used on APM machines, we have no idea if 1998-02-28 21:16:13 +00:00
userconfig.c If the kernel was built with USERCONFIG_BOOT, and the '-c' (RB_CONFIG) flag 1998-02-10 00:10:35 +00:00
vm86.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
vm_machdep.c Fix page prezeroing for SMP, and fix some potential paging-in-progress 1998-02-25 03:56:15 +00:00