haiku/src/kernel
Axel Dörfler 6a70123a9d Big update, but everything is related:
- we now have a working process group/session model. Implemented related syscalls
  and the kernel backend, some POSIX process functions are now available in the
  kernel as well.
- dying teams now monitor their exitus by leaving death_entry structures in
  their parent team.
- Implemented wait_for_child() for pid == -1 and pid > 0; IOW waiting for process
  groups is missing yet. Hasn't yet been tested intensively.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9350 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-14 14:46:12 +00:00
..
apps Small test app for the execl() function. 2004-10-07 15:39:37 +00:00
boot Refactored the intel partitioning module. 2004-10-02 15:35:25 +00:00
core Big update, but everything is related: 2004-10-14 14:46:12 +00:00
drivers Calmed down the soon to be removed driver loader (to be replaced by a better 2004-09-28 03:42:07 +00:00
glue Now initializes some global variable defined in libroot_init.c. 2004-07-05 18:50:20 +00:00
ldscripts Added boot_loader.ld file (same as stage2.ld for ppc). 2004-04-22 00:53:55 +00:00
libroot Implemented all remaining process related functions from unistd.h using the new syscalls. 2004-10-14 14:36:45 +00:00
vm2/tests Removing old VM2, starting to integrate new VM. 2003-07-30 11:48:09 +00:00
Jamfile Add setenv() & co to librld.a as our runtime linker will need them... 2004-10-13 09:49:14 +00:00
TODO It is accomplished ... 2002-07-09 12:24:59 +00:00