summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
...
* linux-user: fix TARGET_NR_selectLaurent Vivier2016-09-229-21/+39
* linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2Timothy E Baldwin2016-09-211-4/+14
* linux-user: Sanity check clone flagsPeter Maydell2016-09-211-3/+63
* linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell2016-09-211-9/+7Star
* linux-user: Implement force_sigsegv() via force_sig()Peter Maydell2016-09-211-15/+2Star
* linux-user: SIGSEGV from sigreturn need not be fatalPeter Maydell2016-09-211-27/+54
* linux-user: ARM: Give SIGSEGV if signal frame setup failsPeter Maydell2016-09-211-6/+17
* linux-user: SIGSEGV on signal entry need not be fatalPeter Maydell2016-09-211-38/+49
* linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell2016-09-214-72/+71Star
* linux-user: Recheck for pending synchronous signals tooPeter Maydell2016-09-211-2/+5
* linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMUMichael Walle2016-09-211-2/+3
* 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