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. |
||
---|---|---|
.. | ||
compat_exec.c | ||
compat_sigaltstack.h | ||
compat_util.c | ||
compat_util.h | ||
gen_errno_tables.awk | ||
kern_exit_43.c | ||
kern_info_09.c | ||
kern_info_43.c | ||
kern_ipc_10.c | ||
kern_resource_43.c | ||
kern_sig_13.c | ||
kern_sig_43.c | ||
kern_xxx_12.c | ||
Makefile | ||
Makefile.inc | ||
sysv_ipc_14.c | ||
sysv_msg_14.c | ||
sysv_sem_14.c | ||
sysv_shm_14.c | ||
tty_43.c | ||
uipc_syscalls_30.c | ||
uipc_syscalls_40.c | ||
uipc_syscalls_43.c | ||
vfs_syscalls_12.c | ||
vfs_syscalls_20.c | ||
vfs_syscalls_30.c | ||
vfs_syscalls_43.c | ||
vm_12.c | ||
vm_43.c |