summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* linux-user: Tidy TARGET_NR_rt_sigactionRichard Henderson2021-05-181-19/+13Star
* linux-user/alpha: Share code for TARGET_NR_sigactionRichard Henderson2021-05-181-22/+1Star
* linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson2021-05-181-31/+6Star
* 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/+6Star
* 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/+1Star
* linux-user: NETLINK_LIST_MEMBERSHIPS: Allow bad ptr if its length is 0Frédéric Fortier2021-03-291-1/+1
* linux-user: allow NULL msg in recvfromZach Reizner2021-03-271-3/+8
* linux-user: Fix executable page of /proc/self/mapsNicolas Surbayrole2021-03-131-3/+3
* accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-8/+10
* linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAGRichard Henderson2021-02-161-0/+43
* linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLERichard Henderson2021-02-161-0/+24
* linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson2021-02-161-3/+6
* exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson2021-02-161-1/+1
* linux-user: Explicitly untag memory management syscallsRichard Henderson2021-02-161-0/+11
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-34/+38