.. |
linux_blkio.c
|
Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of
|
2015-12-08 20:36:14 +00:00 |
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
|
Do not define LINUX_EDEADLK more than once.
|
2014-11-22 15:47:42 +00:00 |
linux_exec_aout.c
|
Make sure we have space for the aout header.
|
2015-10-18 16:59:19 +00:00 |
linux_exec_elf32.c
|
Force *stackp to (uintptr_t) before possibly moving to a smaller pointer size.
|
2015-06-11 02:54:00 +00:00 |
linux_exec_elf64.c
|
|
|
linux_exec.c
|
Do not uselessly include <sys/malloc.h>.
|
2014-11-09 17:48:07 +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
|
Do not uselessly include <sys/malloc.h>.
|
2014-11-09 17:48:07 +00:00 |
linux_fadvise64.c
|
Do not uselessly include <sys/malloc.h>.
|
2014-11-09 17:48:07 +00:00 |
linux_fcntl64.c
|
|
|
linux_fcntl.h
|
Add Linux specific fcntl(2) commands. Support F_DUPFD_CLOEXEC.
|
2015-03-01 13:19:39 +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 Linux specific fcntl(2) commands. Support F_DUPFD_CLOEXEC.
|
2015-03-01 13:19:39 +00:00 |
linux_futex.c
|
Uninitialized var, found by brainy; not tested, but obvious enough
|
2016-08-15 09:20:11 +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
|
Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of
|
2015-12-08 20:36:14 +00:00 |
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
|
|
|
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
|
When converting limits from linux32 (int32_t) to native (uint64_t),
|
2015-02-28 13:08:00 +00:00 |
linux_llseek.c
|
Do not uselessly include <sys/malloc.h>.
|
2014-11-09 17:48:07 +00:00 |
linux_machdep.h
|
|
|
linux_misc_notalpha.c
|
Do not uselessly include <sys/malloc.h>.
|
2014-11-09 17:48:07 +00:00 |
linux_misc.c
|
GC WOPTSCHECKED
|
2016-11-10 17:00:51 +00:00 |
linux_misc.h
|
Teach wait4 about WCONTINUED.
|
2016-08-31 08:12:44 +00:00 |
linux_mmap.h
|
|
|
linux_mod.c
|
Merge the compat_sysv module into the sysv_ipc module - it should
|
2015-12-03 02:51:00 +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
|
Do not uselessly include <sys/malloc.h>.
|
2014-11-09 17:48:07 +00:00 |
linux_prctl.h
|
|
|
linux_ptrace.h
|
|
|
linux_reboot.h
|
|
|
linux_sched.c
|
PR/50021: Rin Okuyama: Fix linux affinity syscalls
|
2015-07-03 02:24:28 +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
|
PR/50428: Rin Okuyama: support SA_RESTORER flag for rt_sigaction(2) in the
|
2015-11-14 13:29:35 +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
|
Make the ktrace record written by do_sys_sendmsg/do_sys_recvmsg overridable
|
2016-09-13 07:01:07 +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
|
Do not uselessly include <sys/malloc.h>.
|
2014-11-09 17:48: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
|
Do not uselessly include <sys/malloc.h>.
|
2014-11-09 17:48:07 +00:00 |
linux_util.h
|
|
|