NetBSD/sys/compat/linux/common
erh f747989e34 PR kern/27184: Have linux_sys_waitpid() call linux_sys_wait4() so the
supported options can't get out of sync.  This add support for the
  linux __WCLONE and __WALL options (NetBSD version: WALTSIG and WALLSIG)
Add a diagnostic check to see if the one unhandled option (__WNOTHREAD) is
  specified.
This should prevent linux processes from losing their children and creating
  tons of zombie processes.
2004-10-07 19:30: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 processes sharing VM space (via clone() call) must also 2004-08-08 09:40:50 +00:00
linux_errno.c
linux_errno.h Fix a reversed errno issue for Linux binaries on mips. While we are there, 2004-06-19 22:59:40 +00:00
linux_exec.c fix two bugs in previous: 2004-08-08 19:52:37 +00:00
linux_exec.h
linux_exec_aout.c
linux_exec_elf32.c
linux_exec_elf64.c
linux_fcntl.h
linux_fdio.c
linux_fdio.h
linux_file.c on Linux, unlink() fails with EISDIR if the target is directory, 2004-08-13 21:27:32 +00:00
linux_file64.c There's no need to pass a proc value when using UIO_SYSSPACE with 2004-09-17 14:11:20 +00:00
linux_hdio.c
linux_hdio.h
linux_ioctl.c linux_sys_ioctl: map EPASSTHROUGH to EINVAL as sys_ioctl does. 2004-06-03 01:53:28 +00:00
linux_ioctl.h
linux_ipc.c add flag for shmget(2) to specify that later shmat(2) for the shared memory 2004-09-28 19:05:19 +00:00
linux_ipc.h
linux_ipccall.c add flag for shmget(2) to specify that later shmat(2) for the shared memory 2004-09-28 19:05:19 +00:00
linux_ipccall.h
linux_llseek.c
linux_machdep.h
linux_misc.c PR kern/27184: Have linux_sys_waitpid() call linux_sys_wait4() so the 2004-10-07 19:30:28 +00:00
linux_misc.h PR kern/27184: Have linux_sys_waitpid() call linux_sys_wait4() so the 2004-10-07 19:30:28 +00:00
linux_misc_notalpha.c PR kern/27184: Have linux_sys_waitpid() call linux_sys_wait4() so the 2004-10-07 19:30:28 +00:00
linux_mmap.h
linux_msg.h
linux_oldmmap.c fix debug printf - lm_addr is not pointer anumore 2004-08-24 17:41:54 +00:00
linux_oldmmap.h make struct linux_oldmmap members explicitly unsigned (with exception 2004-08-22 15:40:41 +00:00
linux_oldolduname.c
linux_oldolduname.h
linux_oldselect.c
linux_oldselect.h
linux_olduname.c
linux_olduname.h
linux_pipe.c
linux_ptrace.h
linux_reboot.h
linux_sched.c Fix typo in comment. 2004-09-10 22:22:20 +00:00
linux_sched.h add some newer clone flags 2004-09-05 07:22:20 +00:00
linux_sem.h
linux_shm.h add flag for shmget(2) to specify that later shmat(2) for the shared memory 2004-09-28 19:05:19 +00:00
linux_sig_notalpha.c
linux_sigaction.c
linux_siginfo.h
linux_signal.c
linux_signal.h
linux_signo.c
linux_socket.c if passed sockaddr has family AF_UNSPEC, use socket family of the socket 2004-09-12 15:32:55 +00:00
linux_socket.h
linux_socketcall.c improve the (#ifdef DEBUG_LINUX) socketcall argument dump code: 2004-09-05 09:09:02 +00:00
linux_socketcall.h
linux_sockio.h
linux_sysctl.c Sysctl descriptions under emul subtree. 2004-05-25 04:29:08 +00:00
linux_sysctl.h Tweak sysctl setup functions (the macros, actually) for use in lkms, 2004-05-20 06:34:24 +00:00
linux_termios.c
linux_termios.h
linux_time.c
linux_types.h move definition of linux_fsid_t to common/linux_types.h - it's identical 2004-09-20 18:51:55 +00:00
linux_uselib.c There's no need to pass a proc value when using UIO_SYSSPACE with 2004-09-17 14:11:20 +00:00
linux_util.h