summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2019-05-19target/alpha: Fix user-only floating-point exceptionsRichard Henderson
2019-05-10linux-user: fix GPROF build failureAlex Bennée
2019-05-09linux-user: Add missing IPV6 sockoptsHelge Deller
2019-04-08linux-user: rename gettid() to sys_gettid() to avoid clash with glibcDaniel P. Berrangé
2019-04-08linux-user: assume __NR_gettid always existsDaniel P. Berrangé
2019-03-07linux-user: fix "may be used uninitialized" warningsMarc-André Lureau
2019-03-07linux-user: don't short-circuit read with zero lengthAndreas Schwab
2019-03-07linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscallsAndreas Schwab
2019-03-07linux-user: fix recvmsg emulationAndreas Schwab
2019-02-07linux-user: Check sscanf return value in open_net_route()Peter Maydell
2019-02-07Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.Kan Li
2019-02-05linux-user: Implement PR_PAC_RESET_KEYSRichard Henderson
2019-01-11remove space-tab sequencesPaolo Bonzini
2019-01-10linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0Peter Maydell
2019-01-10Add getsockopt for settable SOL_IPV6 optionsTom Deseyn
2018-11-17linux-user: Update MIPS specific prctl() implementationStefan Markovic
2018-11-12linux-user: Add support for SO_REUSEPORTYunqiang Su
2018-10-29linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson
2018-10-19linux-user: Implement special usbfs ioctls.Cortland Tölva
2018-10-19linux-user: Define ordinary usbfs ioctls.Cortland Tölva
2018-10-18linux-user: Add infrastructure for handling MIPS-specific prctl()Stefan Markovic
2018-09-25linux-user: do setrlimit selectivelyMax Filippov
2018-09-25linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones
2018-09-25linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón
2018-09-25linux-user: move TargetFdTrans functions to their own fileLaurent Vivier
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota
2018-08-21linux-user: Propagate goto fail to returnRichard Henderson
2018-08-21linux-user: Propagate goto unimplemented to defaultRichard Henderson
2018-08-21linux-user: Propagate goto unimplemented_nowarn to returnRichard Henderson
2018-08-21linux-user: Propagate goto efault to returnRichard Henderson
2018-08-21linux-user: Relax single exit from "break"Richard Henderson
2018-08-21linux-user: Split out do_syscall1Richard Henderson
2018-08-21linux-user: Remove DEBUGRichard Henderson
2018-08-20linux-user: add QEMU_IFLA_INFO_KIND nested type for tunLaurent Vivier
2018-08-20linux-user: update netlink route typesLaurent Vivier
2018-08-20linux-user: introduce QEMU_RTA_* to use with rtattr_type_tLaurent Vivier
2018-08-20linux-user: fix recvmsg()/recvfrom() with netlink and MSG_TRUNCLaurent Vivier
2018-08-17linux-user: fix 32bit g2h()/h2g()Laurent Vivier
2018-08-16Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...Peter Maydell
2018-08-16linux-user: Add preprocessor availability control to some syscallsAleksandar Rikalo
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson
2018-07-22linux-user/ppc: Implement swapcontext syscallRichard Henderson
2018-07-15Zero out the host's `msg_control` bufferJonas Schievink
2018-07-15linux-user: convert remaining fcntl() to safe_fcntl()Laurent Vivier
2018-07-15linux-user: ppc64: use the correct values for F_*LK64sShivaprasad G Bhat
2018-07-09linux-user: Do not report "Unsupported syscall" by defaultPhilippe Mathieu-Daudé
2018-07-05linux-user: introduce preexit_cleanupAlex Bennée
2018-07-02linux-user: update do_setsockopt()Laurent Vivier