aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich1-0/+1
2023-02-03linux-user: Allow sendmsg() without IOVHelge Deller1-2/+7
2023-02-03linux-user: Implement SOL_ALG encryption supportHelge Deller1-0/+8
2023-02-03linux-user: Fix /proc/cpuinfo output for hppaHelge Deller1-5/+11
2023-02-03linux-user: Fix SO_ERROR return code of getsockopt()Helge Deller1-1/+6
2023-02-03Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"Daniel P. Berrangé1-18/+0
2023-02-03Revert "linux-user: add more compat ioctl definitions"Daniel P. Berrangé1-25/+0
2023-02-03linux-user: un-parent OBJECT(cpu) when closing threadRichard Henderson1-6/+7
2023-01-25linux-user/syscall: Implement execveat()Drew DeVault1-6/+9
2023-01-25linux-user/syscall: Extract do_execve() from do_syscall1()Drew DeVault1-97/+114
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-1/+1
2022-11-02linux-user: always translate cmsg when recvmsgIcenowy Zheng1-1/+2
2022-11-02linux-user: Add close_range() syscallHelge Deller1-0/+19
2022-10-25linux-user: Add guest memory layout to exception dumpHelge Deller1-0/+28
2022-10-21linux-user: Implement faccessat2WANG Xuerui1-0/+9
2022-10-21linux-user: add more compat ioctl definitionsDaniel P. Berrangé1-0/+25
2022-10-21linux-user: don't use AT_EXECFD in do_openat()Laurent Vivier1-2/+1
2022-10-21linux-user: handle /proc/self/exe with execve() syscallLaurent Vivier1-1/+5
2022-10-21linux-user: fix pidfd_send_signal()Laurent Vivier1-7/+12
2022-10-21linux-user: Fix more MIPS n32 syscall ABI issuesWANG Xuerui1-5/+5
2022-09-27linux-user: Implement PI futexesRichard Henderson1-0/+10
2022-09-27linux-user: Convert signal number for FUTEX_FDRichard Henderson1-0/+1
2022-09-27linux-user: Implement FUTEX_WAKE_BITSETRichard Henderson1-0/+1
2022-09-27linux-user: Sink call to do_safe_futexRichard Henderson1-29/+31
2022-09-27linux-user: Combine do_futex and do_futex_time64Richard Henderson1-56/+11
2022-09-27linux-user: Don't assume 0 is not a valid host timer_t valuePeter Maydell1-8/+16
2022-09-27linux-user: fix bug about missing signum convert of sigqueuefanwenjie1-2/+2
2022-09-27linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller1-0/+4
2022-09-27linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscallsHelge Deller1-0/+34
2022-09-23linux-user: fix readlinkat handling with magic exe symlinkJameson Nash1-2/+13
2022-08-18Revert "linux-user: un-parent OBJECT(cpu) when closing thread"Richard Henderson1-7/+6
2022-08-16linux-user: un-parent OBJECT(cpu) when closing threadAlex Bennée1-6/+7
2022-08-10linux-user: fix compat with glibc >= 2.36 sys/mount.hDaniel P. Berrangé1-0/+18
2022-08-02linux-user: Use memfd for open syscall emulationRainer Müller1-8/+14
2022-07-25linux-user: Use target abi_int type for pipefd[1] in pipe()Helge Deller1-1/+1
2022-07-25linux-user: Unconditionally use pipe2() syscallHelge Deller1-10/+1
2022-07-11linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VLRichard Henderson1-0/+16
2022-07-11linux-user: Rename sve prctlsRichard Henderson1-6/+6
2022-06-24linux-user: Adjust child_tidptr on set_tid_address() syscallHelge Deller1-5/+7
2022-06-24linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich1-6/+2
2022-05-23linux-user: Remove pointless CPU{ARCH}State castsPhilippe Mathieu-Daudé1-26/+23
2022-05-23linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé1-16/+16
2022-05-23linux-user/syscall.c: fix build without RLIMIT_RTTIMEFabrice Fontaine1-0/+2
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-3/+3
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-3/+3
2022-03-22linux-user: Properly handle sigset arg to ppollRichard Henderson1-17/+7
2022-03-22linux-user: Properly handle sigset arg to epoll_pwaitRichard Henderson1-15/+7
2022-03-22linux-user: Properly handle sigset arg to pselectRichard Henderson1-20/+10
2022-03-22linux-user: Split out helpers for sigsuspendRichard Henderson1-23/+17
2022-03-22linux-user/alpha: Fix sigsuspend for big-endian hostsRichard Henderson1-1/+2