summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Renumber NHR_* flags after NHR_IFAIF removal in r368127.Alexander V. Chernikov2020-11-301-4/+2
* | Print at least something when failing.Gleb Smirnoff2020-11-301-1/+4
* | wireguard: fix zfs_ copy pasta in module init macroMatt Macy2020-11-301-2/+2
* | Remove (dead) GPL copyright code from wireguard sourcesMatt Macy2020-11-301-461/+0
* | qat: Initialize the crypto device ID to -1 instead of 0Mark Johnston2020-11-301-0/+1
* | qat: Fix firmware module autoloadingMark Johnston2020-11-3010-10/+10
* | Add a few missed entries to ObsoleteFiles.inc:Dimitry Andric2020-11-301-0/+5
* | ffs: do not read full direct blocks if they are going to be overwritten.Konstantin Belousov2020-11-301-7/+22
* | Ensure that threading library is initialized in pthread_mutex_init().Konstantin Belousov2020-11-301-0/+2
* | uma: Avoid allocating buckets with the cross-domain lock heldMark Johnston2020-11-301-7/+33
* | Fix compilation on head and while here:Olivier Cochard2020-11-302-22/+11