..
ansi.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
aout_machdep.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
asm.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
boot.h
Only declare kernel objects ifdef _KERNEL.
2001-07-28 12:53:06 +00:00
bootconfig.h
Add <machine/bootconfig.h> on arm26, and add an <arm/bootconfig.h> for it to
2001-05-13 13:46:23 +00:00
bswap.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
bus.h
Fix names of bus_space_copy_region_1() and bus_space_copy_region_2().
2001-11-16 13:34:03 +00:00
cdefs.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
cpu.h
Use <arm/cpu.h>.
2001-02-28 00:17:40 +00:00
cpufunc.h
Add stub <machine/cpufunc.h> for arm26.
2001-05-06 18:25:27 +00:00
db_machdep.h
db_interface.c:
2001-11-16 14:39:30 +00:00
disklabel_acorn.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
disklabel.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
elf_machdep.h
Share <machine/elf_machdep.h> between arm26 and arm32.
2001-01-11 22:28:06 +00:00
endian_machdep.h
Re-introduce <arm/endian_machdep.h>, this time using GCC's idea of the target
2001-02-17 14:55:44 +00:00
endian.h
fiq.h
Add fiq_installhandler(), so the current FIQ owner can change what handler
2001-09-10 23:17:48 +00:00
float.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
fp.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
fpureg.h
Stub FPU driver -- identifies FPUs and warns they aren't supported. e.g:
2000-12-23 13:37:02 +00:00
frame.h
Use comments around the token after a #endif.
2001-08-31 04:44:54 +00:00
ieee.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
ieeefp.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
int_const.h
Add definitions of C99 integer constant macros.
2001-04-14 22:38:33 +00:00
int_fmtio.h
Add definitions of C99 integer format conversion macros.
2001-04-15 17:13:04 +00:00
int_limits.h
Add definitions of C99 specified-width integer type limits.
2001-04-15 15:29:02 +00:00
int_mwgwtypes.h
Add definitions of C99 minimum-width and greatest-width integer types.
2001-04-14 12:19:49 +00:00
int_types.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
intr.h
Two related changes:
2001-08-21 22:47:17 +00:00
ipkdb.h
irq.h
Use evcnts properly for interrupt counting.
2001-01-23 22:07:57 +00:00
limits.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
loadfile_machdep.h
Define BOOT_ELF32. Don't define ELFSIZE.
2001-10-31 17:59:38 +00:00
lock.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
machdep.h
Make cmos_read() and cmos_write() globally visible, and make the instance
2001-08-26 12:24:24 +00:00
Makefile
Install <machine/pte.h>.
2001-10-06 20:30:02 +00:00
math.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
memcreg.h
Small comment correction.
2001-03-28 13:04:57 +00:00
param.h
Since arm26 uses ELF, set MACHINE_ARCH to "arm".
2001-10-21 14:19:34 +00:00
pcb.h
Add a merged <pcb.h> for arm26/arm32.
2001-09-03 19:20:27 +00:00
pmap.h
Implement pmap_resident_count() and pmap_wired_count() properly.
2001-05-05 14:20:05 +00:00
podulebus_machdep.h
Add dummy "podloader" functions on arm32, and move their declarations to the MI
2001-07-04 13:58:04 +00:00
proc.h
Lint doesn't like zero-sized structs.
2001-02-17 20:07:01 +00:00
profile.h
Make the common <arm/profile.h> work on arm26 and arm32, choosing whether
2001-05-04 00:11:15 +00:00
pte.h
Add a merged <pcb.h> for arm26/arm32.
2001-09-03 19:20:27 +00:00
ptrace.h
Shared ARM ptrace(2) implementation. Mostly the same as the arm32
2001-02-11 17:03:04 +00:00
reg.h
Common <arm/reg.h> (and hence common struct reg) for ARM.
2001-02-11 14:51:55 +00:00
setjmp.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
signal.h
Switch over to using the arm32 sigcontext structure.
2001-01-16 00:29:45 +00:00
softintr.h
stdarg.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
sysarch.h
Add <machine/sysarch.h> to go with sysarch().
2001-07-28 19:14:00 +00:00
trap.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
types.h
Now that arm26 does __HAVE_MINIMAL_EMUL, switch it over to using
2001-02-26 00:19:57 +00:00
undefined.h
Use <arm/undefined.h>
2001-03-11 16:14:36 +00:00
varargs.h
Switch over to using the generic arm header files for everything that arm26
2001-01-11 22:07:53 +00:00
vmparam.h
MAXSLP is defined to be a machine-independent scheduling parameter,
2001-11-15 18:06:11 +00:00