freebsd-src/sys/i386/i386
1998-03-24 08:29:05 +00:00
..
apic_vector.s Remove special handling for resuming clock interrupt when using APIC_IO. 1998-03-05 21:45:53 +00:00
autoconf.c Add missing entry to list of major device names. This list should not 1998-03-17 00:28:02 +00:00
bios.c Staticize. 1998-02-09 06:11:36 +00:00
bioscall.s Support functions for working with x86 PC-architecture BIOS. 1997-08-01 06:07:13 +00:00
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 Some staticized variables were still declared to be extern. 1997-07-01 00:54:37 +00:00
db_disasm.c Removed a wrong comment of mine. 1997-04-01 16:22:31 +00:00
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 Add the ability to make real-mode BIOS calls from the kernel. Currently, 1998-03-23 19:52:59 +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 This commit affects ELF kernels only. 1997-05-21 23:21:30 +00:00
i386-gdbstub.c Document a non-standard gdbremote protocol extension (kludge, really) 1997-06-04 16:44:29 +00:00
identcpu.c Use RDMSR instruction instead of WRMSR. 1998-02-13 09:34:42 +00:00
in_cksum.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
initcpu.c Make FAILSAFE a new-style option. 1998-02-04 03:47:16 +00:00
locore.s Add the ability to make real-mode BIOS calls from the kernel. Currently, 1998-03-23 19:52:59 +00:00
machdep.c Add the ability to make real-mode BIOS calls from the kernel. Currently, 1998-03-23 19:52:59 +00:00
math_emu.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
math_emulate.c Oops, I removed one too many #include. <machine/frame.h> was previously 1997-07-20 11:00:32 +00:00
mem.c Don't depend on "implicit int" or bloat the data section in the 1998-03-12 09:14:18 +00:00
mp_apicdefs.s When entering the apic version of slow interrupt handler, level 1998-03-03 22:56:30 +00:00
mp_machdep.c The APs now reload the interrupt descriptor table pointer after 1998-03-07 20:16:49 +00:00
mpapic.c When sending an IPI to a specific target, disable interrupts inside the 1998-03-03 19:54:49 +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 Another round of lock pushdown. 1997-08-30 08:08:10 +00:00
mptable.c The APs now reload the interrupt descriptor table pointer after 1998-03-07 20:16:49 +00:00
perfmon.c Fix a include gottcha in the SMP case. 1997-12-29 23:36:56 +00:00
pmap.c Some VM improvements, including elimination of alot of Sig-11 1998-03-16 01:56:03 +00:00
procfs_machdep.c Removed unused #includes. 1997-07-20 08:37:24 +00:00
setdef0.c This commit affects ELF kernels only. 1997-05-21 23:21:30 +00:00
setdef1.c This commit affects ELF kernels only. 1997-05-21 23:21:30 +00:00
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 Reviewed by: msmith, bde long ago 1998-03-04 10:25:03 +00:00
symbols.raw Man the liferafts! Here comes the long awaited SMP -> -current merge! 1997-04-26 11:46:25 +00:00
sys_machdep.c Add the ability to make real-mode BIOS calls from the kernel. Currently, 1998-03-23 19:52:59 +00:00
trap.c Add the ability to make real-mode BIOS calls from the kernel. Currently, 1998-03-23 19:52:59 +00:00
tsc.c Be less draconian about the TSC if APM is configured, use it for 1998-03-16 10:06:58 +00:00
userconfig.c Add bktr and pcm entries by popular request. Also use more canonical 1998-03-10 08:03:47 +00:00
vm86.c PC-98 does not have a BIOS call to get memory size. 1998-03-24 08:29:05 +00:00
vm86bios.s Add the ability to make real-mode BIOS calls from the kernel. Currently, 1998-03-23 19:52:59 +00:00
vm_machdep.c Add the ability to make real-mode BIOS calls from the kernel. Currently, 1998-03-23 19:52:59 +00:00