summary refs log tree commit diff stats
path: root/linux-user/syscall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* 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/+22
* | linux-user: Propagate goto unimplemented to defaultRichard Henderson2018-08-211-143/+1
* | linux-user: Propagate goto unimplemented_nowarn to returnRichard Henderson2018-08-211-7/+4
* | linux-user: Propagate goto efault to returnRichard Henderson2018-08-211-166/+175
* | linux-user: Relax single exit from "break"Richard Henderson2018-08-211-582/+390
* | linux-user: Split out do_syscall1Richard Henderson2018-08-211-29/+48
* | linux-user: Remove DEBUGRichard Henderson2018-08-211-10/+0
|/
* linux-user: add QEMU_IFLA_INFO_KIND nested type for tunLaurent Vivier2018-08-201-0/+48
* linux-user: update netlink route typesLaurent Vivier2018-08-201-0/+19
* linux-user: introduce QEMU_RTA_* to use with rtattr_type_tLaurent Vivier2018-08-201-11/+45
* linux-user: fix recvmsg()/recvfrom() with netlink and MSG_TRUNCLaurent Vivier2018-08-201-2/+7
* linux-user: fix 32bit g2h()/h2g()Laurent Vivier2018-08-171-1/+1
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...Peter Maydell2018-08-161-0/+29
|\
| * linux-user: Add preprocessor availability control to some syscallsAleksandar Rikalo2018-08-161-0/+29
* | target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson2018-08-161-6/+13
|/
* linux-user/ppc: Implement swapcontext syscallRichard Henderson2018-07-221-0/+6
* Zero out the host's `msg_control` bufferJonas Schievink2018-07-151-0/+2
* linux-user: convert remaining fcntl() to safe_fcntl()Laurent Vivier2018-07-151-1/+1
* linux-user: ppc64: use the correct values for F_*LK64sShivaprasad G Bhat2018-07-151-46/+80
* linux-user: Do not report "Unsupported syscall" by defaultPhilippe Mathieu-Daudé2018-07-091-1/+1
* linux-user: introduce preexit_cleanupAlex Bennée2018-07-051-8/+2
* linux-user: update do_setsockopt()Laurent Vivier2018-07-021-0/+2
* linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNTLaurent Vivier2018-07-021-0/+2
* linux-user: Export use is_error(), use it to avoid warningsPhilippe Mathieu-Daudé2018-06-111-5/+0
* syscall: replace strcpy() by g_strlcpy()Philippe Mathieu-Daudé2018-06-041-1/+2
* linux-user: Fix payload size logic in host_to_target_cmsg()Peter Maydell2018-05-251-1/+2
* linux-user: update netlink emulationLaurent Vivier2018-05-251-0/+58
* linux-user: fix conversion of flock/flock64 l_type fieldLaurent Vivier2018-05-111-18/+48
* linux-user: remove useless padding in flock64 structureLaurent Vivier2018-05-031-7/+7
* linux-user: Fix getdents emulation for 64 bit guest on 32 bit hostPeter Maydell2018-04-301-3/+15
* Merge remote-tracking branch 'remotes/xtensa/tags/20180409-xtensa' into stagingPeter Maydell2018-04-101-2/+25
|\
| * linux-user: fix preadv/pwritev offsetsMax Filippov2018-04-091-2/+25
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell2018-04-041-2/+5
|\ \ | |/ |/|
| * linux-user: define TARGET_ARCH_HAS_KA_RESTORERLaurent Vivier2018-04-031-2/+5
* | target/xtensa: linux-user: fix fadvise64 callMax Filippov2018-04-021-1/+1
* | linux-user: implement clock_settimeMax Filippov2018-04-011-0/+12
* | linux-user: fix error propagation in clock_gettimeMax Filippov2018-04-011-1/+1
* | linux-user: fix mq_getsetattr implementationMax Filippov2018-03-311-6/+7
* | linux-user: call cpu_copy under clone_lockMax Filippov2018-03-311-3/+4
|/