aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/spl/spl-thread.c
Commit message (Expand)AuthorAgeFilesLines
* config: fix dequeue_signal check for kernels <4.20Rob Norris2024-10-201-3/+3
* Linux 6.12: support 3arg dequeue_signal() without task paramRob Norris2024-10-011-8/+10
* config: remove HAVE_SIGNAL_STOPRob Norris2024-09-181-8/+0
* config: remove HAVE_SET_SPECIAL_STATERob Norris2024-09-181-1/+1
* Fix issig() to check signal_pending after dequeue SIGSTOP/SIGTSTPJitendra Patidar2024-08-261-0/+7
* Simplify issig().Pawel Jakub Dawidek2024-05-291-13/+3
* Linux 6.8 compat: implement strlcpy fallbackRob Norris2024-01-291-0/+1
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-171-3/+2
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-1/+1
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-9/+0
* Linux 5.17 compat: dequeue_signal() takes a 4th argumentнаб2022-01-251-0/+5
* Linux 5.17 compat: detect complete_and_exit() renameнаб2022-01-251-1/+1
* Add SIGSTOP and SIGTSTP handling to issigPaul Dagnelie2021-04-151-0/+51
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-081-1/+0
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-241-2/+0
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-061-0/+163