haiku/src/system/kernel/lib
Ingo Weinhold 4eb3560949 * Added real, effective and saved set- user and group IDs to the team
structure. They are properly inherited and updated on
  fork(), load_image(), and exec().
* Implemented the get[e]{u,g}id(), set[[r]e]{u,g}id() family for real.
* getgroups() also calls the kernel now, but only returns the effective
  group ID. Supplementary groups support is still missing.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24359 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-03-11 17:12:02 +00:00
..
Jamfile * Added real, effective and saved set- user and group IDs to the team 2008-03-11 17:12:02 +00:00
kernel_errno.c Moved libroot/posix/kerrno.c to kernel/lib/ where it belongs, and renamed it to kernel_errno.c. 2007-02-02 10:53:57 +00:00
kernel_setjmp_save_sigs.c Enabled setjmp()/longjmp() support in the kernel. 2007-04-01 17:05:26 +00:00
kernel_vsprintf.c Since we're using floating point values at several places in the kernel, I added 2006-12-21 12:05:16 +00:00