aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dtrace: honor LC_NUMERIC for %'d and alike, and LC_TIME for %TAndriy Gapon2020-12-031-0/+9
* if_dwc: Honor snps,pbl propertyEmmanuel Vadot2020-12-032-4/+7
* cxgbe(4): Stop but don't free netmap queues when netmap is switched off.Navdeep Parhar2020-12-035-197/+237
* Remove trailing whitespace.Cy Schubert2020-12-031-4/+4
* Add support for hw.physmem tunable for ARM/ARM64/RISC-V platformsOleksandr Tymoshenko2020-12-031-5/+32
* [PowerPC64LE] Fix LE VSX/fpr interopBrandon Bergren2020-12-032-2/+12
* Fix r368197: suppress error printing for the "check" command.Gleb Smirnoff2020-12-021-2/+3
* uart: allow UART_DEV_DBGPORT for fdt consolesMitchell Horne2020-12-024-15/+22
* cxgbe(4): Revert r367917.Navdeep Parhar2020-12-022-51/+0
* crashinfo: Add references to the gdb port/packageEd Maste2020-12-022-1/+3
* em: fix a null de-reference in em_free_pci_resourcesMitchell Horne2020-12-021-2/+4
* addr2line: rework check_range conditionsEd Maste2020-12-021-25/+22
* NVME: Multiple busdma related fixes.Michal Meloun2020-12-021-4/+4
* rtsold: Fix bugs reported by CoverityMark Johnston2020-12-024-15/+21
* pf tests: Test case for bug #251414Kristof Provost2020-12-021-0/+39
* pf: Fix table entry counter togglingMark Johnston2020-12-021-2/+6
* nvme: Fix typo in definitionChuck Tuffli2020-12-022-2/+2
* vt/fonts: fix typoToomas Soome2020-12-021-1/+1
* Fix r368153. Wrong branch of #ifdef __ARMEB__ was deleted.Michal Meloun2020-12-021-4/+4
* AIO tests: update expected failure messages after r368265Alan Somers2020-12-021-7/+2
* select: make sure there are no wakeup attempts after selfdfree returnsMateusz Guzik2020-12-021-8/+17
* Fix syntaxKonstantin Belousov2020-12-011-2/+3
* Improve man page for AmazonEFS mounts.Rick Macklem2020-12-011-2/+11
* add documentation that the rules need to be reloaded, and how to do it...John-Mark Gurney2020-12-012-4/+21
* ficl: make dump a bit friendlierToomas Soome2020-12-011-6/+32
* lio_listio(2): send signal even if number of jobs is zero.Konstantin Belousov2020-12-011-5/+7
* vfs_aio.c: style.Konstantin Belousov2020-12-011-9/+8
* Fix syntaxKonstantin Belousov2020-12-011-2/+2
* vfs_aio.c: correct comment.Konstantin Belousov2020-12-011-2/+2
* ficl: instead of pad, emit can use local variableToomas Soome2020-12-011-1/+1
* rtld: bump r_debug.r_version to 1 from current 0.Konstantin Belousov2020-12-012-1/+6
* [arm64] Parse ACPI _PXM property on ARM64 platformOleksandr Tymoshenko2020-12-011-1/+1
* [arm64] Bump MAXMEMDOM value to 8 to match amd64Oleksandr Tymoshenko2020-12-011-1/+1
* rtsold: Fix multiple buffer overflowsMark Johnston2020-12-011-6/+18
* Fix a couple of typos.John Baldwin2020-12-011-3/+3
* USB umass: add quirk to not probeBjoern A. Zeeb2020-12-013-0/+9
* Use uintptr_t instead of uint64_t for pointers in stack frames.John Baldwin2020-12-016-24/+24
* Use uintptr_t for pointers in stack frames.John Baldwin2020-12-011-4/+4
* Make stack_save*() more robust on MIPS.John Baldwin2020-12-011-35/+59
* Add a kstack_contains() helper function.John Baldwin2020-12-016-30/+21
* pf tests: Re-enable panicing testsKristof Provost2020-12-013-6/+0
* net: Revert vnet/epair cleanup race mitigationKristof Provost2020-12-012-13/+2
* if: Fix panic when destroying vnet and epair simultaneouslyKristof Provost2020-12-011-2/+14
* vmem: Revert r364744Mark Johnston2020-12-011-5/+1
* MFV r368207:Martin Matuska2020-12-0165-189/+1301
|\
| * Update vendor/libarchive/dist to git 833821f55b1807cac22a63a58b759a7802df2fb7vendor/libarchive/3.5.0Martin Matuska2020-12-0168-199/+1346
* | Remove duplicated SV_ASLR from the elf flags.Michal Meloun2020-12-011-1/+1
* | Always use the __unused attribute even for potentially unused parameters.Michal Meloun2020-12-011-24/+17
* | efibootmgr: fix an incorrect error handling checkMitchell Horne2020-11-301-1/+1
* | Move inner loop logic out of sysctl_sysctl_next_ls().Alexander V. Chernikov2020-11-301-89/+130