commit | 2acfcd6b0529aa967688d911ba14e884a8dd053b | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Aug 30 14:31:03 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Tue Sep 12 12:46:36 2017 -0700 |
tree | d2e560769eed1f41b5316dd2a23b233faec05f3b | |
parent | 5cfa5dc8dbdd7814d60de1662983772e06dc2a51 [diff] |
userspace: add thread-level permission tracking Now creating a thread will assign it a unique, monotonically increasing id which is used to reference the permission bitfield in the kernel object metadata. Stub functions in userspace.c now implemented. _new_thread is now wrapped in a common function with pre- and post- architecture thread initialization tasks. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>