aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump versionrelease/14.4.0-p7releng/14.4Mark Johnston2026-06-291-1/+1
* compat32: Zero struct to avoid stack disclosureEd Maste2026-06-291-1/+1
* compat/linux: Avoid waitid() kernel stack disclosureEd Maste2026-06-291-0/+1
* ktls CBC decrypt: Only increment iovec index when an entry is usedJohn Baldwin2026-06-291-1/+2
* kern: fix auditing of ptrace(2) syscall requestsKyle Evans2026-06-291-1/+1
* posixshm: Fix handling of sendfile() with largepage objectsMark Johnston2026-06-292-13/+29
* posixshm: Disallow truncation of largepage objectsMark Johnston2026-06-291-5/+3
* posixshm: Disallow fspacectl() on largepage objectsMark Johnston2026-06-291-1/+4
* rack: Reload the TCP stack PCB after reacquiring the inpcb lockMark Johnston2026-06-291-0/+1
* unlinkat: Pass flags down to the work functionsMark Johnston2026-06-291-5/+6
* libalias: Fix buffer overflow in RTSP aliasingDag-Erling Smørgrav2026-06-291-67/+89
* zfs: Roll up several upstream commitsMark Johnston2026-06-296-36/+272
* execve_block(): a mechanism for mutual exclusion with execve() on the processKonstantin Belousov2026-06-2918-172/+467
* device_pager: Avoid double-insertion of pages into the pager listMark Johnston2026-06-293-19/+21
* sys/arm64: fix return values of freebsd32_{set,swap}context()Piotr Kubaj2026-06-291-2/+2
* Add UPDATING entries and bump versionrelease/14.4.0-p6Mark Johnston2026-06-081-1/+1
* vt: Avoid integer overflow in CONS_HISTORY ioctlEd Maste2026-06-082-7/+8
* imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid imagesMark Johnston2026-06-081-27/+28
* arm64: Workaround the following errataAndrew Turner2026-06-081-9/+51
* linux: Correct the issetugid check in copyout_auxargsMark Johnston2026-06-081-3/+1
* in6_mcast: Fix a race in in6p_set_source_filter()Mark Johnston2026-06-082-44/+36
* sigqueue: In capability mode, only allow signalling selfEd Maste2026-06-081-0/+10
* sound: Fix software buffer lifetime issuesMark Johnston2026-06-083-16/+106
* sound: Check for offset overflow in dsp_mmap_single()Christos Margiolis2026-06-081-0/+3
* ktls: Don't attempt to modify non-anonymous mbufs on the receive pathJohn Baldwin2026-06-072-3/+15
* thr_kill2: Respect p_cansignal()Mark Johnston2026-06-071-1/+1
* crypto/openssl: Update to 3.0.20Enji Cooper2026-06-072-88/+77
* Add UPDATING entries and bump versionrelease/14.4.0-p5Mark Johnston2026-05-201-1/+1
* ptrace: Fix validation of PT_SC_REMOTE argumentsMark Johnston2026-05-201-7/+10
* fusefs: Handle buggy servers' LISTXATTR responseAlan Somers2026-05-202-6/+12
* netmap: Drain selinfo sleepers in nm_os_selinfo_uninit()Mark Johnston2026-05-191-0/+1
* procdesc: Make sure to drain selinfo sleepers in procdesc_free()Mark Johnston2026-05-192-8/+3
* setcred: Fix buffer overflowDag-Erling Smørgrav2026-05-191-2/+2
* Add UPDATING entries and bump versionrelease/14.4.0-p4Mark Johnston2026-04-301-1/+1
* Add UPDATING entries and bump versionrelease/14.4.0-p3Mark Johnston2026-04-281-1/+1
* libnv: fix heap overflow in nvlist_recv()Mariusz Zaborski2026-04-281-4/+5
* libnv: add tests to verify potential overflow issuesMariusz Zaborski2026-04-282-7/+8
* pf: improve SCTP validationKristof Provost2026-04-281-5/+13
* execve: Fix an operator precedence bugMark Johnston2026-04-281-1/+1
* amd64: fix INVLPGB range invalidationKyle Evans2026-04-281-19/+6
* Add UPDATING entries and bump versionrelease/14.4.0-p2Mark Johnston2026-04-211-1/+1
* pkru: Fix handling of 1GB largepage mappingsMark Johnston2026-04-214-12/+84
* tty: Avoid leaving dangling pointers in tty_drop_ctty()Mark Johnston2026-04-211-0/+4
* timerfd: Fix interval callout schedulingJake Freeland2026-04-211-11/+13
* vm_fault: Reset m_needs_zeroing properlyMark Johnston2026-04-211-4/+3
* Add UPDATING entries and bump versionrelease/14.4.0-p1Philip Paeps2026-03-251-1/+1
* pf: include all elements when hashing rulesKristof Provost2026-03-251-8/+83
* pf: Fix hashing of IP address rangesMichael Gmelin2026-03-251-0/+1
* rpcsec_gss: Fix a stack overflow in svc_rpc_gss_validate()Mark Johnston2026-03-251-1/+9
* tcp: plug an mbuf leakMichael Tuexen2026-03-251-0/+2