freebsd-dev/sys/i386/i386
Nate Lawson 98aa9cd052 Update the CPU attachments to return CPU_IVAR_PCPU as well as pass on
appropriate requests to any children.
2005-02-04 05:36:40 +00:00
..
apic_vector.s Avoid more than two pending IPI interrupt vectors per local APIC 2004-12-07 20:15:01 +00:00
atomic.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
autoconf.c cosmetic changes. 2004-11-10 12:28:06 +00:00
bios.c PNP BIOS devices are fundamentally different than ISA PNP devices. 2004-12-07 05:30:02 +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 Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, this 2005-01-07 07:57:18 +00:00
critical.c Include <machine/psl.h> for the definition of PSL_I instead of depending 2004-03-05 14:23:13 +00:00
db_disasm.c Start all license/copyright notice comments with /*-, per tradition 2005-01-05 19:10:48 +00:00
db_interface.c Start all license/copyright notice comments with /*-, per tradition 2005-01-05 19:10:48 +00:00
db_trace.c Unbreak stack traces across double faults. In a particular edge case 2005-01-18 03:48:02 +00:00
dump_machdep.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
elan-mmcr.c Add zero flags argument to sysctl calls. 2004-10-12 07:59:02 +00:00
elf_machdep.c Add __elfN(dump_thread). This function is called from __elfN(coredump) 2004-08-11 02:35:06 +00:00
exception.s Small whitespace fixes. 2004-12-30 19:14:48 +00:00
gdb_machdep.c Start all license/copyright notice comments with /*-, per tradition 2005-01-05 19:10:48 +00:00
genassym.c Remove references to U area and garbage collect includes. 2004-11-20 02:30:59 +00:00
geode.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
i686_mem.c Trim a few things from the dmesg output and stick them under bootverbose to 2004-07-01 07:46:29 +00:00
identcpu.c Move the author's copyright notice to match the initial LongRun import 2004-12-12 05:53:57 +00:00
in_cksum.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
initcpu.c Update a comment. 2003-11-10 15:48:30 +00:00
intr_machdep.c Add a simple 'intrcnt_add' function that other MD code can use to add a 2004-12-23 20:34:18 +00:00
io_apic.c If a valid ELCR was found, consult it for the trigger mode of ISA 2005-01-18 20:27:24 +00:00
io.c Break out the MI part of the /dev/[k]mem and /dev/io drivers into 2004-08-01 11:40:54 +00:00
k6_mem.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
legacy.c Update the CPU attachments to return CPU_IVAR_PCPU as well as pass on 2005-02-04 05:36:40 +00:00
local_apic.c Drop the 'active-' prefix from the polarity printf to be consistent with 2005-01-14 18:31:00 +00:00
locore.s U areas are going away, so don't allocate one for process 0. 2004-11-20 02:29:25 +00:00
longrun.c Move the author's copyright notice to match the initial LongRun import 2004-12-12 05:53:57 +00:00
machdep.c Add an implementation of cpu_est_clockrate(9). This function estimates the 2005-02-04 05:32:56 +00:00
mem.c Fix module builds for i386 and amd64. 2004-08-04 18:30:31 +00:00
mp_clock.c Add missing #include <sys/module.h> 2004-05-30 20:34:58 +00:00
mp_machdep.c Some small style fixes. 2004-12-23 20:35:51 +00:00
mp_watchdog.c Preemptive anti-footshooting: cause a #error if MP_WATCHDOG is compiled 2004-08-15 20:32:40 +00:00
mpboot.s Start all license/copyright notice comments with /*-, per tradition 2005-01-05 19:10:48 +00:00
mptable_pci.c Use a private attach method for the MP Table host-PCI bridge driver rather 2004-05-03 14:49:10 +00:00
mptable.c If a valid ELCR was found, consult it for the trigger mode of ISA 2005-01-18 20:27:24 +00:00
nexus.c Print flags in the nexus for child devices. 2004-10-14 22:36:47 +00:00
p4tcc.c Start all license/copyright notice comments with /*-, per tradition 2005-01-05 19:10:48 +00:00
perfmon.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
pmap.c Modify pmap_enter_quick() so that it expects the page queues to be locked 2004-12-23 20:16:11 +00:00
support.s Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove 2004-11-16 20:42:32 +00:00
swtch.s Fix a typo in a comment. 2004-07-15 16:37:48 +00:00
symbols.raw Remove atdevbase and replace it's remaining uses with direct references to 2004-06-10 20:31:00 +00:00
sys_machdep.c o Move copyin()/copyout() out of i386_{get,set}_ldt() and 2005-01-26 13:59:46 +00:00
trap.c Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove 2004-11-16 20:42:32 +00:00
tsc.c Change all SYSCTLS which are readonly and have a related TUNABLE 2003-10-21 18:28:36 +00:00
uio_machdep.c Start all license/copyright notice comments with /*-, per tradition 2005-01-05 19:10:48 +00:00
vm86.c Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +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 Bah, another whitespace fix. 2005-01-14 20:50:52 +00:00