NetBSD/sys/compat/netbsd32
riastradh b97699a4f0 sys: Put externs for time_adjtime and time_adjusted in .h files.
time_adjtime: sys/timex.h (defined in ntp code)
time_adjusted: sys/timevar.h (defined in non-ntp code)

(Not really sure this is a valuable distinction to maintain; there's
non-ntp code that uses time_adjtime too.)
2022-10-26 23:23:52 +00:00
..
Makefile
files.netbsd32 Compile in compat32 syscall names all the time, as we do for native 2021-04-17 03:57:42 +00:00
netbsd32.h Implement support for mounting UDF in compat32 2022-04-23 17:46:23 +00:00
netbsd32.mk All mips64 has compat_netbsd32 2021-04-25 22:27:08 +00:00
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 sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +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 Fix anonymous memory object leak for sigcode. 2021-11-26 08:06:11 +00:00
netbsd32_compat_20.c sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +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 Use "stack_t" instead of "struct sigaltstack", as the former is the 2021-11-01 05:07:15 +00:00
netbsd32_compat_50.c sys: Put externs for time_adjtime and time_adjusted in .h files. 2022-10-26 23:23:52 +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_60.c - Track LWPs in a per-process radixtree. It uses no extra memory in the 2020-01-29 15:47:51 +00:00
netbsd32_compat_80.c Rather than keeping a separate mutex, condvar, and pserialize for each 2019-12-12 02:15:42 +00:00
netbsd32_compat_90.c Add a new member to struct vfsstat and grow the unused members 2019-09-22 22:59:37 +00:00
netbsd32_conv.h sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +00:00
netbsd32_core.c Fix typo; s/__LP64/_LP64/ 2020-11-08 07:30:09 +00:00
netbsd32_drm.c fix sign-compare. 2019-09-28 15:15:34 +00:00
netbsd32_event.c
netbsd32_exec.h COMPAT_NETBSD32 is all about running the 32-bit flavor of native 2021-11-06 20:42:56 +00:00
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 deduplicate the elf auxv builder code, welcome to 8.99.43 2019-06-07 23:35:52 +00:00
netbsd32_execve.c Adapt to recent posix_spawn extensions. 2021-11-11 17:32:46 +00:00
netbsd32_fd.c
netbsd32_fs.c Implement support for mounting UDF in compat32 2022-04-23 17:46:23 +00:00
netbsd32_futex.c Add a NetBSD native futex implementation, mostly written by riastradh@. 2020-04-26 18:53:31 +00:00
netbsd32_ioctl.c Handle the SIOCGNBRINFO ioctl for compat32. 2021-12-22 00:21:32 +00:00
netbsd32_ioctl.h Handle the SIOCGNBRINFO ioctl for compat32. 2021-12-22 00:21:32 +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 s/build-in/built-in/ in comments. 2022-05-24 06:20:04 +00:00
netbsd32_mqueue.c
netbsd32_netbsd.c Add the eventfd(2) system call to COMPAT_NETBSD32. 2021-09-20 01:07:45 +00:00
netbsd32_nfssvc.c remove clause 3 from all my licenses that aren't conflicting with 2021-12-11 19:24:18 +00:00
netbsd32_ptrace.c sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +00:00
netbsd32_quota.c Split out the quota code from the rest of compat_netbsd32 module. This 2020-03-12 15:02:29 +00:00
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 Validate usec ranges in netbsd32___select50() 2019-09-20 15:16:41 +00:00
netbsd32_sem.c
netbsd32_signal.c COMPAT_NETBSD32 is all about running the 32-bit flavor of native 2021-11-06 20:42:56 +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 eventfd(2). 2021-09-20 01:07:56 +00:00
netbsd32_syscallargs.h Regen for eventfd(2). 2021-09-20 01:07:56 +00:00
netbsd32_syscalls.c Regen for eventfd(2). 2021-09-20 01:07:56 +00:00
netbsd32_syscalls_autoload.c Regen for eventfd(2). 2021-09-20 01:07:56 +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 Restore code to sysctl_free() the compat32 shadow tree 2020-03-21 16:17:08 +00:00
netbsd32_sysent.c Regen for eventfd(2). 2021-09-20 01:07:56 +00:00
netbsd32_systrace_args.c Regen for eventfd(2). 2021-09-20 01:07:56 +00:00
netbsd32_time.c sys: Put externs for time_adjtime and time_adjusted in .h files. 2022-10-26 23:23:52 +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 s/sytle/style/ in comment. 2021-12-05 08:13:12 +00:00
syscalls.conf Add a new member to struct vfsstat and grow the unused members 2019-09-22 22:59:37 +00:00
syscalls.master Add the eventfd(2) system call to COMPAT_NETBSD32. 2021-09-20 01:07:45 +00:00