freebsd-nq/sys/i386/i386
Peter Wemm db17c6fc07 Tidy up some loose ends.
i386/ia64/alpha - catch up to sparc64/ppc:
- replace pmap_kernel() with refs to kernel_pmap
- change kernel_pmap pointer to (&kernel_pmap_store)
  (this is a speedup since ld can set these at compile/link time)
all platforms (as suggested by jake):
- gc unused pmap_reference
- gc unused pmap_destroy
- gc unused struct pmap.pm_count
(we never used pm_count - we track address space sharing at the vmspace)
2002-04-29 07:43:16 +00:00
..
apic_vector.s Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() 2002-04-01 23:51:23 +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 Don't free(9) a pointer which has been modified. 2002-04-23 18:52:39 +00:00
bios.c Rework the kernel environment subsystem. We now convert the static 2002-04-17 13:06:36 +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 Clean up: 2002-04-19 22:58:09 +00:00
critical.c Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() 2002-04-01 23:51:23 +00:00
db_disasm.c Fixed some style bugs in the removal of __P(()). The main ones were 2002-03-23 14:27:06 +00:00
db_interface.c Remove __P. 2002-03-20 08:56:31 +00:00
db_trace.c Fixed some style bugs in the removal of __P(()). The main ones were 2002-03-23 14:27:06 +00:00
dump_machdep.c Make the kernel dump header endianness invariant by always dumping 2002-04-03 07:24:12 +00:00
elf_machdep.c Don't use the symbol name to lookup the symbol value when we can use 2002-04-25 01:22:16 +00:00
exception.s Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt 2002-03-27 05:39:23 +00:00
genassym.c Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt 2002-03-27 05:39:23 +00:00
i386-gdbstub.c Backed out the main part of revs.1.14-16. Don't disable interrupts in 2002-01-30 18:51:24 +00:00
i386dump.c Make the kernel dump header endianness invariant by always dumping 2002-04-03 07:24:12 +00:00
i686_mem.c Make the MTRR code a bit more defensive - this should help people 2002-04-14 20:13:08 +00:00
identcpu.c For what it's worth, fix the compilation of an I386_CPU-only kernel 2002-04-27 18:13:35 +00:00
in_cksum.c Replace use of "0" constraints in inline asm with "+" constraints, 2001-11-13 19:55:20 +00:00
initcpu.c Fix abuses of cpu_critical_{enter,exit} by converting to 2002-03-21 06:19:08 +00:00
k6_mem.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
legacy.c - Split the routine to initialize a bus_space_handle into the separate 2002-02-17 09:16:45 +00:00
locore.s Back out all the pmap related stuff I've touched over the last few days. 2002-02-27 09:51:33 +00:00
machdep.c Rework the kernel environment subsystem. We now convert the static 2002-04-17 13:06:36 +00:00
math_emu.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
math_emulate.c Clean up some of the gross macros whitespace wise before I fix the asm 2001-11-28 01:42:16 +00:00
mem.c Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
mp_clock.c Remove the tc_update() function. Any frequency change to the 2002-04-26 10:06:26 +00:00
mp_machdep.c Fix typo in adjusted panic message. 2002-04-17 22:41:58 +00:00
mpapic.c Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt 2002-03-27 05:39:23 +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 Fix typo in adjusted panic message. 2002-04-17 22:41:58 +00:00
nexus.c - Split the routine to initialize a bus_space_handle into the separate 2002-02-17 09:16:45 +00:00
perfmon.c Fix abuses of cpu_critical_{enter,exit} by converting to 2002-03-21 06:19:08 +00:00
pmap.c Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
support.s Back out all the pmap related stuff I've touched over the last few days. 2002-02-27 09:51:33 +00:00
swtch.s Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt 2002-03-27 05:39:23 +00:00
symbols.raw $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sys_machdep.c Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
trap.c Don't call vm_map_growstack() from trapwrite() as vm_fault() now performs 2002-04-27 17:07:15 +00:00
tsc.c Remove the tc_update() function. Any frequency change to the 2002-04-26 10:06:26 +00:00
vm86.c Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
vm86bios.s Overhaul the per-CPU support a bit: 2001-12-11 23:33:44 +00:00
vm_machdep.c Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt 2002-03-27 05:39:23 +00:00