summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user: Add support for utimensat_time64() and semtimedop_time64()Filip Bozuta2020-08-281-11/+53
* linux-user: Add support for 'rt_sigtimedwait_time64()' and 'sched_rr_get_inte...Filip Bozuta2020-08-281-2/+56
* linux-user: Add support for 'clock_nanosleep_time64()' and 'clock_adjtime64()'Filip Bozuta2020-08-281-3/+139
* linux-user: Add support for 'mq_timedsend_time64()' and 'mq_timedreceive_time...Filip Bozuta2020-08-271-2/+54
* linux-user: fix target_to_host_timespec64()Laurent Vivier2020-08-271-0/+2
* linux-user: Fix 'mq_timedsend()' and 'mq_timedreceive()'Filip Bozuta2020-08-271-4/+12
* linux-user: Add strace support for printing arguments for ioctls used for ter...Filip Bozuta2020-08-271-0/+1
* linux-user: Add missing termbits types and values definitionsFilip Bozuta2020-08-271-16/+18
* linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta2020-08-271-2/+8
* linux-user: Add strace support for printing arguments of truncate()/ftruncate...Filip Bozuta2020-08-271-32/+0Star
* linux-user: Make cpu_env accessible in strace.cFilip Bozuta2020-08-271-2/+3
* linux-user: syscall: ioctls: support DRM_IOCTL_I915_GETPARAMChen Gang2020-08-271-0/+35
* linux-user: Fix 'clock_nanosleep()' implementationFilip Bozuta2020-08-271-3/+6
* linux-user: Fix 'semop()' and 'semtimedop()' implementationFilip Bozuta2020-08-271-2/+11
* linux-user: Fix 'utimensat()' implementationFilip Bozuta2020-08-231-2/+7
* linux-user: Add support for a group of 2038 safe syscallsFilip Bozuta2020-08-231-1/+138
* linux-user: Modify 'target_to_host/host_to_target_itimerspec()'Filip Bozuta2020-08-231-27/+19Star
* linux-user: Use getcwd syscall directlyAndreas Schwab2020-07-271-8/+1Star
* linux-user: Fix syscall rt_sigtimedwait() implementationFilip Bozuta2020-07-271-1/+3
* linux-user, ppc: fix clock_nanosleep() for linux-user-ppcLaurent Vivier2020-07-271-7/+0Star