NetBSD/sys/arch/sh5/include
dyoung a37289db57 Make disklabel(8) and fdisk(8) into "host tools " last step: build
and install ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-disklabel,
${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-fdisk by "reaching over" to
the sources in ${NETBSDSRCDIR}/sbin/{disklabel fdisk}/.

To avoid clashes with a build-host's header files, especially on
*BSD, the host-tools versions of fdisk and disklabel search for
#includes such as disklabel.h, disklabel_acorn.h, disklabel_gpt.h,
and bootinfo.h in a new #includes namespace, nbinclude/.  That is,
they #include <nbinclude/sys/disklabel.h>, <nbinclude/machine/disklabel.h>,
<nbinclude/sparc64/disklabel.h>, instead of <sys/disklabel.h> and
such.  I have also updated the system headers to #include from
nbinclude/-space when HAVE_NBTOOL_CONFIG_H is #defined.
2005-06-12 19:46:15 +00:00
..
ansi.h Tweak {s,}size_t definitions to reflect the types used internally 2005-02-26 21:13:56 +00:00
aout_machdep.h
asm.h
bootparams.h
bswap.h
bus.h Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API 2005-03-09 19:04:43 +00:00
byte_swap.h
cacheops.h
cdefs.h
conreg.h
cpu.h include sys/cpu_data.h only if defined(_KERNEL) 2004-09-25 22:08:48 +00:00
cputypes.h
db_machdep.h
disklabel.h Make disklabel(8) and fdisk(8) into "host tools " last step: build 2005-06-12 19:46:15 +00:00
elf_machdep.h
endian_machdep.h Reflect <sys/endian.h> rev. 1.4: make htonl() et al. arguments and 2004-06-10 16:01:39 +00:00
endian.h
float.h
fpu.h
frame.h
ieee.h Push back the descriptions of NaN formats, and descriptions of the 2005-04-15 22:39:10 +00:00
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h Include <sys/cdefs.h> for __signed; related to lib/30072. 2005-05-25 20:58:00 +00:00
intr.h
limits.h
lock.h
Makefile
math.h
mcontext.h
memregion.h
netbsd32_machdep.h
param.h
pcb.h
pci_machdep.h remove now unnecessary "pci_enumerate_bus" definitions 2004-07-29 16:55:25 +00:00
pmap.h - Add some hooks to enable hardware-assisted (e.g. DMA) copy/zero page. 2005-01-29 11:20:09 +00:00
pmc.h
proc.h
profile.h
pte.h
ptrace.h
reg.h Declare the second arg of process_write_{fp,}regs() to be const. 2005-06-01 13:01:35 +00:00
setjmp.h
signal.h
stdarg.h Tweak {s,}size_t definitions to reflect the types used internally 2005-02-26 21:13:56 +00:00
trap.h
types.h
varargs.h Tweak {s,}size_t definitions to reflect the types used internally 2005-02-26 21:13:56 +00:00
vmparam.h Add netbsd32_vm_default_addr() and MAXDSIZ32/MAXSSIZ32. (Spotted 2005-04-13 09:35:46 +00:00
wchar_limits.h