aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Flesh out a comment about what we're doing with read bias and trims.Warner Losh2018-08-151-1/+3
* arm/ralink cleanupWarner Losh2018-08-143-132/+5
* Fix a broken "SEE ALSO" section of hlfsd(8).Mateusz Piotrowski2018-08-142-6/+6
* Fix a couple whitespace errors in r337814.David Bright2018-08-141-4/+4
* MFV r337818:Cy Schubert2018-08-141-0/+11
|\
| * WPA: Ignore unauthenticated encrypted EAPOL-Key dataCy Schubert2018-08-141-0/+11
| * Import upline security patch: FILS: Do not allow multipleCy Schubert2018-07-193-0/+12
| * Import upline security patch: WNM: Ignore WNM-Sleep Mode Request inCy Schubert2018-07-191-1/+3
| * Import upline security patch: TDLS: Reject TPK-TK reconfiguration.Cy Schubert2018-07-191-2/+36
| * Import upline security patch: Fix PTK rekeying to generate a new ANonce.Cy Schubert2018-07-191-3/+21
* | Fix several (more) memory leaks.David Bright2018-08-141-3/+14
* | Help ensure that the copy loop doesn't get converted to a memcpy() call.Mark Johnston2018-08-141-1/+1
* | Fix several memory leaks.David Bright2018-08-144-8/+22
* | Disable the auto negotiation if the port is set to fixed-link.Luiz Otavio O Souza2018-08-141-0/+1
* | MFV r337586: lua: Update to 5.3.5Kyle Evans2018-08-1466-165/+215
|\ \
| * | Import lua 5.3.5vendor/lua/5.3.5Kyle Evans2018-08-1066-166/+216
* | | For our INT64 implementation, we can compare integers and numbersWarner Losh2018-08-141-3/+1
* | | When the LUA floating point model is INT64, we don't need to do theWarner Losh2018-08-141-1/+1
* | | Prevent a wanring about checkdp being unused. It's not needed when weWarner Losh2018-08-141-1/+2
* | | Create a loader for each interpreter for x86 BIOS and all EFIWarner Losh2018-08-1414-22/+83
* | | bectl(8): Check jailparam_* return valuesKyle Evans2018-08-141-13/+28
* | | libbe(3): Fix leaky faucetsKyle Evans2018-08-143-29/+27
* | | Merge OpenSSL 1.0.2p.Jung-uk Kim2018-08-14500-2086/+2948
|\ \ \
| * | | Import OpenSSL 1.0.2p.vendor/openssl/1.0.2pJung-uk Kim2018-08-14124-954/+1527
* | | | Update the inet(4) and inet6(4) man pages to reflect the changes madeJonathan T. Looney2018-08-142-12/+64
* | | | Lower the default limits on the IPv6 reassembly queue.Jonathan T. Looney2018-08-141-5/+21
* | | | Lower the default limits on the IPv4 reassembly queue.Jonathan T. Looney2018-08-141-5/+21
* | | | Provide part of the mitigation for L1TF-VMM.Konstantin Belousov2018-08-143-2/+57
* | | | Drop 0-byte IPv6 fragments.Jonathan T. Looney2018-08-141-1/+10
* | | | Implement a limit on on the number of IPv6 reassembly queues per bucket.Jonathan T. Looney2018-08-144-19/+88
* | | | Add a limit of the number of fragments per IPv6 packet.Jonathan T. Looney2018-08-144-1/+18
* | | | Make the IPv6 fragment limits be global, rather than per-VNET, limits.Jonathan T. Looney2018-08-143-16/+23
* | | | Implement a limit on on the number of IPv4 reassembly queues per bucket.Jonathan T. Looney2018-08-141-31/+89
* | | | tftp: Close a resource leak when putting filesAlan Somers2018-08-141-0/+1
* | | | Add a global limit on the number of IPv4 fragments.Jonathan T. Looney2018-08-141-7/+40
* | | | Add definitions related to the L1D flush operation capability and MSR.Konstantin Belousov2018-08-141-0/+5
* | | | Improve IPv6 reassembly performance by hashing fragments into buckets.Jonathan T. Looney2018-08-141-99/+141
* | | | Improve hashing of IPv4 fragments.Jonathan T. Looney2018-08-141-3/+7
* | | | Reserve page at the physical address zero on amd64.Konstantin Belousov2018-08-141-0/+3
* | | | amd64: ensure that curproc->p_vmspace pmap always matches PCPUKonstantin Belousov2018-08-143-5/+25
* | | | Add support to the Marvell Xenon SDHCI controller.Luiz Otavio O Souza2018-08-144-0/+648
* | | | Query MVPConf0.PVPE for number of CPUs.Ruslan Bukin2018-08-141-3/+7
* | | | Fix typo.Konstantin Belousov2018-08-141-1/+1
* | | | Avoid repeated address calculation for malta_ap_boot.Ruslan Bukin2018-08-141-2/+4
* | | | Remove unused code.Ruslan Bukin2018-08-141-7/+0
* | | | Rewrite RISC-V disassembler:Ruslan Bukin2018-08-141-386/+514
* | | | Remove cpu_pfr from arm. It's unused.Andrew Turner2018-08-142-22/+0
* | | | Remove an old comment now the code it references has been removed.Andrew Turner2018-08-141-11/+0
* | | | Fix the spelling of armv4_idcache_inv_all in an END macro.Andrew Turner2018-08-141-1/+1
* | | | Use the correct PTE when changing the attribute of multiple pages.Luiz Otavio O Souza2018-08-141-1/+1