.. |
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
|
More s/file system/filesystem/g
|
2002-05-16 21:28:32 +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
|
Implement db_print_backtrace() if DDB is compiled into the kernel. This
|
2002-09-19 18:46:29 +00:00 |
dump_machdep.c
|
Cast dumpsize to long long to match printf format.
|
2002-05-19 03:47:19 +00:00 |
efi.c
|
Be sure to use a logical address for the SAL table. For some reason the
|
2002-07-17 23:17:49 +00:00 |
eficlock.c
|
Implement eficlock_set() to set hardware clock.
|
2001-11-12 09:29:05 +00:00 |
elf_machdep.c
|
Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to
|
2002-09-01 21:41:24 +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
|
Set the thread state of the newly chosen to run thread to TDS_RUNNING in
|
2002-07-12 18:34:22 +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
|
Initiate deorbit burn for the i386-only a.out related support. Moves are
|
2002-09-17 01:49:00 +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
|
For reasons now lost in historical fog, the bounds_check_with_label()
|
2002-09-20 17:51:00 +00:00 |
mca.c
|
Fixed printf format errors.
|
2002-08-29 05:49:04 +00:00 |
mem.c
|
o Remove namespace pollution from param.h:
|
2002-05-19 04:42:19 +00:00 |
mp_machdep.c
|
Remove the definition of struct mca_guid and use the generic
|
2002-05-29 05:19:07 +00:00 |
nexus.c
|
Change the max IRQ from 63 to 255. I realize we have to block some out
|
2002-07-20 06:25:47 +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
|
Fix the same misinitialization of pmap_prefault_pageorder as on i386.
|
2002-10-01 20:56:29 +00:00 |
sal.c
|
Fixed printf format errors.
|
2002-08-29 05:49:04 +00:00 |
sapic.c
|
My quad cpu itanium2 box has its cpu's numbered with a lid starting
|
2002-08-10 03:36:42 +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
|
Work around a bug in the Linux version of ski, that's specific to
|
2002-06-06 22:49:23 +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
|
(This commit touches about 15 disk device drivers in a very consistent
|
2002-09-20 19:36:05 +00:00 |
support.s
|
Update an 'XXX what is this?' type comment about suswintr and fuswintr.
|
2002-06-20 07:40:53 +00:00 |
support.S
|
Update an 'XXX what is this?' type comment about suswintr and fuswintr.
|
2002-06-20 07:40:53 +00:00 |
swtch.s
|
Set the thread state of the newly chosen to run thread to TDS_RUNNING in
|
2002-07-12 18:34:22 +00:00 |
sys_machdep.c
|
KSE Milestone 2
|
2001-09-12 08:38:13 +00:00 |
timerreg.h
|
|
|
trap.c
|
Fixed printf format errors.
|
2002-08-29 05:49:04 +00:00 |
unaligned.c
|
* Factor out common code for manipulating the RSE backing store.
|
2001-10-29 12:04:23 +00:00 |
unwind.c
|
o Remove namespace pollution from param.h:
|
2002-05-19 04:42:19 +00:00 |
vm_machdep.c
|
Zap the implementations of the i386-aout specific cpu_coredump function.
|
2002-09-07 01:26:34 +00:00 |