/haiku/headers/private/kernel/ |
H A D | usergroup.h | 4eb3560949b15e7492c8055eb512e5dd68b2da32 Tue Mar 11 17:12:02 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * 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
|
H A D | thread_types.h | 4eb3560949b15e7492c8055eb512e5dd68b2da32 Tue Mar 11 17:12:02 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * 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
|
/haiku/src/system/libroot/posix/unistd/ |
H A D | usergroup.cpp | 4eb3560949b15e7492c8055eb512e5dd68b2da32 Tue Mar 11 17:12:02 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * 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
|
H A D | Jamfile | 4eb3560949b15e7492c8055eb512e5dd68b2da32 Tue Mar 11 17:12:02 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * 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
|
/haiku/src/system/kernel/ |
H A D | usergroup.cpp | 4eb3560949b15e7492c8055eb512e5dd68b2da32 Tue Mar 11 17:12:02 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * 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
|
H A D | syscalls.cpp | 4eb3560949b15e7492c8055eb512e5dd68b2da32 Tue Mar 11 17:12:02 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * 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
|
H A D | Jamfile | 4eb3560949b15e7492c8055eb512e5dd68b2da32 Tue Mar 11 17:12:02 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * 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
|
H A D | team.cpp | 4eb3560949b15e7492c8055eb512e5dd68b2da32 Tue Mar 11 17:12:02 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * 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
|
/haiku/src/system/kernel/lib/ |
H A D | Jamfile | 4eb3560949b15e7492c8055eb512e5dd68b2da32 Tue Mar 11 17:12:02 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * 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
|
/haiku/headers/posix/ |
H A D | unistd.h | 4eb3560949b15e7492c8055eb512e5dd68b2da32 Tue Mar 11 17:12:02 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * 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
|