aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ng_atmllc: removeBrooks Davis2023-03-097-343/+0
* NgATM: Remove netgraph ATM supportBrooks Davis2023-03-0988-49007/+0
* vm_fault: Update a comment to reflect the removal of the default pagerMark Johnston2023-03-091-4/+3
* xen: fetch dom0 video console information from XenRoger Pau Monné2023-03-092-0/+76
* xen: bump used interface versionRoger Pau Monné2023-03-095-8/+9
* fix buildworld after 595d23f777dc.Alexander V. Chernikov2023-03-094-10/+14
* netlink: add snl(3) default parsers for routes and links.Alexander V. Chernikov2023-03-092-0/+236
* netlink: add rtsock-compatible header to use with netlink snl(3).Alexander V. Chernikov2023-03-092-0/+57
* netlink: add basic message writing support to snl(3).Alexander V. Chernikov2023-03-092-0/+360
* rc.d: Generate machine-id from hostid_saveTijl Coosemans2023-03-091-1/+1
* nvram2env: Retire unused MIPS-specific driverEd Maste2023-03-082-372/+0
* sys/modules/Makefile: Add a section for arm64 + x86 + powerpc64.John Baldwin2023-03-081-15/+10
* Enable OFED on all platforms except for 32-bit arm.John Baldwin2023-03-082-15/+9
* krping: Use get_cyclecount for get_cycles.John Baldwin2023-03-081-7/+1
* Make <sys/systm.h> more self-contained.John Baldwin2023-03-081-3/+3
* dpaa2_mc.c: unbreak by adding <sys/lock.h>Joerg Wunsch2023-03-081-0/+1
* Add NAMESPACE MANAGEMENT into admin_opcode[].Alexander Motin2023-03-081-0/+1
* usb: dwc3: add <sys/mutex.h>Joerg Wunsch2023-03-081-0/+1
* msdosfs: fix debug print format and parameterStefan Eßer2023-03-082-2/+2
* dpaa2: Mechanically convert to IfAPIJustin Hibbits2023-03-081-52/+51
* eqos: Mechanically convert to IfAPIJustin Hibbits2023-03-081-22/+22
* netlink: make snl(3) scratch buffer growableAlexander V. Chernikov2023-03-081-21/+69
* acpica: do not print warning for missing _ADRYuri2023-03-071-2/+3
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2023-03-071-10/+28
* Mechanically convert cxgb(4) and cxgbe(4) to IfAPIJustin Hibbits2023-03-0721-386/+384
* Mechanically convert qlxgbe(4) to IfAPIJustin Hibbits2023-03-076-114/+113
* Mechanically convert qlxgb(4) to IfAPIJustin Hibbits2023-03-076-74/+73
* Mechanically convert qlxge(4) to IfAPIJustin Hibbits2023-03-075-81/+80
* netlink: cleanup netlink_writer codeAlexander V. Chernikov2023-03-071-25/+6
* arm64: fix the LINT-ACPI buildKyle Evans2023-03-071-0/+2
* tarfs: Set mountedfrom correctly.Dag-Erling Smørgrav2023-03-071-1/+1
* altera: Fix build from 068f2c0e10Justin Hibbits2023-03-071-0/+3
* Mechanically convert dwc(4) to IfAPIJustin Hibbits2023-03-073-2/+5
* cpsw(4): Finish conversion to IfAPIJustin Hibbits2023-03-071-1/+1
* linux: Use the if_name() accessor to get loopback nameJustin Hibbits2023-03-071-1/+1
* ktls: Use IfAPI accessors to get capabilitiesJustin Hibbits2023-03-071-8/+8
* iflib: Further convert to use IfAPI accessorsJustin Hibbits2023-03-071-5/+5
* arm64: ofw: respect the nonposted-mmio prop in OF_decode_addr()Kyle Evans2023-03-071-2/+8
* netinet: Tighten checks for unspecified source addressesMark Johnston2023-03-064-0/+17
* epair: Simplify the transmit path and address lost wakeupsMark Johnston2023-03-061-77/+75
* epair: Avoid loading m_flags into a shortMark Johnston2023-03-061-6/+6
* Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits2023-03-0622-548/+539
* mlx5: Enter network epoch when using if_foreach()Justin Hibbits2023-03-061-2/+3
* netlink: use newly-added if_foreach_sleep() to iterate over the interface list.Alexander V. Chernikov2023-03-061-42/+14
* ifnet: add if_foreach_sleep() to allow ifnet iterations with sleep.Alexander V. Chernikov2023-03-062-0/+67
* net: unify mtu update codeAlexander V. Chernikov2023-03-065-48/+18
* Remove a #error that sneaked inAndrew Turner2023-03-061-1/+0
* Support non-posted MMIO on arm64 with FDTAndrew Turner2023-03-051-3/+52
* Map arm64 pci config memory as non-postedAndrew Turner2023-03-056-8/+86
* linux_80211: Don't dequeue lsta if not queuedColin Percival2023-03-051-1/+4