haiku/headers
Ingo Weinhold 4a7f236b07 Process groups are now reference-counted. Processes in a group as well
as the death entries of a deceased processes that were in this group
and have not yet been reaped hold references to the group, so that it
won't be deleted until the group is empty and all gone group members
have been reaped. This fixes #1799 at last.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24335 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-03-09 17:56:27 +00:00
..
build Naive implementation of transfer_area(). It follows the suggested sematics 2008-03-09 12:56:59 +00:00
compatibility/bsd * Added BSD specific errno.h for EDOOFUS (yeah, I know, great error code...) 2008-02-03 16:20:16 +00:00
cpp
glibc
gnu
legacy/network setsockopt and getsockopt use int as others functions 2006-06-23 14:19:11 +00:00
libs Patch by Christof Lutteroth: 2008-02-25 01:54:05 +00:00
os Rewrite and activate message passing by area. Passing by area works now with 2008-03-09 13:35:41 +00:00
posix added search.h 2008-02-24 13:41:01 +00:00
private Process groups are now reference-counted. Processes in a group as well 2008-03-09 17:56:27 +00:00
tools