aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bhyve: add helper to read PCI IDs from bhyve configCorvin Köhne2023-04-052-0/+47
* pci: add tunable hw.pci.enable_mps_tuneCorvin Köhne2023-04-051-1/+7
* Always install llvm-objdump as objdumpEd Maste2023-04-053-7/+10
* Add myself (cc) as a src commiter.Cheng Cui2023-04-041-0/+4
* MFV: xz 5.4.2.Xin LI2023-04-0349-476/+5178
* hv_hid: Hyper-V HID driverYuri2023-03-317-1/+581
* devd.conf.5: Fix a typo in the manual pageGordon Bergling2023-03-311-1/+1
* vnode_pager_input: return runningbufspace backKonstantin Belousov2023-03-311-1/+10
* fdesc_allocvp(): fix potential use after freeKonstantin Belousov2023-03-311-4/+5
* fdescfs: remove useless XXX comment, unwrap lineKonstantin Belousov2023-03-311-2/+1
* Support compilation with llvm 15Mateusz Guzik2023-03-301-0/+5
* rarpd(8): Fix a typo in a source code commentGordon Bergling2023-03-301-1/+1
* Rewrite function definitions with identifier lists.Kirk McKusick2023-03-308-63/+57
* pf: remove pd_refs from pfsyncKristof Provost2023-03-301-12/+8
* pfsync: hold b_mtx for callout_stop(pd_tmo)Kristof Provost2023-03-301-8/+11
* amd64 wakeup: recalculate mitigations after APICs are wokenKonstantin Belousov2023-03-291-5/+7
* xhci(4): Describe Fresco Logic FL1009 USB 3.0 controllerZhenlei Huang2023-03-291-0/+2
* uhci(4): Add IDs for Zhaoxin USB controllerDmitry Luhtionov2023-03-291-0/+8
* ehci(4): Add IDs for for Zhaoxin USB 2.0 controllerDmitry Luhtionov2023-03-291-0/+8
* xhci(4): Add IDs for Zhaoxin USB 3.0 controllersDmitry Luhtionov2023-03-291-0/+11
* path_test: Add a test case for openat(O_EMPTY_PATH) in capability modeMark Johnston2023-03-291-0/+75
* contrib/tzdata: import tzdata 2023cPhilip Paeps2023-03-293-10/+45
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2023-03-281-1/+0
* netmap: get rid of save_if_input for emulated adaptersVincenzo Maffione2023-03-282-21/+2
* Correct several bugs in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-03-288-81/+174
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2023-03-271-0/+1
* panic(9): some updatesMitchell Horne2023-03-272-13/+99
* KASSERT(9): some updatesMitchell Horne2023-03-272-29/+76
* critical(9): small updatesMitchell Horne2023-03-272-10/+41
* pkg-stage.sh: update port trailing version informationGlen Barber2023-03-271-2/+2
* bhyve: Sleep briefly in the VMEXIT_DEBUG handlerMark Johnston2023-03-271-0/+5
* netgraph tests: SerializeMark Johnston2023-03-271-0/+2
* vmrun: Expose bhyve's -G optionMark Johnston2023-03-271-2/+6
* libdtrace: fix indendation in dt_printd()Christos Margiolis2023-03-271-1/+1
* netipsec tests: SerializeMark Johnston2023-03-271-0/+3
* pf tests: try to trigger locking issues in pfsync_timeout()Kristof Provost2023-03-271-0/+34
* pfsync: add missing unlock in pfsync_defer_tmo()Kristof Provost2023-03-271-1/+3
* pfsync: fix pfsync_undefer_state() lockingKristof Provost2023-03-271-6/+16
* vmm: fix missing ipi statisticVitaliy Gusev2023-03-273-8/+6
* bhyve: add cmdline option to enable qemu's fwcfgCorvin Köhne2023-03-277-33/+111
* bhyve: add helper for adding fwcfg filesCorvin Köhne2023-03-272-0/+92
* contrib/tzdata: import tzdata 2023bPhilip Paeps2023-03-253-2/+21
* ping: Avoid magic numbersJose Luis Duran2023-03-241-3/+3
* printf(9): add MLINKS for vlog(9) and vprintf(9)Mitchell Horne2023-03-241-1/+3
* Cross-reference coretemp(4) and amdtemp(4)Mitchell Horne2023-03-242-0/+2
* vcount.9: remove obsolete man pageMitchell Horne2023-03-243-75/+4
* arm64: limit EFI excluded regions to physical memory typesMitchell Horne2023-03-241-32/+39
* arm64/machdep: Add parameter to the EFI table walking codeWarner Losh2023-03-241-10/+9
* arm64: Remove unused typedefWarner Losh2023-03-241-8/+0
* cap_*(2): Document ENOSYS behavior.Xin LI2023-03-244-21/+25