Go to file
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
boot - remove unused bootdelay feauture 2009-09-21 14:23:47 +00:00
commands - added 'datasizes' script that shows you the size allocated 2009-09-21 14:24:29 +00:00
docs profiling reminder 2009-01-09 16:44:47 +00:00
drivers endpoint_t in syslib 2009-09-22 21:42:02 +00:00
etc RS_LOOKUP feature for libc functions that want to access servers. 2009-09-21 15:25:15 +00:00
include Removed NR_TASKS from macros manipulating endpoint_t 2009-09-22 21:45:26 +00:00
kernel NOT_REACHABLE macro 2009-09-22 21:46:47 +00:00
lib endpoint_t in syslib 2009-09-22 21:42:02 +00:00
man Handle SIGSTOP more consistently and according to POSIX rules; it can no longer be ignored 2009-09-13 12:24:23 +00:00
servers Removed dependency of vfs on NR_TASKS macro 2009-09-22 21:48:26 +00:00
test fp might be NULL. 2009-09-21 15:23:08 +00:00
tools umount before ramdisk spec to allow resizing 2009-09-22 14:01:17 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile include libraries. 2008-11-19 13:15:35 +00:00