aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-11linux-user: Implement capability prctlsRichard Henderson1-0/+5
2022-01-11linux-user: Implement PR_SET_PDEATHSIGRichard Henderson1-0/+3
2022-01-11linux-user: Map signal number in PR_GET_PDEATHSIGRichard Henderson1-1/+2
2022-01-11linux-user: Do not special-case NULL for PR_GET_PDEATHSIGRichard Henderson1-1/+1
2022-01-11linux-user/arm: Move target_oabi_flock64 out of target_structs.hRichard Henderson1-0/+8
2022-01-06linux-user/syscall.c: malloc to g_try_mallocAhmed Abouzied1-2/+2
2022-01-06linux-user/syscall.c: fix missed flag for shared memory in open_self_mapsAndrey Kazmin1-1/+1
2022-01-06linux-user: call set/getscheduler set/getparam directlyTonis Tiigi1-10/+24
2022-01-06linux-user: add sched_getattr supportTonis Tiigi1-0/+123
2022-01-06linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson1-2/+11
2022-01-06linux-user: Disable more prctl subcodesRichard Henderson1-3/+55
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson1-285/+148
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson1-1/+1
2021-12-19linux-user: Create special-errno.hRichard Henderson1-0/+1
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson1-1/+1
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-8/+8
2021-11-21linux-user: Rewrite do_getdents, do_getdents64Richard Henderson1-139/+122
2021-11-21linux-user: Always use flexible arrays for dirent d_nameRichard Henderson1-2/+4
2021-11-21linux-user: Split out do_getdents, do_getdents64Richard Henderson1-153/+172
2021-09-16linux-user: Check lock_user result for ip_mreq_source sockoptsPeter Maydell1-0/+3
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
2021-09-13linux-user: Split safe-syscall macro into its own headerPeter Maydell1-0/+1
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell1-0/+1
2021-09-13linux-user: Split loader-related prototypes into loader.hPeter Maydell1-0/+1
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell1-0/+1
2021-09-13linux-user: Split strace prototypes into strace.hPeter Maydell1-0/+1
2021-07-26linux-user/syscall: Remove unused variable from execveRichard Henderson1-3/+0
2021-07-12linux-user/syscall: Remove ERRNO_TABLE_SIZE checkPhilippe Mathieu-Daudé1-5/+0
2021-07-12linux-user: Simplify host <-> target errno conversion using macrosPhilippe Mathieu-Daudé1-145/+14
2021-07-12linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)Philippe Mathieu-Daudé1-1/+1
2021-07-07linux-user/syscall: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé1-94/+94
2021-07-07linux-user: fill ppid field in /proc/self/statAndreas Schwab1-0/+3
2021-06-20linux-user: Use public sigev_notify_thread_id member if availableMichael Forney1-1/+5
2021-06-20linux-user: Fix incorrect use of feature-test-macrosMichael Forney1-4/+3
2021-06-20linux-user: Implement pivot_rootYAMAMOTO Takashi1-0/+21
2021-06-15linux-user: Set CF_PARALLEL when mapping shared memoryRichard Henderson1-0/+12
2021-06-05linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]Philippe Mathieu-Daudé1-2/+2
2021-05-18linux-user: Tidy TARGET_NR_rt_sigactionRichard Henderson1-19/+13
2021-05-18linux-user/alpha: Share code for TARGET_NR_sigactionRichard Henderson1-22/+1
2021-05-18linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson1-31/+6
2021-05-18linux-user: Honor TARGET_ARCH_HAS_SA_RESTORER in do_syscallRichard Henderson1-0/+4
2021-05-18linux-user: Pass ka_restorer to do_sigactionRichard Henderson1-13/+6
2021-05-18linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson1-2/+2
2021-05-18linux-user: Fix erroneous conversion in copy_file_rangeGiuseppe Musacchio1-1/+2
2021-05-15linux-user: Pass CPUArchState to do_sigaltstackRichard Henderson1-2/+1
2021-03-29linux-user: NETLINK_LIST_MEMBERSHIPS: Allow bad ptr if its length is 0Frédéric Fortier1-1/+1
2021-03-27linux-user: allow NULL msg in recvfromZach Reizner1-3/+8
2021-03-13linux-user: Fix executable page of /proc/self/mapsNicolas Surbayrole1-3/+3
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson1-8/+10
2021-02-16linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAGRichard Henderson1-0/+43