aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* net80211: make ieee80211_scan_dump_channels privateBjoern A. Zeeb2023-03-142-4/+2
* net80211: define mask for ss_flags rather than using hardcoded 0xfffBjoern A. Zeeb2023-03-142-3/+3
* netmap: get rid of save_if_input for emulated adaptersVincenzo Maffione2023-03-142-21/+2
* infiniband: Convert BPF handling for IfAPIJustin Hibbits2023-03-144-12/+7
* udp: Fix a memory leak in udp6_send()Mark Johnston2023-03-141-2/+2
* Increase protection provided by veriexec with new unlink/rename hooks.dl2023-03-141-8/+155
* Always enable the virtual timer for userspaceAndrew Turner2023-03-141-5/+4
* Fix the ofw parent check in arm64 nexusAndrew Turner2023-03-141-1/+1
* xen: take struct size into account for video informationRoger Pau Monné2023-03-141-6/+9
* arm64: Delete redundant badly formatted and capitalised commentJessica Clarke2023-03-141-1/+0
* arm64: Move Azure-specific config from std.hyperv to std.azureJessica Clarke2023-03-143-10/+16
* arm: generic_timer: use interrupt-names when availableKyle Evans2023-03-141-11/+174
* net.inet6.ip6.log_interval: use ppsratecheck(9) internallyPawel Biernacki2023-03-134-15/+21
* netinet6: allow disabling excess log messagesPawel Biernacki2023-03-134-3/+14
* dtrace/powerpc: Remove accidental commented out lineJustin Hibbits2023-03-131-1/+0
* netinet: Disallow unspecified addresses in ICMP-embedded packetsMark Johnston2023-03-132-1/+10
* epair: Remove unneeded includes and sort some of the restMark Johnston2023-03-131-4/+2
* smr: Remove the return value from smr_wait()Mark Johnston2023-03-132-2/+3
* zfs: Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-03-132-2/+2
* vm: consistently prefix fault helpers with vm_fault_Mateusz Guzik2023-03-131-40/+40
* arm64: Hyper-V: Add vPCI and Mellanox driver modules into buildWei Hu2023-03-132-1/+12
* vfs: whack leftover cn_origflagsMateusz Guzik2023-03-121-1/+0
* powerpc/pmap: Add pmap_sync_icache() for radix pmapJustin Hibbits2023-03-121-0/+21
* powerpc: enable ZFS on 32 bit powerpc/powerpcspeAlfredo Dal'Ava Junior2023-03-122-6/+1
* vm: avoid lock upgrade if possible in vm_fault_nextMateusz Guzik2023-03-111-1/+1
* netmap: get rid of WNA() macroVincenzo Maffione2023-03-112-9/+4
* dtrace/powerpc: "Fix" stack traces across trap framesJustin Hibbits2023-03-111-6/+15
* dtrace/powerpc: Adjust AFRAMES for fbt and profileJustin Hibbits2023-03-112-2/+2
* phyp_llan: Mechanically convert to IfAPIJustin Hibbits2023-03-111-23/+21
* dtsec: Complete mechanical conversion to IfAPIJustin Hibbits2023-03-113-12/+12
* vm: read-locked fault handling for backing objectsMateusz Guzik2023-03-111-14/+67
* vm: add VM_OBJECT_UNLOCKMateusz Guzik2023-03-111-0/+2
* vm: move up object lock asserts in fault functionsMateusz Guzik2023-03-111-2/+4
* opts: fix silly typoWarner Losh2023-03-101-1/+1
* opts: popwerpcspc is also 32-bitWarner Losh2023-03-101-2/+3
* opts: Minor cleanup of ZFS optionsWarner Losh2023-03-101-1/+2
* kern: physmem: don't create a new exregion for different flags...Kyle Evans2023-03-101-1/+14
* sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen2023-03-1012-58/+232
* netmap: Remove obsolete compatibility definesMark Johnston2023-03-091-5/+0
* 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