| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | user: Introduce user/signal.h | Ilya Leoshkevich | 2025-02-10 | 1 | -1/+0 |
| * | bsd-user: Implement host_to_target_siginfo. | Stacey Son | 2023-10-03 | 1 | -0/+1 |
| * | bsd-user: spelling fixes | Michael Tokarev | 2023-09-20 | 1 | -2/+2 |
| * | 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-30 | 1 | -0/+22 |
| * | bsd-user/signal.c: implement do_sigreturn | Warner Losh | 2022-01-30 | 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 |