aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
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
2022-01-28linux-user: Implement starttime field in self stat emulationCameron Esfahani
2022-01-27linux-user: sigprocmask check read perms firstPatrick Venture
2022-01-27linux-user: rt_sigprocmask, check read perms firstShu-Chun Weng
2022-01-27linux-user: Fix inotify on aarch64Paul Brook
2022-01-11linux-user: Implement capability prctlsRichard Henderson
2022-01-11linux-user: Implement PR_SET_PDEATHSIGRichard Henderson
2022-01-11linux-user: Map signal number in PR_GET_PDEATHSIGRichard Henderson
2022-01-11linux-user: Do not special-case NULL for PR_GET_PDEATHSIGRichard Henderson
2022-01-11linux-user/arm: Move target_oabi_flock64 out of target_structs.hRichard Henderson
2022-01-06linux-user/syscall.c: malloc to g_try_mallocAhmed Abouzied
2022-01-06linux-user/syscall.c: fix missed flag for shared memory in open_self_mapsAndrey Kazmin
2022-01-06linux-user: call set/getscheduler set/getparam directlyTonis Tiigi
2022-01-06linux-user: add sched_getattr supportTonis Tiigi
2022-01-06linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson
2022-01-06linux-user: Disable more prctl subcodesRichard Henderson
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson
2021-12-19linux-user: Create special-errno.hRichard Henderson
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-11-21linux-user: Rewrite do_getdents, do_getdents64Richard Henderson
2021-11-21linux-user: Always use flexible arrays for dirent d_nameRichard Henderson
2021-11-21linux-user: Split out do_getdents, do_getdents64Richard Henderson
2021-09-16linux-user: Check lock_user result for ip_mreq_source sockoptsPeter Maydell
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split safe-syscall macro into its own headerPeter Maydell
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell
2021-09-13linux-user: Split loader-related prototypes into loader.hPeter Maydell
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell
2021-09-13linux-user: Split strace prototypes into strace.hPeter Maydell
2021-07-26linux-user/syscall: Remove unused variable from execveRichard Henderson
2021-07-12linux-user/syscall: Remove ERRNO_TABLE_SIZE checkPhilippe Mathieu-Daudé
2021-07-12linux-user: Simplify host <-> target errno conversion using macrosPhilippe Mathieu-Daudé
2021-07-12linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)Philippe Mathieu-Daudé
2021-07-07linux-user/syscall: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé
2021-07-07linux-user: fill ppid field in /proc/self/statAndreas Schwab
2021-06-20linux-user: Use public sigev_notify_thread_id member if availableMichael Forney
2021-06-20linux-user: Fix incorrect use of feature-test-macrosMichael Forney