freebsd-dev/sys/i386/i386
2003-04-30 17:59:27 +00:00
..
apic_vector.s Commit a partial lazy thread switch mechanism for i386. it isn't as lazy 2003-04-02 23:53:30 +00:00
atomic.c
autoconf.c Fix some easy, global, lint warnings. In most cases, this means 2003-04-30 12:57:40 +00:00
bios.c - Add support for PAE and more than 4 gigs of ram on x86, dependent on the 2003-03-30 05:24:52 +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 style(9) 2003-04-15 03:11:03 +00:00
critical.c Initialize eflags in fake frame to default value rather than random one. 2003-03-08 03:58:50 +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 - Convert all uses of pmap_pte and get_ptbase to pmap_pte_quick. When 2003-03-30 01:16:19 +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 vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
elf_machdep.c Resolve relative relocations in klds before trying to parse the module's 2003-01-21 02:42:44 +00:00
exception.s Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +00:00
genassym.c Remove a couple of unused symbols. 2003-04-17 22:17:28 +00:00
i386-gdbstub.c Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB 2003-02-16 19:22:21 +00:00
i686_mem.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
identcpu.c Warns fixing. Protect against inappropriate linting, and mark 2003-04-30 12:23:58 +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 Extend CPU_ATHLON_SSE_HACK to cover a few more revisions of Athlon CPUs. 2003-03-20 20:50:22 +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 - Removed APTD and associated macros, it is no longer used. 2003-04-03 23:44:35 +00:00
machdep.c Add an argument to get_mcontext() which specified whether the 2003-04-25 01:50:30 +00:00
math_emu.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
math_emulate.c Use suword16/fuword16 instead of susword/fusword - this has two different 2002-06-20 07:23:08 +00:00
mem.c - Removed APTD and associated macros, it is no longer used. 2003-04-03 23:44:35 +00:00
mp_clock.c Initialize the PIIX timecounter in piix_attach(), which is called only 2003-04-06 18:42:22 +00:00
mp_machdep.c Commit a partial lazy thread switch mechanism for i386. it isn't as lazy 2003-04-02 23:53:30 +00:00
mpapic.c Dont raise the TPR register at initialization time. It only causes 2003-01-23 01:00:58 +00:00
mpboot.s - Add support for PAE and more than 4 gigs of ram on x86, dependent on the 2003-03-30 05:24:52 +00:00
mptable.c Commit a partial lazy thread switch mechanism for i386. it isn't as lazy 2003-04-02 23:53:30 +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 Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
pmap.c Use inlines for loading and storing page table entries. Use cmpxchg8b for 2003-04-28 20:35:36 +00:00
support.s Define ovbcopy() as a macro which expands to the equivalent bcopy() call, 2003-04-04 17:29:55 +00:00
swtch.s Unbreak the !LAZY_SWITCH case. I #ifdef'ed too much when I added 2003-04-05 22:18:14 +00:00
symbols.raw
sys_machdep.c - Push down Giant into the sysarch() calls that still need Giant. 2003-04-25 20:04:02 +00:00
trap.c Range check the syscall number before looking it up in the syscallnames[] 2003-04-30 17:59:27 +00:00
tsc.c Convert the SMP_TSC kernel option into a loader tunable. Also enable 2003-04-10 23:07:24 +00:00
vm86.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
vm86bios.s - Add support for PAE and more than 4 gigs of ram on x86, dependent on the 2003-03-30 05:24:52 +00:00
vm_machdep.c Reset pcb_gs and %gs before possibly invalidating it. 2003-04-21 15:05:05 +00:00