aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
...
* Forbid asctime{,_r}(), gmtime(), localtime()наб2022-04-051-0/+4
* Linux 5.18 compat: use address_space_operations->readaheadRiccardo Schirone2022-04-042-0/+27
* fgrep -> grep -Fнаб2022-04-012-4/+4
* egrep -> grep -Eнаб2022-04-011-1/+1
* Linux optimize access checks when ACL is trivialAndrew2022-04-012-0/+31
* config: user: check for <aio.h>наб2022-03-283-1/+9
* Linux 5.18 compat: replace genhd.h with blkdev.h includesнаб2022-03-282-5/+4
* Linux 5.18 compat: 4-argument bio_alloc()наб2022-03-281-0/+37
* RPM: Split out pam_zfs_key into separate packageColMelvin2022-03-181-2/+3
* config: always-arch: don't subst TARGET_CPUнаб2022-03-181-6/+0
* config: always-arch: prune unused TARGET_CPU_*, add TARGET_CPU catch-allнаб2022-03-181-3/+3
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-151-0/+3
* Adding ZERO_PAGE detectionBrian Atkinson2022-03-142-0/+29
* Linux x86 SIMD: factor out unneeded kernel dependenciesAttila Fülöp2022-03-081-99/+6
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-042-27/+0
* config: gcc != ccнаб2022-02-261-11/+11
* config: check for -Wno-cast-function-typeнаб2022-02-262-0/+27
* Linux 5.11 compat: x86 SIMD: fix kernel_fpu_{begin,end}() detectionAttila Fülöp2022-02-241-2/+4
* config: add -Wextra (sans sign-compare and missing-field-initializers)наб2022-02-181-1/+1
* config: prune unused -Wno-bool-compare checksнаб2022-02-182-28/+0
* libtpool: -Wno-clobberedнаб2022-02-185-25/+32
* Fix Linux kernel directories detectionDamian Szuberski2022-02-161-30/+75
* `checkabi`/`storeabi` relevant only to x86_64Damian Szuberski2022-02-161-3/+22
* Propagate KERNEL_* to *.specDamian Szuberski2022-02-091-0/+3
* Add support for $KERNEL_{CC,LD,LLVM} variablesPeter Levine2022-02-091-1/+7
* Linux 5.16 compat: don't use XSTATE_XSAVE to save FPU stateAttila Fülöp2022-02-092-2/+107
* Add `--enable=all` to ShellCheck by defaultDamian Szuberski2022-02-071-1/+9
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-034-1/+62
* Linux 5.17 compat: PDE_DATA() renamed to pde_data()наб2022-01-251-7/+9
* Linux 5.17 compat: dequeue_signal() takes a 4th argumentнаб2022-01-251-2/+43
* Linux 5.17 compat: detect complete_and_exit() renameнаб2022-01-252-0/+29
* Add support for FALLOC_FL_ZERO_RANGERich Ercolani2022-01-241-0/+17
* Linux 5.16 compat: Added mapping for iov_iter_fault_in_readableRich Ercolani2022-01-242-3/+20
* Linux 5.16 compat: Added add_disk check for returnRich Ercolani2022-01-242-0/+29
* Linux 5.16 compat: Check slab.h for kvmallocRich Ercolani2022-01-241-0/+1
* Removed Python 2 and Python 3.5- supportDamian Szuberski2022-01-132-23/+9
* Updated the lz4 decompressorRich Ercolani2022-01-071-0/+1
* config: check for parallel(1), use it for cstyleнаб2022-01-062-0/+9
* libfetch: unquote @LIBFETCH_SONAME@ substнаб2022-01-061-3/+3
* Linux 5.16: The blk-cgroup.h header is where struct blkcg_gq is definedColeman Kane2021-12-071-0/+27
* Linux 5.16: bio_set_dev is no longer a helper macroColeman Kane2021-12-071-0/+28
* Linux 5.16: type member of iov_iter renamed iter_typeColeman Kane2021-12-071-0/+22
* Linux 5.16: block_device_operations->submit_bio now returns voidColeman Kane2021-12-071-0/+29
* Linux 5.13 compat: retry zvol_open() when contendedBrian Behlendorf2021-12-011-0/+22
* Pass `--enable=all` to shellcheck within contrib/Damian Szuberski2021-11-301-1/+1
* Linux 5.16 compat: asm/fpu/xcr.h is new location for xgetbv/xsetbvColeman Kane2021-11-291-0/+15
* Linux 5.16: wait_on_page_bit() no longer available to modulesColeman Kane2021-11-292-0/+28
* Remove basename(1). Clean up/shorten some coreutils pipelinesнаб2021-11-113-4/+4
* Linux 5.16 compat: submit_bio()Brian Behlendorf2021-11-091-2/+1
* Python 3.10 fixes, part 2Rich Ercolani2021-10-291-1/+1