NetBSD/sys/compat/netbsd32
simonb a6c0d32ea0 In the compat setitimer(2) calls, don't validate which timer is being
used since dosetitimer() does this anyway.  The compat functions hadn't
been updated since ITIMER_MONOTONIC was introduced, so they reported
that that ITIMER_MONOTONIC timer was invalid.
2021-02-18 12:54:03 +00:00
..
files.netbsd32 Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
Makefile
netbsd32_acl.c Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
netbsd32_compat_09.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_compat_10_sysv.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_compat_12.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_compat_13.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_compat_14_sysv.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_compat_16.c
netbsd32_compat_20.c Fix syntax error 2021-01-19 08:10:17 +00:00
netbsd32_compat_30.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_compat_40.c
netbsd32_compat_43.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_compat_50_quota.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_compat_50_sysv.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_compat_50.c In the compat setitimer(2) calls, don't validate which timer is being 2021-02-18 12:54:03 +00:00
netbsd32_compat_60.c
netbsd32_compat_80.c
netbsd32_compat_90.c
netbsd32_conv.h The read/write/send/recv system calls return ssize_t because -1 is 2021-01-19 03:41:22 +00:00
netbsd32_core.c Fix typo; s/__LP64/_LP64/ 2020-11-08 07:30:09 +00:00
netbsd32_drm.c
netbsd32_event.c
netbsd32_exec_aout.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_exec_elf32.c
netbsd32_exec.h Whitespace nits. 2021-01-19 02:40:07 +00:00
netbsd32_execve.c
netbsd32_fd.c
netbsd32_fs.c In netbsd32___mount50() zero out the native fs_args union before use so 2021-02-16 14:47:20 +00:00
netbsd32_futex.c
netbsd32_ioctl.c Handle the SIOCGNBRINFO_IN6 ioctl for compat32. ndp -a works with 2021-01-17 10:50:01 +00:00
netbsd32_ioctl.h Handle the SIOCGNBRINFO_IN6 ioctl for compat32. ndp -a works with 2021-01-17 10:50:01 +00:00
netbsd32_ipc.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_kern_proc.c Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
netbsd32_kern_proc.h
netbsd32_lwp.c Handle rev 1.62 of kern/sys_lwp.c 2021-01-14 02:51:52 +00:00
netbsd32_mod.c PR/55547: Dan Plassche: Fix BSD/OS binary emulation. 2020-08-08 19:08:48 +00:00
netbsd32_module.c
netbsd32_mqueue.c
netbsd32_netbsd.c The read/write/send/recv system calls return ssize_t because -1 is 2021-01-19 03:41:22 +00:00
netbsd32_nfssvc.c
netbsd32_ptrace.c
netbsd32_quota.c
netbsd32_rlimit.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_rndpseudo_50.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_select.c
netbsd32_sem.c
netbsd32_signal.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_socket.c The read/write/send/recv system calls return ssize_t because -1 is 2021-01-19 03:41:22 +00:00
netbsd32_syscall.h regen for getrandom(2) 2020-10-10 00:03:52 +00:00
netbsd32_syscallargs.h regen for getrandom(2) 2020-10-10 00:03:52 +00:00
netbsd32_syscalls_autoload.c regen for getrandom(2) 2020-10-10 00:03:52 +00:00
netbsd32_syscalls.c regen for getrandom(2) 2020-10-10 00:03:52 +00:00
netbsd32_sysctl.c KNF consistency: No parentheses are needed around the return value. 2021-01-19 03:20:13 +00:00
netbsd32_sysctl.h
netbsd32_sysent.c regen for getrandom(2) 2020-10-10 00:03:52 +00:00
netbsd32_systrace_args.c regen for getrandom(2) 2020-10-10 00:03:52 +00:00
netbsd32_time.c In the compat setitimer(2) calls, don't validate which timer is being 2021-02-18 12:54:03 +00:00
netbsd32_vm.c Also print mmap return value and error code #ifdef DEBUG_MMAP. 2021-01-19 01:47:58 +00:00
netbsd32_wait.c wait4(2): make error paths match with that of native wait4(2): 2020-10-15 23:06:06 +00:00
netbsd32.h The read/write/send/recv system calls return ssize_t because -1 is 2021-01-19 03:41:22 +00:00
netbsd32.mk
syscalls.conf
syscalls.master Teach about getrandom(2) to COMPAT_NETBSD32. 2020-10-10 00:00:54 +00:00