7e2790cf6f
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. |
||
---|---|---|
.. | ||
arm32_machdep.c | ||
atomic.S | ||
bcopy_page.S | ||
bus_dma.c | ||
cpu.c | ||
cpuswitch.S | ||
db_interface.c | ||
db_machdep.c | ||
exception.S | ||
fault.c | ||
fusu.S | ||
genassym.cf | ||
intr.c | ||
irq_dispatch.S | ||
kgdb_machdep.c | ||
locore.S | ||
mem.c | ||
pmap.c | ||
setcpsr.S | ||
setstack.S | ||
spl.S | ||
stubs.c | ||
sys_machdep.c | ||
vm_machdep.c |