Re: [PATCH rtems-libbsd 5/7] kern: Add a proc0

2021-07-28 Thread Chris Johns
On 29/7/21 12:22 am, Gedare Bloom wrote: > On Tue, Jul 27, 2021 at 2:59 AM wrote: >> From: Chris Johns >> @@ -135,6 +171,8 @@ rtems_bsd_initialize(void) >> sbt_tickthreshold = bttosbt(bt_tickthreshold); >> maxid_maxcpus = (int) rtems_scheduler_get_processor_maximum(); >> >> +

Re: [PATCH rtems-libbsd 5/7] kern: Add a proc0

2021-07-28 Thread Gedare Bloom
On Tue, Jul 27, 2021 at 2:59 AM wrote: > > From: Chris Johns > > - Provides the thread's proc pointer and with that access to creds > > Update #4475 > --- > freebsd/sys/kern/init_main.c | 4 +++ > freebsd/sys/kern/kern_prot.c | 45 ++-- >

[PATCH rtems-libbsd 5/7] kern: Add a proc0

2021-07-27 Thread chrisj
From: Chris Johns - Provides the thread's proc pointer and with that access to creds Update #4475 --- freebsd/sys/kern/init_main.c | 4 +++ freebsd/sys/kern/kern_prot.c | 45 ++-- freebsd/sys/kern/kern_resource.c | 12 +++ freebsd/sys/sys/proc.h