aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* makefs: zfs uberblock location is calculated wrongToomas Soome2025-08-153-2/+8
* libc: Drop incorrect qsort optimizationDag-Erling Smørgrav2025-08-153-13/+114
* ipheth(4): Add CDC-NCM support for RXShengYi Hung2025-08-152-46/+189
* build: introduce the notion of a build epochKyle Evans2025-08-153-4/+93
* sysent: regenerate after bumping setgroups/getgroupsKyle Evans2025-08-1512-141/+167
* kern: fix setgroups(2) and getgroups(2) to match other platformsKyle Evans2025-08-1511-98/+145
* syslogd.8: Remove incorrect .AqLexi Winter2025-08-151-1/+1
* zfs: install zhack(1) manual pageGleb Smirnoff2025-08-141-2/+5
* depend-cleanup: Handle tcopy moving from C to C++John Baldwin2025-08-141-0/+3
* src.opts.mk: Style nits, remove obsolete commentDag-Erling Smørgrav2025-08-141-6/+2
* watchdog: Convert to using sbintime_t formatJustin Hibbits2025-08-143-174/+142
* watchdog: Add a new "Control" ioctlJustin Hibbits2025-08-143-2/+39
* [libm] Avoid left shift of signed integer entitiesSteve Kargl2025-08-144-17/+36
* libutil++: Move to the utilities packageMark Johnston2025-08-141-1/+0
* inotify: Fix a namei path buffer leakMark Johnston2025-08-141-0/+1
* Modifications to committers-src.dot: hselasky and karelsJim Brown2025-08-141-2/+2
* mlx5: plug theoretical leak in vxlan rulesEric van Gyzen2025-08-141-2/+2
* etc: add missing mtree entry for certctl testsKyle Evans2025-08-141-0/+2
* certctl: Fix bootstrap buildDag-Erling Smørgrav2025-08-132-1/+10
* Revert "certctl: Fix bootstrap build"Dag-Erling Smørgrav2025-08-133-77/+30
* certctl: Fix bootstrap buildDag-Erling Smørgrav2025-08-133-30/+77
* certctl: Reimplement in CDag-Erling Smørgrav2025-08-138-414/+1404
* tests/ci: Add missing kmods and pkgs to unskip testsSiva Mahadevan2025-08-131-0/+19
* tests/ci: style: canonicalize, sort, and multiline kmods/pkgsSiva Mahadevan2025-08-131-11/+27
* bhyve: Support and advertise 15-bit MSI Extended Destination IDDavid Woodhouse2025-08-134-1/+17
* bhyve: Add CPUID_BHYVE_FEATURES leafDavid Woodhouse2025-08-131-3/+15
* tests/ci: Fix unescaped kld_list var in rc.confSiva Mahadevan2025-08-131-16/+16
* tests/ci: Add KYUA_TEST_FILTERS to allow user to select specific testsSiva Mahadevan2025-08-133-1/+6
* Fix missed assertion update in physical rewrite patchAlexander Motin2025-08-131-1/+2
* RELNOTES: Make an entry for cce64f2e6851Rick Macklem2025-08-131-0/+6
* UPDATING: Make an entry for cce64f2e6851Rick Macklem2025-08-131-0/+6
* nfsv4: Add support for the NFSv4.2 Clone operationRick Macklem2025-08-1316-92/+660
* systat: improve reporting of UDP statisticsMichael Tuexen2025-08-131-8/+12
* tcp: fix sysctl name in the gone_in() printfGleb Smirnoff2025-08-131-1/+1
* pathconf.2: Add an entry for _PC_CLONE_BLKSIZERick Macklem2025-08-131-1/+7
* Modify nanobsd/defaults.sh to reduce buildsize, buildtime andMichael Reifenberger2025-08-131-2/+7
* uart: Add ns8250 ACPI entry for SPCR rev 2Justin Hibbits2025-08-131-0/+1
* gpio: Fix incorrect dev being passed to gpiobus_detach_busEvgenii Ivanov2025-08-132-6/+2
* acpi_gpiobus: style nitAhmad Khalifa2025-08-131-1/+2
* bump FreeBSD_version to 1500060 for gpiobus changesAhmad Khalifa2025-08-132-1/+7
* gpio: remove gpiobus_attach_busAhmad Khalifa2025-08-1336-55/+71
* tcopy: Catch up to expand_number() now being signed.Poul-Henning Kamp2025-08-131-3/+3
* uart: Remove the unused cd_port_subtypeAndrew Turner2025-08-133-22/+21
* uart: Add UART_ACPI_SPCR_CLASSAndrew Turner2025-08-134-6/+29
* uart: Remove UART_ACPI_CLASSAndrew Turner2025-08-132-16/+0
* tcopy: Fix printf format for 32bit armPoul-Henning Kamp2025-08-131-1/+1
* sa(4): Dont talk about minor device numbers: We have had DEVFS for 25 years.Poul-Henning Kamp2025-08-131-5/+3
* tcopy: Refactor and add support for SIMH-TAPFILESPoul-Henning Kamp2025-08-134-380/+994
* netstat: report undelivered multi and broadcast UDP packets correctlyMichael Tuexen2025-08-131-4/+7
* IPv6: Ignore PTB packets with an MTU < 1280Eric van Gyzen2025-08-124-110/+40