aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libdwarf: Add some constants from DWARF 5Mark Johnston2023-02-286-2/+263
* bhyve: add emulation for qemu's fwcfg data portCorvin Köhne2023-02-282-0/+48
* bhyve: add emulation for the qemu fwcfg selector portCorvin Köhne2023-02-281-0/+39
* bhyve: add basic qemu fwcfg implementationCorvin Köhne2023-02-282-0/+126
* bhyve: maintain a list of acpi devicesCorvin Köhne2023-02-283-0/+38
* bhyve: add helper func to write a dsdt entryCorvin Köhne2023-02-282-0/+48
* bhyve: add helper func to add acpi resourcesCorvin Köhne2023-02-282-0/+50
* bhyve: add helper struct for acpi device handlingCorvin Köhne2023-02-283-0/+124
* apic: prevent divide by zero in CPU frequency initMina Galić2023-02-281-1/+1
* stand: fix build userboot without zfsMichael Paepcke2023-02-282-1/+5
* vnet: Make vnet_sys[un]init() staticZhenlei Huang2023-02-282-8/+8
* ping: Fix unsigned integer underflow resuling in a ping -R segfaultCy Schubert2023-02-271-2/+2
* vm_fault: Fix a race in vm_fault_soft_fast()Mark Johnston2023-02-271-13/+8
* netlink: fix NOINET6 build.Alexander V. Chernikov2023-02-271-0/+4
* netlink: fix addition of blackhole/reject routes.Alexander V. Chernikov2023-02-272-8/+43
* Update leap-seconds to latest leap-seconds.3676924800 (expires 2023-12-28)Dimitry Andric2023-02-271-4/+4
* arm ti: Fix a typo in a kernel messageGordon Bergling2023-02-271-1/+1
* ctf: Remove unused function prototype for getpname()Zhenlei Huang2023-02-271-2/+0
* MFC: ARM release build: enable IPv6 SLAAC by defaultJoerg Wunsch2023-02-261-1/+1
* linux(4): Fixup the interface name translation in netlinkDmitry Chagin2023-02-261-1/+47
* linux(4): Consolidate a FreeBSD interface names translation codeDmitry Chagin2023-02-264-74/+113
* linux(4): Use predefined constant instead of hardcoded valueDmitry Chagin2023-02-261-1/+1
* linux(4): Move use_real_names knob to the linux.cDmitry Chagin2023-02-264-24/+22
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-2623-44/+0
* modules: Add missing opt_*.h files for stand-alone compileWarner Losh2023-02-263-1/+3
* ctfdump: Use getprogname()Zhenlei Huang2023-02-262-25/+1
* kern/sysv_ipc.c: use ANSI C function definitionKonstantin Belousov2023-02-241-6/+1
* netlink: clear IPv6 embedded scope when dumping route gateways.Alexander V. Chernikov2023-02-241-2/+13
* netlink: fix IPv6 route addition with link-local gatewayAlexander V. Chernikov2023-02-243-9/+50
* testing: handling non-root users with VNETs in pytest-based tests.Alexander V. Chernikov2023-02-244-14/+92
* netlink: fix style(9) after c3d3f3594fdf.Alexander V. Chernikov2023-02-241-1/+1
* netlink: Fix "version introduced" documentation.Tom Hukins2023-02-244-4/+4
* nproc: denote an incompatiblity with LinuxMateusz Guzik2023-02-232-2/+7
* Add nproc(1)Mateusz Guzik2023-02-235-0/+192
* vmm: Fix AP startup compatibility for old bhyve executablesMark Johnston2023-02-231-8/+14
* MFV: zlib 1.2.13.Xin LI2023-02-2325-236/+317
* hastd and hastctl: use zlib's crc32 implementation.Xin LI2023-02-235-149/+7
* e1000: Fix packet loss on 11th gen and laterKevin Bowling2023-02-231-0/+7
* e1000: Add support for future client platformsKevin Bowling2023-02-234-0/+54
* e1000: Remove redundant disable_ulp for ich8lanKevin Bowling2023-02-232-8/+5
* .github: Attempt to fix and increase robustness of macOS actionJessica Clarke2023-02-221-2/+2
* .github: Restrict permissions on cross-build jobs.Alex2023-02-221-0/+3
* ccr,ccp: Fix argument order to sglist_append_vmpages.John Baldwin2023-02-222-2/+2
* .github: Switch to v3 of actions/checkout.John Baldwin2023-02-221-1/+1
* ptrace.2: Fix warnings from igor.John Baldwin2023-02-221-4/+4
* rc.d/*: Use startmsg instead of echo on start messagesJose Luis Duran2023-02-226-18/+18
* Introduce startmsg and use it in rc scriptsJose Luis Duran2023-02-2216-28/+48
* e1000: bump driver versionKevin Bowling2023-02-221-2/+3
* e1000: fix I219 hang on resetKevin Bowling2023-02-221-2/+117
* nfscl: Fix interaction between mmap'd and VOP_WRITE file updatesRick Macklem2023-02-211-1/+1