aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump versionrelease/14.4.0-p1releng/14.4Philip Paeps13 days1-1/+1
* pf: include all elements when hashing rulesKristof Provost13 days1-8/+83
* pf: Fix hashing of IP address rangesMichael Gmelin13 days1-0/+1
* rpcsec_gss: Fix a stack overflow in svc_rpc_gss_validate()Mark Johnston14 days1-1/+9
* tcp: plug an mbuf leakMichael Tuexen14 days1-0/+2
* Update in preparation for 14.4-RELEASErelease/14.4.0Colin Percival2026-03-061-1/+1
* 14.4: Update to RC1Colin Percival2026-02-271-1/+1
* nullfs: Fix handling of doomed vnodes in nullfs_unlink_lowervp()Mark Johnston2026-02-261-10/+4
* rtsock: Fix stack overflowMark Johnston2026-02-241-2/+2
* 14.3: Update to BETA3Colin Percival2026-02-201-1/+1
* ng_ksocket: use new macros to lock socket buffersGleb Smirnoff2026-02-191-8/+8
* icmp6: clear csum_flags on mbuf reuseTimo Völker2026-02-191-0/+1
* Merge commit bfb276e55c76 from upstream OpenZFS (by Jessica Clarke)Jessica Clarke2026-02-191-1/+1
* kern/vfs_unmount.c: promote flags to uint64_tKonstantin Belousov2026-02-183-4/+4
* unmount(2): do not allow MNT_DEFERRED or MNT_RECURSE flags from userspaceKonstantin Belousov2026-02-181-0/+2
* kqtimer_proc_continue(): correct calculation of 'now'Konstantin Belousov2026-02-181-4/+1
* filt_timerexpire_l(): re-insert restarted timer into head instead of tailKonstantin Belousov2026-02-181-1/+6
* 14.3: Update to BETA2Colin Percival2026-02-131-1/+1
* uart: Add ns8250 ACPI entry for SPCR rev 2Colin Percival2026-02-121-0/+1
* qlnxe: Overhaul setting the multicast MAC filtersZhenlei Huang2026-02-115-190/+66
* qlnxe: Allow tapping the TX packetsZhenlei Huang2026-02-111-0/+1
* qlnxe: Refactor setting the promiscuous and allmulti modeZhenlei Huang2026-02-112-45/+36
* qlnxev: Remove now unneeded include for opt_inet.hZhenlei Huang2026-02-111-1/+0
* qlnxe: Let ether_ioctl() handle SIOCSIFADDR ioctlZhenlei Huang2026-02-112-26/+0
* qlnxe: Avoid reinitializing the interface when it is already initializedZhenlei Huang2026-02-111-1/+2
* qlnxe: Prevent potential concurrency between ioctlsZhenlei Huang2026-02-111-8/+9
* qlnxe: Fix setting the unicast MAC filter of RX pathZhenlei Huang2026-02-111-13/+3
* qlnxe: Avoid memcpy with same source and destinationZhenlei Huang2026-02-112-7/+7
* qlnxe: Remove a pointless copy back from the link-layer addressZhenlei Huang2026-02-111-2/+0
* amd64/conf: Remove a config committed by accidentMark Johnston2026-02-091-5/+0
* pmc: Import Intel Granite Rapids eventsBojan Novković2026-02-092-0/+6
* 14.4: create releng/14.4 branchColin Percival2026-02-062-2/+2
* sym(4): Map HCB memory as uncacheable also on x86Marius Strobl2026-02-051-27/+19
* sym(4): Provide a DEVICE_DETACH(9) methodMarius Strobl2026-02-051-15/+19
* sym(4): Use memcpy(9) instead of bcopy(9)Marius Strobl2026-02-051-5/+5
* sym(4): Consistently use device_printf(9) where applicableMarius Strobl2026-02-051-108/+114
* style(9): white space after ; and around binary operatorsDavid E. O'Brien2026-02-0530-86/+82
* Replace random sbuf_printf() with cheaper cat/putc.Alexander Motin2026-02-0516-70/+70
* siftr: refactor batch log processingRichard Scheffenegger2026-02-051-23/+16
* siftr: flush pkt_nodes to the log file in batchCheng Cui2026-02-051-18/+55
* ip_mroute: EVENTHANDLER_REGISTER does not failMark Johnston2026-02-051-6/+0
* in6: Modify address prefix lifetimes when updating address lifetimesMark Johnston2026-02-051-0/+22
* in6: Add a helper function to compute expiry timesMark Johnston2026-02-053-41/+22
* cpufreq(4): Fix a typo in a source code commentGordon Bergling2026-02-051-1/+1
* ath_hal(4): Fix a typo in a source code commentGordon Bergling2026-02-051-1/+1
* e1000: Fix setting the promiscuous modeZhenlei Huang2026-02-051-1/+1
* kern: disallow user scheduling/debugging/signalling of jailed procsKyle Evans2026-02-034-3/+76
* jail: separate "statically valid allow flags" from "prison0 allow flags"Kyle Evans2026-02-032-1/+12
* METALOG: Order keyword entriesJose Luis Duran2026-02-032-2/+2
* mrsas: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang2026-02-021-9/+1