aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Add support for 1Gbit Active DAC linksKevin Bowling2024-11-201-1/+2
* stand: Don't need sys/select.hWarner Losh2024-11-202-0/+4
* stand: We don't want signal definitions in the boot loaderWarner Losh2024-11-201-3/+1
* sys/conf.h: Make more self-containedWarner Losh2024-11-201-0/+1
* hwpmc: Fix whitespace in logging macrosMark Johnston2024-11-191-66/+70
* vfs: Fix runningspace tuning after maxphys was bumpedMark Johnston2024-11-191-5/+6
* sdt: Stop defining probe and provider structures as arraysMark Johnston2024-11-191-15/+13
* mii_fdt: Search for the "ethernet-ports" subnodeMark Johnston2024-11-191-0/+2
* vfs: Fix vop_stdis_text()Mark Johnston2024-11-191-1/+1
* arm64: Fix comparing ID register fieldsAndrew Turner2024-11-191-3/+3
* arm64: Adjust the MPASS in vfp_save_state_savectxAndrew Turner2024-11-191-3/+6
* acpi: Handle multiple interruptsAndrew Turner2024-11-191-9/+18
* dpaa2: Fix kernel built with ACPI_DEBUGDmitry Salychev2024-11-191-0/+4
* vga_pci: Use bus_generic_* directly instead of wrappersJohn Baldwin2024-11-191-16/+2
* socket: Move SO_SPLICE next to other socket option constantsJohn Baldwin2024-11-191-1/+1
* rangelock: Use atomic_testandset_ptrJohn Baldwin2024-11-191-2/+2
* atomic(9): Implement atomic_testand(clear|set)_ptrJohn Baldwin2024-11-199-2/+26
* atomic(9): Remove fcmpset-based fallback for atomic_testand(clear|set)John Baldwin2024-11-193-74/+0
* arm: Implement atomic_testandset_acq_long as a simple wrapperJohn Baldwin2024-11-191-1/+11
* riscv: Add implementations of atomic_testand(set|clear)_(32|64|long)John Baldwin2024-11-191-0/+73
* uath: flush data/commands to the firmware before changing channel / stateAdrian Chadd2024-11-191-0/+4
* usb: fix the ID for the dual-band Wistron AR5523 USB NICAdrian Chadd2024-11-192-1/+3
* net80211: add IEEE80211_IS_QOS_NULL()Adrian Chadd2024-11-192-2/+12
* rtsock: fix panic in rtsock_msg_buffer()Gleb Smirnoff2024-11-181-15/+20
* pf: clean up pflow sockets on jail removalKristof Provost2024-11-181-2/+24
* hidraw(4): update hgd_actlen in HIDRAW_GET_REPORT ioctlMatthew Nygard Dodd2024-11-181-6/+7
* uhid(4): update ugd_actlen in USB_GET_REPORT ioctlMatthew Nygard Dodd2024-11-181-1/+3
* tcp: define tcp_lro_log() only when TCP_BLACKBOX is definedMichael Tuexen2024-11-171-0/+16
* vm: static-ize vm_page_alloc_after()Alan Cox2024-11-172-2/+3
* net80211: remove IEEE80211_FC0_QOSDATAAdrian Chadd2024-11-171-3/+0
* net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd2024-11-1716-75/+57
* conf: Fix KCSAN enablement checkingMark Johnston2024-11-171-0/+1
* arm: link all .rodata variants into one output sectionMichal Meloun2024-11-171-1/+1
* arm: align data section to the supersection.Michal Meloun2024-11-171-3/+1
* arm: add read_frequently, read_mostly and exclusive_cache_line sections to li...Michal Meloun2024-11-171-0/+15
* arm: fix symbols around the .ARM.exidx sectionMichal Meloun2024-11-171-0/+1
* arm: Fix typo in ldscript.arm.Michal Meloun2024-11-171-1/+1
* aw_wdog: disable timer on attachMitchell Horne2024-11-161-0/+3
* vm_page: use iterators in alloc_contig_domainDoug Moore2024-11-161-9/+37
* aw_syscon: enable for Allwinner D1 (riscv)Mitchell Horne2024-11-162-0/+2
* riscv: Allwinner D1 clock and reset driverJulien Cassette2024-11-164-2/+1083
* riscv: enable allwinner RTCMitchell Horne2024-11-163-8/+18
* Change the SOCKBUF_LOCK calls to use the more refined SOCK_XXXBUF_LOCK/UNLOCK.Randall Stewart2024-11-152-37/+37
* aio: remove write-only jobid & kernelinfoAndrew Gallatin2024-11-152-42/+2
* gpiospi: Fix module dependencies.Dag-Erling Smørgrav2024-11-151-2/+2
* cdefs.h: Document the _XOPEN_SOURCE - 0 constructWarner Losh2024-11-151-1/+12
* cdefs: Bump the defaults for 'all'Warner Losh2024-11-151-3/+3
* cdefs: Add FreeBSD _C23_SOURCE extensionWarner Losh2024-11-151-0/+6
* cdefs: Support _ISOC23_SOURCE and --std=c23Warner Losh2024-11-151-6/+13
* cdesf: Support _POSIX_C_SOURCE 202405 for POSIX 2024Warner Losh2024-11-151-1/+4