From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbgZF-0003vJ-LZ for qemu-devel@nongnu.org; Thu, 13 Aug 2009 16:06:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbgZC-0003pf-Ry for qemu-devel@nongnu.org; Thu, 13 Aug 2009 16:06:31 -0400 Received: from [199.232.76.173] (port=50648 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbgZC-0003oy-JE for qemu-devel@nongnu.org; Thu, 13 Aug 2009 16:06:30 -0400 Received: from [84.20.150.76] (port=34661 helo=naru.obs2.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MbgZB-0000pF-Dd for qemu-devel@nongnu.org; Thu, 13 Aug 2009 16:06:29 -0400 From: riku.voipio@iki.fi Date: Thu, 13 Aug 2009 23:06:13 +0300 Message-Id: Subject: [Qemu-devel] [PATCH 00/11] linux-user patches for HEAD List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio From: Riku Voipio Again, the patches have been on the list before. I think they have had time for comments already, but I'll give another chance before sending this as a pull request to anthony. If I have missed any patches, please resend or reply to the missed patch and CC: me. Kirill A. Shutemov (1): linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit targets Laurent Vivier (3): m68k,linux-user: add setup_frame m68k, linux-user: add setup_rt_frame m68k, linux-user: enable sigaltstack() Nathan Froyd (1): linux-user: fix mq_* compilation problems Riku Voipio (1): linux-user: add eventfd support Ulrich Hecht (5): linux-user: fcntl fixes for LTP linux-user: enable getdents for > 32-bit systems linux-user: define a couple of syscalls for non-uid16 targets linux-user: fadvise64 implementation linux-user: zero fstat buffer to initialize nsec fields configure | 18 ++ linux-user/mmap.c | 79 +++++----- linux-user/signal.c | 382 +++++++++++++++++++++++++++++++++++++++++++++ linux-user/syscall.c | 206 +++++++++++++++++++----- linux-user/syscall_defs.h | 7 + 5 files changed, 613 insertions(+), 79 deletions(-)