kern: Add a proc0

- Provides the thread's proc pointer and with that access to creds

Update #4475
This commit is contained in:
Chris Johns
2021-07-21 13:46:45 +10:00
parent 761fd69393
commit c7427fc154
8 changed files with 168 additions and 30 deletions

View File

@@ -505,6 +505,8 @@ class base(builder.Module):
'sys/kern/kern_module.c',
'sys/kern/kern_mtxpool.c',
'sys/kern/kern_osd.c',
'sys/kern/kern_prot.c',
'sys/kern/kern_resource.c',
'sys/kern/kern_synch.c',
'sys/kern/kern_sysctl.c',
'sys/kern/kern_time.c',