Open
Task
0 of 1 issue completed
Description
We now have all the functionalities to implement the utility. Process exiting test should be run in hermetic mode.
- implement
pthread_sigmask
:
we will use syscall directly orsigprocmask
. - implement
sigsetjmp/siglongjmp
in [libc] implement sigsetjmp/siglongjmp for x86-64 #136072 - port FPE catcher
- port process death utils (WIP [libc] start porting process unit tests to hermetic mode #135124)