summary refs log tree commit diff stats
path: root/bsd-user/signal-common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* user: Introduce user/signal.hIlya Leoshkevich2025-02-101-1/+0
* bsd-user: Implement host_to_target_siginfo.Stacey Son2023-10-031-0/+1
* bsd-user: spelling fixesMichael Tokarev2023-09-201-2/+2
* bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026Warner Losh2022-02-011-0/+5
* bsd-user/signal.c: implement do_sigactionWarner Losh2022-01-301-0/+22
* bsd-user/signal.c: implement do_sigreturnWarner Losh2022-01-301-1/+1
* bsd-user/signal.c: sigset manipulation routines.Warner Losh2022-01-281-0/+2
* bsd-user/signal.c: Add si_type argument to queue_signalWarner Losh2022-01-281-1/+25
* bsd-user/signal.c: implement abstract target / host signal translationWarner Losh2022-01-281-0/+2
* bsd-user/signal-common.h: Move signal functions prototypes to hereWarner Losh2022-01-281-0/+6
* bsd-user/signal.c: implement force_sig_faultWarner Losh2022-01-281-0/+14