[PATCH gnumach 2/2] XXX avoid thread_syscall_return for measuring null msg

2015-05-02 Thread Justus Winter
--- ipc/mach_msg.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ipc/mach_msg.c b/ipc/mach_msg.c index aecfcd4..07e59e2 100644 --- a/ipc/mach_msg.c +++ b/ipc/mach_msg.c @@ -1673,9 +1673,7 @@ mach_msg_trap( * (syscall entry and thread_syscall_return ex

[PATCH gnumach 1/2] xxx sysenter prototype

2015-05-02 Thread Justus Winter
--- i386/Makefrag.am| 2 + i386/i386/gdt.c | 17 + i386/i386/gdt.h | 7 +- i386/i386/locore.S | 177 i386/i386/pcb.c | 24 +++ i386/i386/syscall.c | 103 i386/i386/s

ps hang

2015-05-02 Thread Samuel Thibault
Hello, ps -o %r hangs, could somebody have a look? Samuel