aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a build knob for _FORTIFY_SOURCEKyle Evans2024-05-1310-0/+108
* Prepare the system for _FORTIFY_SOURCEKyle Evans2024-05-1320-3/+58
* Import _FORTIFY_SOURCE implementation from NetBSDKyle Evans2024-05-1332-140/+1621
* arm64: map kernel using large pages when page size is 16KAlan Cox2024-05-121-7/+19
* bsdinstall: Remove unused variables in fetchmissingdistsFernando Apesteguía2024-05-121-3/+0
* Revert linprocfs commitsWarner Losh2024-05-121-182/+0
* ipfw: Fix a typo in a source code commentGordon Bergling2024-05-121-1/+1
* linprocfs: Really fix time_t type issueWarner Losh2024-05-121-11/+11
* devfs_allocv(): styleKonstantin Belousov2024-05-121-2/+1
* cdev_pager_allocate(): ensure that the cdev_pager_ops ctr is called only onceKonstantin Belousov2024-05-121-19/+51
* linprocfs: Fix i386 time typeWarner Losh2024-05-121-8/+8
* linux: Make module standalone-buildableWarner Losh2024-05-111-0/+2
* linprocfs: Add support for proc/sysvipc/{msg,sem,shm}Ricardo Branco2024-05-111-0/+182
* usb: Remove uneeded revision verbosity from quirks listAhmad Khalifa2024-05-111-434/+382
* usb: Fix quirks listAhmad Khalifa2024-05-112-27/+19
* /bin/rmdir: Exit with status 2 for invalid argumentsHenrich Hartzer2024-05-113-11/+12
* nvmecontrol: Appease a meaningless signed error warning thingWarner Losh2024-05-111-2/+2
* stand: Spell LUA_COMPILE_SET correctly.Warner Losh2024-05-111-1/+1
* nvmecontrol: Implement telemetry-log command.Warner Losh2024-05-113-1/+200
* nvme: Add telemetry page definitionsWarner Losh2024-05-111-0/+24
* tcp rack: improve handling of front statesMichael Tuexen2024-05-111-1/+2
* arm64: add page-to-pte convenience macrosDoug Moore2024-05-111-59/+48
* intr: Document how to get the interrupt frameWarner Losh2024-05-101-1/+4
* kern/intr: remove support for passing trap frame as argumentElliott Mitchell2024-05-101-11/+4
* unbound: Vendor import 1.20.0Cy Schubert2024-05-10107-13292/+52806
|\
| * unbound: Vendor import 1.20.0vendor/unbound/1.20.0Cy Schubert2024-05-10128-13307/+53415
* | tftpd: silence gcc overflow warningsDag-Erling Smørgrav2024-05-101-14/+29
* | tftpd: Satisfy clang-analyzer.Dag-Erling Smørgrav2024-05-104-16/+12
* | tftpd: Add missing include.Dag-Erling Smørgrav2024-05-101-0/+1
* | tftpd: Drop unneeded includes.Dag-Erling Smørgrav2024-05-105-5/+0
* | tftpd: Add missing `-S` option to synopsis.Dag-Erling Smørgrav2024-05-101-3/+3
* | CONTRIBUTING.md/style: spring cleaningAlexander Ziaee2024-05-101-7/+9
* | linux: Adjust rlimit SIGPENDING & MSGQUEUE behaviour to match linprocfsRicardo Branco2024-05-101-6/+23
* | vm: Change the return types of kernacc and useracc to boolJohn Baldwin2024-05-102-6/+6
* | uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin2024-05-1016-61/+174
* | md: Merge two switch statements in mdstart_vnodeJohn Baldwin2024-05-101-24/+20
* | sctp: improve heartbeat timer computationMichael Tuexen2024-05-101-10/+10
* | Revert "grdc: Add copyright"Warner Losh2024-05-102-12/+0
* | sctp: store heartbeat creation time as time_tMichael Tuexen2024-05-102-2/+2
* | sctp: store vtag expire time as time_tMichael Tuexen2024-05-102-7/+7
* | Increase IOAPIC_MAX_ID to 255 (from 254)Ed Maste2024-05-101-1/+6
* | sctp: store cookie secret change time as time_tMichael Tuexen2024-05-104-6/+6
* | madt: print CPU APIC ID as signed intEd Maste2024-05-101-2/+2
* | kmod.mk use ${XARGS}Simon J. Gerraty2024-05-101-2/+4
* | nvmf_transport: Remove invalid assertionJohn Baldwin2024-05-101-2/+0
* | ctl_backend_block: Correct value of NVME nsdata nuse fieldJohn Baldwin2024-05-101-1/+1
* | nvmecontrol: Free the addrinfo list when failing to open a TCP socketJohn Baldwin2024-05-101-0/+1
* | nvmecontrol: Free array of I/O queue pairs on failure to handoffJohn Baldwin2024-05-102-2/+8
* | nvmf: Use strlcpy instead of strncpy to ensure terminationJohn Baldwin2024-05-101-1/+1
* | nvmecontrol: Fix a sizeof mismatchJohn Baldwin2024-05-101-1/+1