.. |
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
|
Don't export timecounter structures under debug. with sysctl, they
|
2002-04-30 19:34:31 +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
|
Dotting the i-s:
|
2002-04-14 05:37:18 +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
|
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
|
Add ar.lc and ar.ec to the trapframe. These are not saved for syscalls,
|
2002-04-30 06:37:25 +00:00 |
exception.S
|
Add ar.lc and ar.ec to the trapframe. These are not saved for syscalls,
|
2002-04-30 06:37:25 +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 |
in_cksum.c
|
In in_cksumdata, len must be a signed type.
|
2001-10-05 18:58:22 +00:00 |
interrupt.c
|
o Rename ia64_count_aps to ia64_count_cpus and reimplement the
|
2002-05-12 05:54:21 +00:00 |
locore.s
|
Improve self-relocation and fix ABI misinterpretation. The changes
|
2002-04-21 08:56:17 +00:00 |
locore.S
|
Improve self-relocation and fix ABI misinterpretation. The changes
|
2002-04-21 08:56:17 +00:00 |
machdep.c
|
PCPU(current_pmap) is initialized in pmap_bootstrap. No need to
|
2002-05-02 05:30:42 +00:00 |
mca.c
|
Make ia64_mca_save_state MP safe. Protect access to the info block,
|
2002-05-01 22:10:03 +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
|
o Rename ia64_count_aps to ia64_count_cpus and reimplement the
|
2002-05-12 05:54:21 +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
|
Use region 7 addresses for the slabs in the PV and PT zones so that we
|
2002-05-04 12:21:32 +00:00 |
sal.c
|
o Rename ia64_count_aps to ia64_count_cpus and reimplement the
|
2002-05-12 05:54:21 +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
|
Don't call make_dev from ssccnattach - its far too early to work properly.
|
2002-04-09 08:53:57 +00:00 |
sscdisk.c
|
Include md_var.h. It has the prototype of ia64_running_in_simulator().
|
2002-04-30 02:26:32 +00:00 |
support.s
|
Add suhword() and fuhword() for accessing 32-bit values ("half words") in
|
2002-04-10 19:26:49 +00:00 |
support.S
|
Add suhword() and fuhword() for accessing 32-bit values ("half words") in
|
2002-04-10 19:26:49 +00:00 |
swtch.s
|
o Add ar.lc to the pcb.
|
2002-05-07 05:52:27 +00:00 |
sys_machdep.c
|
KSE Milestone 2
|
2001-09-12 08:38:13 +00:00 |
timerreg.h
|
|
|
trap.c
|
o Remove vm_map_growstack() from ia64's trap_pfault().
|
2002-04-19 02:08:33 +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
|
Remove definition of struct ia64_fdesc. It's been moved to md_var.h
|
2002-05-05 08:16:10 +00:00 |