minix/servers
Ben Gras c9c6983cc1 Fixed a few quirks in misc.c
. MAX used where it should've been MIN
  . buffer byte too short
  . inobvious use of & with && without parantheses
  . funny length checking
2005-06-20 09:35:23 +00:00
..
fs Fixed nasty bug that would cause FS to loop forever in rw_scattered (while 2005-06-19 22:33:49 +00:00
inet Fixed bug relating to FS and MEMORY during startup; 2005-06-06 09:30:44 +00:00
init Various updates. 2005-06-03 13:55:06 +00:00
is Removed mem chunks dump. (No longer available from kernel.) 2005-06-17 09:13:32 +00:00
pm Fixed a few quirks in misc.c 2005-06-20 09:35:23 +00:00
Makefile Rename mm (memory manager) to pm (process manager), involved renaming 2005-05-03 15:35:52 +00:00