freebsd-skq/sys/compat/linux
Dmitry Chagin 5bb676adf7 Fix usage of the same 'i' variable in the external and nested loops.
Submitted by: Svyatoslav <razmyslov at viva64.com>
Sponsored by: PVS-Studio

MFC after:	1 week
2017-03-14 18:29:23 +00:00
..
check_error.d
check_internal_locks.d sys/compat/linux*: spelling fixes. 2016-04-30 00:53:10 +00:00
linux_common.c
linux_dtrace.h
linux_emul.c Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag. 2016-07-10 08:15:50 +00:00
linux_emul.h Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag. 2016-07-10 08:15:50 +00:00
linux_event.c Linux epoll return EEXIST on case when op is EPOLL_CTL_ADD, and the supplied 2017-02-28 19:55:16 +00:00
linux_event.h Implement timerfd family syscalls. 2017-02-26 09:48:18 +00:00
linux_file.c Add linux_preadv() and linux_pwritev() syscalls to Linuxulator. 2017-02-24 20:04:02 +00:00
linux_file.h
linux_fork.c Update comments for the MD functions managing contexts for new 2016-06-16 12:05:44 +00:00
linux_futex.c For future use move futex timeout code to the separate function and 2016-05-22 12:37:40 +00:00
linux_futex.h
linux_getcwd.c
linux_ioctl.c Implement BLKSSZGET ioctl for the Linuxulator. 2016-09-17 08:10:01 +00:00
linux_ioctl.h
linux_ipc64.h Reduce code duplication between MD Linux code by moving SYSV IPC 64-bit 2017-03-07 17:07:16 +00:00
linux_ipc.c Linux semop system call return EINVAL in case when the invalid nsops 2017-03-07 17:12:22 +00:00
linux_ipc.h
linux_mib.c osd(9): Change array pointer to array pointer type from void* 2016-04-26 19:57:35 +00:00
linux_mib.h
linux_misc.c Return EOVERFLOW error in case then the size of tv_sec field of struct timespec 2017-02-26 09:40:42 +00:00
linux_misc.h Right clock defines specified in linux_timer.h. 2017-02-23 08:17:42 +00:00
linux_mmap.c There are some Linux binaries that expect the system to obey the "addr" 2017-02-19 17:17:06 +00:00
linux_mmap.h Fix a copy/paste bug introduced during X86_64 Linuxulator work. 2016-07-10 08:22:04 +00:00
linux_persona.h Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag. 2016-07-10 08:15:50 +00:00
linux_signal.c Implement rt_tgsigqueueinfo system call used by glibc for pthread_sigqueue(3). 2017-02-19 07:38:11 +00:00
linux_signal.h
linux_socket.c Style(9), some XXX comments fix. No functional changes. 2017-02-18 10:01:17 +00:00
linux_socket.h Hide Linux socketcall constants under corresponding #ifdef since 2017-03-04 06:54:05 +00:00
linux_stats.c Fix linux_fstatfs() to return proper value for f_frsize. Without it, 2017-02-25 20:32:37 +00:00
linux_sysctl.c
linux_sysproto.h
linux_time.c Implement timerfd family syscalls. 2017-02-26 09:48:18 +00:00
linux_timer.c
linux_timer.h Implement timerfd family syscalls. 2017-02-26 09:48:18 +00:00
linux_uid16.c
linux_util.c
linux_util.h Add UNIMPLEMENTED() placeholder macro for 2017-03-06 18:11:38 +00:00
linux_vdso.c Fix usage of the same 'i' variable in the external and nested loops. 2017-03-14 18:29:23 +00:00
linux_vdso.h
linux_videodev2_compat.h
linux_videodev_compat.h
linux.c Improve debugging output. 2017-02-16 10:36:00 +00:00
linux.h
stats_timing.d
trace_futexes.d sys/compat/linux*: spelling fixes. 2016-04-30 00:53:10 +00:00