Re: [PATCH v16] kern: simple futex for gnumach

2014-01-18 Thread Richard Braun
On Fri, Jan 17, 2014 at 07:45:15PM -0800, Roland McGrath wrote: This is why I was insisting on passing *memory* through IPC. It's not at all clear that makes any kind of sense, unless you mean something I haven't imagined. Can you be specific about exactly what the interface (say, a

[PATCH 1/2] trans: fix the receiver lookup in password

2014-01-18 Thread Justus Winter
Use translation functions instead of doing the lookup manually. * trans/Makefile (password-MIGSFLAGS): Add mutators. * trans/password.c (S_password_check_user): Update accordingly. (S_password_check_group): Likewise. --- trans/Makefile | 6 +- trans/password.c | 30

[PATCH 2/2] proc: fix the receiver lookup in S_proc_exception_raise

2014-01-18 Thread Justus Winter
* proc/mgt.c (S_proc_exception_raise): Update accordingly. * proc/mig-decls.h: New file. * proc/proc_exc.defs: Add translation functions. --- proc/mgt.c | 7 ++- proc/mig-decls.h | 42 ++ proc/proc_exc.defs | 8 +++- 3 files changed, 51