summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2014-08-22linux-user: writev Partial WritesTom Musta1-2/+14
2014-08-22linux-user: Support target-to-host translation of mlockall argumentTom Musta18-1/+50
2014-08-22linux-user: clock_nanosleep errno Handling on PPCTom Musta1-0/+8
2014-08-22linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2Tom Musta18-1/+34
2014-08-22linux-user: Move get_ppc64_abiTom Musta2-9/+10
2014-08-22linux-user: Detect fault in sched_rr_get_intervalTom Musta1-1/+1
2014-08-22linux-user: Handle NULL sched_param argument to sched_*Tom Musta1-0/+10
2014-08-22linux-user: Detect Negative Message Sizes in msgsnd System CallTom Musta1-1/+5
2014-08-22linux-user: Conditionally Pass Attribute Pointer to mq_open()Tom Musta1-3/+7
2014-08-22linux-user: Make ipc syscall's third argument an abi_longTom Musta1-4/+4
2014-08-22linux-user: Properly Handle semun Structure In Cross-Endian SituationsTom Musta1-2/+11
2014-08-22linux-user: Dereference Pointer Argument to ipc/semctl Sys CallTom Musta1-2/+8
2014-08-22linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2Tom Musta1-0/+4
2014-08-22linux-user: add setns and unshareRiku Voipio2-0/+14
2014-08-22linux-user: support ioprio_{get, set} syscallsPaul Burton1-0/+18
2014-08-22linux-user: support timerfd_{create, gettime, settime} syscallsRiku Voipio2-0/+54
2014-08-22linux-user: fix readlink handling with magic exe symlinkMike Frysinger1-2/+13
2014-08-22linux-user: Fix conversion of sigevent argument to timer_createPeter Maydell1-8/+30
2014-08-22linux-user: Fix syscall instruction usermode emulation on X86_64Jincheng Miao1-1/+0
2014-08-22linux-user: redirect openat callsRiku Voipio1-14/+9
2014-08-22linux-user: /proc/self/maps contentMikhail Ilyin1-15/+10
2014-07-15linux-user: use TARGET_SA_ONSTACK in get_sigframeRiku Voipio1-3/+4
2014-07-15alloca one extra byte socketsJoakim Tjernlund1-3/+3
2014-07-15linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddrJoakim Tjernlund2-0/+17
2014-07-15qemu-user: Impl. setsockopt(SO_BINDTODEVICE)Joakim Tjernlund1-0/+19
2014-07-15SIOCGIFINDEX: fix typoJoakim Tjernlund1-1/+1
2014-07-08target-ppc: Change default cpu for ppc64le-linux-userRichard Henderson1-4/+4
2014-06-29Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell5-27/+207
2014-06-29linux-user: support the SIOCGIFINDEX ioctlPaul Burton2-0/+2
2014-06-29linux-user: support the KDSIGACCEPT ioctlPaul Burton3-0/+9
2014-06-29linux-user: allow NULL tv argument for settimeofdayPaul Burton1-4/+8
2014-06-29linux-user: respect timezone for settimeofdayPaul Burton2-1/+33
2014-06-29linux-user: fix struct target_epoll_event layout for MIPSPaul Burton1-1/+1
2014-06-29linux-user: support strace of epoll_create1Paul Burton1-0/+3
2014-06-29linux-user: allow NULL arguments to mountPaul Burton1-22/+53
2014-06-29linux-user: support SO_PASSSEC setsockopt optionPaul Burton2-0/+8
2014-06-29linux-user: support SO_{SND, RCV}BUFFORCE setsockopt optionsPaul Burton1-0/+6
2014-06-29linux-user: support SO_ACCEPTCONN getsockopt optionPaul Burton1-0/+3
2014-06-29linux-user: translate the result of getsockopt SO_TYPEPaul Burton1-0/+34
2014-06-29linux-user: added fake open() for /proc/self/cmdlineWim Vander Schelden1-0/+46
2014-06-29Add support for MAP_NORESERVE mmap flag.Christophe Lyon1-0/+2
2014-06-27linux-user: Support HWCAP2 in PowerPCTom Musta1-0/+31
2014-06-27linux-user: Identify Addition Hardware Capabilities for PowerPCTom Musta1-0/+8
2014-06-27linux-user: Correct AUXV Cache Line Sizes for PowerPCTom Musta1-2/+3
2014-06-24Add support for the arm breakpoint syscallHunter Laux2-0/+5
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson1-3/+0
2014-06-23qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson1-1/+0
2014-06-18target-mips: implement UserLocal RegisterPetar Jovanovic2-2/+2
2014-06-17User mode support for Linux ELF files with no section headerCraig Heffner1-1/+0
2014-06-17linux-user: Return correct errno for unsupported netlink socketEd Swierk1-1/+1