summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Use correct target SHMLBA in shmat()Peter Maydell2016-09-216-6/+83
* linux-user: Use glib malloc functions in load_symbols()Peter Maydell2016-09-211-7/+7
* linux-user: Check dump_write() return in elf_core_dump()Peter Maydell2016-09-211-1/+3
* linux-user: Fix error handling in flatload.c target_pread()Peter Maydell2016-09-211-0/+6
* linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell2016-09-211-1/+1
* linux-user: Check lock_user() return value for NULLPeter Maydell2016-09-211-0/+9
* linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell2016-09-211-1/+1
* linux-user: report signals being taken in strace outputPeter Maydell2016-09-213-0/+120
* linux-user: Range check the nfds argument to ppoll syscallPeter Maydell2016-09-211-0/+5
* linux-user: Check for bad event numbers in epoll_waitPeter Maydell2016-09-212-0/+8
* linux-user: Use direct syscall for utimensatPeter Maydell2016-09-211-10/+1Star
* linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell2016-09-212-0/+9
* linux-user: Allow bad msg_name for recvfrom on connected socketPeter Maydell2016-09-211-2/+9
* linux-user: Fix errno for sendrecvmsg with large iovec lengthPeter Maydell2016-09-211-0/+9
* linux-user: Fix handling of iovec countsPeter Maydell2016-09-211-4/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-09-151-5/+2Star
|\
| * linux-user: complete omission of removing uses of strdupWei Jiangang2016-09-141-5/+2Star
* | linux-user/qemu.h: change malloc to g_malloc, free to g_freeMd Haris Iqbal2016-09-151-2/+2
* | linux-user,s390x: remove useless castLaurent Vivier2016-09-151-1/+1
* | Remove remainders of HPPA backendThomas Huth2016-09-151-2/+2
* | linux-user, trivial: display "0x%x" instead of "0x%d"Laurent Vivier2016-09-131-1/+1
|/
* ppc: Stop dumping state on all exceptions in linux-userBenjamin Herrenschmidt2016-09-071-12/+0Star
* ppc: Fix catching some segfaults in user modeBenjamin Herrenschmidt2016-09-071-0/+1
* ppc: Make tlb_fill() use new exception helperBenjamin Herrenschmidt2016-09-071-6/+6
* syscall.c: Redefine IFLA_* enumsMichal Privoznik2016-08-191-109/+264
* Revert "syscall.c: Fix build with older linux-headers"Michal Privoznik2016-08-191-86/+0Star
* linux-user: Fix llseek with high bit of offset_low setPeter Maydell2016-08-161-1/+1
* syscall.c: Fix build with older linux-headersMichal Privoznik2016-08-161-0/+86
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* Update ancient copyright string in -version outputPeter Maydell2016-08-111-1/+1
* linux-user: Handle brk() attempts with very large sizesPeter Maydell2016-08-041-1/+1
* linux-user: Fix target_semid_ds structure definitionPeter Maydell2016-08-042-7/+25
* linux-user: Don't write off end of new_utsname bufferPeter Maydell2016-08-041-3/+5
* linux-user: Fix memchr() argument in open_self_cmdline()Peter Maydell2016-08-041-1/+1
* exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov2016-07-261-2/+0Star
* linux-user: AArch64 has sync_file_range, not sync_file_range2Peter Maydell2016-07-191-2/+1Star
* linux-user: Fix type for SIOCATMARK ioctlPeter Maydell2016-07-191-1/+1
* linux-user: define missing sparc syscallsLaurent Vivier2016-07-191-0/+3
* linux-user: Fix terminal control ioctlsTimothy Pearson2016-07-191-6/+6
* linux-user: Add some new blk ioctlsPeter Maydell2016-07-192-0/+40
* linux-user: Handle short lengths in host_to_target_sockaddr()Peter Maydell2016-07-191-2/+9
* linux-user: Forget about synchronous signal once it is deliveredPeter Maydell2016-07-191-4/+4
* linux-user: Correct type for LOOP_GET_STATUS{,64} ioctlsPeter Maydell2016-07-192-6/+7
* linux-user: Correct type for BLKSSZGETPeter Maydell2016-07-191-1/+1
* linux-user: Add loop control ioctlsPeter Maydell2016-07-193-1/+18
* linux-user: Check sigsetsize argument to syscallsPeter Maydell2016-07-191-1/+46
* linux-user: add nested netlink typesLaurent Vivier2016-07-191-4/+316
* linux-user: convert sockaddr_ll from host to targetLaurent Vivier2016-07-191-0/+5
* linux-user: add fd_trans helper in do_recvfrom()Laurent Vivier2016-07-191-0/+3
* linux-user: fix netlink memory corruptionLaurent Vivier2016-07-191-8/+24