..
apic_vector.s
Remove reference to splz_unpend - it is long gone.
2001-01-19 10:51:13 +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
Deprecate devsw->d_bmaj entirely.
2000-10-31 10:58:14 +00:00
bios.c
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
2001-01-10 04:43:51 +00:00
bioscall.s
Stop handcoding a couple of instructions since gas 2.10 can properly
2000-11-21 18:36:10 +00:00
busdma_machdep.c
Convert more malloc+bzero to malloc+M_ZERO.
2000-12-08 21:51:06 +00:00
db_disasm.c
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
db_interface.c
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
2001-01-10 04:43:51 +00:00
db_trace.c
Catch a few alternative names for the syscall entry frame, eg: post-ELF
2001-01-19 10:49:20 +00:00
elf_machdep.c
Change incorrect NULLs to 0s
1999-12-21 11:14:12 +00:00
exception.s
Simplify the i386 asm MTX_{ENTER,EXIT} macros to just call the
2001-01-20 04:14:25 +00:00
genassym.c
Simplify the i386 asm MTX_{ENTER,EXIT} macros to just call the
2001-01-20 04:14:25 +00:00
i386-gdbstub.c
Major update to the way synchronization is done in the kernel. Highlights
2000-09-07 01:33:02 +00:00
i686_mem.c
Convert more malloc+bzero to malloc+M_ZERO.
2000-12-08 21:51:06 +00:00
identcpu.c
Stop doing runtime checking on i386 cpus for cpu class. The cpu is
2001-01-16 09:10:34 +00:00
in_cksum.c
These files are mpsafe.
2000-11-25 03:01:05 +00:00
initcpu.c
Fix some further english grammar and typo's.
2000-11-08 12:00:05 +00:00
k6_mem.c
Convert more malloc+bzero to malloc+M_ZERO.
2000-12-08 21:51:06 +00:00
legacy.c
Convert more malloc+bzero to malloc+M_ZERO.
2000-12-08 21:51:06 +00:00
locore.s
- Remove compatibility macros for accessing per-cpu variables.
2001-01-11 14:46:26 +00:00
machdep.c
Zap unused #include "apm.h"
2001-01-19 13:56:31 +00:00
math_emu.h
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
math_emulate.c
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
mem.c
Duh. Fix a fatfingered patch.
2000-06-25 19:06:48 +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
apic_itrace_splz[] is unused
2001-01-19 10:48:35 +00:00
mpapic.c
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
2001-01-10 04:43:51 +00:00
mpboot.s
Use _lapic+offset to access the local apic from assembly language
2000-12-14 04:16:16 +00:00
mptable.c
apic_itrace_splz[] is unused
2001-01-19 10:48:35 +00:00
nexus.c
Convert more malloc+bzero to malloc+M_ZERO.
2000-12-08 21:51:06 +00:00
perfmon.c
Major update to the way synchronization is done in the kernel. Highlights
2000-09-07 01:33:02 +00:00
pmap.c
Stop doing runtime checking on i386 cpus for cpu class. The cpu is
2001-01-16 09:10:34 +00:00
procfs_machdep.c
Zap unneeded #includes
1999-10-11 14:50:03 +00:00
simplelock.s
Introduce a new potientially cleaner interface for accessing per-cpu
2000-12-13 09:23:53 +00:00
support.s
Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h
2001-01-19 13:19:02 +00:00
swtch.s
Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h
2001-01-19 13:19:02 +00:00
symbols.raw
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
sys_machdep.c
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
2001-01-10 04:43:51 +00:00
trap.c
Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h
2001-01-19 13:19:02 +00:00
tsc.c
Convert apm from a bogus 'count' into a plain option. Clean out some
2001-01-19 14:09:54 +00:00
userconfig.c
Correct typo.
2001-01-08 09:17:58 +00:00
vm86.c
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
2001-01-10 04:43:51 +00:00
vm86bios.s
Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h
2001-01-19 13:19:02 +00:00
vm_machdep.c
Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h
2001-01-19 13:19:02 +00:00