NetBSD/sys/compat/linux/common
andvar 1cd43426d5 Fix various typos in comments, log messages and documentation. 2024-02-10 18:43:51 +00:00
..
linux_blkio.c
linux_blkio.h
linux_break.c add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_cdrom.c sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +00:00
linux_cdrom.h
linux_dirent.h
linux_emuldata.h s/auxillary/auxiliary/ in comments. 2022-05-20 19:34:22 +00:00
linux_errno.c
linux_errno.h fix various small typos, mainly in comments. 2022-05-22 11:27:33 +00:00
linux_errno_generic.h
linux_exec.c
linux_exec.h - LINUX_GO_RT0_SIGNATURE for compat_linux is no longer enabled by default. 2021-11-26 08:56:28 +00:00
linux_exec_aout.c
linux_exec_elf32.c The internal architecture name of golang is "arm" or "arm64", which has 2021-11-26 09:05:05 +00:00
linux_exec_elf64.c
linux_fadvise64.c
linux_fadvise64_64.c
linux_fcntl.h new inotify support GSoC 2023 (Theodore Preduta) 2023-08-19 17:57:54 +00:00
linux_fcntl64.c
linux_fdio.c sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +00:00
linux_fdio.h
linux_file.c Add memfd_create(2) from GSoC 2023 by Theodore Preduta 2023-07-10 02:31:54 +00:00
linux_file64.c Add/fix statx, readahead, close_range. From GSoC 2023 by Theodore Preduta 2023-07-29 15:04:28 +00:00
linux_hdio.c sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +00:00
linux_hdio.h
linux_inotify.c fix spelling mistakes, mainly in comments and log messages. 2024-02-09 22:08:30 +00:00
linux_inotify.h new inotify support GSoC 2023 (Theodore Preduta) 2023-08-19 17:57:54 +00:00
linux_ioctl.c Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32. 2021-09-19 23:51:36 +00:00
linux_ioctl.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_ipc.c
linux_ipc.h
linux_ipccall.c add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_ipccall.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_limit.h add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32 2021-12-02 04:29:47 +00:00
linux_llseek.c add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_machdep.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_misc.c Fix various typos in comments, log messages and documentation. 2024-02-10 18:43:51 +00:00
linux_misc.h Add linux waitid(2) from GSoC 2023 (Theodore Preduta) 2023-08-18 19:41:18 +00:00
linux_misc_notalpha.c fix various small typos, mainly in comments. 2022-05-22 11:27:33 +00:00
linux_mmap.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_mod.c new inotify support GSoC 2023 (Theodore Preduta) 2023-08-19 17:57:54 +00:00
linux_msg.h
linux_mtio.c sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +00:00
linux_mtio.h
linux_oldmmap.c add support COMPAT_LINUX32 for aarch64 2021-11-25 03:08:03 +00:00
linux_oldmmap.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_oldolduname.c add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_oldolduname.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_oldselect.c add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_oldselect.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_olduname.c add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_olduname.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_pipe.c add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_prctl.h fix spelling mistakes, mainly in comments and log messages. 2024-02-09 22:08:30 +00:00
linux_ptrace.h
linux_reboot.h
linux_sched.c sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +00:00
linux_sched.h Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32. 2021-09-19 23:51:36 +00:00
linux_sem.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_sg.c
linux_sg.h
linux_shm.h
linux_sig_notalpha.c add support COMPAT_LINUX32 for aarch64 2021-11-25 03:08:03 +00:00
linux_sigaction.c add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_sigevent.h - LINUX_SIGEV_PAD is incorrect for 64-bit systems, because sigval_t 2021-09-19 17:33:39 +00:00
linux_siginfo.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_signal.c Add linux waitid(2) from GSoC 2023 (Theodore Preduta) 2023-08-18 19:41:18 +00:00
linux_signal.h Use "stack_t" instead of "struct sigaltstack", as the former is the 2021-11-01 05:07:15 +00:00
linux_signo.c add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_socket.c s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments. 2022-12-24 15:23:02 +00:00
linux_socket.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_socket_generic.h
linux_socketcall.c add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_socketcall.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_sockio.h
linux_statfs.h
linux_sysctl.c Add memfd_create(2) from GSoC 2023 by Theodore Preduta 2023-07-10 02:31:54 +00:00
linux_sysctl.h
linux_termios.c Make LINUX_FIOCLEX and LINUX_FIONCLEX work 2021-11-23 17:54:08 +00:00
linux_termios.h add support COMPAT_LINUX for aarch64 2021-09-23 06:56:26 +00:00
linux_time.c Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32. 2021-09-19 23:51:36 +00:00
linux_types.h - Add compat_linux statx(2) syscall. 2021-11-25 02:27:08 +00:00
linux_uid16.c
linux_uselib.c
linux_util.h