]> Zhao Yanbai Git Server - minix.git/commit
- Introduce some macros for field names, so that endpt, pendpt,
authorBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:48:19 +0000 (14:48 +0000)
committerBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:48:19 +0000 (14:48 +0000)
commit5f497bcf226f146bf9894ffa9ec70a109ebe90a7
tree31294b14d538294c14ceb2d131f52203a9a38c24
parenta0d8cc0765203140a736424bb224f26ccaf05630
  - Introduce some macros for field names, so that endpt, pendpt,
    addr and taddr don't have to be defined any more, so that <sys/mman.h>
    can be included for proper prototypes of munmap() and friends.
  - rename our GETPID to MINIX_GETPID to avoid a name conflict with
    other sources
  - PM needs its own munmap() and munmap_text() to avoid sending messages
    to VM at the startup phase. It *does* want to do that, but only
    after initialising. So they're called again with unmap_ok set to 1
    later.
  - getnuid(), getngid() implementation
servers/pm/Makefile
servers/pm/break.c
servers/pm/exec.c
servers/pm/forkexit.c
servers/pm/getset.c
servers/pm/main.c
servers/pm/misc.c
servers/pm/param.h
servers/pm/signal.c
servers/pm/trace.c
servers/pm/utility.c