freebsd-dev/sys/ia64/ia64
Marcel Moolenaar 1aa83d38bc Check that the dump device is large enough. Otherwise we could
end up with a dump offset that's smaller than the start of the
dump device and either clobber data in preceding partitions or
try to write beyond the end of the medium (unsigned wrap).

Implement legacy behaviour to never write to the first 64KB as
that is where metadata (ie disklabels) may reside.
2002-12-17 02:51:56 +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 not assume that time_t is an int. 2002-11-15 22:36:57 +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 Check that the dump device is large enough. Otherwise we could 2002-12-17 02:51:56 +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 Don't pass the return address to exception_save in register b0. Use 2002-10-30 07:58:11 +00:00
exception.S Don't pass the return address to exception_save in register b0. Use 2002-10-30 07:58:11 +00:00
genassym.c Rewrite cpu_switch(). The most notable change is the fact that we now 2002-10-30 05:55:29 +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 Make vmstat -i work: 2002-10-28 00:50:39 +00:00
locore.s Rewrite cpu_switch(). The most notable change is the fact that we now 2002-10-30 05:55:29 +00:00
locore.S Rewrite cpu_switch(). The most notable change is the fact that we now 2002-10-30 05:55:29 +00:00
machdep.c MFp4: 2002-11-24 20:15:08 +00:00
mca.c Fix comparison that caused a 1-off bug. This appeared harmless for 2002-11-24 20:07:23 +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 In ipi_send(), perform a mf instruction prior to initiating the IPI. 2002-10-27 23:00:46 +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 Better handle sparse physical memory: Don't use the address range 2002-11-29 20:10:21 +00:00
sal.c Fixed printf format errors. 2002-08-29 05:49:04 +00:00
sapic.c Remove mf.a from sapic_read() and sapic_write(). We only care 2002-10-28 01:59:27 +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 Rewrite cpu_switch(). The most notable change is the fact that we now 2002-10-30 05:55:29 +00:00
sys_machdep.c SCARGS removal take II. 2002-12-14 01:56:26 +00:00
timerreg.h
trap.c Extract out KSE specific code from machine specific code 2002-10-24 23:09:48 +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 Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage 2002-12-10 02:33:45 +00:00