setsigvec
void setsigvec(struct proc *, int, struct sigaction *);
setsigvec(p, SIGABRT, &sa);
setsigvec(p, signum, sa);