.. |
arm26
|
Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
2002-11-26 23:30:07 +00:00 |
arm32
|
The last cpsr_all change was misguided. Just use cpsr_c wherever possible.
|
2003-12-15 09:18:21 +00:00 |
Makefile
|
Merge the nathanw_sa branch.
|
2003-01-17 21:55:23 +00:00 |
ansi.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
aout_machdep.h
|
Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.
|
2002-12-10 17:14:02 +00:00 |
armreg.h
|
Overhaul arm32's abort handlers:
|
2003-10-31 16:30:15 +00:00 |
asm.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
atomic.h
|
fix typo pointed out by Olivier Houchard. thanks.
|
2003-11-26 12:17:18 +00:00 |
blockio.h
|
…
|
|
bootconfig.h
|
…
|
|
bswap.h
|
* Rename "word" -> 16, and "long" -> 32, as suggested by Ben Harris.
|
2002-08-14 15:08:57 +00:00 |
bus.h
|
Use #if defined(_KERNEL_OPT) to protect #include "opt_xxx.h"
|
2003-11-09 05:29:59 +00:00 |
byte_swap.h
|
Ensure that some integer constants are always unsigned.
|
2002-11-08 01:31:23 +00:00 |
cdefs.h
|
…
|
|
cpu.h
|
Make sure to include opt_foo.h if a defflag option FOO is used.
|
2003-06-23 11:00:59 +00:00 |
cpuconf.h
|
Add support for ARM10 class devices.
|
2003-09-06 08:55:42 +00:00 |
cpufunc.h
|
Add processor-specific declarations for ARM10 class processors.
|
2003-09-06 09:08:35 +00:00 |
db_machdep.h
|
Make faulting in DDB continue back in the top-level command
|
2003-07-09 20:14:14 +00:00 |
disklabel.h
|
Overhaul MBR handling (part 1):
|
2003-10-08 04:25:43 +00:00 |
elf_machdep.h
|
Define ELF32_MACHDEP_ENDIANNESS according to target byte order.
|
2003-09-29 09:08:20 +00:00 |
endian.h
|
…
|
|
endian_machdep.h
|
* Rename "word" -> 16, and "long" -> 32, as suggested by Ben Harris.
|
2002-08-14 15:08:57 +00:00 |
fiq.h
|
…
|
|
float.h
|
Update for FPA long double being 80-bit extended-precision format.
|
2003-10-25 18:24:28 +00:00 |
fp.h
|
…
|
|
frame.h
|
Add SA_SIGINFO support for ARM (from Chris Gilbert).
|
2003-10-05 19:44:58 +00:00 |
ieee.h
|
Retire FPA support from this file at last; suggested by Richard Earnshaw
|
2003-10-28 21:27:08 +00:00 |
ieeefp.h
|
…
|
|
int_const.h
|
…
|
|
int_fmtio.h
|
…
|
|
int_limits.h
|
…
|
|
int_mwgwtypes.h
|
…
|
|
int_types.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
ipkdb.h
|
…
|
|
isa_machdep.h
|
A few ISA sound drivers like to share dma channels, and hence deferred
|
2003-05-09 23:51:25 +00:00 |
isapnp_machdep.h
|
…
|
|
limits.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
lock.h
|
Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h
|
2003-09-26 22:45:41 +00:00 |
math.h
|
…
|
|
mcontext.h
|
Add some accessor macros for the ucontext:
|
2003-10-08 22:43:01 +00:00 |
ofisa_machdep.h
|
…
|
|
ofw.h
|
…
|
|
param.h
|
The previous commit had a #endif in the wrong place.
|
2003-11-11 08:27:16 +00:00 |
pcb.h
|
Enable alignment faults on arm32 for both kernel and userland.
|
2003-10-25 19:44:42 +00:00 |
pci_machdep.h
|
Let machine-dependent code specify how to enumerate the bus.
|
2002-05-15 19:23:51 +00:00 |
pio.h
|
…
|
|
pmc.h
|
* PMC_TYPE_I80200 -> PMC_CLASS_I80200 to reflect the terminology
|
2002-08-09 05:27:09 +00:00 |
proc.h
|
Forward declare struct lwp as well as struct trapframe.
|
2003-03-05 11:28:14 +00:00 |
profile.h
|
Inline SetCPSR calls where it seems prudent to do so. This avoids two
|
2002-08-14 21:55:52 +00:00 |
ptrace.h
|
…
|
|
reg.h
|
…
|
|
setjmp.h
|
…
|
|
signal.h
|
bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa.
|
2003-11-25 23:11:52 +00:00 |
softintr.h
|
…
|
|
stdarg.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
swi.h
|
…
|
|
sysarch.h
|
__{BEGIN,END}_DECLS-wrap prototypes.
|
2003-09-11 09:40:11 +00:00 |
trap.h
|
Use the GDB5 breakpoint value for the kernel breakpoint assembly statement
|
2003-05-21 13:39:01 +00:00 |
types.h
|
Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h
|
2003-09-26 22:45:41 +00:00 |
undefined.h
|
…
|
|
varargs.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |