summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-3/+3
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-3/+3
* linux-user: Properly handle sigset arg to ppollRichard Henderson2022-03-221-17/+7Star
* linux-user: Properly handle sigset arg to epoll_pwaitRichard Henderson2022-03-221-15/+7Star
* linux-user: Properly handle sigset arg to pselectRichard Henderson2022-03-221-20/+10Star
* linux-user: Split out helpers for sigsuspendRichard Henderson2022-03-221-23/+17Star
* linux-user/alpha: Fix sigsuspend for big-endian hostsRichard Henderson2022-03-221-1/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* linux-user/syscall: Translate TARGET_RLIMIT_RTTIMESerge Belyshev2022-02-011-0/+2
* linux-user: Implement starttime field in self stat emulationCameron Esfahani2022-01-281-0/+3
* linux-user: sigprocmask check read perms firstPatrick Venture2022-01-271-5/+7
* linux-user: rt_sigprocmask, check read perms firstShu-Chun Weng2022-01-271-5/+7
* linux-user: Fix inotify on aarch64Paul Brook2022-01-271-40/+10Star
* linux-user: Implement capability prctlsRichard Henderson2022-01-111-0/+5
* linux-user: Implement PR_SET_PDEATHSIGRichard Henderson2022-01-111-0/+3
* linux-user: Map signal number in PR_GET_PDEATHSIGRichard Henderson2022-01-111-1/+2
* linux-user: Do not special-case NULL for PR_GET_PDEATHSIGRichard Henderson2022-01-111-1/+1
* linux-user/arm: Move target_oabi_flock64 out of target_structs.hRichard Henderson2022-01-111-0/+8
* linux-user/syscall.c: malloc to g_try_mallocAhmed Abouzied2022-01-061-2/+2
* linux-user/syscall.c: fix missed flag for shared memory in open_self_mapsAndrey Kazmin2022-01-061-1/+1
* linux-user: call set/getscheduler set/getparam directlyTonis Tiigi2022-01-061-10/+24
* linux-user: add sched_getattr supportTonis Tiigi2022-01-061-0/+123
* linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson2022-01-061-2/+11
* linux-user: Disable more prctl subcodesRichard Henderson2022-01-061-3/+55
* linux-user: Split out do_prctl and subroutinesRichard Henderson2022-01-061-285/+148Star
* common-user: Move safe-syscall.* from linux-userRichard Henderson2021-12-201-1/+1
* linux-user: Create special-errno.hRichard Henderson2021-12-201-0/+1
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-201-1/+1
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-201-8/+8
* linux-user: Rewrite do_getdents, do_getdents64Richard Henderson2021-11-211-139/+122Star
* linux-user: Always use flexible arrays for dirent d_nameRichard Henderson2021-11-211-2/+4
* linux-user: Split out do_getdents, do_getdents64Richard Henderson2021-11-211-153/+172
* linux-user: Check lock_user result for ip_mreq_source sockoptsPeter Maydell2021-09-161-0/+3
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* linux-user: Split safe-syscall macro into its own headerPeter Maydell2021-09-131-0/+1
* linux-user: Split mmap prototypes into user-mmap.hPeter Maydell2021-09-131-0/+1
* linux-user: Split loader-related prototypes into loader.hPeter Maydell2021-09-131-0/+1
* linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-131-0/+1
* linux-user: Split strace prototypes into strace.hPeter Maydell2021-09-131-0/+1
* linux-user/syscall: Remove unused variable from execveRichard Henderson2021-07-261-3/+0Star
* linux-user/syscall: Remove ERRNO_TABLE_SIZE checkPhilippe Mathieu-Daudé2021-07-121-5/+0Star
* linux-user: Simplify host <-> target errno conversion using macrosPhilippe Mathieu-Daudé2021-07-121-145/+14Star
* linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)Philippe Mathieu-Daudé2021-07-121-1/+1
* linux-user/syscall: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé2021-07-071-94/+94
* linux-user: fill ppid field in /proc/self/statAndreas Schwab2021-07-071-0/+3
* linux-user: Use public sigev_notify_thread_id member if availableMichael Forney2021-06-201-1/+5
* linux-user: Fix incorrect use of feature-test-macrosMichael Forney2021-06-201-4/+3Star
* linux-user: Implement pivot_rootYAMAMOTO Takashi2021-06-201-0/+21
* linux-user: Set CF_PARALLEL when mapping shared memoryRichard Henderson2021-06-151-0/+12
* linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]Philippe Mathieu-Daudé2021-06-051-2/+2