NetBSD/sys/compat/linux/common
manu 88a5eb33ed Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce an
ifdef LINUX_NPTL.
Also implement SETTLS flag to Linux clone()
2005-11-05 00:47:26 +00:00
..
linux_blkio.c
linux_blkio.h
linux_break.c
linux_cdrom.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
linux_cdrom.h nuke trailing whitespace 2005-02-26 22:58:54 +00:00
linux_dirent.h nuke trailing whitespace 2005-02-26 22:58:54 +00:00
linux_emuldata.h Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce an 2005-11-05 00:47:26 +00:00
linux_errno.c
linux_errno.h First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_exec_aout.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
linux_exec_elf32.c - sprinkle const. 2005-05-29 22:08:16 +00:00
linux_exec_elf64.c
linux_exec.c Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce an 2005-11-05 00:47:26 +00:00
linux_exec.h Define linux_usertrap function, and set it in struct emul. For all 2005-05-20 12:48:26 +00:00
linux_fcntl.h First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_fdio.c
linux_fdio.h nuke trailing whitespace 2005-02-26 22:58:54 +00:00
linux_file64.c 64 bit inode changes. 2005-08-19 02:03:49 +00:00
linux_file.c 64 bit inode changes. 2005-08-19 02:03:49 +00:00
linux_futex.c Implement Linux futex ang gettid 2005-11-04 16:54:11 +00:00
linux_futex.h Implement Linux futex ang gettid 2005-11-04 16:54:11 +00:00
linux_hdio.c Remove duplicate statement. 2005-02-28 22:10:46 +00:00
linux_hdio.h
linux_ioctl.c Emulate basic mtio ioctls. 2005-02-28 22:11:31 +00:00
linux_ioctl.h First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_ipc.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
linux_ipc.h
linux_ipccall.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
linux_ipccall.h First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_llseek.c
linux_machdep.h Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce an 2005-11-05 00:47:26 +00:00
linux_misc_notalpha.c First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_misc.c Fix machine name returned by uname on Linux 2005-11-04 16:58:14 +00:00
linux_misc.h First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_mmap.h add support for the linux PROT_GROWS{DOWN,UP} mprotect() flags. 2005-10-30 16:25:50 +00:00
linux_msg.h
linux_mtio.c Emulate basic mtio ioctls. 2005-02-28 22:11:31 +00:00
linux_mtio.h Emulate basic mtio ioctls. 2005-02-28 22:11:31 +00:00
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 register_t is not an int on amd64 2005-11-04 16:52:51 +00:00
linux_prctl.h First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_ptrace.h nuke trailing whitespace 2005-02-26 22:58:54 +00:00
linux_reboot.h
linux_sched.c Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce an 2005-11-05 00:47:26 +00:00
linux_sched.h Implement clock_* POSIX functions. 2005-05-16 21:18:34 +00:00
linux_sem.h
linux_sg.c make this compile on m68k by including sys/device.h explicitly. 2005-11-04 17:00:43 +00:00
linux_sg.h nuke trailing whitespace 2005-02-26 22:58:54 +00:00
linux_shm.h
linux_sig_notalpha.c First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_sigaction.c First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_sigevent.h Add Linux sigevent definitions. 2005-05-16 15:56:41 +00:00
linux_siginfo.h More accurate SIGCHLD code and status for siginfo 2005-06-24 22:57:05 +00:00
linux_signal.c MINSIGSTKSZ on linux is different depending on the platform and usually 2005-09-19 02:46:49 +00:00
linux_signal.h remove duplicate declaration. 2005-06-19 23:46:32 +00:00
linux_signo.c Add support for Linux SA_RESTORER on amd64. 2005-05-19 21:16:29 +00:00
linux_socket.c factor out some of the osockaddr, omsghdr code. 2005-09-24 15:51:03 +00:00
linux_socket.h First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_socketcall.c - sprinkle const. 2005-05-29 22:08:16 +00:00
linux_socketcall.h First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_sockio.h
linux_sysctl.c Change the rest of the sysctl subsystem to use const consistently. 2005-06-20 02:49:18 +00:00
linux_sysctl.h
linux_termios.c PR/31905: Wolfgang Stukenbrock: Termios ioctls TIOCMBIC and TIOCMBIS missing 2005-10-24 12:58:34 +00:00
linux_termios.h First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_time.c Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce an 2005-11-05 00:47:26 +00:00
linux_types.h First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_uselib.c
linux_util.h