Prev Next | OpenBSD and Rthreads | Slide #7 |
struct sigacts holds the signal disposition information for a process
i.e., everything you control with sigaction()
SIG_IGN vs SIG_DFL vs handler represented by sigsets
previously, those sets were stored in struct proc, so they wouldn't be swapped out
simple: move them together into struct sigacts
EuroBSDCon 2012 | Copyright © 2012 Philip Guenther |