.. |
autoconf.c
|
Add prototype for bootpc_init when BOOTP is defined.
|
2002-04-06 21:09:08 +00:00 |
busdma_machdep.c
|
Change the preemption code for software interrupt thread schedules and
|
2002-01-05 08:47:13 +00:00 |
clock_if.m
|
* Don't pretend the object passed to clockattach is a device - it isn't.
|
2001-10-04 15:27:35 +00:00 |
clock.c
|
Turn off the ia64 ITC timecounter when SMP is present since it has the
|
2002-03-19 11:03:48 +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
|
Work around an apparent compiler bug with gcc-3.1, although it might be
|
2002-03-19 11:09:24 +00:00 |
db_interface.c
|
Change critical_t to register_t for intr_disable/restore.
|
2002-03-21 09:50:11 +00:00 |
db_trace.c
|
Remove __P.
|
2002-03-20 23:30:31 +00:00 |
dump_machdep.c
|
Fix a braino in the alignment of the segment contents after dumping
|
2002-04-06 05:56:33 +00:00 |
efi.c
|
Fix typo which meant that we never actually found the ACPI 2.0 table.
|
2001-10-05 10:29:03 +00:00 |
eficlock.c
|
Implement eficlock_set() to set hardware clock.
|
2001-11-12 09:29:05 +00:00 |
elf_machdep.c
|
Fix some unused variables.
|
2002-03-19 11:15:26 +00:00 |
exception.s
|
Remove abuse of intr_disable/restore in MI code by moving the loop in ast()
|
2002-03-29 16:35:26 +00:00 |
exception.S
|
Remove abuse of intr_disable/restore in MI code by moving the loop in ast()
|
2002-03-29 16:35:26 +00:00 |
genassym.c
|
Remove abuse of intr_disable/restore in MI code by moving the loop in ast()
|
2002-03-29 16:35:26 +00:00 |
ia64-gdbstub.c
|
#if 0 out some unused code.
|
2002-03-19 11:06:01 +00:00 |
ia64dump.c
|
Fix a braino in the alignment of the segment contents after dumping
|
2002-04-06 05:56:33 +00:00 |
in_cksum.c
|
In in_cksumdata, len must be a signed type.
|
2001-10-05 18:58:22 +00:00 |
interrupt.c
|
Change callers of mtx_init() to pass in an appropriate lock type name. In
|
2002-04-04 21:03:38 +00:00 |
locore.s
|
Transition to a model where the loader passes the address of the
|
2002-03-30 23:25:22 +00:00 |
locore.S
|
Transition to a model where the loader passes the address of the
|
2002-03-30 23:25:22 +00:00 |
machdep.c
|
Moved signal handling and rescheduling from userret() to ast() so that
|
2002-04-04 17:49:48 +00:00 |
mem.c
|
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
|
2002-02-27 18:32:23 +00:00 |
mp_machdep.c
|
Move a couple of prototypes together instead of being incompletely
|
2002-03-19 11:14:52 +00:00 |
nexus.c
|
Add some #includes after things got broken with the last round of
|
2002-03-19 11:05:07 +00:00 |
pal_stub.s
|
Add emulation support for PAL_VM_SUMMARY.
|
2002-03-04 12:47:47 +00:00 |
pal.s
|
Add shims for calling PAL Code in physical mode.
|
2001-09-29 10:59:07 +00:00 |
pal.S
|
Add shims for calling PAL Code in physical mode.
|
2001-09-29 10:59:07 +00:00 |
pmap.c
|
Change callers of mtx_init() to pass in an appropriate lock type name. In
|
2002-04-04 21:03:38 +00:00 |
sal.c
|
#ifdef SMP some variables that are only used elsewhere under #ifdef SMP
|
2002-03-19 11:10:03 +00:00 |
sapic.c
|
Change critical_t to register_t for intr_disable/restore.
|
2002-03-21 09:50:11 +00:00 |
setjmp.s
|
Add a working version of setjmp/longjmp.
|
2001-09-03 13:54:50 +00:00 |
setjmp.S
|
Add a working version of setjmp/longjmp.
|
2001-09-03 13:54:50 +00:00 |
ski.c
|
Fake the EFI runtime call GetTime.
|
2001-10-04 15:24:52 +00:00 |
ssc.c
|
Change the suser() API to take advantage of td_ucred as well as do a
|
2002-04-01 21:31:13 +00:00 |
sscdisk.c
|
Setup for a 200MB FS -- 209715200/512= 409600 sectors.
|
2001-10-22 07:33:38 +00:00 |
support.s
|
Overhaul the per-CPU support a bit:
|
2001-12-11 23:33:44 +00:00 |
support.S
|
Overhaul the per-CPU support a bit:
|
2001-12-11 23:33:44 +00:00 |
swtch.s
|
* Save and restore PCPU_GET(current_pmap) in pcb_pmap so that we don't
|
2002-03-14 19:33:03 +00:00 |
sys_machdep.c
|
KSE Milestone 2
|
2001-09-12 08:38:13 +00:00 |
timerreg.h
|
|
|
trap.c
|
o Kill the MD grow_stack(). Call the MI vm_map_growstack()
|
2002-04-04 06:59:18 +00:00 |
unaligned.c
|
* Factor out common code for manipulating the RSE backing store.
|
2001-10-29 12:04:23 +00:00 |
unwind.c
|
Use the right value for the region length in parse_spill_mask.
|
2002-03-10 17:03:45 +00:00 |
vm_machdep.c
|
o Kill the MD grow_stack(). Call the MI vm_map_growstack()
|
2002-04-04 06:59:18 +00:00 |