aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump versionrelease/14.4.0-p9releng/14.4Mark Johnston2026-08-242-1/+27
* posixshm: Fix a TOCTOU race in the FIOSSHMLPGCNF handlerMark Johnston2026-08-242-11/+18
* tty: Revalidate after dropping the tty lock in ioctl handlersMark Johnston2026-08-241-2/+12
* openssl: Fix multiple vulnerabilitiesGordon Tetlow2026-08-2410-43/+488
* ppp: Fix a buffer overflow in the endpoint discriminator set commandMark Johnston2026-08-241-3/+8
* ppp: Reject invalid endpoint discriminator optionsMark Johnston2026-08-241-0/+6
* ppp: Avoid overflow when formatting endpoint discriminator optionsMark Johnston2026-08-241-6/+6
* dsp: Fix a potential use-after-free in dsp_oss_syncstart()Mark Johnston2026-08-242-15/+11
* hwpmc: Fix the execve handlerMark Johnston2026-08-242-61/+13
* crypto/openssl: correct version numbers for pkg-config filesEnji Cooper2026-08-243-3/+3
* ucode: Fix validation on Intel platformsMark Johnston2026-08-191-8/+24
* x86/ucode: add const where appropriateChuck Silvers2026-08-192-20/+22
* Add UPDATING entries and bump versionrelease/14.4.0-p8Mark Johnston2026-07-282-1/+15
* coredump: Don't assume that the number of ELF segments is consistentMark Johnston2026-07-281-3/+19
* sysvsem: Fix a TOCTOU race in semctl({GET,SET}ALL)Mark Johnston2026-07-281-20/+16
* wg(4): Add a test that the driver handles a decryption failureJohn Baldwin2026-07-284-0/+124
* wg(4): Check for crypto operation errorsJohn Baldwin2026-07-281-1/+10
* OCF: Add a fail point to inject EBADMSG decryption errorsJohn Baldwin2026-07-281-0/+16
* contrib/tzdata: import tzdata 2026cPhilip Paeps2026-07-2714-244/+272
* Add a missing UPDATING entryMark Johnston2026-07-031-0/+2
* Add UPDATING entries and bump versionrelease/14.4.0-p7Mark Johnston2026-06-292-1/+40
* iconv: Fix a stack buffer overflow in _ISO2022_sputwchar()Mark Johnston2026-06-292-4/+24
* iconv: Fix a buffer overflow in the HZ encodingMark Johnston2026-06-291-1/+1
* iconv(3): Draft some automatic tests.Taylor R Campbell2026-06-292-0/+356
* iconv(3): Fix problems in various encodingsTaylor R Campbell2026-06-294-8/+27
* 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-292-3/+110
* kern: fix auditing of ptrace(2) syscall requestsKyle Evans2026-06-291-1/+1
* posixshm: Fix handling of sendfile() with largepage objectsMark Johnston2026-06-293-13/+118
* posixshm: Disallow truncation of largepage objectsMark Johnston2026-06-292-5/+41
* posixshm: Disallow fspacectl() on largepage objectsMark Johnston2026-06-292-1/+26
* 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-293-5/+227
* tests/libalias: Add a regression test for an alias_smedia bugMark Johnston2026-06-292-0/+78
* 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-294-19/+51
* 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-082-1/+42
* ldns: Fix query response validationGordon Tetlow2026-06-083-3/+110
* openssl: Fix multiple vulnerabilitiesGordon Tetlow2026-06-0820-37/+239
* vt: Avoid integer overflow in CONS_HISTORY ioctlEd Maste2026-06-082-7/+8
* unbound: Apply upstream patchesDag-Erling Smørgrav2026-06-0815-44/+209
* imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid imagesMark Johnston2026-06-083-27/+187
* 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-082-3/+19