.. |
_inttypes.h
|
|
|
_limits.h
|
|
|
_stdint.h
|
|
|
_types.h
|
|
|
armreg.h
|
|
|
asm.h
|
Import a RET macro, that will use bx if the arch supports it.
|
2004-11-09 16:45:55 +00:00 |
asmacros.h
|
Rename macroes, as we don't need to mess with alignment faults.
|
2004-09-23 22:05:40 +00:00 |
atomic.h
|
Disable interrupts for atomic_cmpset_32, this one is just not atomic.
|
2004-11-05 23:48:12 +00:00 |
blockio.h
|
|
|
bootconfig.h
|
|
|
bus_memio.h
|
|
|
bus_pio.h
|
|
|
bus.h
|
Remove bus_space_vaddr(), it does not exists in FreeBSD.
|
2004-09-23 21:59:14 +00:00 |
clock.h
|
|
|
cpu.h
|
Implement get_cyclecount().
|
2004-11-04 19:15:43 +00:00 |
cpuconf.h
|
Don't barf if no CPU type is defined while compiling kernel modules.
|
2004-11-04 19:16:31 +00:00 |
cpufunc.h
|
Implement enough to be able to enter and leave DDB.
|
2004-11-20 16:52:10 +00:00 |
critical.h
|
Correct typo in prior commit: s/cd/td/
|
2004-07-27 19:44:08 +00:00 |
db_machdep.h
|
Implement breakpoints and single stepping on arm.
|
2004-11-21 18:11:39 +00:00 |
disassem.h
|
|
|
elf.h
|
|
|
endian.h
|
Use casts to enforce the return type of bswap16() and bswap32().
|
2004-11-04 19:07:28 +00:00 |
exec.h
|
|
|
fiq.h
|
|
|
float.h
|
Make FLT_ROUNDS correctly reflect the dynamic rounding mode.
|
2004-07-19 08:17:25 +00:00 |
floatingpoint.h
|
|
|
fp.h
|
|
|
frame.h
|
Remove the kbd_trap() declaration.
|
2004-07-12 21:24:21 +00:00 |
ieee.h
|
|
|
ieeefp.h
|
|
|
in_cksum.h
|
|
|
intr.h
|
Add new functions to know which irqs are pending, and to mask and unmask
|
2004-09-23 22:09:57 +00:00 |
katelib.h
|
|
|
kdb.h
|
Implement breakpoints and single stepping on arm.
|
2004-11-21 18:11:39 +00:00 |
limits.h
|
|
|
machdep.h
|
|
|
md_var.h
|
Declare sigcode and szsigcode.
|
2004-09-23 22:30:05 +00:00 |
memdev.h
|
Import md bits for mem(4) on arm.
|
2004-11-07 23:01:36 +00:00 |
metadata.h
|
|
|
mutex.h
|
|
|
param.h
|
Get the kernel stack right now that the u-area is gone.
|
2004-11-20 16:51:32 +00:00 |
pcb.h
|
Remove the pcb32_cstate field of struct pcb.
|
2004-09-23 22:31:08 +00:00 |
pcpu.h
|
Directly use __pcpu for PCPU_* instead of pcpup.
|
2004-11-04 19:19:44 +00:00 |
pmap.h
|
Import md bits for mem(4) on arm.
|
2004-11-07 23:01:36 +00:00 |
proc.h
|
|
|
profile.h
|
Implement _mcount().
|
2004-09-23 22:29:18 +00:00 |
psl.h
|
|
|
pte.h
|
Implement pmap_growkernel() and pmap_extract_and_hold().
|
2004-09-23 21:54:25 +00:00 |
ptrace.h
|
|
|
reg.h
|
Protect the function declarations with #ifdef _KERNEL.
|
2004-11-04 19:20:54 +00:00 |
reloc.h
|
|
|
resource.h
|
|
|
runq.h
|
|
|
setjmp.h
|
Protect setjmp.h with #ifndef _MACHINE_SETJMP_H_.
|
2004-07-12 21:23:58 +00:00 |
sf_buf.h
|
|
|
sigframe.h
|
|
|
signal.h
|
Remove the empty definition of struct osigcontext, as it will never be used.
|
2004-09-23 22:31:49 +00:00 |
smp.h
|
|
|
stdarg.h
|
|
|
swi.h
|
|
|
sysarch.h
|
Add MD syscalls to sync the icache and to drain the write buffer.
|
2004-09-23 21:56:01 +00:00 |
trap.h
|
|
|
ucontext.h
|
|
|
undefined.h
|
|
|
utrap.h
|
|
|
vmparam.h
|
Define VM_PROT_READ_IS_EXEC.
|
2004-09-23 22:29:43 +00:00 |