.. |
arm26
|
|
|
arm32
|
Define PAGESHIFT using PGSHIFT
|
2013-02-27 17:50:07 +00:00 |
aeabi.h
|
Allow this to be included in libkern
|
2013-01-24 10:14:17 +00:00 |
ansi.h
|
Change _BSD_SSIZE_T_ so it's not dependent of _BSD_PTRDIFF_T_
|
2013-01-27 17:43:20 +00:00 |
aout_machdep.h
|
|
|
armreg.h
|
Add c16 c8 (tlb) inlines.
|
2013-02-28 18:33:01 +00:00 |
asm.h
|
Add a RETr(r) macro (indirect return through register r).
|
2013-01-28 23:47:38 +00:00 |
atomic.h
|
|
|
blockio.h
|
|
|
bootconfig.h
|
Make cpu_reset, most of initarm and the kvm init code common.
|
2012-08-31 23:59:51 +00:00 |
bswap.h
|
|
|
bus_defs.h
|
Add PRIxBUSADDR, etal
|
2013-02-16 06:49:59 +00:00 |
bus_funcs.h
|
Cortex needs ._dmamap_sync_post for BUS_DMASYNC_POSTREAD
|
2013-01-17 01:32:02 +00:00 |
byte_swap.h
|
Use uint32_t for __asm to appease clang.
|
2013-01-28 06:16:05 +00:00 |
cdefs.h
|
Add a macro for determining whether we can use LDRD/STRD instructions
|
2012-08-05 04:13:19 +00:00 |
cpu_counter.h
|
Use ci->ci_data.cpu_cc_freq.
|
2012-08-29 18:45:40 +00:00 |
cpu.h
|
Add a machdep.fpu_present sysctl for ld.elf_so to use in ld.so.conf to load
|
2013-01-28 23:49:12 +00:00 |
cpuconf.h
|
|
|
cpufunc.h
|
C99 types
|
2012-11-12 18:00:34 +00:00 |
db_machdep.h
|
include <sys/types.h>; things included from here need it.
|
2012-02-16 02:26:35 +00:00 |
disklabel.h
|
Add getlabelusesmbr(), as proposed in
|
2011-08-30 12:39:49 +00:00 |
elf_machdep.h
|
Add ABI version stuff.
|
2012-08-05 04:12:46 +00:00 |
endian_machdep.h
|
|
|
endian.h
|
|
|
fiq.h
|
|
|
float.h
|
Kill more FPA leftovers.
|
2013-01-24 10:13:35 +00:00 |
frame.h
|
small rototill.
|
2012-08-16 17:35:01 +00:00 |
ieee.h
|
|
|
ieeefp.h
|
|
|
int_const.h
|
|
|
int_fmtio.h
|
|
|
int_limits.h
|
|
|
int_mwgwtypes.h
|
|
|
int_types.h
|
|
|
isa_machdep.h
|
split device_t/softc for all remaining drivers.
|
2012-10-27 17:17:22 +00:00 |
isapnp_machdep.h
|
|
|
kcore.h
|
|
|
limits.h
|
- Normalize inclusion protection (remove)
|
2012-03-28 17:03:27 +00:00 |
lock.h
|
Use uint32_t for __asm to appease clang.
|
2013-01-28 06:16:05 +00:00 |
Makefile
|
Don't install fp.h anymore
|
2013-01-11 14:09:54 +00:00 |
math.h
|
|
|
mcontext.h
|
Define the correct __UCONTEXT_SIZE for EABI.
|
2012-12-08 06:58:36 +00:00 |
mutex.h
|
Back out 1.12 and include a comment as to why.
|
2012-09-25 05:24:00 +00:00 |
netbsd32_machdep.h
|
COMPAT_NETBSD32 support for ARM. Which is strange since ARM is already
|
2012-08-03 07:59:22 +00:00 |
ofisa_machdep.h
|
split device_t/softc for all remaining drivers.
|
2012-10-27 17:17:22 +00:00 |
ofw.h
|
|
|
param.h
|
Adjust ALIGNBYTES32 depending on __ARM_EABI__
|
2012-08-03 08:11:40 +00:00 |
pcb.h
|
Don't include <machine/fp.h> since it no longer exists
|
2013-01-11 14:04:55 +00:00 |
pci_machdep.h
|
Change pci_conf_hook to pass pc->conf_v
|
2012-09-06 02:02:03 +00:00 |
pio.h
|
|
|
pmc.h
|
|
|
proc.h
|
Fix comment. Add MDLWP_VFPINTR
|
2012-12-25 22:34:36 +00:00 |
profile.h
|
|
|
ptrace.h
|
ARMFPE hasn't compiled since NetBSD 4. Remove it.
|
2012-12-05 19:05:45 +00:00 |
reg.h
|
Don't include <machine/fp.h> since it no longer exists
|
2013-01-11 14:04:55 +00:00 |
rwlock.h
|
|
|
setjmp.h
|
Remove FPA support and replace with VFP.
|
2013-01-11 13:56:32 +00:00 |
signal.h
|
|
|
swi.h
|
|
|
sysarch.h
|
include stdbool.h if !_KERNEL
|
2013-02-01 15:23:11 +00:00 |
trap.h
|
|
|
types.h
|
Rework VFP support to use PCU.
|
2012-08-12 05:05:47 +00:00 |
undefined.h
|
|
|
vfpreg.h
|
More fully document FPEXC register
|
2013-02-12 15:05:26 +00:00 |
wchar_limits.h
|
Use __W{CHAR,INT}_{MIN,MAX}__ if they are defined as well as
|
2013-01-24 10:17:00 +00:00 |