aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Import CK as of commit b19ed4c6a56ec93215ab567ba18ba61bf1cfbac8Olivier Houchard2018-04-0218-148/+268
* [iwm] Add support for iwm 3168 cardsEitan Adler2018-03-281-0/+22849
* MFV: libb2: use native calls for secure memory clearanceConrad Meyer2018-03-271-3/+12
* Update to Zstandard 1.3.4Conrad Meyer2018-03-2682-4470/+7418
* Exit krping on device removal to avoid endless hang situation.Hans Petter Selasky2018-03-231-0/+2
* Import Blake2 algorithms (blake2b, blake2s) from libb2Conrad Meyer2018-03-2117-0/+4345
* lib(private)zstd: Fix riscv buildConrad Meyer2018-03-181-0/+5
* Merge ACPICA 20180313.Jung-uk Kim2018-03-1430-253/+456
|\
* | Update to Zstandard 1.3.3Conrad Meyer2018-03-1464-2770/+3036
* | MFV: zstd: FIO_addFInfo: Fully initialize output 'total' structConrad Meyer2018-03-051-0/+1
* | Move the new AMD-Vi IVHD [ACPI_IVRS_HARDWARE_NEW]definitions added in r329360...Anish Gupta2018-03-051-17/+0
* | Define CK_MD_TSO for the relevant arches (i386, amd64 and sparc64).Olivier Houchard2018-02-161-4/+9
* | This change fixes duplicate detection of same IOMMU/AMD-Vi device for Ryzen w...Anish Gupta2018-02-161-0/+17
* | Move zstd malloc()/free()/calloc() macros to stdlib.h.Mark Johnston2018-02-132-11/+44
* | MFV: r329072Jung-uk Kim2018-02-0947-9750/+10944
|\|
* | MFV r328490: Update libfdt to github:f1879e1Kyle Evans2018-01-274-16/+143
* | Add SPDX tags for nv(9).Mariusz Zaborski2018-01-277-0/+14
* | style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer2018-01-251-4/+4
* | libnv: Use mallocarray(9) for the nv_calloc.Pedro F. Giffuni2018-01-191-1/+1
* | libfdt: Update to 1.4.6, switch to using libfdt for overlay supportKyle Evans2018-01-1813-246/+2026
* | zstd: Use mallocarray(9) for calloc macro.Pedro F. Giffuni2018-01-131-1/+1
* | Revert r327934 to fix the log message.Pedro F. Giffuni2018-01-131-1/+1
* | zstd: Use memalloc(9) for calloc macro.Pedro F. Giffuni2018-01-131-1/+1
* | Remove redundant variable.Cy Schubert2018-01-131-2/+0
* | Though this block of code is not used by FreeBSD, correct a call toCy Schubert2018-01-131-1/+1
* | Zstd: Add bswap intrinsics for small MIPS systems (e.g., Onion Omega)Conrad Meyer2018-01-111-0/+14
* | Finally, fix Zstd kernel build on MIPS and RISC-VConrad Meyer2018-01-101-0/+75
* | When growing the state, also grow the seed array. Otherwise memoryCy Schubert2018-01-091-18/+43
* | Integrate zstd into the kernelConrad Meyer2018-01-087-0/+104
* | vchiq: Use mallocarray() to provide kcalloc()Kristof Provost2018-01-071-1/+2
* | Fix a header inclusion missed in the previous commit.Jung-uk Kim2018-01-062-5/+5
* | Merge ACPICA 20180105.Jung-uk Kim2018-01-05348-617/+800
|\|
* | Correct function name in description block.Cy Schubert2018-01-041-1/+1
* | MFC: r326864Jung-uk Kim2017-12-1439-184/+249
|\|
* | Revert local changes made to make zstd(1) frontend behave like gzip(1) and fr...Baptiste Daroussin2017-12-062-3/+3
* | Use __has_builtin() to ensure clz and clzll builtins are availableAllan Jude2017-12-043-4/+4
* | Switch the default firmware for npe(4) from the QOS_VLAN one to theNathan Whitehorn2017-11-241-796/+295
* | Compile fixes for 32-bit architectures.Hans Petter Selasky2017-11-241-1/+1
* | Merge ^/head r325999 through r326131.Hans Petter Selasky2017-11-232-23/+755
|\ \
| * | Import the latest CloudABI definitions, v0.18.Ed Schouten2017-11-212-23/+755
* | | Merge ^/head r325842 through r325998.Hans Petter Selasky2017-11-191-1/+1
|\| |
| * | Actually commit the right patch for r325929Baptiste Daroussin2017-11-171-1/+1
| * | Do not remove the sources when zstd is called as zstdcatBaptiste Daroussin2017-11-171-1/+1
* | | Add full support for specifying IPv6 addresses to krping.Hans Petter Selasky2017-11-151-5/+37
* | | Merge ^/head r325663 through r325841.Hans Petter Selasky2017-11-15279-198/+93876
|\| |
| * | Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1/+1
| * | Set the default VNET in krping before calling ifunit_ref(). Else using IPv6Hans Petter Selasky2017-11-141-0/+2
| * | Move zstd from contrib to sys/contrib so it can be used in theWarner Losh2017-11-14243-0/+93071
| * | Use the correct board name for the Ubiquiti Unifi Security GatewayJustin Hibbits2017-11-142-5/+5
| * | MFV: r325668Jung-uk Kim2017-11-1033-192/+799
| |\|