NetBSD/sys/compat/common
dsl 893faeae9e Update all the compat stuff to not use the 'stackgap' for processing
sys_stat() and friends, instead use do_sys_stat() and do_sys_fstat()
that write the answer into a kernel buffer (on stack) that can be
converted to the correct form and written the userspace.
I've test compiled a few kernels, and tested i386 netbsd1.6 ls.
Given I think I've fixed some bugs, it might be 50-50 with new ones.
2007-03-10 21:40:23 +00:00
..
Makefile Update all the compat stuff to not use the 'stackgap' for processing 2007-03-10 21:40:23 +00:00
Makefile.inc
compat_exec.c
compat_file.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
compat_file.h
compat_util.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
compat_util.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
gen_errno_tables.awk
kern_exit_43.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kern_info_09.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kern_info_43.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kern_ipc_10.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kern_resource_43.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kern_sig_13.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
kern_sig_43.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
kern_xxx_12.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sysv_ipc_14.c
sysv_msg_14.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sysv_sem_14.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sysv_shm_14.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
tty_43.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
uipc_syscalls_30.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
uipc_syscalls_43.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
vfs_syscalls_12.c Use the support routines from kern_syscalls.c instead of rolling our own code. 2007-03-10 17:33:29 +00:00
vfs_syscalls_20.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
vfs_syscalls_30.c Use the support routines from kern_syscalls.c instead of rolling our own code. 2007-03-10 17:33:29 +00:00
vfs_syscalls_43.c Use the support routines from kern_syscalls.c instead of rolling our own code. 2007-03-10 17:33:29 +00:00
vm_12.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
vm_43.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00