[Qemu-devel] [PATCH] linux-user: Support setgroups syscall with no groups

2013-02-02 Thread dillona
From: Dillon Amburgey Signed-off-by: Dillon Amburgey --- linux-user/syscall.c | 22 -- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index a148d9f..7344052 100644 --- a/linux-user/syscall.c +++ b/linux-user/sys

[Qemu-devel] [PATCH] linux-user: Rewrite deprecated fnctl options

2013-01-03 Thread dillona
From: Dillon Amburgey glibc on alpha still uses these Signed-off-by: Dillon Amburgey --- linux-user/syscall.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index e99adab..cb19ba1 100644 --- a/linux-user/syscall.c +++ b/l

[Qemu-devel] [PATCH] linux-user: Add more sparc syscall numbers

2013-01-03 Thread dillona
From: Dillon Amburgey Signed-off-by: Dillon Amburgey --- linux-user/sparc/syscall_nr.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/linux-user/sparc/syscall_nr.h b/linux-user/sparc/syscall_nr.h index 061711c..534e6e9 100644 --- a/linux-user/sparc/syscall_nr.h +++ b/

[Qemu-devel] [PATCH] linux-user: Add support for oldumount

2013-01-03 Thread dillona
From: Dillon Amburgey This is used at least on the Alpha architecture Signed-off-by: Dillon Amburgey --- linux-user/syscall.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index e99adab..0cd54f3 100644 --- a/linux-us

[Qemu-devel] [PATCH] linux-user: Add Alpha socket constants

2013-01-02 Thread dillona
From: Dillon Amburgey Without these, some networking programs will not work Signed-off-by: Dillon Amburgey --- linux-user/socket.h | 69 +++ 1 files changed, 69 insertions(+), 0 deletions(-) diff --git a/linux-user/socket.h b/linux-user/socket

[Qemu-devel] [PATCH] linux-user: Add Alpha socket constants

2013-01-02 Thread dillona
From: Dillon Amburgey Without these, some networking programs will not work Signed-off-by: Dillon Amburgey --- linux-user/socket.h | 69 +++ 1 files changed, 69 insertions(+), 0 deletions(-) diff --git a/linux-user/socket.h b/linux-user/socket

[Qemu-devel] [PATCH] linux-user: Add Alpha socket constants

2013-01-02 Thread dillona
From: Dillon Amburgey Without these, some networking programs will not work Signed-off-by: Dillon Amburgey --- linux-user/socket.h | 69 +++ 1 files changed, 69 insertions(+), 0 deletions(-) diff --git a/linux-user/socket.h b/linux-user/socket