summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcg: Introduce target-specific page data for user-onlyRichard Henderson2021-02-161-2/+2
* linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}Jason A. Donenfeld2021-02-131-0/+6
* linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.Stefan2021-02-131-1/+2
* linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscallsHelge Deller2021-02-131-2/+7
* linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney2021-01-211-2/+0Star
* linux-user: add missing IPv6 get/setsockopt optionShu-Chun Weng2021-01-201-0/+4
* linux-user: add missing UDP get/setsockopt optionShu-Chun Weng2021-01-201-2/+5
* linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng2021-01-201-0/+10
* linux-user: Add most IFTUN ioctlsShu-Chun Weng2020-12-181-0/+37
* linux-user: Implement copy_file_rangeAndreas Schwab2020-12-181-0/+42
* configure / meson: Move check for linux/btrfs.h to meson.buildThomas Huth2020-12-131-1/+1
* configure / meson: Move check for sys/kcov.h to meson.buildThomas Huth2020-12-131-1/+1
* linux-user: Prevent crash in epoll_ctlLemonBoy2020-11-111-9/+17
* linux-user/syscall: Fix missing target_to_host_timespec64() checkAlistair Francis2020-11-041-1/+3
* linux-user: correct errno returned from accept4() syscallMatus Kysel2020-10-261-3/+3
* linux-user: remove _sysctlLaurent Vivier2020-10-261-6/+0Star
* linux-user: Support f_flags in statfs64 when available.Frajo2020-10-231-0/+5
* Fix stack smashing when handling PR_GET_PDEATHSIGStephen Long2020-10-231-1/+1
* linux-user/: fix some comment spelling errorszhaolichang2020-09-171-2/+2
* linux-user: Map signal numbers in fcntlTimothy Baldwin2020-09-061-2/+8
* linux-user: Add support for ppoll_time64() and pselect6_time64()Filip Bozuta2020-09-051-210/+250
* linux-user: Add support for a group of btrfs ioctls used for subvolumesFilip Bozuta2020-09-031-0/+3