summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user: Define ordinary usbfs ioctls.Cortland Tölva2018-10-191-0/+3
* linux-user: Add infrastructure for handling MIPS-specific prctl()Stefan Markovic2018-10-181-0/+8
* linux-user: do setrlimit selectivelyMax Filippov2018-09-251-1/+15
* linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones2018-09-251-0/+3
* linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón2018-09-251-1/+51
* linux-user: move TargetFdTrans functions to their own fileLaurent Vivier2018-09-251-1447/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-08-231-1/+1
|\
| * qom: convert the CPU list to RCUEmilio G. Cota2018-08-231-1/+1
* | linux-user: Propagate goto fail to returnRichard Henderson2018-08-211-38/+22Star