aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2019-11-25linux-user: fix translation of statx structuresAriadne Conill
2019-11-12linux-user: remove host stime() syscallLaurent Vivier
2019-11-12linux-user: fix missing breakLaurent Vivier
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson
2019-11-05linux-user: Support for NETLINK socket optionsJosh Kunz
2019-10-28*-user: plugin syscallsEmilio G. Cota
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson
2019-10-21linux-user/syscall: Introduce target_sockaddr_nlPhilippe Mathieu-Daudé
2019-09-11linux-user: Add support for FDFLUSH ioctlYunqiang Su
2019-09-11linux-user: add memfd_createShu-Chun Weng
2019-09-11linux-user: erroneous fd_trans_unregister callShu-Chun Weng
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-07-19linux-user: fix to handle variably sized SIOCGSTAMP with new kernelsDaniel P. Berrangé
2019-07-02linux-user: Add support for translation of statx() syscallAleksandar Rikalo
2019-06-24linux-user: Add support for setsockopt() options IPV6_<ADD|DROP>_MEMBERSHIPNeng Chen
2019-06-24linux-user: Add support for setsockopt() option SOL_ALGYunqiang Su
2019-06-24linux-user: emulate msgsnd(), msgrcv() and semtimedop()Laurent Vivier
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-05-26linux-user: fix __NR_semtimedop undeclared errorLaurent Vivier
2019-05-24Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell
2019-05-24linux-user: Pass through nanosecond timestamp components for stat syscallsChen-Yu Tsai
2019-05-24linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson
2019-05-22linux-user: add pseudo /proc/hardware for m68kLaurent Vivier
2019-05-22linux-user: add pseudo /proc/cpuinfo for sparcLaurent Vivier
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson
2019-05-22linux-user/aarch64: Use qemu_guest_getrandom for PAUTH keysRichard Henderson
2019-05-22linux-user: Initialize pseudo-random seeds for all guest cpusRichard Henderson
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