aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-16linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLERichard Henderson1-0/+24
2021-02-16linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson1-3/+6
2021-02-16exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson1-1/+1
2021-02-16linux-user: Explicitly untag memory management syscallsRichard Henderson1-0/+11
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-34/+38
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson1-2/+2
2021-02-13linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}Jason A. Donenfeld1-0/+6
2021-02-13linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.Stefan1-1/+2
2021-02-13linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscallsHelge Deller1-2/+7
2021-01-21linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney1-2/+0
2021-01-20linux-user: add missing IPv6 get/setsockopt optionShu-Chun Weng1-0/+4
2021-01-20linux-user: add missing UDP get/setsockopt optionShu-Chun Weng1-2/+5
2021-01-20linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng1-0/+10
2020-12-18linux-user: Add most IFTUN ioctlsShu-Chun Weng1-0/+37
2020-12-18linux-user: Implement copy_file_rangeAndreas Schwab1-0/+42
2020-12-13configure / meson: Move check for linux/btrfs.h to meson.buildThomas Huth1-1/+1
2020-12-13configure / meson: Move check for sys/kcov.h to meson.buildThomas Huth1-1/+1
2020-11-11linux-user: Prevent crash in epoll_ctlLemonBoy1-9/+17
2020-11-04linux-user/syscall: Fix missing target_to_host_timespec64() checkAlistair Francis1-1/+3
2020-10-26linux-user: correct errno returned from accept4() syscallMatus Kysel1-3/+3
2020-10-26linux-user: remove _sysctlLaurent Vivier1-6/+0
2020-10-23linux-user: Support f_flags in statfs64 when available.Frajo1-0/+5
2020-10-23Fix stack smashing when handling PR_GET_PDEATHSIGStephen Long1-1/+1
2020-09-17linux-user/: fix some comment spelling errorszhaolichang1-2/+2
2020-09-06linux-user: Map signal numbers in fcntlTimothy Baldwin1-2/+8
2020-09-05linux-user: Add support for ppoll_time64() and pselect6_time64()Filip Bozuta1-210/+250
2020-09-03linux-user: Add support for a group of btrfs ioctls used for subvolumesFilip Bozuta1-0/+3
2020-08-28linux-user: Add support for utimensat_time64() and semtimedop_time64()Filip Bozuta1-11/+53
2020-08-28linux-user: Add support for 'rt_sigtimedwait_time64()' and 'sched_rr_get_inte...Filip Bozuta1-2/+56
2020-08-28linux-user: Add support for 'clock_nanosleep_time64()' and 'clock_adjtime64()'Filip Bozuta1-3/+139
2020-08-27linux-user: Add support for 'mq_timedsend_time64()' and 'mq_timedreceive_time...Filip Bozuta1-2/+54