freebsd-skq/sys/ia64/ia64
Marcel Moolenaar b019ad1bc0 In cb_dumphdr() we were calling buf_write() with di->priv as the
pointer to a dumperinfo instead of di. A brainfart, surely. This
bug went unnoticed for all this time because the pointer is only
used by buf_write() when it can write a completely filled buffer
to the dump device. This depends on the number of memory chunks
that needs to be dumped. This has apparently been low enough that
it has never happened up until this point.
2002-10-20 23:39:43 +00:00
..
autoconf.c Add prototype for bootpc_init when BOOTP is defined. 2002-04-06 21:09:08 +00:00
busdma_machdep.c New bus_dma interfaces for use by crypto device drivers: 2002-10-04 20:40:39 +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 Do a bit of rude hackery to get clock interrupts on all CPUs. This 2002-10-04 01:00:35 +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 the special casing for IP addresses that are within the IVT 2002-10-20 06:03:05 +00:00
dump_machdep.c In cb_dumphdr() we were calling buf_write() with di->priv as the 2002-10-20 23:39:43 +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 Update the unwind information when modules are loaded and unloaded 2002-10-19 19:30:38 +00:00
exception.s Define IVT_ENTRY and IVT_END as special versions of ENTRY and END 2002-10-20 06:00:09 +00:00
exception.S Define IVT_ENTRY and IVT_END as special versions of ENTRY and END 2002-10-20 06:00:09 +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 Do a bit of rude hackery to get clock interrupts on all CPUs. This 2002-10-04 01:00:35 +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 Update the unwind information when modules are loaded and unloaded 2002-10-19 19:30:38 +00:00
mca.c Fixed printf format errors. 2002-08-29 05:49:04 +00:00
mem.c Change iov_base's type from char *' to the standard void *'. All 2002-10-11 14:58:34 +00:00
mp_machdep.c Do a bit of rude hackery to get clock interrupts on all CPUs. This 2002-10-04 01:00:35 +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 Polish previous commit: 2002-10-12 21:04:01 +00:00
sal.c Fixed printf format errors. 2002-08-29 05:49:04 +00:00
sapic.c List the IO SAPIC delivery mode definitions. 2002-10-04 01:33:30 +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 o Fix typo in previous commit: s/sc-nsect/sc->nsect/ 2002-10-12 23:00:40 +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 Update for post-kseIII 2002-10-04 00:18:21 +00:00
unaligned.c * Factor out common code for manipulating the RSE backing store. 2001-10-29 12:04:23 +00:00
unwind.c Update the unwind information when modules are loaded and unloaded 2002-10-19 19:30:38 +00:00
vm_machdep.c Update stubs for post-kseIII. 2002-10-04 00:19:58 +00:00