summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | linux-user: Initialize pseudo-random seeds for all guest cpusRichard Henderson2019-05-221-0/+3
|/
* target/alpha: Fix user-only floating-point exceptionsRichard Henderson2019-05-191-55/+51Star
* linux-user: fix GPROF build failureAlex Bennée2019-05-101-3/+0Star
* linux-user: Add missing IPV6 sockoptsHelge Deller2019-05-091-0/+44
* linux-user: rename gettid() to sys_gettid() to avoid clash with glibcDaniel P. Berrangé2019-04-081-5/+6
* linux-user: assume __NR_gettid always existsDaniel P. Berrangé2019-04-081-8/+0Star
* linux-user: fix "may be used uninitialized" warningsMarc-André Lureau2019-03-071-2/+5
* linux-user: don't short-circuit read with zero lengthAndreas Schwab2019-03-071-2/+2
* linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscallsAndreas Schwab2019-03-071-16/+25
* linux-user: fix recvmsg emulationAndreas Schwab2019-03-071-0/+1
* linux-user: Check sscanf return value in open_net_route()Peter Maydell2019-02-071-3/+9
* Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.Kan Li2019-02-071-25/+31
* linux-user: Implement PR_PAC_RESET_KEYSRichard Henderson2019-02-051-0/+36
* remove space-tab sequencesPaolo Bonzini2019-01-111-1/+1
* linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0Peter Maydell2019-01-101-4/+18
* Add getsockopt for settable SOL_IPV6 optionsTom Deseyn2019-01-101-0/+39
* linux-user: Update MIPS specific prctl() implementationStefan Markovic2018-11-171-0/+18
* linux-user: Add support for SO_REUSEPORTYunqiang Su2018-11-121-0/+10
* linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic2018-10-291-4/+58
* target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson2018-10-241-4/+6
* linux-user: Implement special usbfs ioctls.Cortland Tölva2018-10-191-0/+177