freebsd-dev/sys/ia64/ia64
John Baldwin 7ff022c485 - Push down Giant into the sysarch() calls that still need Giant.
- Standardize on EINVAL rather than EOPNOTSUPP if the sysarch op value is
  invalid.
2003-04-25 20:04:02 +00:00
..
autoconf.c Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
busdma_machdep.c Change the operation parameter of bus_dmamap_sync() from an 2003-04-10 23:03:33 +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 Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +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 Remove special casing for running in the simulator from the kernel 2003-02-01 22:50:09 +00:00
eficlock.c Implement eficlock_set() to set hardware clock. 2001-11-12 09:29:05 +00:00
elf_machdep.c Resolve relative relocations in klds before trying to parse the module's 2003-01-21 02:42:44 +00:00
exception.s Remove the 32KB VHPT section from the kernel image. We don't really 2003-04-06 21:31:26 +00:00
exception.S Remove the 32KB VHPT section from the kernel image. We don't really 2003-04-06 21:31:26 +00:00
genassym.c Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +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 Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
locore.s Remove the 32KB VHPT section from the kernel image. We don't really 2003-04-06 21:31:26 +00:00
locore.S Remove the 32KB VHPT section from the kernel image. We don't really 2003-04-06 21:31:26 +00:00
machdep.c Add an argument to get_mcontext() which specified whether the 2003-04-25 01:50:30 +00:00
mca.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
mem.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
mp_machdep.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47: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.s Remove special casing for running in the simulator from the kernel 2003-02-01 22:50:09 +00:00
pal.S Remove special casing for running in the simulator from the kernel 2003-02-01 22:50:09 +00:00
pmap.c Don't use the tpa instruction to implement pmap_kextract. The tpa 2003-04-22 01:48:43 +00:00
sal.c Remove special casing for running in the simulator from the kernel 2003-02-01 22:50:09 +00:00
sapic.c Move ia64_sapics and ia64_sapic_count from interrupt.c to sapic.c 2003-01-06 02:09:08 +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
ssc.c Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
sscdisk.c Include <geom/geom_disk.h> and stop including <sys/disk.h>. The 2003-04-05 21:14:05 +00:00
support.s Define ovbcopy() as a macro which expands to the equivalent bcopy() call, 2003-04-04 17:29:55 +00:00
support.S Define ovbcopy() as a macro which expands to the equivalent bcopy() call, 2003-04-04 17:29:55 +00:00
swtch.s Export IA32 from opt_ia32.h to assembly so that we can eliminate 2003-02-02 09:07:15 +00:00
sys_machdep.c - Push down Giant into the sysarch() calls that still need Giant. 2003-04-25 20:04:02 +00:00
timerreg.h
trap.c Remove single threading detecting code, these code really should be 2003-04-22 03:17:41 +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 - Split the struct kse into struct upcall and struct kse. struct kse will 2003-02-17 05:14:26 +00:00