minix/servers
Tomas Hruby 8590ac260d Removed dependency of vfs on NR_TASKS macro
- all macros in consts.h that depend on NR_TASKS replaced by a FP_BLOCKED_ON_*

- fp_suspended removed and replaced by fp_blocked_on. Testing whether a process
  is supended is qeual to testing whether fp_blocked_on is FP_BLOCKED_ON_NONE or
  not

- fp_task is valid only if fp_blocked_on == FP_BLOCKED_ON_OTHER

- no need of special values that do not colide with valid and special endpoints
  since they are not used as endpoints anymore

- suspend only takes FP_BLOCKED_ON_* values not endpoints anymore

- suspend(task) replaced by wait_for(task) which sets fp_task so we remember who
  are we waiting for and suspend sets fp_blocked_on to FP_BLOCKED_ON_OTHER to
  signal that we are waiting for some other process

- some functions should take endpoint_t instead of int, fixed
2009-09-22 21:48:26 +00:00
..
ds Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
inet clever hack to avoid starting from 0 disabled because 2009-09-21 14:46:42 +00:00
init stingy stack. 2009-02-06 16:29:00 +00:00
ipc new ipc server that implements shared memory and semaphores. 2009-09-21 14:53:13 +00:00
is Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
mfs - No maximum block size any more. 2009-09-21 14:47:51 +00:00
pm RS_LOOKUP feature for libc functions that want to access servers. 2009-09-21 15:25:15 +00:00
rs RS_LOOKUP feature for libc functions that want to access servers. 2009-09-21 15:25:15 +00:00
vfs Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
vm unmap VR_DIRECT mappings too (fix for X) 2009-09-22 11:51:17 +00:00
Makefile new ipc server that implements shared memory and semaphores. 2009-09-21 14:53:13 +00:00