aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* uart: only use MSI on devices that advertise 1 MSI vectorWarner Losh2021-02-171-3/+3
* Upgrade to version 3.3.0Stefan Eßer2021-02-1782-502/+1262
* gicv3_its: Don't restrict target CPUs based on SRATD Scott Phillips2021-02-171-17/+34
* Giant: move back Giant removal until 14Warner Losh2021-02-171-1/+1
* Handle negative return values from syncache_expand().John Baldwin2021-02-171-5/+15
* fwohci: Cast bitfield to uint32_t before passing it to roundup2().John Baldwin2021-02-171-1/+1
* gicv3_its: Leave LPI interrupts enabled during handlingD Scott Phillips2021-02-171-2/+0
* Add ifdef TCPHPTS around build_ack_entry and do_bpf_and_csum to avoidRandall Stewart2021-02-171-0/+2
* Fix bootstrap tools build on macOS after 02af91c52e71e8a0f47251e637c9687f35d4...Alex Richardson2021-02-171-2/+5
* arm64: use macros to access special register valuesMitchell Horne2021-02-171-2/+4
* Bump __FreeBSD_version after f2583be110caMitchell Horne2021-02-171-1/+1
* arm64: extend struct db_reg to include watchpoint registersMitchell Horne2021-02-174-16/+92
* arm64: handle watchpoint exceptions from EL0Mitchell Horne2021-02-173-1/+13
* arm64: validate breakpoint registersMitchell Horne2021-02-172-4/+50
* libdtrace: Stop relying on lex compatibilityMark Johnston2021-02-172-3/+1
* Bump the FreeBSD kernel version in kernel boot shim.Hans Petter Selasky2021-02-171-1/+1
* Update the LRO processing code so that we can supportRandall Stewart2021-02-176-123/+829
* pf tests: Explicitly ask for python3Kristof Provost2021-02-173-3/+3
* pf: Assert that pfil_link() calls succeedKristof Provost2021-02-171-4/+9
* arm64: rpi4: gpio: Add brcm,bcm2711-gpio compatibleEmmanuel Vadot2021-02-171-0/+1
* arm64: rpi4: firmware: Attach at BUS_PASS_BUS + BUS_PASS_ORDER_LATEEmmanuel Vadot2021-02-171-1/+1
* automount(8): fix absolute path when creating a mountpointRobert Wing2021-02-171-1/+1
* Fix crossbuild bootstrap tools build with Clang 12Alex Richardson2021-02-172-2/+7
* pf: Remove unused return value from (de)hook_pf()Kristof Provost2021-02-171-31/+9
* lex: Do not let input() return 0 when end-of-file is reachedJung-uk Kim2021-02-171-0/+4
* OpenSSL: Regen assembly files for OpenSSL 1.1.1jJung-uk Kim2021-02-171-4/+7
* OpenSSL: Remove obsolete include directoryJung-uk Kim2021-02-1732-2135/+0
* cxgbe(4): Save proper zone index on low memory in refill_fl().Alexander Motin2021-02-171-5/+6
* linux: Update the i386/linux vdso deinitialization routineMark Johnston2021-02-161-1/+2
* OpenSSL: Regen manual pages for OpenSSL 1.1.1j.Jung-uk Kim2021-02-16539-1167/+642
* OpenSSL: Merge OpenSSL 1.1.1jJung-uk Kim2021-02-1690-202/+433
|\
| * Import OpenSSL 1.1.1j.vendor/openssl/1.1.1jJung-uk Kim2021-02-16157-202/+433
| * Update OpenSSL upgrade procedure for the new assembly file path.Jung-uk Kim2020-12-091-1/+3
| * Update OpenSSL upgrade procedure.Jung-uk Kim2020-12-091-9/+4
* | Fix NOINET6 build broken by 2fe5a79425c7.Alexander V. Chernikov2021-02-161-0/+8
* | Fix dst/netmask handling in routing socket code.Alexander V. Chernikov2021-02-162-10/+195
* | Add ifa_try_ref() to simplify ifa handling inside epoch.Alexander V. Chernikov2021-02-162-1/+12
* | Make in_localip_more() fib-aware.Alexander V. Chernikov2021-02-161-12/+12
* | jail: Handle a possible race between jail_remove(2) and fork(2)Jamie Gritton2021-02-163-3/+28
* | Use iflib_if_init_locked() during media change instead of iflib_init_locked().Allan Jude2021-02-161-1/+1
* | bi_load: only add MODULEP on arches that have it definedRoger Pau Monné2021-02-161-0/+2
* | linux: Unmap the VDSO page when unloadingMark Johnston2021-02-165-5/+12
* | Update capsicum-test to git commit 7707222b46abe52d18fd4fbb76115ffdb3e6f74bAlex Richardson2021-02-169-125/+121
|\ \
| * | Update capsicum-test to 7707222b46abe52d18fd4fbb76115ffdb3e6f74bvendor/google/capsicum-test/7707222b46abe52d18fd4fbb76115ffdb3e6f74bAlex Richardson2021-02-169-152/+239
* | | xen/efi: introduce a PV interface for EFI run time services for dom0Roger Pau Monné2021-02-162-0/+256
* | | efirt: add hooks for diverging EFI implementationsRoger Pau Monné2021-02-162-30/+127
* | | xen/boot: allow specifying boot method when booted from XenRoger Pau Monné2021-02-165-8/+16
* | | stand/multiboot2: add support for booting a Xen dom0 in UEFI modeRoger Pau Monné2021-02-166-0/+1002
* | | stand/efi: add modulep to kernel metadataRoger Pau Monné2021-02-161-3/+6
* | | stand/efi: allow not exiting boot servicesRoger Pau Monné2021-02-166-14/+20