1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/i386/i386
Peter Wemm 3a7ef7918c Diff reduction (microoptimization) with another WIP. Move the frame
calculation in get_ptbase() to a little later on.
2002-07-04 19:53:24 +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
autoconf.c Don't free(9) a pointer which has been modified. 2002-04-23 18:52:39 +00:00
bios.c Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386's 2002-05-13 14:34:47 +00:00
bioscall.s
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
db_interface.c
db_trace.c
dump_machdep.c Restore the ability interrupt dumps on i386, based on 2002-05-04 17:45:48 +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 Part 1 of KSE-III 2002-06-29 17:26:22 +00:00
i386-gdbstub.c
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 Fix several bugs in the i386 asm statements used to speed up Internet 2002-06-22 22:35:53 +00:00
initcpu.c
k6_mem.c
legacy.c
locore.s
machdep.c Part 1 of KSE-III 2002-06-29 17:26:22 +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 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 Don't export timecounter structures under debug. with sysctl, they 2002-04-30 19:34:31 +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
mptable.c Fix typo in adjusted panic message. 2002-04-17 22:41:58 +00:00
nexus.c
perfmon.c
pmap.c Diff reduction (microoptimization) with another WIP. Move the frame 2002-07-04 19:53:24 +00:00
support.s Deorbit suibyte(). It was only used for split address space systems 2002-06-20 07:13:35 +00:00
swtch.s Part 1 of KSE-III 2002-06-29 17:26:22 +00:00
symbols.raw
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 Fix reverse ordering of locks. add a comment about locks on some platforms. 2002-06-29 23:58:50 +00:00
tsc.c Clock frequencies reported by sysctl should be unsigned values. Discovered 2002-06-22 16:30:18 +00:00
vm86.c Use suword16/fuword16 instead of susword/fusword - this has two different 2002-06-20 07:23:08 +00:00
vm86bios.s
vm_machdep.c Part 1 of KSE-III 2002-06-29 17:26:22 +00:00