summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
...
| * linux-user: Fix error conversion in 64-bit fadvise syscallPeter Maydell2016-06-081-2/+2
| * linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guestsPeter Maydell2016-06-081-0/+40
| * linux-user: Fix handling of arm_fadvise64_64 syscallPeter Maydell2016-06-081-11/+11
| * linux-user: provide frame information in x86-64 safe_syscallPeter Maydell2016-06-081-0/+10
| * linux-user: Avoid possible misalignment in target_to_host_siginfo()Peter Maydell2016-06-081-7/+12
| * linux-user: Use both si_code and si_signo when converting siginfo_tPeter Maydell2016-06-072-49/+131
| * linux-user: Restart fork() if signals pendingTimothy E Baldwin2016-06-071-0/+5
| * linux-user: Use safe_syscall for kill, tkill and tgkill syscallsPeter Maydell2016-06-071-16/+7Star
| * linux-user: Restart exit() if signal pendingTimothy E Baldwin2016-06-071-2/+6
| * linux-user: pause() should not pause if signal pendingTimothy E Baldwin2016-06-071-1/+4
| * linux-user: Block signals during sigaction() handlingTimothy E Baldwin2016-06-071-3/+9
| * linux-user: Queue synchronous signals separatelyTimothy E Baldwin2016-06-072-32/+43
| * linux-user: Remove real-time signal queuingTimothy E Baldwin2016-06-073-74/+14Star
| * linux-user: Remove redundant default action check in queue_signal()Timothy E Baldwin2016-06-071-37/+0Star
| * linux-user: Fix race between multiple signalsPeter Maydell2016-06-073-73/+213
| * linux-user: Use safe_syscall for sigsuspend syscallsPeter Maydell2016-06-071-2/+3
| * linux-user: Define macro for size of host kernel sigset_tPeter Maydell2016-06-071-2/+7
| * linux-user: Factor out uses of do_sigprocmask() from sigreturn codePeter Maydell2016-06-071-23/+32
| * linux-user: Fix stray tab-indentPeter Maydell2016-06-071-1/+2
| * linux-user: Move handle_pending_signal() to avoid need for declarationPeter Maydell2016-06-071-23/+21Star
| * linux-user: Factor out handle_signal code from process_pending_signals()Peter Maydell2016-06-071-11/+18
| * linux-user: check if NETLINK_ROUTE is availableLaurent Vivier2016-06-071-4/+14
| * linux-user: add netlink auditLaurent Vivier2016-06-071-1/+59
| * linux-user: support netlink protocol NETLINK_KOBJECT_UEVENTLaurent Vivier2016-06-071-1/+5
| * linux-user: add rtnetlink(7) supportLaurent Vivier2016-06-071-6/+575
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-081-0/+1
|\ \
| * | Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng2016-06-071-0/+1
| |/
* / linux-user: Use DIV_ROUND_UPLaurent Vivier2016-06-071-2/+2
|/
* linux-user,target-ppc: fix use of MSR_LELaurent Vivier2016-05-271-3/+3
* linux-user/signal.c: Use s390 target space address instead of host spaceChen Gang2016-05-271-2/+2
* linux-user/signal.c: Use target address instead of host address for microblaz...Chen Gang2016-05-271-1/+2
* linux-user/signal.c: Generate opcode data for restorer in setup_rt_frameChen Gang2016-05-271-2/+10
* linux-user: arm: Remove ARM_cpsr and similar #definesPeter Maydell2016-05-272-28/+11Star
* linux-user: Use direct syscalls for setuid(), etcPeter Maydell2016-05-271-12/+46
* linux-user: x86_64: Don't use 16-bit UIDsPeter Maydell2016-05-271-1/+2
* linux-user: Use g_try_malloc() in do_msgrcv()Peter Maydell2016-05-271-1/+5
* linux-user: Handle msgrcv error case correctlyPeter Maydell2016-05-271-1/+5
* linux-user: Handle negative values in timespec conversionPeter Maydell2016-05-271-4/+4
* linux-user: Use safe_syscall for futex syscallPeter Maydell2016-05-271-8/+10
* linux-user: Use safe_syscall for pselect, select syscallsPeter Maydell2016-05-271-17/+19
* linux-user: Use safe_syscall for execve syscallTimothy E Baldwin2016-05-271-1/+12
* linux-user: Use safe_syscall for wait system callsTimothy E Baldwin2016-05-271-3/+7
* linux-user: Use safe_syscall for open and openat system callsTimothy E Baldwin2016-05-271-14/+4Star
* linux-user: Use safe_syscall for read and write system callsTimothy E Baldwin2016-05-271-2/+5
* linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin2016-05-278-2/+354
* linux-user: Add debug code to exercise restarting system callsTimothy E Baldwin2016-05-271-0/+19
* linux-user: Support for restarting system calls for Microblaze targetsTimothy E Baldwin2016-05-273-2/+8
* linux-user: Set r14 on exit from microblaze syscallPeter Maydell2016-05-271-0/+7
* linux-user: Support for restarting system calls for tilegx targetsPeter Maydell2016-05-273-9/+15
* linux-user: Support for restarting system calls for CRIS targetsTimothy E Baldwin2016-05-273-2/+7