mirror_zfs/module/os/freebsd/spl
Alan Somers 126efb5889
FreeBSD: Fix the build on FreeBSD 12
It was broken for several reasons:
* VOP_UNLOCK lost an argument in 13.0.  So OpenZFS should be using
  VOP_UNLOCK1, but a few direct calls to VOP_UNLOCK snuck in.
* The location of the zlib header moved in 13.0 and 12.1.  We can drop
  support for building on 12.0, which is EoL.
* knlist_init lost an argument in 13.0.  OpenZFS change 9d0887402b
  assumed 13.0 or later.
* FreeBSD 13.0 added copy_file_range, and OpenZFS change 67a1b03791
  assumed 13.0 or later.

Sponsored-by: Axcient
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Alan Somers <asomers@gmail.com>
Closes #15551
2023-11-27 12:58:03 -08:00
..
acl_common.c acl: use uintptr_t for ace walker cookies 2022-11-03 09:51:34 -07:00
callb.c Cleanup: Use NULL when doing NULL pointer comparisons 2023-01-12 16:00:37 -08:00
list.c Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
spl_acl.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_atomic.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_cmn_err.c Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
spl_dtrace.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_kmem.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_kstat.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_misc.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_policy.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_procfs_list.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_string.c Introduce kmem_scnprintf() 2022-10-29 13:05:11 -07:00
spl_sunddi.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_sysevent.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_taskq.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_uio.c Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
spl_vfs.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_vm.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00
spl_zlib.c FreeBSD: Fix the build on FreeBSD 12 2023-11-27 12:58:03 -08:00
spl_zone.c freebsd: remove __FBSDID macro use 2023-11-17 14:02:09 -08:00