..
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
Add a STRONG_ALIAS macro
2006-01-20 22:02:40 +00:00
bsd-aout.h
bswap.h
bus_dma.h
merge yamt-uio_vmspace branch.
2006-03-01 12:38:10 +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
include/cpu.h: make sure MIPS3_PLUS properly defined even if _LOCORE is defined
2006-03-23 16:16:45 +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
Remove explicit cast which causes assignments to PC_REGS(f) to fail.
2006-09-01 13:58:46 +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 ktrace-lwp.
2005-12-11 12:16:03 +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
Adjust asm constraints for more pickier gcc4.
2006-06-03 23:58:48 +00:00
locore.h
Change "inline" back to "__inline" in .h files -- C99 is still too
2006-02-16 20:17:12 +00:00
Makefile
don't install <machine/db_machdep.h>, this is kernel only
2006-07-26 19:54:56 +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
pcb.h
merge ktrace-lwp.
2005-12-11 12:16:03 +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
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
2005-12-24 20:06:46 +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
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
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00