summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add WITH_PIE knob to build Position Independent ExecutablesEd Maste2019-02-1513-24/+87
* iflib: Improve return values of interrupt handlers.Stephen Hurd2019-02-151-10/+22
* stand: dev_net: correct net_open's interpretation of paramsKyle Evans2019-02-151-3/+5
* In r340044 an attempt to quiet coverity warning cid 1357336Rodney W. Grimes2019-02-151-2/+1
* In r340042 an attempt to quiet coverity warning cid 1305412 was overdone.Rodney W. Grimes2019-02-151-2/+0
* Do not use ntc for obtaining buffer on Rx in the ENAMarcin Wojtas2019-02-152-7/+5
* Fix validation of the Rx OOO completion in the ENAMarcin Wojtas2019-02-151-4/+15
* Fix a byte ordering issue for the advertised receiver window in ACKMichael Tuexen2019-02-151-1/+1
* Fix another issue from r344141, having to do with size of a shift amount.Sean Eric Fagan2019-02-151-1/+1
* Pasting in a source control line missed the last quote. Fixed.Sean Eric Fagan2019-02-151-1/+1
* Add AES-CCM encryption, and plumb into OCF.Sean Eric Fagan2019-02-157-8/+371
* Add CBC-MAC authentication.Sean Eric Fagan2019-02-156-1/+384
* Finish the fix for overflow in calcru1().Bruce Evans2019-02-141-6/+87
* ixl: Fix panic caused by bug exposed by r344062Eric Joyner2019-02-142-2/+1
* Fix small typo.Warner Losh2019-02-141-1/+1
* Make anon clustering more compatible.Konstantin Belousov2019-02-141-2/+17
* [PPC64] Fix mismatch between thread flags and MSRLeandro Lupori2019-02-141-0/+4
* Enable enabling ASLR on non-x86 architectures.Konstantin Belousov2019-02-147-8/+9
* Unify i386 and amd64 getcontextx.c, and use ifuncs while there.Konstantin Belousov2019-02-146-174/+63
* x86 __vdso_gettc(): use machine/cpufunc.h function for CPUID.Konstantin Belousov2019-02-141-27/+2
* Provide userspace versions of do_cpuid() and cpuid_count() on i386.Konstantin Belousov2019-02-141-4/+30
* Add UPDATING entry for IEEE80211_AMPDU_AGE and AH_SUPPORT_AR5416 optionsAndriy Voskoboinyk2019-02-141-0/+6
* Pull in r353907 from upstream llvm trunk (by Reid Kleckner):Dimitry Andric2019-02-131-6/+12
* silence cast-align warnings from clang on powerpc64Leandro Lupori2019-02-131-4/+5
* Implement per-CPU pmap activation tracking for RISC-V.Mark Johnston2019-02-139-73/+100
* Implement pmap_clear_modify() for RISC-V.Mark Johnston2019-02-131-2/+80
* Implement transparent 2MB superpage promotion for RISC-V.Mark Johnston2019-02-136-241/+1243
* In r335015 PCB destroing was made deferred using epoch_call().Andrey V. Elsukov2019-02-131-0/+2
* This commit adds the missing release mechanism for theRandall Stewart2019-02-132-0/+17
* MFV r344088 (libarchive):Martin Matuska2019-02-131-0/+1
|\
| * Update vendor/libarchive/dist to git 3532bc32819b14bfd8a3a5e3d3554ce14d939940Martin Matuska2019-02-131-0/+1
* | Note that readpassphrase() came into FreeBSD's libc at 4.6.David E. O'Brien2019-02-131-0/+2
* | libbe(3): Fix be_destroy behavior w.r.t. deep BE snapshots and -oKyle Evans2019-02-134-25/+83
* | powerpc/booke: Use the 'tlbilx' instruction on newer coresJustin Hibbits2019-02-131-0/+15
* | Fix panic message.Warner Losh2019-02-131-3/+4
* | With r344062 in place, hwpmc_mod.c generally needs bus_if.h andMarius Strobl2019-02-121-3/+2
* | Fix up concurrent test zpool setup and teardownEnji Cooper2019-02-121-17/+34
* | Add rc.resume(8) alias for rc(8) to fix the manpage cross referencesEnji Cooper2019-02-121-0/+1
* | MFV r344063:Martin Matuska2019-02-1238-328/+3254
|\|
| * Update vendor/libarchive/dist to git 31c0a517c91f44eeee717a04db8b075cadda83d8Martin Matuska2019-02-1248-398/+3373
* | Fix the build with ALTQ after r344060.Marius Strobl2019-02-121-2/+5
* | Make taskqgroup_attach{,_cpu}(9) work across architecturesMarius Strobl2019-02-127-96/+112
* | garp: Fix vnet related panic for gratuitous arpKristof Provost2019-02-121-0/+4
* | Further correct and optimize the bus_dma(9) usage of iflib(4):Marius Strobl2019-02-121-69/+71
* | Point people to SMP(4) for CPU<->domain mapping.Poul-Henning Kamp2019-02-121-0/+4
* | Revert r343077 until the license issues surrounding it can be resolved.Warner Losh2019-02-121-7/+0
* | Pull in r339734 from upstream llvm trunk (by Eli Friedman):Dimitry Andric2019-02-126-13/+41
* | Fix markup - use .Pa for the directory component, not .Fa.Edward Tomasz Napierala2019-02-121-2/+2
* | [ppc64] prevent infinite loop on icache syncLeandro Lupori2019-02-121-1/+1
* | Improve input validation for raw IPv4 socket using the IP_HDRINCLMichael Tuexen2019-02-121-0/+30