aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* nvme: add Apple T2 ANS2 NVMe quirksAbdelkader Boudih2026-06-146-10/+75
* fusefs: fix error handling when reading a directory's sticky bitAlan Somers2026-06-141-4/+6
* arm/bcm2835: Release mailbox resources on attach failureHaoxiang Li2026-06-141-8/+13
* arm: allwinner: Fix A10 INTC MMIO resource cleanupHaoxiang Li2026-06-141-2/+2
* evdev: add devnum sysctlQuentin Thébault2026-06-142-0/+7
* acpi(4): Fix a typo in a source code commentGordon Bergling2026-06-141-1/+1
* clk: Fix a typo in a source code commentGordon Bergling2026-06-141-1/+1
* et(4): Fix a typo in a source code commentGordon Bergling2026-06-141-1/+1
* qcom_clk: Fix a typo in a source code commentGordon Bergling2026-06-141-1/+1
* ufshci(4): Fix a typo in a source code commentGordon Bergling2026-06-141-1/+1
* sdhci(4): Fix a typo in a source code commentGordon Bergling2026-06-141-1/+1
* aic7xxx: Fix two typos in source code commentsGordon Bergling2026-06-142-2/+2
* linux_ntsync(9): check the file type before calling native ntsync(9)Konstantin Belousov2026-06-141-0/+36
* vnode: move VIRF_KNOTE to v_v2flagKonstantin Belousov2026-06-143-8/+8
* struct vnode: assign v_rl.resv1 as v_type and v_rl.resv2 as v_stateKonstantin Belousov2026-06-142-2/+12
* sys/rangelock.h: explicitly enumerate padding at the end of the structureKonstantin Belousov2026-06-141-0/+6
* vfs: work around the race between vget() and vnlruKonstantin Belousov2026-06-141-1/+6
* LinuxKPI: sync linuxkpi_video with Linux 6.12Vladimir Kondratyev2026-06-131-8/+2
* fusefs: only search for FREAD fufh in readdirCismonX2026-06-121-11/+1
* ice(4): Fix link speed after changing cable typeKrzysztof Galazka2026-06-121-7/+11
* ice(4): Add support for new E810-XXV-2 adaptersKrzysztof Galazka2026-06-121-0/+6
* vt: Do not lock request comming from terminalAleksandr Rybalko2026-06-111-3/+14
* hwpmc_ibs: Add Zen6 IBS ctl2 filters and alternate disableAndre Silva2026-06-112-25/+234
* usb: implement attach kernel driver featureShengYi Hung2026-06-112-1/+24
* virtio-scsi: handle device capacity change eventAleksandr Rybalko2026-06-113-0/+34
* sys/arm64: fix return values of freebsd32_{set,swap}context()Piotr Kubaj2026-06-111-2/+2
* routing: Enable hash_outbound during nhgrp allocationPouria Mousavizadeh Tehrani2026-06-112-14/+7
* mxge(4): Fix a typo in a source code commentGordon Bergling2026-06-111-1/+1
* pf: free match rules after exiting critical sectionSiva Mahadevan2026-06-101-4/+4
* Pause failpoint: replace mtx_sleep with tsleepMark Ranger2026-06-101-8/+3
* elf_common: Add FDO package metadata note typeEd Maste2026-06-101-0/+3
* crypto/openssl: update artifacts to match 3.5.7 releaseEnji Cooper2026-06-103-12/+138
* powerpc/booke: Add watchdog driverJustin Hibbits2026-06-102-0/+74
* watchdog: Fix a couple type issuesJustin Hibbits2026-06-101-2/+2
* cd9660: Don't parse RRIP records whose length overflows the sector boundaryJohn Baldwin2026-06-101-8/+18
* mac_portacl: do not reject unspecific family directlyK Rin2026-06-101-1/+2
* kern_fork: guard against NULL newproc on the failure pathKonstantin Belousov2026-06-101-1/+2
* compat32 wait4/6(2): only copy out when there is a pid to reportKonstantin Belousov2026-06-101-8/+4
* linux: Add TCP_INFO supportChuck Tuffli2026-06-102-3/+136
* jail: Don't double-free the current prison in kern_jail_set/getJamie Gritton2026-06-091-4/+10
* reap_kill_subtree_once: when proctree_lock is dropped, reaper might changeKonstantin Belousov2026-06-091-14/+29
* proc: add tree ref countKonstantin Belousov2026-06-094-2/+11
* connectat(2): do not enable EMPTYPATH for AT_FDCWDKonstantin Belousov2026-06-091-2/+3
* hwpmc: Disable AMD PMCs if in an unsupported VMAli Mashtizadeh2026-06-091-2/+35
* imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid imagesMark Johnston2026-06-091-27/+28
* arm64: Workaround the following errataAndrew Turner2026-06-091-9/+51
* linux: Correct the issetugid check in copyout_auxargsMark Johnston2026-06-091-3/+1
* in6_mcast: Fix a race in in6p_set_source_filter()Mark Johnston2026-06-092-45/+36
* sound: Fix software buffer lifetime issuesMark Johnston2026-06-093-16/+115
* sound: Check for offset overflow in dsp_mmap_single()Christos Margiolis2026-06-091-0/+3