summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_signal.h
AgeCommit message (Expand)Author
2023-09-18linux(4): Staticize lsiginfo_to_siginfoDmitry Chagin
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-06-22linux(4): Trace Linux l_sigset_t.Dmitry Chagin
2022-05-19linux(4): Move signal codes definitions to the appropriate headerDmitry Chagin
2022-04-26linux(4): Add copyin_sigset() helper.Dmitry Chagin
2021-06-07linux(4): optimize ksiginfo to siginfo conversion.Dmitry Chagin
2021-06-07linux(4): Properly convert linux siginfo to native siginfoDmitry Chagin
2018-03-23Rationalize license text on Linuxolator filesEd Maste
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-05-24Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin
2015-05-24According to Linux man sigaltstack(3) shall return EINVAL if the ssDmitry Chagin
2015-05-24Implement rt_sigqueueinfo() system call.Dmitry Chagin
2015-05-24Add a siginfo_t conversion function.Dmitry Chagin
2013-01-29Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin
2011-02-15Put the macro declaration in the relevant include file for future use.Dmitry Chagin
2008-10-19Correctly fill siginfo for the signals delivered by linux tkill/tgkill.Konstantin Belousov
2006-10-15MFP4 (107868 - 107870):Alexander Leidinger
2002-03-20Remove __P.Alfred Perlstein
2001-09-12KSE Milestone 2Julian Elischer
2001-09-08Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar
2000-11-01The MI/MD split wasn't perfect and the MI files need hacks for theDavid E. O'Brien
2000-08-25Fix typo in license.Marcel Moolenaar
2000-08-22Provide prototypes for functions used by MD code.Marcel Moolenaar