aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the code consistent by always using 'fail' label.Mariusz Zaborski2017-09-212-30/+30
* The 'while (array != NULL) { }' suggests scan-build that array may beMariusz Zaborski2017-09-211-2/+3
* Remove redundant initialization. Don't use variable - just return the value.Mariusz Zaborski2017-09-212-10/+5
* Don't use an apostrophe in a possesive pronoun.Cy Schubert2017-09-181-1/+1
* octeon sdk: initialize variable to quiet Clang warningEd Maste2017-09-141-1/+1
* The diff is the initial submission of Cavium Liquidio 2350/2360 10/25GSean Bruno2017-09-121-0/+28149
* Improve the wording of a comment describing why EAGAIN is the error code.Cy Schubert2017-09-121-4/+4
* Merge pipes and socket pairs.Ed Schouten2017-09-051-2/+0
* Merge ACPICA 20170831.Jung-uk Kim2017-08-3143-489/+1323
|\
* | Complete the CloudABI networking refactoring.Ed Schouten2017-08-308-188/+42
* | Sync CloudABI compatibility against the latest upstream version (v0.13).Ed Schouten2017-08-258-253/+85
* | Fix matchcing of NATed ICMP queries (resolving NATed MTU discovery).Cy Schubert2017-08-051-13/+6
* | Merge ena-com 1.1.4.2Marcin Wojtas2017-08-011-9/+0
* | Merge ACPICA 20170728.Jung-uk Kim2017-07-28111-2880/+4516
|\|
* | Upgrade to the latest sources generated from the CloudABI specification.Ed Schouten2017-07-2610-326/+197
* | Avoid including list.h in LinuxKPI headers.Mark Johnston2017-06-181-0/+1
* | [iwmfw] 8000C ver 22 firmware.Adrian Chadd2017-06-041-0/+47134
* | [iwmfw] add 7265D-22 firmwareAdrian Chadd2017-06-041-0/+22855
* | [ath_hal] add USB reset PLL work around for AR9331/AR9344 (Hornet/Wasp.)Adrian Chadd2017-06-041-2/+27
* | Merge ACPICA 20170531.Jung-uk Kim2017-06-01112-1188/+6723
|\|
* | Revert r318789. It causes hanging NAT tcp sessions.Cy Schubert2017-05-291-2/+0
* | Fix return value of ip_sync_nat. Previously, regardless of error itCy Schubert2017-05-271-2/+2
* | Ifdef out a redundant if statement when LARGE_NAT is disabled.Cy Schubert2017-05-241-0/+2
* | Remove redundant variable declaration.Cy Schubert2017-05-231-4/+0
* | Refactor & compact struct i6addr_t #ifdef: remove redundant structureCy Schubert2017-05-221-14/+2
* | Add necessary bits to get FreeBSD booting on the Unifi Security GatewayJustin Hibbits2017-05-072-1/+6
* | Import Amazon Elastic Network Adapter (ENA) HAL to sys/contrib/Zbigniew Bodek2017-04-279-0/+7426
* | Restore prototype accidently removed by r316811. Also remove $NetBSD$Cy Schubert2017-04-191-1/+1
* | Remove unneeded include of vm_phys.h.Gleb Smirnoff2017-04-171-1/+0
* | Clean up extraneous brackets.Cy Schubert2017-04-151-2/+2
* | Add missing free()'s after calls to randomize().Cy Schubert2017-04-141-1/+5
* | Keep state incorrectly assumes keep frags. This is counter to theCy Schubert2017-04-142-2/+3
* | Fix a use after free panic in ipfilter's fragment processing.Cy Schubert2017-04-141-1/+1
* | Import CK as of commit 6b141c0bdd21ce8b3e14147af8f87f22b20ecf32Olivier Houchard2017-04-092-52/+165
* | Copy needed include files from EDK2. This is a minimal set gleenedWarner Losh2017-03-0837-0/+37542
* | Merge ACPICA 20170303.Jung-uk Kim2017-03-03342-5795/+46124
|\|
* | Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* | Merge CK as of commit 24d26965d1a28039062ba3bcf9433b623f3d2c5e, to getOlivier Houchard2017-02-282-2/+3
* | Add 7265D firmware.Adrian Chadd2017-02-221-0/+30750
* | Stop including sys/types.h from arm's machine/atomic.h, fix the placesIan Lepore2017-02-111-1/+1
* | [iwm] add this 3 megabyte firmware image.Adrian Chadd2017-02-081-0/+53122
* | [iwm] add version 17 firmware.Adrian Chadd2017-02-081-0/+26235
* | [iwm] add version 17 firmware.Adrian Chadd2017-02-081-0/+23322
* | [iwm] add version 17 firmware.Adrian Chadd2017-02-081-0/+20409
* | [ath_hal] [ar9300] link in the CAC enable/diable methods and expose it via th...Adrian Chadd2017-02-033-6/+8