aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Support the use of the ipsec kld.Cy Schubert2019-05-111-1/+1
* MFV: r347413Jung-uk Kim2019-05-0917-76/+375
|\
* | Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI2019-05-0845-0/+21807
* | Left justify a function header brace as it should be.Cy Schubert2019-04-281-1/+1
* | [ath] [ath_hal] [ath_hal_9300] Extend the start PCU receive to handle resetti...Adrian Chadd2019-04-213-11/+3
* | Update to Zstandard 1.4.0Conrad Meyer2019-04-19143-3042/+11746
* | The nvlist_report_missing is also used by the cnvlist.Mariusz Zaborski2019-04-111-1/+1
* | Catch up to r343631: Avoid "pfil: duplicate hook" due toCy Schubert2019-04-111-1/+2
* | libnv: fix compilation warningsMariusz Zaborski2019-04-111-3/+4
* | libnv: fix compilation warningsMariusz Zaborski2019-04-111-3/+3
* | MFV: r345969Jung-uk Kim2019-04-0628-280/+986
|\|
* | Merge ACPICA 20190329.Jung-uk Kim2019-03-2962-174/+268
|\|
* | [ath_hal_ar9300] Add some comments around the AR9300 ANI code.Adrian Chadd2019-03-191-2/+28
* | Remove radeonkmsfw firmware filesEd Maste2019-03-1497-32767/+0
* | Remove npe microcodeEd Maste2019-03-142-547/+0
* | [ath_hal_ar9300] Add the missing bits from the previous HAL commit.Adrian Chadd2019-03-062-5/+56
* | [ath_hal_ar9300] Add the extra ANI configuration fields for the AR93xx HAL.Adrian Chadd2019-03-041-4/+2
* | Modularize xz.Konstantin Belousov2019-02-262-50/+0
* | MFV: r344447Jung-uk Kim2019-02-211-1/+1
|\|
* | MFV: r344395Jung-uk Kim2019-02-2082-539/+745
|\|
* | libnv: fix revertMariusz Zaborski2019-02-171-2/+2
* | libnv: fix double freeMariusz Zaborski2019-02-171-8/+0
* | Remove empty filesLi-Wen Hsu2019-02-123-0/+0
* | libnv: fix memory leaksMariusz Zaborski2019-02-101-0/+1
* | libnv: fix memory leaksMariusz Zaborski2019-02-103-4/+21
* | Remove two more #ifdefs missed in r343701.Cy Schubert2019-02-041-6/+2
* | new_kmem_alloc(9) is a Solaris/illumos malloc(9). FreeBSD and NetBSDCy Schubert2019-02-031-1/+1
* | Remove a reference to HP-UX in a comment.Cy Schubert2019-02-031-1/+1
* | ipfilter #ifdef cleanup.Cy Schubert2019-02-0320-480/+100
* | Unbreak call to ipf_check(): it expects the out parameter to be 0 or 1.Gleb Smirnoff2019-02-011-3/+3
* | New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-311-50/+61
* | Document the instance context pointer.Cy Schubert2019-01-311-1/+2
* | Do not obtain an already held read lock. This causes a witness panic whenCy Schubert2019-01-301-7/+3
* | When copying a NAT rule struct to userland for save by ipfs, use theCy Schubert2019-01-301-1/+1
* | dpaa: fix 32-bit buildJustin Hibbits2019-01-191-1/+1
* | powerpc/dpaa: Handle DMAP virtual addresses in DPAAJustin Hibbits2019-01-191-1/+9
* | Suppress excessive error prints in ENA TX hotpathMarcin Wojtas2019-01-161-1/+1
* | Remove support for FreeBSD 9 kernel, which used to change byte orderGleb Smirnoff2019-01-101-14/+0
* | MFV: r342867Jung-uk Kim2019-01-09355-373/+470
|\|
* | dtsec: Fix formatting of addresses in translation error messagesJustin Hibbits2019-01-061-2/+2
* | rtwn_pci(4): add support for RTL8188EE chipset.Andriy Voskoboinyk2019-01-021-0/+506
* | Update to Zstandard 1.3.8Conrad Meyer2018-12-29109-6581/+11296
* | Remove duplicate include of sys/mbuf.h.Cy Schubert2018-12-291-1/+0
* | Remove another empty #ifdef block. This empty block also exists inCy Schubert2018-12-271-2/+0
* | Remove an empty #if block.Cy Schubert2018-12-241-3/+0
* | Remove NETBSD_PF. NETBSD_PF is a flag that defines whether the pfil(9)Cy Schubert2018-12-233-29/+2
* | Remove the last vestiges of HP/UX from a FreeBSD-only ipfilterCy Schubert2018-12-221-2/+0
* | Revert accidentally included changes in r342108Conrad Meyer2018-12-152-14/+0
* | efirt: When present, attempt to use EFI runtime services to shutdownConrad Meyer2018-12-152-0/+14
* | MFV: r342049Jung-uk Kim2018-12-1440-130/+352
|\|