From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqZRE-0000XF-92 for qemu-devel@nongnu.org; Sun, 05 Apr 2009 16:59:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqZRC-0000Vy-Q4 for qemu-devel@nongnu.org; Sun, 05 Apr 2009 16:59:31 -0400 Received: from [199.232.76.173] (port=42554 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqZRC-0000Vs-0Q for qemu-devel@nongnu.org; Sun, 05 Apr 2009 16:59:30 -0400 Received: from naru.obs2.net ([84.20.150.76]:35058) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LqZRB-0005ZQ-8f for qemu-devel@nongnu.org; Sun, 05 Apr 2009 16:59:29 -0400 Received: from kos.to (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by narury.org (Postfix) with ESMTP id CA3CC3274001 for ; Sun, 5 Apr 2009 23:59:26 +0300 (EEST) From: riku.voipio@iki.fi Date: Sun, 5 Apr 2009 23:59:16 +0300 Message-Id: Subject: [Qemu-devel] [PATCH 00/10] misc userland patches [v2] Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: Riku Voipio Resending, now all patches should be independent (with the exception of 0003 which depends on 0004). The guest-base patches are left from the series as Mika is still writing the strace code to be implemented more in the way real strace is done. Kirill A. Shutemov (2): Fix fstatat64()/newfstatat() syscall implementation Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit targets Lionel Landwerlin (1): Added posix message queue syscalls except mq_notify Mika Westerberg (1): linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscalls Add support for passing contents of argv0 Riku Voipio (6): fix IPCOP_sem* and implement sem* Implement shm* syscalls and fix 64/32bit errors linux-user: unix sockets - fix running dbus Prefer glibc over direct syscalls linux-user: Proper exit code for uncaught signals configure | 53 +++ linux-user/main.c | 38 ++- linux-user/mmap.c | 81 ++-- linux-user/qemu.h | 1 + linux-user/signal.c | 37 +- linux-user/strace.list | 12 +- linux-user/syscall.c | 1077 ++++++++++++++++++++++++++++++++++++--------- linux-user/syscall_defs.h | 7 + 8 files changed, 1031 insertions(+), 275 deletions(-)