zfs/module/os/linux/spl
Paul Dagnelie 744cdfd93b Add SIGSTOP and SIGTSTP handling to issig
This change adds SIGSTOP and SIGTSTP handling to the issig function;
this mirrors its behavior on Solaris. This way, long running kernel
tasks can be stopped with the appropriate signals. Note that doing
so with ctrl-z on the command line doesn't return control of the tty
to the shell, because tty handling is done separately from stopping
the process. That can be future work, if people feel that it is a
necessary addition.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Matthew Ahrens <mahrens@delphix.com>
Signed-off-by: Paul Dagnelie <pcd@delphix.com>
Issue #810
Issue #10843
Closes #11801
2021-09-22 15:19:08 -07:00
..
Makefile.in Add zfs_file_* interface, remove vnodes 2019-11-21 09:32:57 -08:00
README.md Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
THIRDPARTYLICENSE.gplv2 OpenZFS restructuring - move platform specific sources 2019-09-06 11:26:26 -07:00
THIRDPARTYLICENSE.gplv2.descrip OpenZFS restructuring - move platform specific sources 2019-09-06 11:26:26 -07:00
spl-atomic.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
spl-condvar.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
spl-cred.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
spl-err.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
spl-generic.c cppcheck: integrete cppcheck 2021-06-23 13:22:15 -07:00
spl-kmem-cache.c Linux: Set spl_kmem_cache_slab_limit when page size !4K 2021-06-23 13:22:15 -07:00
spl-kmem.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
spl-kstat.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
spl-proc.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
spl-procfs-list.c Fix buggy procfs_list_seq_next warning 2020-10-01 12:30:28 -07:00
spl-taskq.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
spl-thread.c Add SIGSTOP and SIGTSTP handling to issig 2021-09-22 15:19:08 -07:00
spl-trace.c Add tracepoints for taskq entry lifetime events 2019-11-01 13:14:54 -07:00
spl-tsd.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
spl-vmem.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
spl-xdr.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00
spl-zlib.c Replace ZFS on Linux references with OpenZFS 2020-10-16 13:01:24 -07:00

README.md

The Solaris Porting Layer, SPL, is a Linux kernel module which provides a compatibility layer used by the OpenZFS project.

Installation

The latest version of the SPL is maintained as part of this repository. Only when building ZFS version 0.7.x or earlier must an external SPL release be used. These releases can be found at:

Release

The SPL is released under a GPLv2 license.
For more details see the NOTICE and THIRDPARTYLICENSE files; UCRL-CODE-235197