summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2025-10-20jail: fix a regression that creates zombies when removing dying jailsJamie Gritton
2025-10-20ehci(4): Add ID for Realtek RTL811x USB 2.0 controllerDmitry Luhtionov
2025-10-20snd_hda: Add device ID for ATI RavenDmitry Luhtionov
2025-10-20zfs: merge openzfs/zfs@6ae99d269Martin Matuska
2025-10-20mrsas: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-10-20mfi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-10-20ipmi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-10-20aacraid: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-10-20aac: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-10-20sgx: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-10-20linux: Make the macro LINUX_IOCTL_SET publicZhenlei Huang
2025-10-19pf: fix 'no rdr'Kristof Provost
2025-10-19nfscommon: Update the nfs_bigreply arrayElliott Mitchell
2025-10-19inline most of the considered lost condensation.Randall Stewart
2025-10-18Match style in 3613896David E. O'Brien
2025-10-19imgact: Mark brandinfo and note structures as constZhenlei Huang
2025-10-18knotes: kqueue: handle copy for trivial filtersKonstantin Belousov
2025-10-18kqueue: handle copy for netmap filtersKonstantin Belousov
2025-10-18kqueue: handle copy for vnode filtersKonstantin Belousov
2025-10-18kern_event.c: support copy for timer eventsKonstantin Belousov
2025-10-18kqueuex(2): add KQUEUE_CPONFORKKonstantin Belousov
2025-10-18kern/kern_event.c: extract kqueue_acquire_ref() from kqueue_acquire()Konstantin Belousov
2025-10-18kern/kern_event.c: extract kern_kqueue_alloc() from kern_kqueue()Konstantin Belousov
2025-10-18kqueue_fo_release(): print filter with underflowKonstantin Belousov
2025-10-18kern_descrip.c: add struct proc argument to fdcopy()Konstantin Belousov
2025-10-18struct file: add DFLAG_FORK, indicate copying on forkKonstantin Belousov
2025-10-17achiem: quiet gcc -Warray-boundsRyan Libby
2025-10-17libalias: quiet gcc -Wcalloc-transposed-argsRyan Libby
2025-10-17pt: Switch to swi(9)Bojan Novković
2025-10-17bluetooth: ng_ubt_rtl/rtlbtfw: remove duplicate entry in device tableBjoern A. Zeeb
2025-10-17igc(4): also build module on aarch64Bjoern A. Zeeb
2025-10-17dc(4): fix argument to if_foreach_llmaddr() for 21143.Chris Johns
2025-10-17vm_domainset: Ensure round-robin works properlyOlivier Certner
2025-10-17pci/n1sdp: Disable HotPlugAndrew Turner
2025-10-17vmm: Fix a deadlock between vm_smp_rendezvous() and vcpu_lock_all()Mark Johnston
2025-10-17linprocfs: Add nodes for inotifyMark Johnston
2025-10-17netmap: Fix error handling in nm_os_extmem_create()Mark Johnston
2025-10-17tcp: cleanup of syncache_expand()Michael Tuexen
2025-10-16Add FENESTRASX to LINT to avoid breakageDavid E. O'Brien
2025-10-16vm: Fix iterator usage in vm_thread_stack_create()Mark Johnston
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-10-16ixl(4): fix multicast promiscuous mode state tracking and filter managementBhosale, Yogesh
2025-10-15tcp: bump max rcv buffer size for autoscalingMichael Tuexen
2025-10-15tcp: bump max snd buffer size for autoscalingMichael Tuexen
2025-10-15socket: bump socket buffer limit to 8MBMichael Tuexen
2025-10-16zfs: Emit warning upon use of legacy sysctlsEd Maste
2025-10-16arm64: Move BP hardening and SSBD workaround to CPU_FEAT frameworkSarah Walker
2025-10-16unionfs: avoid vdrop()ing a locked but doomed vnodeJason A. Harmening
2025-10-15unix/stream: plug a corner case when control externalization failedGleb Smirnoff
2025-10-15socket: Annotate sooptcopyin() and sooptcopyout() with __result_use_checkMark Johnston