NetBSD/sys/arch/mips/include
2007-03-04 05:59:00 +00:00
..
ansi.h fix gcc -Werror -Wmissing-braces problem 2006-10-04 13:51:59 +00:00
aout_machdep.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
asm.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
bsd-aout.h
bswap.h
bus_dma.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
bus_space.h Provide streaming bus_space methods that don't swap if bus is otherwise 2006-02-04 03:18:10 +00:00
cache_mipsNN.h
cache_r3k.h
cache_r4k.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
cache_r5k.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cache_r10k.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cache_r5900.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
cache_tx39.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
cache.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cachectl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cdefs.h Define _MIPS_BSD_API correctly according to GCC builting __mips_n64, 2006-08-27 19:04:30 +00:00
cpu_counter.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
cpu.h Fix a tyop. 2007-02-21 14:52:32 +00:00
cpuregs.h Don't cast pointers using unsigned and/or int. Use intptr_t or uintptr_t 2006-08-26 20:04:59 +00:00
db_machdep.h TRUE -> true, FALSE -> false 2007-02-28 04:21:51 +00:00
ecoff_machdep.h
elf_machdep.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
endian_machdep.h
endian.h
float.h
frame.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
ieee.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
int_mwgwtypes.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
int_types.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
isa_machdep.h
kcore.h
kdbparam.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
limits.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
lock.h Pacify lint/gcc. 2007-02-15 15:27:53 +00:00
locore.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
Makefile Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
Makefile.inc remove GCC2 support. 2006-06-02 19:45:56 +00:00
math.h
mcontext.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mips1_pte.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mips3_clock.h Change mips3_clockintr() to take (struct clockframe *) rather than 2006-09-10 14:27:38 +00:00
mips3_pte.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mips_opcode.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mips_param.h - remove unused bdbtofsb. 2006-08-28 13:43:35 +00:00
mipsNN.h Added support for MIPS architecture revision 2. 2006-03-20 18:31:29 +00:00
mutex.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
pcb.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
pci_machdep.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pmap.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
pmc.h
proc.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
profile.h __asm__ -> __asm 2005-12-24 23:23:59 +00:00
psl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pte.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
ptrace.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
r3900regs.h
r5900regs.h
reg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
regdef.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
regnum.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
reloc.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
rwlock.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sb1regs.h
setjmp.h
signal.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
softintr.h merge yamt-splraiseipl branch. 2006-12-21 15:55:21 +00:00
stdarg.h The prohibition about 64bit ABIs only applies to pre-gcc3 so move it there. 2006-08-27 19:02:38 +00:00
svr4_machdep.h Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
sysarch.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
trap.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
types.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
userret.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
varargs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
vmparam.h Move pv_entry stuff from MD pmap_physseg to MD vm_page. 2005-12-13 15:41:50 +00:00
wchar_limits.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
wired_map.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00