NetBSD/sys/arch/arm/arm32
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
..
arm32_machdep.c move the arm32 cpu_intr_p() function into arm32_machdep.c 2007-12-16 07:31:47 +00:00
atomic.S
bcopy_page.S
bus_dma.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
cpu.c Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
cpuswitch.S Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
db_interface.c Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
db_machdep.c Fix lossage from boolean_t -> bool and updated x86 bus_dma. 2007-02-22 04:38:02 +00:00
exception.S
fault.c Changes for newlock2. 2007-02-18 07:25:34 +00:00
fusu.S Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
genassym.cf Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
intr.c Interrupt handling changes, in discussion since February: 2007-12-03 15:33:00 +00:00
irq_dispatch.S Rewrite the ARM mutex implementation to be of the simple-mutex variety. 2007-03-09 19:21:57 +00:00
kgdb_machdep.c
locore.S
mem.c fix caddr_t fallout. 2007-03-04 10:21:25 +00:00
pmap.c Make this compile again. 2007-11-08 11:10:28 +00:00
setcpsr.S
setstack.S
spl.S Interrupt handling changes, in discussion since February: 2007-12-03 15:33:00 +00:00
stubs.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
sys_machdep.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vm_machdep.c Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00