aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix non-IPv6 build post 57785538c6e0d7e8ca0f161ab95bae10fd304047.Cy Schubert2021-02-101-4/+0
* Set file mode during zfs_writeAntonio Russo2021-02-091-0/+1
* Simplify the FreeBSD check using __FreeBSD__ compiler macro.Cy Schubert2021-02-0918-59/+59
* ipfilter: Use the softn (NAT softc) host map size in ip_nat6 calculation.Cy Schubert2021-02-061-1/+1
* Simplify BSD macro tests.Cy Schubert2021-02-064-15/+3
* Replace the redundant MENTAT macro with SOLARIS.Cy Schubert2021-02-0211-44/+42
* Indentation cleanup resulting from the cleanup of #ifdefs.Cy Schubert2021-02-027-216/+215
* Retire the K&R/STD C __P prototype declarations.Cy Schubert2021-02-0241-1016/+1010
* zfs: remove incomplete ifdefs for lockless symlink supportMateusz Guzik2021-02-011-8/+0
* acpica: Import ACPICA 20210105.Jung-uk Kim2021-01-30357-669/+379
* acpica: Import ACPICA 20201217.Jung-uk Kim2021-01-3029-40/+95
* ipfilter: Retire pre-standard C support.Cy Schubert2021-01-257-92/+0
* zfs: use atomic_load_consume_ptr for z_cached_symlinkMateusz Guzik2021-01-251-4/+1
* atomic: make atomic_store_ptr type-awareMateusz Guzik2021-01-251-1/+1
* zfs: fix panics with invariant kernels from zfs_replay_setattrMateusz Guzik2021-01-251-0/+5
* zfs: add support for lockless symlink lookupMateusz Guzik2021-01-233-3/+86
* Simplify dynamic ipfilter sysctls.John Baldwin2021-01-211-56/+30
* Re-apply f81b2b9a8abd to the new device-tree importEmmanuel Vadot2021-01-151-0/+10
* Revert upstream commit 27c90e5e48d0Emmanuel Vadot2021-01-152-2/+2
* Add 'sys/contrib/device-tree/' from commit '5ee353c36d3c9c7f63df7c7671875e73f...Emmanuel Vadot2021-01-158156-0/+1302878
* [skip ci] Delete an accidentally-committed commentAlan Somers2021-01-121-1/+0
* aio: fix the tests when ZFS is not availableAlan Somers2021-01-101-0/+1
* Bring DPDK route lookups to FreeBSD.Alexander V. Chernikov2021-01-0914-0/+5996
* Fix memory leaks in error paths in krping.Hans Petter Selasky2021-01-081-23/+29
* OpenZFS: Fix issues caused by reversed commits + rebaseMatt Macy2021-01-086-1/+0
* OpenZFS merge main-gf11b09Matt Macy2021-01-08471-6691/+34096
* open(2): Add O_DSYNC flag.Thomas Munro2021-01-082-1/+2
* libprivatezstd: Restrict symbol visibility similar to upstreamConrad Meyer2021-01-032-0/+6
* zstd: Fix non-FreeBSD CI libzstd buildConrad Meyer2021-01-031-3/+4
* vfs: denote vnode being a mount point with VIRF_MOUNTPOINTMateusz Guzik2021-01-031-2/+2
* Improve error message printing in krping.Hans Petter Selasky2020-12-281-5/+4
* Merge commit d8a09b3a0 from openzfs git (by Ryan Libby):Ryan Libby2020-12-271-4/+6
* Merge commit 956f94010 from openzfs git (by Ryan Libby):Ryan Libby2020-12-271-1/+1
* Merge commit c7500ded3 from openzfs git (by Ryan Libby):Ryan Libby2020-12-271-1/+1
* Merge commit 3fcd73747 from openzfs git (by Adrian Chadd):Ryan Libby2020-12-271-12/+20
* Merge commit 79a357c2a from openzfs git (by Adrian Chadd):Ryan Libby2020-12-271-2/+2
* ARM: Enhance common Nvidia Tegra drivers by support for Tegra210 SoC.Michal Meloun2020-12-261-0/+2950
* sys/contrib/zstd: Import zstd 1.4.8Conrad Meyer2020-12-2589-3081/+6820
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-3/+3
* Add the firmware blob required to use the sdma hardware in the imx6Ian Lepore2020-11-262-0/+147
* Adjust ENA driver files to latest ena-com changesMarcin Wojtas2020-11-1810-344/+503
* Fix completion descriptors alignment for the ENAMarcin Wojtas2020-11-183-17/+33
* Restore identification of VDEVs using non-native block size.Cy Schubert2020-11-181-0/+7
* vchiq: Rename timer func so they do not conflict with linuxkpiEmmanuel Vadot2020-11-173-19/+19
* zfs: disable periodic arc updatesMateusz Guzik2020-11-141-0/+2
* MFV: r367652Jung-uk Kim2020-11-1319-99/+311
|\
* | zfs: combine zio caches if possibleMateusz Guzik2020-11-101-24/+55
* | zfs: g/c unused data_alloc_arenaMateusz Guzik2020-11-101-3/+1
* | Check if the ZVOL has been written before calling zil_async_to_sync.Mariusz Zaborski2020-11-081-1/+2
* | zfs: remove 2 assertions that teardown lock is not heldMateusz Guzik2020-11-071-45/+0