aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* kern: syscall_thread_enter() cannot failKyle Evans2026-06-304-15/+6
* ktls CBC decrypt: Avoid creating zero length iovec entriesJohn Baldwin2026-06-301-1/+1
* ktls CBC decrypt: Only increment iovec index when an entry is usedJohn Baldwin2026-06-301-1/+2
* kern: fix auditing of ptrace(2) syscall requestsKyle Evans2026-06-301-1/+1
* posixshm: Fix handling of sendfile() with largepage objectsMark Johnston2026-06-302-13/+32
* posixshm: Disallow truncation of largepage objectsMark Johnston2026-06-301-5/+3
* posixshm: Disallow fspacectl() on largepage objectsMark Johnston2026-06-301-1/+4
* rack: Reload the TCP stack PCB after reacquiring the inpcb lockMark Johnston2026-06-301-0/+1
* unlinkat: Pass flags down to the work functionsMark Johnston2026-06-301-5/+6
* libalias: Fix buffer overflow in RTSP aliasingDag-Erling Smørgrav2026-06-301-67/+89
* device_pager: Avoid double-insertion of pages into the pager listMark Johnston2026-06-303-19/+24
* evdev: use a prometheus-safe label for ev_sysctl_treeKyle Evans2026-06-301-1/+1
* generic_ehci_fdt: fix driver softc sizeMitchell Horne2026-06-301-1/+1
* pflog: run VNET_SYSUNINIT in SI_SUB_PROTO_FIREWALLKristof Provost2026-06-301-1/+1
* netinet6: cleanse safeguards against IFT_PFLOGGleb Smirnoff2026-06-294-11/+5
* protocols: remove IPPROTO_DIVERTGleb Smirnoff2026-06-291-3/+0
* loopback: use new names for checksum offloading flagsTimo Völker2026-06-291-6/+5
* witness: harden tunables for large settingsRyan Libby2026-06-293-9/+71
* CHERI: declare fueptr and suptrBrooks Davis2026-06-291-0/+10
* CHERI: declare copy{in,out}ptr{,_nofault}Brooks Davis2026-06-292-0/+42
* pflog: create bpf tapping points without ifnet(9)Kristof Provost2026-06-282-126/+82
* rack_bbr_common: don't use stale pointer after m_pullup()Jana Smith2026-06-281-2/+2
* loopback: improve checksum offloadingTimo Völker2026-06-281-36/+6
* virtio_pci_modern: Remove endianness conversion for config spaceTimo Völker2026-06-281-17/+10
* nfs_clstate.c: Fix CB_RECALL handling for NFSv4.1/4.2Rick Macklem2026-06-271-2/+9
* sound: Use sx_assert instead of KASSERT(sx_xlocked())Christos Margiolis2026-06-271-2/+1
* snd_dummy: advance pointers for both channelsGoran Mekić2026-06-271-4/+3
* zfs: merge openzfs/zfs@37af89948Martin Matuska2026-06-27160-2482/+6963
* ng_socket: plug node reference leakGleb Smirnoff2026-06-261-2/+0
* ng_socket: simplify protosw(9) methodsGleb Smirnoff2026-06-261-106/+24
* VOP_VPUT_PAIR(): handle the case when dvp == vpKonstantin Belousov2026-06-263-12/+35
* hwpstate_intel(4): Fix comment for 'req', whitespaceOlivier Certner2026-06-261-4/+7
* files: riscv, arm64: Remove redundant 'ofw_cpu.c'Olivier Certner2026-06-262-2/+0
* hwpstate_amd(4): Style: End brace of struct initializers on new lineOlivier Certner2026-06-261-2/+4
* hwpstate_intel(4): Debug sysctl: StyleOlivier Certner2026-06-261-4/+12
* hwpstate_intel(4): Debug sysctl: Fix retrieving the pkg-level MSROlivier Certner2026-06-261-2/+1
* hwpstate_intel(4): Debug sysctl: Rename struct/fieldOlivier Certner2026-06-261-17/+20
* tpm_tis: release TPM resources after reading responseOlivier Cochard2026-06-261-0/+10
* iichid(4): Always release interrupt resourceAymeric Wibo2026-06-261-4/+4
* sys/systm.h: use __nodiscard consistently and correctlyBrooks Davis2026-06-261-6/+6
* acpi_timer(4): Remove unused 'acpi_timer_disabled' booleanOlivier Certner2026-06-262-8/+1
* acpi_hpet(4): Remove unused 'acpi_hpet_disabled' booleanOlivier Certner2026-06-262-7/+1
* acpi_cpu(4): Remove unused 'acpi_cpu_disabled' booleanOlivier Certner2026-06-262-7/+1
* hwpstate_intel(4): Fix two MSR errors being conflatedOlivier Certner2026-06-261-6/+6
* hwpstate_intel(4): Fix uninitialized variable in debug dump sysctlOlivier Certner2026-06-261-0/+2
* sched_ule: Fix off by one in preempt_thresh definitionOlivier Certner2026-06-261-2/+2
* nfs_nfsdport.c: Fix a typo in a KASSERTRick Macklem2026-06-261-1/+1
* netinet6: refactor in6_pcbconnect()Gleb Smirnoff2026-06-251-17/+17
* pflog: remove unused argument from pflogattach()Kristof Provost2026-06-251-3/+3
* jail: clean up locking around do_jail_attachJamie Gritton2026-06-251-33/+43