tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
arch
/
macppc
/
include
/
at
jcs
48 files
_float.h
create new machine/_float.h which is namespace clean. create a new MI float.h which pulls in and defines the values that are needed from there, and repair sys/limits.h so that it defines the values it needs as well (depending on POSIX version, XPG version, etc). guenther has a more exact selection of that coming for limits.h. this also fixes a few mistakes for the vax. reviewed by kettenis and guenther.
13 years ago
_types.h
Merge machine/ansi.h and machine/types.h into machine/_types.h and rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD.
20 years ago
apmvar.h
flense more trailing whitespace
7 years ago
asm.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
atomic.h
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
15 years ago
autoconf.h
remove prototypes with no matching function and externs with no var
2 years ago
bus.h
remove prototypes with no matching function and externs with no var
2 years ago
cdefs.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
conf.h
Remove unused field d_poll from struct cdevsw.
3 years ago
cpu.h
hw.power, machdep.lidaction, machdep.pwraction for macppc
3 years ago
db_machdep.h
One ddb interface is enough for ppc.
10 years ago
disklabel.h
Remove some trailing whitespace.
10 years ago
elf.h
Add missing <machine/elf.h> for compound arches.
2 years ago
endian.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
exec.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
fenv.h
add missing license (PD) block
13 years ago
fpu.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
frame.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
ieee.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
ieeefp.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
intr.h
Remove the almost unused abstraction around "struct firmware" and use instead a single function ppc_mem_regions() required by the ppc pmap.
12 years ago
kcore.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
limits.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
loadfile_machdep.h
Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out kernels and we no longer have any.
10 years ago
mplock.h
move the ppc mplock implementation from macppc to powerpc.
10 years ago
mutex.h
Move powerpc to __HAVE_MUTEX. With help from drahn@. Tested by nick@, xsa@, deraadt@.
19 years ago
openpromio.h
/dev/openprom
18 years ago
param.h
increase MSGBUFSIZE
12 years ago
pcb.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
pci_machdep.h
Remove clause #3 from mrg@NetBSD license.
6 years ago
pio.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
pmap.h
remove vtophys() on *ppc.
20 years ago
proc.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
profile.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
psl.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
pte.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
ptrace.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
rbus_machdep.h
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
15 years ago
reg.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
reloc.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
setjmp.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
signal.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
spinlock.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
tcb.h
add missing license (PD) block
13 years ago
timetc.h
Userland timecounter for macppc
5 years ago
trap.h
The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms.
24 years ago
vmparam.h
the clang binary never shrinks, especially since it is statically linked (for performance). in this case, it grew larger than the maximum text segment size; increase that size.
2 years ago
z8530var.h
remove prototypes with no matching function and externs with no var
2 years ago