summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2016-09-22linux-user: fix TARGET_NR_selectLaurent Vivier9-21/+39
2016-09-21linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2Timothy E Baldwin1-4/+14
2016-09-21linux-user: Sanity check clone flagsPeter Maydell1-3/+63
2016-09-21linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell1-9/+7
2016-09-21linux-user: Implement force_sigsegv() via force_sig()Peter Maydell1-15/+2
2016-09-21linux-user: SIGSEGV from sigreturn need not be fatalPeter Maydell1-27/+54
2016-09-21linux-user: ARM: Give SIGSEGV if signal frame setup failsPeter Maydell1-6/+17
2016-09-21linux-user: SIGSEGV on signal entry need not be fatalPeter Maydell1-38/+49
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell4-72/+71
2016-09-21linux-user: Recheck for pending synchronous signals tooPeter Maydell1-2/+5
2016-09-21linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMUMichael Walle1-2/+3
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell6-6/+83
2016-09-21linux-user: Use glib malloc functions in load_symbols()Peter Maydell1-7/+7
2016-09-21linux-user: Check dump_write() return in elf_core_dump()Peter Maydell1-1/+3
2016-09-21linux-user: Fix error handling in flatload.c target_pread()Peter Maydell1-0/+6
2016-09-21linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell1-1/+1
2016-09-21linux-user: Check lock_user() return value for NULLPeter Maydell1-0/+9
2016-09-21linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell1-1/+1
2016-09-21linux-user: report signals being taken in strace outputPeter Maydell3-0/+120
2016-09-21linux-user: Range check the nfds argument to ppoll syscallPeter Maydell1-0/+5
2016-09-21linux-user: Check for bad event numbers in epoll_waitPeter Maydell2-0/+8
2016-09-21linux-user: Use direct syscall for utimensatPeter Maydell1-10/+1
2016-09-21linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell2-0/+9
2016-09-21linux-user: Allow bad msg_name for recvfrom on connected socketPeter Maydell1-2/+9
2016-09-21linux-user: Fix errno for sendrecvmsg with large iovec lengthPeter Maydell1-0/+9
2016-09-21linux-user: Fix handling of iovec countsPeter Maydell1-4/+4
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-5/+2
2016-09-15linux-user/qemu.h: change malloc to g_malloc, free to g_freeMd Haris Iqbal1-2/+2
2016-09-15linux-user,s390x: remove useless castLaurent Vivier1-1/+1
2016-09-15Remove remainders of HPPA backendThomas Huth1-2/+2
2016-09-14linux-user: complete omission of removing uses of strdupWei Jiangang1-5/+2
2016-09-13linux-user, trivial: display "0x%x" instead of "0x%d"Laurent Vivier1-1/+1
2016-09-07ppc: Stop dumping state on all exceptions in linux-userBenjamin Herrenschmidt1-12/+0
2016-09-07ppc: Fix catching some segfaults in user modeBenjamin Herrenschmidt1-0/+1
2016-09-07ppc: Make tlb_fill() use new exception helperBenjamin Herrenschmidt1-6/+6
2016-08-19syscall.c: Redefine IFLA_* enumsMichal Privoznik1-109/+264
2016-08-19Revert "syscall.c: Fix build with older linux-headers"Michal Privoznik1-86/+0
2016-08-16linux-user: Fix llseek with high bit of offset_low setPeter Maydell1-1/+1
2016-08-16syscall.c: Fix build with older linux-headersMichal Privoznik1-0/+86
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-11Update ancient copyright string in -version outputPeter Maydell1-1/+1
2016-08-04linux-user: Handle brk() attempts with very large sizesPeter Maydell1-1/+1
2016-08-04linux-user: Fix target_semid_ds structure definitionPeter Maydell2-7/+25
2016-08-04linux-user: Don't write off end of new_utsname bufferPeter Maydell1-3/+5
2016-08-04linux-user: Fix memchr() argument in open_self_cmdline()Peter Maydell1-1/+1
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov1-2/+0
2016-07-19linux-user: AArch64 has sync_file_range, not sync_file_range2Peter Maydell1-2/+1
2016-07-19linux-user: Fix type for SIOCATMARK ioctlPeter Maydell1-1/+1
2016-07-19linux-user: define missing sparc syscallsLaurent Vivier1-0/+3
2016-07-19linux-user: Fix terminal control ioctlsTimothy Pearson1-6/+6