.. |
_align.h
|
_ALIGN has to return u_long, since pointers don't fit into u_int in
|
2009-10-18 14:56:33 +00:00 |
_bus_octeon.h
|
|
|
_bus.h
|
Another kludge for 64-bit bus_addr_t with 32-bit pointers...
|
2009-11-20 16:32:26 +00:00 |
_inttypes.h
|
|
|
_limits.h
|
|
|
_stdint.h
|
|
|
_types.h
|
- Get rid of label_t. It came from NetBSD and was used only in one place
|
2009-10-16 22:52:18 +00:00 |
archtype.h
|
|
|
asm.h
|
Provide a macro for PTR_ADDU as well. We may need to implement this
|
2009-07-06 02:22:51 +00:00 |
asmacros.h
|
|
|
atomic.h
|
Fix atomic_store_64 prototype for 64-bit systems.
|
2009-07-08 06:01:37 +00:00 |
bootinfo.h
|
|
|
bswap.h
|
|
|
bus_dma.h
|
|
|
bus.h
|
For XLR adds extern for its bus space routines
|
2009-11-05 18:15:47 +00:00 |
cache_mipsNN.h
|
- Add guards to ensure that these files are included only once
|
2009-06-26 19:54:06 +00:00 |
cache_r4k.h
|
|
|
cache.h
|
- Remove bunch of declared but not defined cach-related variables
|
2009-10-28 00:01:20 +00:00 |
cdefs.h
|
Bring in cdefs.h from NetBSD to define ABI goo.
|
2009-07-05 08:14:00 +00:00 |
clock.h
|
|
|
clockvar.h
|
|
|
cpu.h
|
(1) Use uintptr_t in preference to unsigned. The latter isn't right for
|
2009-07-05 06:56:51 +00:00 |
cpufunc.h
|
- Use naming convention the same as MIPS spec does: eliminate _sel1 sufix
|
2009-04-27 18:29:59 +00:00 |
cpuinfo.h
|
- Make i/d cache size field 32-bit to prevent overflow
|
2009-08-10 01:49:59 +00:00 |
cpuregs.h
|
Add some newer MIPS CO cores.
|
2009-10-30 00:37:50 +00:00 |
cputypes.h
|
|
|
db_machdep.h
|
db_expr_t is really closer to a register_t.
|
2009-10-30 00:37:04 +00:00 |
defs.h
|
|
|
elf.h
|
MFC @199204
|
2009-11-12 00:36:22 +00:00 |
endian.h
|
- Cast argument to proper type in order to avoid warnings like
|
2009-04-27 19:18:55 +00:00 |
exec.h
|
|
|
float.h
|
- Replace CPU_NOFPU and SOFTFLOAT options with CPU_FPU. By default
|
2009-05-26 22:40:12 +00:00 |
floatingpoint.h
|
|
|
fls64.h
|
With this commit our friend RMI will now compile. I have
|
2009-10-30 08:53:11 +00:00 |
fpu.h
|
It appears that none of the contents of this file are necessary, so
|
2009-02-15 20:05:13 +00:00 |
frame.h
|
Remove stray __P()
|
2009-02-15 01:12:16 +00:00 |
gdb_machdep.h
|
|
|
hwfunc.h
|
With this commit our friend RMI will now compile. I have
|
2009-10-30 08:53:11 +00:00 |
ieee.h
|
|
|
ieeefp.h
|
|
|
in_cksum.h
|
|
|
intr_machdep.h
|
- Add cpu_init_interrupts function that is supposed to
|
2009-11-18 22:52:05 +00:00 |
iodev.h
|
Remove the unused major/minor numbers from iodev and memdev.
|
2008-06-25 07:45:31 +00:00 |
kdb.h
|
With this commit our friend RMI will now compile. I have
|
2009-10-30 08:53:11 +00:00 |
limits.h
|
|
|
locore.h
|
|
|
md_var.h
|
Get rid of the hardcoded constants to define cacheable memory:
|
2009-10-22 02:51:31 +00:00 |
memdev.h
|
Remove the unused major/minor numbers from iodev and memdev.
|
2008-06-25 07:45:31 +00:00 |
metadata.h
|
|
|
minidump.h
|
|
|
mips_opcode.h
|
|
|
mp_watchdog.h
|
|
|
mutex.h
|
|
|
param.h
|
Undo spamage of last MFC.
|
2009-10-18 14:57:04 +00:00 |
pcb.h
|
MFC @199204
|
2009-11-12 00:36:22 +00:00 |
pci_cfgreg.h
|
|
|
pcpu.h
|
Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports
|
2008-08-19 19:53:52 +00:00 |
pmap.h
|
Get rid of the hardcoded constants to define cacheable memory:
|
2009-10-22 02:51:31 +00:00 |
pmc_mdep.h
|
|
|
ppireg.h
|
|
|
proc.h
|
- Add support for handling TLS area address in kernel space.
|
2009-06-27 23:27:41 +00:00 |
profile.h
|
The MCOUNT macro isn't going to work in 64-bit mode. Add a note to
|
2009-07-06 02:27:03 +00:00 |
psl.h
|
- Remove now unused NetBSDism intr.h
|
2009-05-26 06:01:17 +00:00 |
pte.h
|
The SB1 needs a special value for the cache field of the pte.
|
2009-07-05 15:19:28 +00:00 |
ptrace.h
|
|
|
queue.h
|
|
|
reg.h
|
|
|
regdef.h
|
Switch to ABI agnostic ta0-ta3. Provide defs for this in the right
|
2009-07-05 06:39:37 +00:00 |
regnum.h
|
- Commit missing part of "bt" fix: store PC register in pcb_context struct
|
2009-10-20 23:13:08 +00:00 |
reloc.h
|
|
|
resource.h
|
|
|
rm7000.h
|
|
|
runq.h
|
|
|
segments.h
|
|
|
setjmp.h
|
|
|
sf_buf.h
|
|
|
sigframe.h
|
|
|
signal.h
|
|
|
smp.h
|
* Completely Remove the option STOP_NMI from the kernel. This option
|
2009-08-13 17:09:45 +00:00 |
stdarg.h
|
|
|
sysarch.h
|
- Add support for handling TLS area address in kernel space.
|
2009-06-27 23:27:41 +00:00 |
timerreg.h
|
|
|
trap.h
|
- Move stack tracing function to db_trace.c
|
2009-10-14 01:43:53 +00:00 |
ucontext.h
|
compute the areas to save registers in for 64-bit access correctly.
|
2009-07-05 15:18:06 +00:00 |
varargs.h
|
|
|
vm.h
|
Add support to the virtual memory system for configuring machine-
|
2009-07-12 23:31:20 +00:00 |
vmparam.h
|
|
|