aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a slew of mdoc warnings/errors.Christian Brueffer2023-03-0130-44/+30
* linprocfs(4): Fixup process size in the /proc/pid/stat fileDmitry Chagin2023-03-011-1/+1
* linux(4): Trim unused opt_usb.h from modules MakefilesDmitry Chagin2023-03-012-2/+0
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-03-0116-20/+20
* linux(4): Cleanup includes under arm64/linuxDmitry Chagin2023-03-012-9/+2
* linux(4): Cleanup includes under x86/linuxDmitry Chagin2023-03-011-2/+1
* linux(4): Cleanup includes under amd64/linuxDmitry Chagin2023-03-018-58/+7
* linux(4): Cleanup includes under i386/linuxDmitry Chagin2023-03-014-23/+9
* linux(4): Cleanup includes under compat/linuxDmitry Chagin2023-03-0125-127/+43
* linux(4): Cleanup sys/sysctl.h from linux_misc.hDmitry Chagin2023-03-011-2/+0
* linux(4): Fix brackets of local include opt_inet6Dmitry Chagin2023-03-011-1/+1
* linux(4): Cleanup sys/uio.h where linux_uitl.h is includedDmitry Chagin2023-03-013-3/+0
* linux(4): Move uselib() to i386Dmitry Chagin2023-03-012-264/+260
* linux(4): Cleanup abi_compat.h include from linux_timer.hDmitry Chagin2023-03-011-2/+0
* linux(4): Cleanup sys/queue.h from linux.hDmitry Chagin2023-03-011-2/+0
* linux(4): Cleanup sys/sysent.h from linux_utilDmitry Chagin2023-03-014-1/+3
* linux(4): Cleanup vm includes from linux_util.hDmitry Chagin2023-03-014-2/+4
* linux(4): Cleanup unneeded includes from linux_util.hDmitry Chagin2023-03-011-4/+0
* src.conf: regen man pageEd Maste2023-02-281-1/+9
* Do not delete objdump when WITH_LLVM_BINUTILS is trueEd Maste2023-02-282-4/+5
* 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