NetBSD/sys/compat/linux/common
maxv 7eb4355d2e Reject non-regular files.
Patch from njoly@.
2014-10-30 16:45:28 +00:00
..
linux_blkio.c
linux_blkio.h
linux_break.c
linux_cdrom.c
linux_cdrom.h
linux_dirent.h
linux_emuldata.h
linux_errno_generic.h Cleanup compat linux errnos by adding generic errnos in a single file. 2013-12-17 22:14:24 +00:00
linux_errno.c CTASSERT that native to compat errno translation tables are kept in 2013-12-22 17:14:22 +00:00
linux_errno.h Cleanup compat linux errnos by adding generic errnos in a single file. 2013-12-17 22:14:24 +00:00
linux_exec_aout.c
linux_exec_elf32.c A specially-crafted binary could easily control a kernel array index. 2014-04-15 17:29:00 +00:00
linux_exec_elf64.c
linux_exec.c Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! 2012-02-19 21:05:51 +00:00
linux_exec.h Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also, 2014-02-21 07:53:53 +00:00
linux_fadvise64_64.c Fix c&p error for the length argument in fadvise64_64. 2014-05-06 18:17:22 +00:00
linux_fadvise64.c Fix fadvise64 syscalls to use 64bit offset types. 2014-05-17 09:23:51 +00:00
linux_fcntl64.c
linux_fcntl.h Cleanup pipe(2) flags, now that native handle them. 2014-06-01 13:42:12 +00:00
linux_fdio.c
linux_fdio.h
linux_file64.c Add struct linux_stat64 definition for alpha, and enable syscalls that 2013-12-27 14:17:11 +00:00
linux_file.c Add support for more open flags that have a native equivalent 2014-06-25 16:38:53 +00:00
linux_futex.c Fix uninitialized variable. Harmless: it does not change the behavior 2014-02-11 16:00:13 +00:00
linux_futex.h Add some more futex gunk and explain why it does not work (yet). 2013-04-16 23:03:05 +00:00
linux_hdio.c
linux_hdio.h
linux_ioctl.c typos in comments 2014-03-23 06:03:38 +00:00
linux_ioctl.h Typo 2013-06-08 12:50:32 +00:00
linux_ipc.c Fix typo in a comment. 2011-05-28 23:24:58 +00:00
linux_ipc.h
linux_ipccall.c Rename ipcall/socketcall specific defines to avoid conflict with 2013-12-27 15:10:53 +00:00
linux_ipccall.h Rename ipcall/socketcall specific defines to avoid conflict with 2013-12-27 15:10:53 +00:00
linux_limit.h LINUX_RLIM_INFINITY doesn't fit into the value range for linux32, so 2012-09-22 22:34:02 +00:00
linux_llseek.c
linux_machdep.h
linux_misc_notalpha.c
linux_misc.c For utimes(2), use compat_50_sys_utimes() instead of local version. 2014-05-29 10:35:26 +00:00
linux_misc.h implement the *at() syscalls. 2013-11-18 01:32:52 +00:00
linux_mmap.h
linux_mod.c c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
linux_msg.h
linux_mtio.c
linux_mtio.h
linux_oldmmap.c
linux_oldmmap.h
linux_oldolduname.c
linux_oldolduname.h
linux_oldselect.c
linux_oldselect.h
linux_olduname.c
linux_olduname.h
linux_pipe.c Cleanup pipe(2) flags, now that native handle them. 2014-06-01 13:42:12 +00:00
linux_prctl.h
linux_ptrace.h
linux_reboot.h
linux_sched.c Fix inverted pid/lid arguments in do_sched_{get,set}param calls. 2014-01-23 19:18:08 +00:00
linux_sched.h - add sigtimedwait support. 2011-11-18 04:07:43 +00:00
linux_sem.h
linux_sg.c
linux_sg.h
linux_shm.h
linux_sig_notalpha.c
linux_sigaction.c
linux_sigevent.h
linux_siginfo.h Provide linux_siginfo_t for all archs, to unbreak kdump build. 2011-11-18 09:17:09 +00:00
linux_signal.c remove one more kassert 2011-11-18 17:36:06 +00:00
linux_signal.h
linux_signo.c
linux_socket_generic.h Update linux socket socket options (SO_*). Add common version to its 2014-01-25 13:49:27 +00:00
linux_socket.c Add a funtion that translate socket type value from Linux to NetBSD. 2014-05-23 12:28:51 +00:00
linux_socket.h Add basic IPV6 level socket options support (IPV6_V6ONLY). 2014-01-27 19:19:15 +00:00
linux_socketcall.c If SCARG(uap, what) = 0, copyin() will copy (size_t)-1 bytes, and it's not 2014-06-21 10:23:07 +00:00
linux_socketcall.h Rename ipcall/socketcall specific defines to avoid conflict with 2013-12-27 15:10:53 +00:00
linux_sockio.h Use copyin/copyout and linux-specific ifreq structures (they are the same 2013-01-11 19:01:36 +00:00
linux_statfs.h Rename structure members to make the code compile in environments 2012-09-13 13:59:33 +00:00
linux_sysctl.c Get rid of all sysc_init_field uses - initialize fields directly in C99 2014-05-16 12:22:32 +00:00
linux_sysctl.h
linux_termios.c Add easy parts (TCOOFF/TCOON) of the TCXONC linux termios ioctl. 2013-12-27 16:58:50 +00:00
linux_termios.h linux_termio c_cc array should be indexed by LINUX_OLD_V* rather than LINUX_V*. 2011-09-25 13:40:07 +00:00
linux_time.c Cleanup, and reduce diffs between arches. Make alpha use 2014-01-13 10:33:03 +00:00
linux_types.h implement the *at() syscalls. 2013-11-18 01:32:52 +00:00
linux_uid16.c Fix signed vs. unsigned comparison in getgroups16() syscall. Negative 2014-05-20 17:31:18 +00:00
linux_uselib.c Reject non-regular files. 2014-10-30 16:45:28 +00:00
linux_util.h