aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| |\|
* | | Merge ^/head r325505 through r325662.Hans Petter Selasky2017-11-106-93/+34
|\| |
| * | Rework printouts and logging level in ENA driverMarcin Wojtas2017-11-091-9/+2
| * | Upgrade to CloudABI v0.17.Ed Schouten2017-11-085-84/+32
* | | Merge ^/head r323559 through r325504.Hans Petter Selasky2017-11-07235-25799/+102581
|\| |
| * | Rename a couple files to not conflict with ZFS filenamesJustin Hibbits2017-11-012-0/+0
| * | Update ena-com HAL to v1.1.4.3 and update driver accordinglyMarcin Wojtas2017-10-3111-86/+3215
| * | Make DPAA work in 64-bit modeJustin Hibbits2017-10-313-6/+6
| * | Add a file to unbreak the buildJustin Hibbits2017-10-311-0/+81
| * | Update DPAA SDK to SDK 2.0Justin Hibbits2017-10-30137-21909/+53614
| * | Introduce cnvlist_name() and cnvlist_type() functions.Mariusz Zaborski2017-10-261-0/+14
| * | libnv: Fix strict-aliasing violation with cookieJilles Tjoelker2017-10-261-10/+14
| * | Import the latest CloudABI definitions, version 0.16.Ed Schouten2017-10-1810-188/+81
| * | Merge ACPICA 20170929 (take 2).Jung-uk Kim2017-10-1067-1348/+3030
| |\|
| * | Add support for parsing and using IPv6 addresses in krping.Hans Petter Selasky2017-10-101-13/+90
| * | Add the firmware for the Intel 8265 WiFi device.George V. Neville-Neil2017-10-091-0/+40270
| * | Revert r324109. This commit broke a number of systems.Jung-uk Kim2017-09-3067-3030/+1348
| * | Merge ACPICA 20170929.Jung-uk Kim2017-09-2967-1348/+3030
| |\|
| * | Modernize the use of vm_page_unwire(). Since r288122, vm_page_unwire()Alan Cox2017-09-241-2/+1
| * | Fix typo from r323945.Cy Schubert2017-09-241-1/+1
| * | Correct two misspellings. Also align */.Cy Schubert2017-09-231-2/+2
| * | Plug memory leak in case when nvlist allocation succeeds, but nvpairMariusz Zaborski2017-09-211-1/+1
| * | Simplify the code by _not_ expecting success under 'fail'.Mariusz Zaborski2017-09-211-10/+10
| * | IMHO it is possible that failure will be treated as success because we don'tMariusz Zaborski2017-09-211-16/+19
| * | Free 'value' only once we are done freeing all individualMariusz Zaborski2017-09-211-1/+1
| * | Because nvp wasn't initialized on every loop iteration once we jumpedMariusz Zaborski2017-09-211-16/+22