aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* openssl: Fix detection of ARMv7 and ARM64 CPU featuresAllan Jude2021-11-221-6/+9
* ipresend(1): Make the build slightly less broken.Allan Jude2021-11-221-0/+1
* pchtherm: Let the driver be compiled into the kernelN.J. Mann2021-11-221-0/+1
* bhyve: Fix compileEmmanuel Vadot2021-11-221-0/+1
* bhyve: emulate reads of MSI-X capabilities for passthru devicesCorvin Köhne2021-11-221-1/+2
* bhyve: keep physical and virtual COMMAND reg in syncCorvin Köhne2021-11-221-2/+2
* bhyve: use a fixed 32 bit BAR base addressCorvin Köhne2021-11-221-3/+12
* bhyve: move 64 bit BAR location to match OVMF assumptionsCorvin Köhne2021-11-221-20/+8
* bridge(4): Use American spelling of "behavior"Guangyuan Yang2021-11-221-3/+3
* makefs: remove set but not used variablesEd Maste2021-11-222-4/+0
* GEOM: Switch g_io_deliver() locking from cp to pp.Alexander Motin2021-11-211-1/+1
* Fix coredump_phnum test with ASLR enabled by defaultEd Maste2021-11-211-9/+12
* loader: abstract boot services exiting to libefi functionWarner Losh2021-11-212-4/+14
* devmatch: Allow devmatch_blocklist to be set in kenv tooWarner Losh2021-11-213-3/+10
* mpr: fix freeze / release mismatch in timeout codeWarner Losh2021-11-211-10/+21
* mkimg: zero entry in vhdx_write_metadataEd Maste2021-11-211-0/+1
* ssh: mention nanobsd config files in upgrade instructionsEd Maste2021-11-201-1/+6
* mount: retire kernel_vmount()Robert Wing2021-11-205-52/+4
* if_stf: minor man page improvementsKristof Provost2021-11-201-4/+2
* if_stf: document 6rd in the man pageKristof Provost2021-11-201-3/+63
* net tests: fix if_stf:6to4Kristof Provost2021-11-201-1/+2
* net tests: 6rd to 6rd testKristof Provost2021-11-201-0/+65
* net tests: 6rd test for if_stfKristof Provost2021-11-201-0/+54
* if_stf: add dtrace probe pointsKristof Provost2021-11-201-6/+103
* if_stf: add 6rd supportKristof Provost2021-11-205-62/+452
* Belatedly update contrib/llvm-project/FREEBSD-Xlist for llvm 13Dimitry Andric2021-11-201-220/+64
* zfs: Fix a deadlock between page busy and the teardown lockMark Johnston2021-11-201-0/+9
* rc.d/rctl: unbreak for distinct /usr filesystemEugene Grosbein2021-11-201-0/+1
* mixer: make .Dt tags uppercaseChristos Margiolis2021-11-202-2/+2
* hyperv: Register the MSR-based timecounter during SI_SUB_HYPERVISORMark Johnston2021-11-191-9/+7
* timecounter: Initialize tc_lock earlierMark Johnston2021-11-191-1/+2
* lagg: fix unused-but-set-variableKristof Provost2021-11-191-3/+0
* Allow minidumps to be performed on the live systemMitchell Horne2021-11-195-5/+84
* minidump: Use the provided dump bitsetMitchell Horne2021-11-1912-57/+71
* minidump: Use provided msgbuf pointerMitchell Horne2021-11-197-27/+37
* minidump: reduce the amount direct accesses to page tablesMitchell Horne2021-11-195-87/+171
* amd64: provide PHYS_IN_DMAP() and VIRT_IN_DMAP()Mitchell Horne2021-11-191-3/+6
* minidump: Parameterize minidumpsys()Mitchell Horne2021-11-1917-22/+55
* lpr(1): Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* ixl(4): Fix a typo in a sysctl descriptionGordon Bergling2021-11-191-1/+1
* iwm(4): Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* firewire(4): Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* iscsi(4): Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* TWL: Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* ppbus(4): Fix a typo in source code commentGordon Bergling2021-11-191-1/+1
* ffs_softdep: Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* cc_newreno(4): Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* sched_ule(4): Fix two typo in source code commentsGordon Bergling2021-11-191-2/+2
* Use a builtin where possible in msunAndrew Turner2021-11-1910-5/+86
* Switch to Arm Optimized Routines for mem* & str*Andrew Turner2021-11-195-15/+57