freebsd-skq/sys/amd64/amd64
2002-07-12 04:58:51 +00:00
..
amd64_mem.c Make the MTRR code a bit more defensive - this should help people 2002-04-14 20:13:08 +00:00
amd64-gdbstub.c Backed out the main part of revs.1.14-16. Don't disable interrupts in 2002-01-30 18:51:24 +00:00
apic_vector.S Bah, move the invltlb counter to C code and hook a debug sysctl onto it. 2002-07-11 08:31:10 +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 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
busdma_machdep.c Clean up: 2002-04-19 22:58:09 +00:00
cpu_switch.S Part 1 of KSE-III 2002-06-29 17:26:22 +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 Fixed some style bugs in the removal of __P(()). The main ones were 2002-03-23 14:27:06 +00:00
db_interface.c Remove __P. 2002-03-20 08:56:31 +00:00
db_trace.c Fixed some style bugs in the removal of __P(()). The main ones were 2002-03-23 14:27:06 +00:00
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 fix a comment and note a problem with XXXSMP 2002-07-10 21:17:23 +00:00
exception.S fix a comment and note a problem with XXXSMP 2002-07-10 21:17:23 +00:00
fpu.c Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt 2002-03-27 05:39:23 +00:00
genassym.c Remove the critmode sysctl - the new method for critical_enter/exit (already 2002-07-10 20:15:58 +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 In in_cksumdata, len must be a signed type. 2001-10-05 18:58:22 +00:00
initcpu.c Fix abuses of cpu_critical_{enter,exit} by converting to 2002-03-21 06:19:08 +00:00
legacy.c - Split the routine to initialize a bus_space_handle into the separate 2002-02-17 09:16:45 +00:00
locore.s Consistently line-up /**/ comments so they don't cause line wrappage. 2002-07-10 19:36:04 +00:00
locore.S Consistently line-up /**/ comments so they don't cause line wrappage. 2002-07-10 19:36:04 +00:00
machdep.c s/procrunnable/kserunnable/ in a comment 2002-07-08 01:52:55 +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_machdep.c Bah, move the invltlb counter to C code and hook a debug sysctl onto it. 2002-07-11 08:31:10 +00:00
mpboot.S Remove the leading underscore from all symbols defined in x86 asm 2001-02-25 06:29:04 +00:00
mptable.c Bah, move the invltlb counter to C code and hook a debug sysctl onto it. 2002-07-11 08:31:10 +00:00
nexus.c - Split the routine to initialize a bus_space_handle into the separate 2002-02-17 09:16:45 +00:00
pmap.c Unexpand a couple of 8-space indents that I added in rev 1.285. 2002-07-12 04:58:51 +00:00
prof_machdep.c Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. 2000-07-04 11:25:35 +00:00
support.s Deorbit suibyte(). It was only used for split address space systems 2002-06-20 07:13:35 +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
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
vm_machdep.c Part 1 of KSE-III 2002-06-29 17:26:22 +00:00