aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2024-06-20linux-user: Make TARGET_NR_setgroups affect only the current threadIlya Leoshkevich
2024-04-25linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEYMichael Tokarev
2024-04-10linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson
2023-11-02Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"Daniel P. Berrangé
2023-11-02Revert "linux-user: add more compat ioctl definitions"Daniel P. Berrangé
2023-05-18linux-user: fix getgroups/setgroups allocationsMichael Tokarev
2023-04-10linux-user: fix timerfd read endianness conversionMathis Marion
2023-04-10linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich
2023-04-10linux-user: fix sockaddr_in6 endiannessMathis Marion
2022-11-02linux-user: always translate cmsg when recvmsgIcenowy Zheng
2022-11-02linux-user: Add close_range() syscallHelge Deller
2022-10-25linux-user: Add guest memory layout to exception dumpHelge Deller
2022-10-21linux-user: Implement faccessat2WANG Xuerui
2022-10-21linux-user: add more compat ioctl definitionsDaniel P. Berrangé
2022-10-21linux-user: don't use AT_EXECFD in do_openat()Laurent Vivier
2022-10-21linux-user: handle /proc/self/exe with execve() syscallLaurent Vivier
2022-10-21linux-user: fix pidfd_send_signal()Laurent Vivier
2022-10-21linux-user: Fix more MIPS n32 syscall ABI issuesWANG Xuerui
2022-09-27linux-user: Implement PI futexesRichard Henderson
2022-09-27linux-user: Convert signal number for FUTEX_FDRichard Henderson
2022-09-27linux-user: Implement FUTEX_WAKE_BITSETRichard Henderson
2022-09-27linux-user: Sink call to do_safe_futexRichard Henderson
2022-09-27linux-user: Combine do_futex and do_futex_time64Richard Henderson
2022-09-27linux-user: Don't assume 0 is not a valid host timer_t valuePeter Maydell
2022-09-27linux-user: fix bug about missing signum convert of sigqueuefanwenjie
2022-09-27linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller
2022-09-27linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscallsHelge Deller
2022-09-23linux-user: fix readlinkat handling with magic exe symlinkJameson Nash
2022-08-18Revert "linux-user: un-parent OBJECT(cpu) when closing thread"Richard Henderson
2022-08-16linux-user: un-parent OBJECT(cpu) when closing threadAlex Bennée
2022-08-10linux-user: fix compat with glibc >= 2.36 sys/mount.hDaniel P. Berrangé
2022-08-02linux-user: Use memfd for open syscall emulationRainer Müller
2022-07-25linux-user: Use target abi_int type for pipefd[1] in pipe()Helge Deller
2022-07-25linux-user: Unconditionally use pipe2() syscallHelge Deller
2022-07-11linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VLRichard Henderson
2022-07-11linux-user: Rename sve prctlsRichard Henderson
2022-06-24linux-user: Adjust child_tidptr on set_tid_address() syscallHelge Deller
2022-06-24linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich
2022-05-23linux-user: Remove pointless CPU{ARCH}State castsPhilippe Mathieu-Daudé
2022-05-23linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé
2022-05-23linux-user/syscall.c: fix build without RLIMIT_RTTIMEFabrice Fontaine
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-22linux-user: Properly handle sigset arg to ppollRichard Henderson
2022-03-22linux-user: Properly handle sigset arg to epoll_pwaitRichard Henderson
2022-03-22linux-user: Properly handle sigset arg to pselectRichard Henderson
2022-03-22linux-user: Split out helpers for sigsuspendRichard Henderson
2022-03-22linux-user/alpha: Fix sigsuspend for big-endian hostsRichard Henderson
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-02-01linux-user/syscall: Translate TARGET_RLIMIT_RTTIMESerge Belyshev