aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-17linux-user: Update MIPS specific prctl() implementationStefan Markovic1-0/+18
2018-11-12linux-user: Add support for SO_REUSEPORTYunqiang Su1-0/+10
2018-10-29linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic1-4/+58
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson1-4/+6
2018-10-19linux-user: Implement special usbfs ioctls.Cortland Tölva1-0/+177
2018-10-19linux-user: Define ordinary usbfs ioctls.Cortland Tölva1-0/+3
2018-10-18linux-user: Add infrastructure for handling MIPS-specific prctl()Stefan Markovic1-0/+8
2018-09-25linux-user: do setrlimit selectivelyMax Filippov1-1/+15
2018-09-25linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones1-0/+3
2018-09-25linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón1-1/+51
2018-09-25linux-user: move TargetFdTrans functions to their own fileLaurent Vivier1-1447/+1
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota1-1/+1
2018-08-21linux-user: Propagate goto fail to returnRichard Henderson1-38/+22
2018-08-21linux-user: Propagate goto unimplemented to defaultRichard Henderson1-143/+1
2018-08-21linux-user: Propagate goto unimplemented_nowarn to returnRichard Henderson1-7/+4
2018-08-21linux-user: Propagate goto efault to returnRichard Henderson1-166/+175
2018-08-21linux-user: Relax single exit from "break"Richard Henderson1-582/+390
2018-08-21linux-user: Split out do_syscall1Richard Henderson1-29/+48