From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEctY-0000Lb-Aa for qemu-devel@nongnu.org; Tue, 26 Apr 2011 03:41:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEctR-0002Ln-95 for qemu-devel@nongnu.org; Tue, 26 Apr 2011 03:41:16 -0400 Received: from afflict.kos.to ([92.243.29.197]:36070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEctR-0002Lg-4O for qemu-devel@nongnu.org; Tue, 26 Apr 2011 03:41:09 -0400 Date: Tue, 26 Apr 2011 10:41:07 +0300 From: Riku Voipio Message-ID: <20110426074107.GA11904@afflict.kos.to> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] linux-user pending patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit b0b36e5d2e4c8a96c2f6dbc0981a9fd0cde111d8: doc: fix slirp description (2011-04-25 23:10:04 +0200) are available in the git repository at: git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream Alexander Graf (1): linux-user: add s390x to llseek list Laurent Vivier (3): linux-user: improve traces linux-user: convert ioctl(SIOCGIFCONF, ...) result. linux-user: add ioctl(SIOCGIWNAME, ...) support. Riku Voipio (2): [v2] linux-user: bigger default stack linux-user: untie syscalls from UID16 linux-user/alpha/syscall_nr.h | 7 -- linux-user/ioctls.h | 4 +- linux-user/strace.c | 161 +++++++++++++++++++++++++++++++++++++++++ linux-user/strace.list | 12 ++-- linux-user/syscall.c | 154 +++++++++++++++++++++++++++++++++++---- linux-user/syscall_defs.h | 8 ++- 6 files changed, 315 insertions(+), 31 deletions(-)