freebsd-dev/sys/compat/linux
Dmitry Chagin 9ecc1abca3 On success, getrandom() Linux system call returns the number of bytes that
were copied to the buffer supplied by the user.

Also fix getrandom() if Linuxulator modules are built without the kernel.

PR:		219464
Submitted by:	Maciej Pasternacki
Reported by:	Maciej Pasternacki
MFC after:	1 week
2017-05-28 07:40:09 +00:00
..
check_error.d
check_internal_locks.d
linux_common.c
linux_dtrace.h
linux_emul.c
linux_emul.h
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 Commit the 64-bit inode project. 2017-05-23 09:29:05 +00:00
linux_file.h
linux_fork.c
linux_futex.c Fix NULL pointer dereference in futex_wake_op() in case when the same 2017-05-01 12:25:37 +00:00
linux_futex.h
linux_getcwd.c
linux_ioctl.c Add Evdev ioctl handler to the Linuxulator. 2017-04-23 07:43:50 +00:00
linux_ioctl.h Add Evdev ioctl handler to the Linuxulator. 2017-04-23 07:43:50 +00:00
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 Prevent ushort values overflow when convert new Linux 64-bit ipc 2017-04-07 05:37:08 +00:00
linux_ipc.h
linux_mib.c
linux_mib.h
linux_misc.c On success, getrandom() Linux system call returns the number of bytes that 2017-05-28 07:40:09 +00:00
linux_misc.h Implement getrandom() syscall. 2017-03-18 18:34:29 +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
linux_persona.h
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 As noted by Roel Bouwman Linux allows a large buffer size than the 2017-03-18 18:31:04 +00:00
linux_socket.h To reduce code duplication move socket defines to the MI path. 2017-03-18 18:23:30 +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 Map Linux CLOCK_BOOTTIME to native CLOCK_UPTIME. 2017-04-23 07:57:30 +00:00
linux_timer.c
linux_timer.h Use the kern_clock_nanosleep() to implement Linux clock_nanosleep() with 2017-04-02 18:16:00 +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