Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026 | Warner Losh | 2022-02-01 | 1 | -0/+5 |
* | bsd-user/signal.c: implement do_sigaction | Warner Losh | 2022-01-31 | 1 | -0/+22 |
* | bsd-user/signal.c: implement do_sigreturn | Warner Losh | 2022-01-31 | 1 | -1/+1 |
* | bsd-user/signal.c: sigset manipulation routines. | Warner Losh | 2022-01-28 | 1 | -0/+2 |
* | bsd-user/signal.c: Add si_type argument to queue_signal | Warner Losh | 2022-01-28 | 1 | -1/+25 |
* | bsd-user/signal.c: implement abstract target / host signal translation | Warner Losh | 2022-01-28 | 1 | -0/+2 |
* | bsd-user/signal-common.h: Move signal functions prototypes to here | Warner Losh | 2022-01-28 | 1 | -0/+6 |
* | bsd-user/signal.c: implement force_sig_fault | Warner Losh | 2022-01-28 | 1 | -0/+14 |