..
_inttypes.h
Since printf(3) now supports the `j' conversion specifier, use that
2002-06-30 05:48:03 +00:00
_limits.h
Create a new header <machine/_stdint.h> for storing MD parts of
2002-07-29 17:41:23 +00:00
_stdint.h
Create a new header <machine/_stdint.h> for storing MD parts of
2002-07-29 17:41:23 +00:00
ansi.h
Create a new header <machine/_stdint.h> for storing MD parts of
2002-07-29 17:41:23 +00:00
asm.h
- Rename the _C_LABEL macro to CNAME.
2002-05-17 01:44:55 +00:00
atomic.h
Make atomic_cmpset_32 correctly return 0 on failure.
2002-02-24 23:31:49 +00:00
bat.h
Bring in NetBSD code used in the PowerPC port.
2001-06-10 02:39:37 +00:00
bootinfo.h
Remove __P.
2002-03-20 23:17:50 +00:00
bus_memio.h
1) Add busdma machdep code.
2002-07-09 12:47:14 +00:00
bus_pio.h
1) Add busdma machdep code.
2002-07-09 12:47:14 +00:00
bus.h
1) Add busdma machdep code.
2002-07-09 12:47:14 +00:00
clock.h
Remove __P.
2002-03-20 23:17:50 +00:00
cpu.h
Move the kcopy() function from trap.c to machdep.c. Add a prototype.
2002-05-28 07:36:36 +00:00
cpufunc.h
Add an inline to call eieio.
2002-06-29 10:00:07 +00:00
critical.h
We don't need to clear RI in the MSR when entering a critical section.
2002-06-29 09:55:57 +00:00
db_machdep.h
Add DDB support.
2002-07-10 12:21:54 +00:00
elf.h
Move the definition of ElfN_Hashelt to common headers. The only platform
2002-05-30 08:32:18 +00:00
endian.h
Include <sys/cdefs.h> for definition of __BSD_VISIBLE.
2002-04-12 15:56:45 +00:00
exec.h
PowerPC platform-specific page size setting.
2001-01-01 23:26:39 +00:00
float.h
An exact copy of i386/include/float.h will work here.
2002-05-15 20:54:35 +00:00
fpu.h
FPU support.
2002-05-13 07:44:48 +00:00
frame.h
- Move macros that represent where syscall args are kept in a trapframe from
2002-05-28 12:24:29 +00:00
ieeefp.h
FPU support.
2002-05-13 07:44:48 +00:00
in_cksum.h
in_cksum et al.
2002-06-29 09:49:26 +00:00
interruptvar.h
Add this file, which I forgot in a previous commit.
2002-07-09 12:50:58 +00:00
intr_machdep.h
Add interrupt handling support code.
2002-07-09 11:12:20 +00:00
intr.h
Remove __P.
2002-03-20 23:17:50 +00:00
ipl.h
This commit (along with one pending in sys/dev/ofw and one in sys/conf) give
2001-06-16 07:14:07 +00:00
kse.h
Changes for KSE3.
2002-07-09 12:57:23 +00:00
limits.h
Create a new header <machine/_stdint.h> for storing MD parts of
2002-07-29 17:41:23 +00:00
md_var.h
Remove __P.
2002-03-20 23:17:50 +00:00
metadata.h
Metadata definitions.
2002-07-10 12:14:23 +00:00
mutex.h
Modify the critical section API as follows:
2001-12-18 00:27:18 +00:00
nexusvar.h
- Add the "compatible" property to the list that we keep in ivars.
2002-07-09 11:13:33 +00:00
ofw_machdep.h
Add the OF_getetheraddr function required by if_gem.
2002-07-09 13:43:06 +00:00
openpicreg.h
Driver for OpenPIC compatible interrupt controllers.
2002-07-09 11:26:10 +00:00
openpicvar.h
Driver for OpenPIC compatible interrupt controllers.
2002-07-09 11:26:10 +00:00
param.h
Move MI stuff out of MD param.h files.
2002-05-14 20:35:29 +00:00
pcb.h
To quote Peter:
2002-06-29 09:39:44 +00:00
pcpu.h
FPU support.
2002-05-13 07:44:48 +00:00
pio.h
Bring in NetBSD code used in the PowerPC port.
2001-06-10 02:39:37 +00:00
pmap.h
Implement vtophys()
2002-06-29 09:47:06 +00:00
powerpc.h
Get the correct memory regions from OpenFirmware. We were getting the
2002-05-27 11:18:12 +00:00
proc.h
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
2002-03-27 05:39:23 +00:00
psl.h
Add the PSL_VEC flag for AltiVec (no, it's not here yet =))
2002-05-19 04:03:11 +00:00
pte.h
1. Better track the executable status of mappings.
2002-05-09 14:09:19 +00:00
ptrace.h
Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the
2002-03-16 00:25:53 +00:00
reg.h
Remove __P.
2002-03-20 23:17:50 +00:00
reloc.h
This commit (along with one pending in sys/dev/ofw and one in sys/conf) give
2001-06-16 07:14:07 +00:00
resource.h
runq.h
Move the "- 1" into the RQB_FFS(mask) macro itself so that
2002-06-20 06:21:20 +00:00
setjmp.h
Add setjmp (needed for DDB).
2002-07-10 12:26:17 +00:00
sigframe.h
style(9) the structure definitions.
2001-09-05 01:36:46 +00:00
signal.h
Bring in NetBSD code used in the PowerPC port.
2001-06-10 02:39:37 +00:00
smp.h
This commit (along with one pending in sys/dev/ofw and one in sys/conf) give
2001-06-16 07:14:07 +00:00
spr.h
Rename the constants for the contents of the PVR register so as not to
2002-05-09 14:04:43 +00:00
sr.h
style(9)
2002-02-18 06:24:55 +00:00
stdarg.h
Gcc 3.1 varargs support.
2002-05-10 02:12:04 +00:00
trap.h
Update to newer trap code from NetBSD.
2002-05-09 14:22:55 +00:00
types.h
Remove label_t and physadr, which seem to have never been used in
2002-07-10 15:47:59 +00:00
ucontext.h
Minor style tweaks.
2001-01-02 00:11:41 +00:00
varargs.h
Gcc 3.1 varargs support.
2002-05-10 02:12:04 +00:00
vmparam.h
Bring in NetBSD code used in the PowerPC port.
2001-06-10 02:39:37 +00:00