aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Correct the identifier for the Unifi Security GatewayJustin Hibbits2018-07-102-5/+5
* MFV: r335802Jung-uk Kim2018-06-2919-126/+140
|\
* | Really fix the style.Li-Wen Hsu2018-06-191-1/+1
* | style(9) fix, I was also going to silence gcc.Li-Wen Hsu2018-06-191-0/+1
* | Set prev to NULL so its garaunteed to have a value of some kind andSean Bruno2018-06-191-1/+1
* | libnv: Add nvlist_append_*_array() family of functions.Mariusz Zaborski2018-06-183-0/+174
* | libnv: clean parent in nvlist_array when removing it.Mariusz Zaborski2018-06-181-1/+3
* | libnv: Remove nvlist argument from cnvlist_{take,free}_* functions.Mariusz Zaborski2018-06-181-5/+11
* | libnv: add const to cookies argumentsMariusz Zaborski2018-06-181-5/+5
* | libnv: change name of cookie from cookiep to cookie.Mariusz Zaborski2018-06-181-36/+36
* | [ath_hal] Return failure if noise floor calibration fails.Adrian Chadd2018-06-083-3/+27
* | MFV: r334448Jung-uk Kim2018-06-0422-60/+349
|\|
* | malloc: try to use builtins for zeroing at the callsiteMateusz Guzik2018-06-021-0/+1
* | [ath_hal] migrate the shared HAL_RESET_* pieces out into ath_hal.Adrian Chadd2018-05-251-6/+0
* | Import CK as of commit 0f017230ccc86929f56bf44ef2dca93d7df8076b.Olivier Houchard2018-05-241-101/+101
* | ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-182-3/+3
* | Quiesce a couple pages of clang warnings with a cast. DuplicatesSean Bruno2018-05-181-1/+1
* | ck: add support for executing callbacks outside of main poll loopMatt Macy2018-05-172-6/+17
* | Add support for setting type of service, TOS, for outgoing RDMA connectionsHans Petter Selasky2018-05-151-0/+10
* | Apply fixes in ena-comMarcin Wojtas2018-05-101-2/+7
* | Fix style error introduced in r333393.Cy Schubert2018-05-091-1/+1
* | Document intentional fallthrough. (CID 976535)Cy Schubert2018-05-091-0/+1
* | Fix memory leak. (CID 1199373).Cy Schubert2018-05-091-0/+1
* | MFV: r333378Jung-uk Kim2018-05-087-28/+108
|\|
* | MFV: r333077Jung-uk Kim2018-05-0122-230/+425
|\|
* | 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