aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* tcp: improve credential handling in syncacheMichael Tuexen2025-10-271-5/+9
* xilinx pci: Codasip Prime board supportRuslan Bukin2025-10-271-13/+19
* ipfw: Retire obsolete compat codeEd Maste2025-10-276-943/+29
* acpi: in acpi_stype_sysctl() use same logic as in acpi_sleep_state_sysctl()Gleb Smirnoff2025-10-271-2/+2
* gdb: Make development a bit easierMark Johnston2025-10-272-4/+37
* gdb: Improve doc stringsMark Johnston2025-10-273-6/+4
* net: Remove useless field annotationsMark Johnston2025-10-271-4/+4
* altq: Clear stats structures in get_class_stats()Mark Johnston2025-10-273-0/+6
* net: Validate interface group names in ioctl handlersMark Johnston2025-10-271-8/+26
* nfs_clrpcops.c: Check for too large a write replyRick Macklem2025-10-271-2/+2
* nfs_clrpcops.c: Fix two possible large NFSM_DISSECT()sRick Macklem2025-10-271-5/+6
* nfs_clrpcops.c: Add sanity checks for the slot cntsRick Macklem2025-10-271-1/+8
* kexec: Add dummy headers for arm, i386, powerpc, and riscvJustin Hibbits2025-10-274-0/+153
* amd64: Add kexec supportJustin Hibbits2025-10-277-0/+467
* kexec: Introduce basic arm64 supportJustin Hibbits2025-10-2710-1/+368
* sysent: Regen for kexec_load()Justin Hibbits2025-10-279-3/+51
* kern: Introduce kexec system feature (MI)Justin Hibbits2025-10-278-1/+447
* amd64: Add cpu_stop() support to go UP after SMPJustin Hibbits2025-10-278-5/+63
* x86/intr: Handle case of disabling MSI after releaseJustin Hibbits2025-10-271-0/+8
* nfs_nfsdserv.c: Add a sanity check for layout commit cntRick Macklem2025-10-271-0/+5
* audit: convert audit event class lookup to locklessAndrew Gallatin2025-10-271-13/+15
* ice(4): Add support for E835-XXV-4 adapterKrzysztof Galazka2025-10-271-0/+3
* isa: Use gone_in_dev(9) for deprecation messageEd Maste2025-10-271-2/+2
* ng_device: add kqueue supportQuentin Thébault2025-10-271-3/+123
* dev/ofw: Register the ofw_cpu xrefAndrew Turner2025-10-271-0/+1
* dev/ofw: Move ofw_cpu earlierAndrew Turner2025-10-271-2/+4
* arm64: Use _armreg.h in cpu.hAndrew Turner2025-10-272-1/+2
* arm64: Split out accessing special registersAndrew Turner2025-10-273-18/+60
* arm64: Remove armreg.h from db_machdep.hAndrew Turner2025-10-271-1/+0
* arm64: Include armreg.h in db_disasm.cAndrew Turner2025-10-271-0/+1
* arm64/vmm: Remove armreg.h when not neededAndrew Turner2025-10-276-6/+0
* snd_dummy: Round channel pointer after each writeChristos Margiolis2025-10-271-2/+3
* vchiq: update printf-s to more architecture-independent format specifiersAdrian Chadd2025-10-262-104/+103
* udp: honor IPV6_TCLASS cmsg for UDP/IPv4 packetsMichael Tuexen2025-10-261-0/+17
* udp: honor IPV6_TCLASS socket option for UDP/IPv4 packetsMichael Tuexen2025-10-261-0/+12
* fusefs: fix page fault triggered by async notification when unmountedAlan Somers2025-10-261-0/+7
* thunderbolt: Fix stale symlink for opt_acpi_wmi.hAymeric Wibo2025-10-261-1/+1
* packages: Remove the /boot hack from mtree-to-plist.awkLexi Winter2025-10-261-0/+2
* cam: Bump deprecated sysctl removal to 16Ed Maste2025-10-262-4/+4
* sys: Bump non-ISA PNP removal to 16.0Ed Maste2025-10-251-1/+1
* pathconf: Define a new name called _PC_CASE_INSENSITIVERick Macklem2025-10-253-0/+5
* zfs: merge openzfs/zfs@0455150f1Martin Matuska2025-10-2528-227/+531
* tcp: save progress timeout cause in connection end statusPeter Lei2025-10-241-2/+5
* tcp rack: cleanupPeter Lei2025-10-242-198/+4
* igb(4): Fix out-of-bounds register access on VFsKrzysztof Galazka2025-10-242-49/+80
* sys: Bump 32-bit kernel removal to 16.0Ed Maste2025-10-241-1/+1
* x86 LAPIC: force edge-triggered mode for !bootverbose as wellKonstantin Belousov2025-10-241-3/+6
* sys: Bump GIANT device removal to 16.0Ed Maste2025-10-241-1/+1
* le(4): Update depreciation noticeEd Maste2025-10-241-1/+1
* vfs_syscalls.c::flags_to_right(): O_DSYNC should be allowed for CAP_FSYNCKonstantin Belousov2025-10-241-1/+1