minix/servers/pm
David van Moolenbroek 12451e6b06 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
2009-07-05 22:48:18 +00:00
..
break.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
const.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
dma.c lingering file 2008-11-19 12:38:31 +00:00
exec.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
forkexit.c Miscellaneous PM fixes: 2009-07-05 22:48:18 +00:00
getset.c New interface between PM and FS. 2006-05-11 14:57:23 +00:00
glo.h . no more HZ 2008-12-11 14:49:17 +00:00
main.c . new kernel call sysctl for generic unprivileged system operations; 2009-01-26 17:43:59 +00:00
Makefile . new kernel call sysctl for generic unprivileged system operations; 2009-01-26 17:43:59 +00:00
misc.c Make the rtl8139 and orinoco drivers handle the system shutdown case 2009-04-22 12:42:37 +00:00
mproc.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
param.h Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
pm.h Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
profile.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
proto.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
signal.c Miscellaneous PM fixes: 2009-07-05 22:48:18 +00:00
table.c Support for I/O MMU: do not re-use a memory segment until the I/O MMU has 2008-02-21 16:33:34 +00:00
time.c . no more HZ 2008-12-11 14:49:17 +00:00
timers.c Andy's formatting changes. 2005-09-11 16:45:46 +00:00
trace.c Miscellaneous PM fixes: 2009-07-05 22:48:18 +00:00
type.h Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
utility.c . no more HZ 2008-12-11 14:49:17 +00:00