summary refs log tree commit diff stats
path: root/linux-user/syscall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+10
* 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/+148
* common-user: Move safe-syscall.* from linux-userRichard Henderson2021-12-201-1/+1
* linux-user: Create special-errno.hRichard Henderson2021-12-191-0/+1
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-191-1/+1
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-191-8/+8
* linux-user: Rewrite do_getdents, do_getdents64Richard Henderson2021-11-211-139/+122
* 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/+0
* linux-user/syscall: Remove ERRNO_TABLE_SIZE checkPhilippe Mathieu-Daudé2021-07-121-5/+0
* linux-user: Simplify host <-> target errno conversion using macrosPhilippe Mathieu-Daudé2021-07-121-145/+14
* 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/+3
* 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
* linux-user: Tidy TARGET_NR_rt_sigactionRichard Henderson2021-05-181-19/+13
* linux-user/alpha: Share code for TARGET_NR_sigactionRichard Henderson2021-05-181-22/+1
* linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson2021-05-181-31/+6
* linux-user: Honor TARGET_ARCH_HAS_SA_RESTORER in do_syscallRichard Henderson2021-05-181-0/+4
* linux-user: Pass ka_restorer to do_sigactionRichard Henderson2021-05-181-13/+6
* linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson2021-05-181-2/+2
* linux-user: Fix erroneous conversion in copy_file_rangeGiuseppe Musacchio2021-05-181-1/+2
* linux-user: Pass CPUArchState to do_sigaltstackRichard Henderson2021-05-151-2/+1