From: Aleksandar Markovic <amarkovic@wavecomp.com>
This series add support for two system calls and a socket-related
improvement.
v2-v3:
- patch on statx() modified according to the feedback
- patch on semtimedop() modified according to the feedback
v1->v2:
- fixed a typo in the title
- cosmetic comment reformats
- fixed build error related to old label 'efault'
- fixed wrong email addresses
Aleksandar Rikalo (2):
linux-user: Add support for statx() syscall
linux-user: Add support for semtimedop() syscall
Yunqiang Su (1):
linux-user: Add support for SO_REUSEPORT
linux-user/strace.c | 3 +
linux-user/syscall.c | 181 +++++++++++++++++++++++++++++++++++++++++++++-
linux-user/syscall_defs.h | 38 ++++++++++
3 files changed, 221 insertions(+), 1 deletion(-)
--
2.7.4