NetBSD/sys/compat/common
pooka 654415b2b7 Get rid of last "easy" kernel symbols starting with __:
__assert -> kern_assert
__sigtimedwait1 -> sigtimedwait1
__wdstart -> wdstart1

The rest are MD and/or shared with userspace, so they will require
a little more involvement than what is available for this quick
"ride the 5.99.24 bump" action.
2010-01-19 22:28:30 +00:00
..
compat_exec.c Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:39:35 +00:00
compat_mod.c Remove SYS_compat_50_mq_timedreceive/SYS_compat_50_mq_timedsend 2009-12-21 15:13:13 +00:00
compat_sigaltstack.h
compat_util.c replace mips:elf_check_itp() and ELFNAME2(netbsd32,probe_noteless) that 2009-12-14 04:09:38 +00:00
compat_util.h replace mips:elf_check_itp() and ELFNAME2(netbsd32,probe_noteless) that 2009-12-14 04:09:38 +00:00
gen_errno_tables.awk
if_43.c #include "opt_compat_netbsd.h" for COMPAT_20. 2009-03-17 00:08:10 +00:00
kern_exit_43.c do_sys_wait(): fix previous by checking for ru != NULL. Noticed by 2009-11-04 21:23:02 +00:00
kern_info_09.c
kern_info_43.c
kern_ipc_10.c
kern_resource_43.c
kern_sig_13.c
kern_sig_16.c
kern_sig_43.c Use lwp_getpcb() in compat code, clean from struct user. 2009-11-23 00:46:06 +00:00
kern_time_30.c
kern_time_50.c Get rid of last "easy" kernel symbols starting with __: 2010-01-19 22:28:30 +00:00
kern_xxx_12.c
Makefile Provide compatibility for pre-christos-time_t sysv sysctls. 2009-01-19 19:39:41 +00:00
Makefile.inc Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
rtsock_14.c
rtsock_50.c
sysv_ipc_50.c compile into nothing if not compat 50. 2009-01-21 16:12:20 +00:00
sysv_msg_14.c
sysv_msg_50.c
sysv_sem_14.c
sysv_sem_50.c
sysv_shm_14.c
sysv_shm_50.c
tty_43.c
uipc_syscalls_30.c
uipc_syscalls_40.c
uipc_syscalls_43.c
uipc_syscalls_50.c
vfs_syscalls_12.c Make all fstat(2) compat syscalls consistently use do_sys_fstat(), 2009-01-26 13:00:04 +00:00
vfs_syscalls_20.c Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
vfs_syscalls_30.c Make all fstat(2) compat syscalls consistently use do_sys_fstat(), 2009-01-26 13:00:04 +00:00
vfs_syscalls_40.c
vfs_syscalls_43.c The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live 2010-01-08 11:35:07 +00:00
vfs_syscalls_50.c Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions 2009-08-09 22:49:00 +00:00
vm_12.c
vm_43.c