..
autoconf.c
cleanup findroot(): remove code to match BIOS disk, as the bootloader
2007-09-23 21:29:03 +00:00
bios32.c
Make it build again when IPMI is used (caddr_t issue ?)
2007-06-12 18:55:50 +00:00
cpu.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
gdt.c
Share the sysarch stuff between the x86 ports. PR kern/36046.
2007-04-16 19:12:17 +00:00
genassym.cf
Ajust for Xen 3.1.0 public headers. From Christoph Egger in private mail.
2007-09-23 16:54:07 +00:00
hypervisor_machdep.c
Ajust for Xen 3.1.0 public headers. From Christoph Egger in private mail.
2007-09-23 16:54:07 +00:00
identcpu.c
TRUE -> true, FALSE -> false
2007-02-22 06:47:16 +00:00
idle_machdep.c
Fix race condition in cpu_idle() on ci_want_resched. From YAMAMOTO Takashi.
2007-06-25 19:57:32 +00:00
locore.S
Re-enable interrupts before checking for RAS; pointed out by YAMAMOTO Takashi.
2007-09-05 19:30:01 +00:00
machdep.c
%fs has to be initialized before mutexes are used; consinit() may end up
2007-09-24 18:34:01 +00:00
mainbus.c
The recent cpu_attach changes broke the xen build; while this compiles,
2007-03-05 23:26:40 +00:00
npx_hv.c
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
npx.c
- pass intrframe by-pointer, not by-value.
2006-12-08 15:05:18 +00:00
pmap.c
compilation fixes. (simple_lock/unlock -> mutex_spin_enter/exit)
2007-09-04 13:50:26 +00:00
spl.S
Make sure to check for pending interrupts on the final STI. For this
2007-06-28 20:50:30 +00:00
trap.c
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
2007-05-17 14:51:11 +00:00
vector.S
Make sure to check for pending interrupts on the final STI. For this
2007-06-28 20:50:30 +00:00
xen_intr.c
Remove the __asm("lock") again from softintr(), as ci_ipending is local
2007-06-26 19:41:11 +00:00
xen_machdep.c
Add a bootstatic callback for dom0, which allows to take NFS boot informations
2007-07-08 21:14:14 +00:00
xen_shm_machdep.c
Add an IPL_VM argument to comply with the new vmem_create() prototype,
2007-07-10 16:23:26 +00:00