NetBSD/sys/compat/common
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
..
compat_exec.c
compat_sigaltstack.h
compat_util.c
compat_util.h
gen_errno_tables.awk
kern_exit_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_info_09.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_info_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_ipc_10.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_resource_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_sig_13.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_sig_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_xxx_12.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
Makefile
Makefile.inc
sysv_ipc_14.c
sysv_msg_14.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
sysv_sem_14.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
sysv_shm_14.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
tty_43.c
uipc_syscalls_30.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
uipc_syscalls_40.c
uipc_syscalls_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vfs_syscalls_12.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vfs_syscalls_20.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vfs_syscalls_30.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vfs_syscalls_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vm_12.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vm_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00