mirror_zfs/module/spl
Arvind Sankar f78b6dbd5b Switch off -Wmissing-prototypes for libgcc math functions
spl-generic.c defines some of the libgcc integer library functions on
32-bit. Don't bother checking -Wmissing-prototypes since nothing should
directly call these functions from C code.

Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Closes #10470
2020-09-15 21:21:05 +00:00
..
Makefile.in Retire unused spl_{mutex,rwlock}_{init_fini} 2019-09-25 11:27:49 -07:00
README.md
spl-atomic.c
spl-condvar.c Fix typos in module/ 2020-01-22 13:48:59 -08:00
spl-cred.c
spl-err.c
spl-generic.c Switch off -Wmissing-prototypes for libgcc math functions 2020-09-15 21:21:05 +00:00
spl-kmem-cache.c Linux 5.8 compat: __vmalloc() 2020-09-15 21:16:58 +00:00
spl-kmem.c Linux 5.8 compat: __vmalloc() 2020-09-15 21:16:58 +00:00
spl-kobj.c
spl-kstat.c Linux 5.6 compat: struct proc_ops 2020-05-12 10:53:32 -07:00
spl-proc.c Linux 5.6 compat: struct proc_ops 2020-05-12 10:53:32 -07:00
spl-procfs-list.c Linux 5.6 compat: struct proc_ops 2020-05-12 10:53:32 -07:00
spl-taskq.c cppcheck: (error) Uninitialized variable 2020-01-22 13:49:06 -08:00
spl-thread.c
spl-tsd.c cppcheck: (error) Uninitialized variable 2020-01-22 13:49:06 -08:00
spl-vmem.c cppcheck: (error) Uninitialized variable 2020-01-22 13:49:06 -08:00
spl-vnode.c Fix zfs-0.8.3 'make lint' warnings 2020-01-22 13:49:07 -08:00
spl-xdr.c
spl-zlib.c Drop KMC_NOEMERGENCY 2020-01-22 13:48:57 -08:00
THIRDPARTYLICENSE.gplv2
THIRDPARTYLICENSE.gplv2.descrip

The Solaris Porting Layer, SPL, is a Linux kernel module which provides a compatibility layer used by the ZFS on Linux 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