summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
...
* linux-user: protect fcntl64 with an #ifdefAlex Bennée2020-04-071-4/+4
* linux-user: Support futex_time64Alistair Francis2020-03-301-14/+126
* linux-user: Flush out implementation of gettimeofdayRichard Henderson2020-03-261-2/+27
* linux-user: Add x86_64 vsyscall page to /proc/self/mapsRichard Henderson2020-03-261-0/+10
* linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctlLaurent Vivier2020-03-201-8/+11
* linux-user, arm: add syscall table generation supportLaurent Vivier2020-03-201-0/+6
* linux-user/riscv: Update the syscall_nr's to the 5.5 kernelAlistair Francis2020-03-201-1/+1
* linux-user/syscall: Add support for clock_gettime64/clock_settime64Alistair Francis2020-03-201-0/+39
* linux-user: Protect more syscallsAlistair Francis2020-03-201-2/+66
* linux-user: do prlimit selectivelyTobias Koch2020-03-201-1/+4
* linux-user: Add support for getting alsa timer version and idFilip Bozuta2020-02-191-0/+1
* linux-user: Use `qemu_log' for straceJosh Kunz2020-02-191-6/+7
* linux-user: Use `qemu_log' for non-strace loggingJosh Kunz2020-02-191-13/+22
* linux-user: implement getsockopt SO_RCVTIMEO and SO_SNDTIMEOAndreas Schwab2020-02-191-2/+34
* linux-user: Implement membarrier syscallAndreas Schwab2020-02-191-0/+7
* linux-user: implement TARGET_SO_PEERSECLaurent Vivier2020-02-121-0/+22
* linux-user: Add support for enabling/disabling RTC features using ioctlsFilip Bozuta2020-01-221-0/+1
* linux-user: Add support for TYPE_LONG and TYPE_ULONG in do_ioctl()Filip Bozuta2020-01-221-0/+2
* linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctlsAleksandar Markovic2020-01-221-0/+3
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* linux-user: Include tcg.h in syscall.cRichard Henderson2020-01-161-0/+1
* linux-user: fix translation of statx structuresAriadne Conill2019-11-251-6/+6
* linux-user: remove host stime() syscallLaurent Vivier2019-11-121-3/+5
* linux-user: fix missing breakLaurent Vivier2019-11-121-0/+1
* linux-user: Introduce cpu_clone_regs_parentRichard Henderson2019-11-061-0/+2
* linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson2019-11-061-2/+2
* linux-user: Support for NETLINK socket optionsJosh Kunz2019-11-051-0/+101
* *-user: plugin syscallsEmilio G. Cota2019-10-281-3/+4
* target/arm: Rebuild hflags at EL changesRichard Henderson2019-10-241-0/+1
* linux-user/syscall: Introduce target_sockaddr_nlPhilippe Mathieu-Daudé2019-10-211-2/+4
* linux-user: Add support for FDFLUSH ioctlYunqiang Su2019-09-111-0/+1
* linux-user: add memfd_createShu-Chun Weng2019-09-111-0/+12
* linux-user: erroneous fd_trans_unregister callShu-Chun Weng2019-09-111-1/+0Star
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-0/+1
* linux-user: fix to handle variably sized SIOCGSTAMP with new kernelsDaniel P. Berrangé2019-07-191-28/+112
* linux-user: Add support for translation of statx() syscallAleksandar Rikalo2019-07-021-1/+114
* linux-user: Add support for setsockopt() options IPV6_<ADD|DROP>_MEMBERSHIPNeng Chen2019-06-241-0/+19
* linux-user: Add support for setsockopt() option SOL_ALGYunqiang Su2019-06-241-0/+31
* linux-user: emulate msgsnd(), msgrcv() and semtimedop()Laurent Vivier2019-06-241-31/+30Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* target/arm: Use env_cpu, env_archcpuRichard Henderson2019-06-101-4/+4
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-9/+9
* linux-user: fix __NR_semtimedop undeclared errorLaurent Vivier2019-05-261-8/+16
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell2019-05-241-2/+47
|\
| * linux-user: Pass through nanosecond timestamp components for stat syscallsChen-Yu Tsai2019-05-241-0/+19
| * linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson2019-05-241-1/+2
| * linux-user: add pseudo /proc/hardware for m68kLaurent Vivier2019-05-221-1/+12
| * linux-user: add pseudo /proc/cpuinfo for sparcLaurent Vivier2019-05-221-1/+15
* | target/arm: Put all PAC keys into a structureRichard Henderson2019-05-221-5/+5
* | linux-user/aarch64: Use qemu_guest_getrandom for PAUTH keysRichard Henderson2019-05-221-5/+26