aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-22linux-user: Add support for enabling/disabling RTC features using ioctlsFilip Bozuta1-0/+1
2020-01-22linux-user: Add support for TYPE_LONG and TYPE_ULONG in do_ioctl()Filip Bozuta1-0/+2
2020-01-22linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctlsAleksandar Markovic1-0/+3
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2020-01-15linux-user: Include tcg.h in syscall.cRichard Henderson1-0/+1
2019-11-25linux-user: fix translation of statx structuresAriadne Conill1-6/+6
2019-11-12linux-user: remove host stime() syscallLaurent Vivier1-3/+5
2019-11-12linux-user: fix missing breakLaurent Vivier1-0/+1
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson1-0/+2
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson1-2/+2
2019-11-05linux-user: Support for NETLINK socket optionsJosh Kunz1-0/+101
2019-10-28*-user: plugin syscallsEmilio G. Cota1-3/+4
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson1-0/+1
2019-10-21linux-user/syscall: Introduce target_sockaddr_nlPhilippe Mathieu-Daudé1-2/+4
2019-09-11linux-user: Add support for FDFLUSH ioctlYunqiang Su1-0/+1
2019-09-11linux-user: add memfd_createShu-Chun Weng1-0/+12
2019-09-11linux-user: erroneous fd_trans_unregister callShu-Chun Weng1-1/+0
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-0/+1
2019-07-19linux-user: fix to handle variably sized SIOCGSTAMP with new kernelsDaniel P. Berrangé1-28/+112
2019-07-02linux-user: Add support for translation of statx() syscallAleksandar Rikalo1-1/+114
2019-06-24linux-user: Add support for setsockopt() options IPV6_<ADD|DROP>_MEMBERSHIPNeng Chen1-0/+19
2019-06-24linux-user: Add support for setsockopt() option SOL_ALGYunqiang Su1-0/+31
2019-06-24linux-user: emulate msgsnd(), msgrcv() and semtimedop()Laurent Vivier1-31/+30
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson1-4/+4
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-9/+9
2019-05-26linux-user: fix __NR_semtimedop undeclared errorLaurent Vivier1-8/+16
2019-05-24Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell1-2/+47
2019-05-24linux-user: Pass through nanosecond timestamp components for stat syscallsChen-Yu Tsai1-0/+19
2019-05-24linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson1-1/+2
2019-05-22linux-user: add pseudo /proc/hardware for m68kLaurent Vivier1-1/+12
2019-05-22linux-user: add pseudo /proc/cpuinfo for sparcLaurent Vivier1-1/+15
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson1-5/+5
2019-05-22linux-user/aarch64: Use qemu_guest_getrandom for PAUTH keysRichard Henderson1-5/+26
2019-05-22linux-user: Initialize pseudo-random seeds for all guest cpusRichard Henderson1-0/+3
2019-05-19target/alpha: Fix user-only floating-point exceptionsRichard Henderson1-55/+51
2019-05-10linux-user: fix GPROF build failureAlex Bennée1-3/+0
2019-05-09linux-user: Add missing IPV6 sockoptsHelge Deller1-0/+44
2019-04-08linux-user: rename gettid() to sys_gettid() to avoid clash with glibcDaniel P. Berrangé1-5/+6
2019-04-08linux-user: assume __NR_gettid always existsDaniel P. Berrangé1-8/+0
2019-03-07linux-user: fix "may be used uninitialized" warningsMarc-André Lureau1-2/+5
2019-03-07linux-user: don't short-circuit read with zero lengthAndreas Schwab1-2/+2
2019-03-07linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscallsAndreas Schwab1-16/+25
2019-03-07linux-user: fix recvmsg emulationAndreas Schwab1-0/+1
2019-02-07linux-user: Check sscanf return value in open_net_route()Peter Maydell1-3/+9
2019-02-07Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.Kan Li1-25/+31
2019-02-05linux-user: Implement PR_PAC_RESET_KEYSRichard Henderson1-0/+36
2019-01-11remove space-tab sequencesPaolo Bonzini1-1/+1
2019-01-10linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0Peter Maydell1-4/+18
2019-01-10Add getsockopt for settable SOL_IPV6 optionsTom Deseyn1-0/+39