minix/servers/pm
Jorrit Herder f2a85e58d9 Various updates.
* Removed some variants of the SYS_GETINFO calls from the kernel;
  replaced them with new PM and utils libary functionality. Fixed
  bugs in utils library that used old get_kenv() variant.
* Implemented a buffer in the kernel to gather random data.
  Memory driver periodically checks this for /dev/random.
  A better random algorithm can now be implemented in the driver.
  Removed SYS_RANDOM; the SYS_GETINFO call is used instead.
* Remove SYS_KMALLOC from the kernel. Memory allocation can now
  be done at the process manager with new 'other' library functions.
2005-06-03 13:55:06 +00:00
..
alloc.c Various updates. 2005-06-03 13:55:06 +00:00
break.c Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
const.h Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
dmp.c exec now uses phys_zero system call to zero bss segments (instead of 2005-06-01 09:39:45 +00:00
exec.c Minor commit to remove conflict with update. 2005-06-01 14:34:59 +00:00
forkexit.c Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
getset.c Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
glo.h Rename mm (memory manager) to pm (process manager), involved renaming 2005-05-03 15:35:52 +00:00
main.c Various updates. 2005-06-03 13:55:06 +00:00
Makefile Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
misc.c Various updates. 2005-06-03 13:55:06 +00:00
mproc.h Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
param.h Created new findproc system call to the PM (to replace similar kernel 2005-06-02 12:43:21 +00:00
pm.h Renamed header file. 2005-05-13 08:59:19 +00:00
proto.h Various updates. 2005-06-03 13:55:06 +00:00
signal.c Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
table.c Various updates. 2005-06-03 13:55:06 +00:00
time.c Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
trace.c Created new findproc system call to the PM (to replace similar kernel 2005-06-02 12:43:21 +00:00
type.h Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
utility.c Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00