NetBSD/sys/arch/powerpc
dsl 7e2790cf6f Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
    int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
2007-12-20 23:02:38 +00:00
..
conf Add a new majors.powerpc. This was cobbled together from the majors 2007-12-10 17:43:52 +00:00
fpu
ibm4xx lockmgr -> mutex 2007-12-06 17:00:31 +00:00
include Interrupt handling changes, in discussion since February: 2007-12-03 15:33:00 +00:00
isa Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
marvell Interrupt handling changes, in discussion since February: 2007-12-03 15:33:00 +00:00
oea At least under certain (mis)configurations (e.g. on the "Pegasos" board) 2007-12-16 16:41:01 +00:00
pci VT8231 IDE workaround for native mode with "compatibility" interrupts 14/15. 2007-12-20 22:24:40 +00:00
pic Fix the endless stream of 7's problem on i8259-like interrupt controllers 2007-12-11 18:04:18 +00:00
powerpc Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
stand/mkbootimage Add bebox mkbootimage stuff to the unified mkbootimage. It should work 2007-12-20 22:59:59 +00:00
tools/chrpicon
Makefile