freebsd-dev/sys/compat/linux
Dmitry Chagin 31eb438886 x86_64 Linux do not use multiplexing on ipc system calls.
Move struct ipc_perm definition to the MD path as it differs for 64 and
32 bit platform.

Differential Revision:	https://reviews.freebsd.org/D1068
Reviewed by:	trasz
2015-05-24 15:44:41 +00:00
..
check_error.d Switch linuxulator to use the native 1:1 threads. 2015-05-24 14:53:16 +00:00
check_internal_locks.d Switch linuxulator to use the native 1:1 threads. 2015-05-24 14:53:16 +00:00
linux_dtrace.h dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2013-11-26 08:46:27 +00:00
linux_emul.c pthread_join() caller do futex_wait on child_clear_tid. As a results 2015-05-24 14:54:12 +00:00
linux_emul.h Switch linuxulator to use the native 1:1 threads. 2015-05-24 14:53:16 +00:00
linux_file.c Disable i386 call for x86-64 Linux. 2015-05-24 15:43:53 +00:00
linux_file.h
linux_fork.c Switch linuxulator to use the native 1:1 threads. 2015-05-24 14:53:16 +00:00
linux_futex.c Switch linuxulator to use the native 1:1 threads. 2015-05-24 14:53:16 +00:00
linux_futex.h Switch linuxulator to use the native 1:1 threads. 2015-05-24 14:53:16 +00:00
linux_getcwd.c Simplify linux_getcwd(), removing code that was longer used. 2015-04-23 08:41:50 +00:00
linux_ioctl.c Remake Linux' SOUND_MIXER_INFO IOCTL as a wrapper around new FreeBSD's one. 2014-09-24 08:18:11 +00:00
linux_ioctl.h Add some missing LIBUSB IOCTL conversion codes. 2013-07-14 10:13:01 +00:00
linux_ipc.c x86_64 Linux do not use multiplexing on ipc system calls. 2015-05-24 15:44:41 +00:00
linux_ipc.h x86_64 Linux do not use multiplexing on ipc system calls. 2015-05-24 15:44:41 +00:00
linux_mib.c Introduce LINUX_VERSION_STR, LINUX_VERSION_CODE macro for use instead 2015-05-24 14:56:21 +00:00
linux_mib.h Introduce LINUX_VERSION_STR, LINUX_VERSION_CODE macro for use instead 2015-05-24 14:56:21 +00:00
linux_misc.c Disable i386 call for x86-64 Linux. 2015-05-24 15:43:53 +00:00
linux_misc.h Put linux_platform into the vdso to avoid copying it onto the stack at 2015-05-24 15:30:52 +00:00
linux_signal.c Disable i386 call for x86-64 Linux. 2015-05-24 15:43:53 +00:00
linux_signal.h Implement rt_sigqueueinfo() system call. 2015-05-24 15:11:32 +00:00
linux_socket.c Disable i386 call for x86-64 Linux. 2015-05-24 15:43:53 +00:00
linux_socket.h 64-bit paltforms, like x86_64, do not use multiplexing on 2015-05-24 15:41:27 +00:00
linux_stats.c Disable i386 call for x86-64 Linux. 2015-05-24 15:43:53 +00:00
linux_sysctl.c - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging 2013-11-25 07:38:45 +00:00
linux_sysproto.h
linux_time.c - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging 2013-11-25 07:38:45 +00:00
linux_timer.c Implement most of timer_{create,settime,gettime,getoverrun,delete} 2014-09-18 08:36:45 +00:00
linux_timer.h Implement most of timer_{create,settime,gettime,getoverrun,delete} 2014-09-18 08:36:45 +00:00
linux_uid16.c cred: add proc_set_cred helper 2015-03-16 00:10:03 +00:00
linux_util.c - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging 2013-11-25 07:38:45 +00:00
linux_util.h
linux_vdso.c Implement vdso - virtual dynamic shared object. Through vdso Linux 2015-05-24 15:28:17 +00:00
linux_vdso.h Implement vdso - virtual dynamic shared object. Through vdso Linux 2015-05-24 15:28:17 +00:00
linux_videodev2_compat.h
linux_videodev_compat.h
stats_timing.d Switch linuxulator to use the native 1:1 threads. 2015-05-24 14:53:16 +00:00
trace_futexes.d