..
ansi.h
Remove some obsolete checks for __GNUC__ < 3.
2003-04-01 10:27:17 +00:00
aout_machdep.h
Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.
2002-12-10 17:14:02 +00:00
asm.h
Add PIC support.
2003-03-24 14:26:16 +00:00
bootparams.h
A bunch of things:
2003-03-13 13:44:16 +00:00
bswap.h
Re-arrange the endian/byteswap headers a bit by splitting off the
2002-08-30 10:50:06 +00:00
bus.h
Handle 64bit DMA addresses on PCI for platforms that can (currently only
2003-06-15 23:08:53 +00:00
byte_swap.h
Sign-extend the return value, as required by the ABI.
2003-03-26 12:00:41 +00:00
cacheops.h
A bunch of things:
2003-03-13 13:44:16 +00:00
cdefs.h
The native compiler defines __NO_LEADING_UNDERSCORES__, so key off
2002-09-28 02:27:03 +00:00
conreg.h
sh5_setasid() now returns the value of the previous ASID.
2002-09-12 12:35:00 +00:00
cpu.h
A bunch of things:
2003-03-13 13:44:16 +00:00
cputypes.h
db_machdep.h
Delete an obsolete comment; ddb(9) is very definately functional on SH5.
2003-04-29 17:07:56 +00:00
disklabel.h
elf_machdep.h
A bunch of things:
2003-03-13 13:44:16 +00:00
endian_machdep.h
Re-arrange the endian/byteswap headers a bit by splitting off the
2002-08-30 10:50:06 +00:00
endian.h
float.h
Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's
2003-05-12 15:22:53 +00:00
fpu.h
Put bit definitions for the FP control/status register in <sh5/fpu.h> and
2002-10-24 13:58:48 +00:00
frame.h
The FP status register is 32-bits wide, so don't use register_t in
2002-09-28 11:03:08 +00:00
ieee.h
SH5 floating point support, based on sh3.
2002-07-10 10:38:22 +00:00
ieeefp.h
Blah, missed a comma.
2002-07-12 13:37:32 +00:00
int_const.h
int_fmtio.h
Fix PRIiPTR.
2002-12-07 21:37:35 +00:00
int_limits.h
Remove some obsolete checks for __GNUC__ < 3.
2003-04-01 10:27:17 +00:00
int_mwgwtypes.h
Fixes for LP64.
2002-10-10 09:47:17 +00:00
int_types.h
Fixes for LP64.
2002-10-10 09:47:17 +00:00
intr.h
Interrupt overhaul:
2002-10-14 14:19:27 +00:00
limits.h
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
2003-04-28 23:16:11 +00:00
lock.h
Implement __cpu_simple_lock{,init,try}() for sh5.
2002-12-07 22:31:33 +00:00
Makefile
A bunch of things:
2003-03-13 13:44:16 +00:00
math.h
SH5 floating point support, based on sh3.
2002-07-10 10:38:22 +00:00
mcontext.h
Add _UC_UCONTEXT_ALIGN.
2003-01-22 13:35:55 +00:00
memregion.h
netbsd32_machdep.h
Add sh5 kernel support for SAs.
2003-01-19 19:49:47 +00:00
param.h
Fixes for LP64.
2002-10-10 09:47:17 +00:00
pcb.h
In cpu_fork(), if p1 == curproc, call sh5_savectx() to ensure the
2002-08-26 10:32:55 +00:00
pci_machdep.h
Support for the SH5 on-chip PCI bridge, and support for its deployment
2002-09-28 11:16:36 +00:00
pmap.h
Simplify the way the bounds of the managed kernel virtual address
2003-05-08 18:13:12 +00:00
pmc.h
Implement pmc(9) -- An interface to hardware performance monitoring
2002-08-07 05:14:47 +00:00
proc.h
Add sh5 kernel support for SAs.
2003-01-19 19:49:47 +00:00
profile.h
Define just one mcount for both 32 and 64-bit ABIs; there's really no
2003-03-24 14:24:38 +00:00
pte.h
Use PAGE_SIZE rather than NBPG.
2003-04-02 07:35:54 +00:00
ptrace.h
Split struct reg into integer and FP parts, to be more like every other port.
2003-01-20 20:07:52 +00:00
reg.h
Split struct reg into integer and FP parts, to be more like every other port.
2003-01-20 20:07:52 +00:00
setjmp.h
Double-precision FP regs use a single register_t, despite the FP number
2002-09-06 15:35:41 +00:00
signal.h
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
2003-04-28 23:16:11 +00:00
stdarg.h
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
2003-04-28 23:16:11 +00:00
trap.h
A bunch of things:
2003-03-13 13:44:16 +00:00
types.h
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
2003-04-28 23:16:11 +00:00
varargs.h
vmparam.h
Use PAGE_SIZE rather than NBPG.
2003-04-02 07:35:54 +00:00