minix/servers/pm
Ben Gras 45ddea1cdd Fixed bug that caused the PM to brutalize the contents of the 'memory'
variable. Parsing worked, but future requests for the variable (such as
by the sysenv command) returned truncated data. This caused the system
(e.g. setup script) to think the amount of memory was tiny, and caused
the enabling of swapspace, while it is unnecessary.
2005-06-19 23:16:08 +00:00
..
alloc.c Parsing of free memory chunks is now done at the process manager. 2005-06-17 09:10:30 +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
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 Parsing of free memory chunks is now done at the process manager. 2005-06-17 09:10:30 +00:00
main.c Fixed bug that caused the PM to brutalize the contents of the 'memory' 2005-06-19 23:16:08 +00:00
Makefile Removed debug dumps from the PM and FS servers. The dumps are now done by the 2005-06-07 14:43:35 +00:00
misc.c Parsing of free memory chunks is now done at the process manager. 2005-06-17 09:10:30 +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 Fixed 'ps' utility: now get process table addresses with getsysinfo() calls. 2005-06-06 13:51:50 +00:00
pm.h Fixed bug relating to FS and MEMORY during startup; 2005-06-06 09:30:44 +00:00
proto.h Parsing of free memory chunks is now done at the process manager. 2005-06-17 09:10:30 +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 small compile fixes; initial select() stubs; release.sh script doesn't 2005-06-06 11:40:32 +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 Parsing of free memory chunks is now done at the process manager. 2005-06-17 09:10:30 +00:00