]> Zhao Yanbai Git Server - minix.git/commit
Miscellaneous PM fixes:
authorDavid van Moolenbroek <david@minix3.org>
Sun, 5 Jul 2009 22:48:18 +0000 (22:48 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 5 Jul 2009 22:48:18 +0000 (22:48 +0000)
commit12451e6b06f4a552acdfaac96637aedd69448920
tree0bbf0a046c2fb843ccdee6e686235dd45976a7f0
parentb8b8f537bdfd55181dcf910d048c3d1db29901de
Miscellaneous PM fixes:
o Don't call vm_willexit() more than once upon normal process exit
o Correct two cases of indenting of the no-discussion-possible kind
o Perform slightly stricter ptrace(2) checks:
  - process calling ptrace must be target process's parent
  - process must call wait/waitpid before using ptrace on stopped child
  - no ptrace on zombies
o Allow user processes to use ptrace(T_STOP) to stop an active child
servers/pm/forkexit.c
servers/pm/signal.c
servers/pm/trace.c