freebsd-dev/sys/i386/i386
Alan Cox 10e77073e1 pmap_qenter/pmap_qremove:
Use the pmap_kenter/pmap_kremove inline functions
	instead of duplicating them.

pmap_remove_all:
	Eliminate an unused (but initialized) variable.

pmap_ts_reference:
	Change the implementation.  The new implementation is much smaller
	and simpler, but functionally identical.  (Reviewed by
	"John S. Dyson" <dyson@iquest.net>.)
1999-03-13 07:31:29 +00:00
..
apic_vector.s
autoconf.c Break configure() into a couple of stages to allow insertion of 1999-01-19 00:10:59 +00:00
bios.c
bioscall.s
busdma_machdep.c
cons.c
cons.h Fixed pedantic syntax errors caused by a trailing semicolon in a macro 1999-01-09 14:07:37 +00:00
db_disasm.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
db_interface.c
db_trace.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
elf_machdep.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
exception.s Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu, 1999-02-28 10:53:29 +00:00
genassym.c Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu, 1999-02-28 10:53:29 +00:00
globals.s Added a per-cpu variable `switchticks' for use in scheduling. 1999-02-22 15:13:34 +00:00
i386-gdbstub.c More const fixes for -Wall, -Wcast-qual 1999-01-29 23:18:50 +00:00
identcpu.c Fix two tests against hex. values for CPUID. 1999-03-10 20:42:00 +00:00
in_cksum.c Fix warnings related to -Wall -Wcast-qual 1999-01-28 17:32:05 +00:00
initcpu.c There are two models of AMD K6-2 Model 8 (c.f. AMD's document), so the 1999-01-16 13:41:33 +00:00
locore.s Use offset to _pc98_system_parameter instead of immediate value which 1999-01-31 02:04:43 +00:00
machdep.c Expose a slightly-lower-level interface to timeouts which allows callers 1999-03-06 04:46:20 +00:00
math_emu.h
math_emulate.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
mem.c Check for signals while reading /dev/urandom. Reading 10MB from 1999-02-02 14:14:05 +00:00
mp_machdep.c The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpu 1999-03-05 16:38:13 +00:00
mpapic.c
mpboot.s
mplock.s
mptable.c The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpu 1999-03-05 16:38:13 +00:00
perfmon.c Silence warnings. 1999-01-12 00:19:33 +00:00
pmap.c pmap_qenter/pmap_qremove: 1999-03-13 07:31:29 +00:00
procfs_machdep.c
simplelock.s
support.s Removed a stray label that broke compiling in the (elf && profiling) case. 1999-01-09 17:29:38 +00:00
swapgeneric.c
swtch.s
symbols.raw This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
sys_machdep.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
trap.c Make TIMER_FREQ a normal, undocumented option. Raise confusion to 1999-03-09 20:20:09 +00:00
tsc.c
userconfig.c Add uhci and ohci driver names 1999-02-21 16:33:51 +00:00
vm86.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
vm86bios.s
vm_machdep.c Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This 1999-02-19 14:25:37 +00:00