1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/i386/i386
2003-01-01 18:49:04 +00:00
..
apic_vector.s Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdown 2002-08-23 21:45:59 +00:00
atomic.c
autoconf.c Only dump the BIOS geometry table from bootinfo on PC98, we don't use 2002-12-14 16:11:28 +00:00
bios.c use __packed. 2002-09-23 18:54:32 +00:00
bioscall.s Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
busdma_machdep.c New bus_dma interfaces for use by crypto device drivers: 2002-10-04 20:40:39 +00:00
critical.c Remove the critmode sysctl - the new method for critical_enter/exit (already 2002-07-10 20:15:58 +00:00
db_disasm.c
db_interface.c Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhaps 2002-09-21 18:53:58 +00:00
db_trace.c Add code to ddb to allow backtracing an arbitrary thread. 2002-12-28 01:23:07 +00:00
dump_machdep.c Reformat last change 2002-12-16 23:25:12 +00:00
elan-mmcr.c Add /dev/soekris-errled device to control the Error-LED on Soekris cards/boxes. 2002-09-17 11:47:38 +00:00
elf_machdep.c Add two hooks to signal module load and module unload to MD code. 2002-10-19 19:16:03 +00:00
exception.s 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code, 2002-11-07 01:34:23 +00:00
genassym.c Align the FPU state in the ucontext and sigcontext to 16 bytes 2002-12-02 19:58:55 +00:00
i386-gdbstub.c Back out 1.19 to rethink approach 2002-12-17 05:55:36 +00:00
i686_mem.c Loader tunable 'machdep.disable_mtrrs'. 2002-11-13 09:37:43 +00:00
identcpu.c Change the support for AMDs ElanSC520 CPU from being a device driver to 2002-09-04 19:43:22 +00:00
in_cksum.c Fix several bugs in the i386 asm statements used to speed up Internet 2002-06-22 22:35:53 +00:00
initcpu.c Be consistent about functions being static. 2002-10-16 08:57:14 +00:00
k6_mem.c Some BIOSs are using MTRR values that are only documented under NDA 2002-09-15 15:07:55 +00:00
legacy.c - Give legacy an identify routine that always adds 'legacy0' at an order 2002-09-30 18:47:11 +00:00
locore.s Align the FPU state in the ucontext and sigcontext to 16 bytes 2002-12-02 19:58:55 +00:00
machdep.c Align the FPU state in the ucontext and sigcontext to 16 bytes 2002-12-02 19:58:55 +00:00
math_emu.h
math_emulate.c Use suword16/fuword16 instead of susword/fusword - this has two different 2002-06-20 07:23:08 +00:00
mem.c Return an error when r/w is requested on an unsupported device instead of 2002-12-31 21:44:38 +00:00
mp_clock.c Remove a commented out #include "opt_pci.h", it doesn't 2002-11-13 17:50:59 +00:00
mp_machdep.c Be consistent about functions being static. 2002-10-16 08:57:14 +00:00
mpapic.c Use a function instead of a non-portable, GCC-specific asm() entry. 2002-09-21 19:03:42 +00:00
mpboot.s
mptable.c Be consistent about functions being static. 2002-10-16 08:57:14 +00:00
nexus.c - Give legacy an identify routine that always adds 'legacy0' at an order 2002-09-30 18:47:11 +00:00
perfmon.c
pmap.c Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
support.s Create inlines for ltr(sel), lldt(sel), lidt(addr) rather than 2002-09-22 04:45:21 +00:00
swtch.s Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of stat 2002-07-21 05:22:16 +00:00
symbols.raw
sys_machdep.c Fix a bogon in previous commit. bcopy() from the malloc'd memory that we 2002-10-04 20:19:36 +00:00
trap.c 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code, 2002-11-07 01:34:23 +00:00
tsc.c Use the correct value when writing the Day Of Week byte in the CMOS. 2002-12-04 13:46:49 +00:00
vm86.c adjust critical section to only wrap around vm86_bioscall(). 2002-11-08 03:07:52 +00:00
vm86bios.s 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code, 2002-11-07 01:34:23 +00:00
vm_machdep.c Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage 2002-12-10 02:33:45 +00:00