aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump versionrelease/14.3.0-p16releng/14.3Mark Johnston2026-06-302-1/+40
* iconv: Fix a stack buffer overflow in _ISO2022_sputwchar()Mark Johnston2026-06-302-4/+24
* iconv: Fix a buffer overflow in the HZ encodingMark Johnston2026-06-301-1/+1
* iconv(3): Draft some automatic tests.Taylor R Campbell2026-06-302-0/+356
* iconv(3): Fix problems in various encodingsTaylor R Campbell2026-06-304-8/+27
* compat32: Zero struct to avoid stack disclosureEd Maste2026-06-301-1/+1
* compat/linux: Avoid waitid() kernel stack disclosureEd Maste2026-06-301-0/+1
* ktls CBC decrypt: Only increment iovec index when an entry is usedJohn Baldwin2026-06-302-3/+110
* kern: fix auditing of ptrace(2) syscall requestsKyle Evans2026-06-301-1/+1
* posixshm: Fix handling of sendfile() with largepage objectsMark Johnston2026-06-303-13/+118
* posixshm: Disallow truncation of largepage objectsMark Johnston2026-06-302-5/+41
* posixshm: Disallow fspacectl() on largepage objectsMark Johnston2026-06-302-1/+26
* 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-303-5/+227
* tests/libalias: Add a regression test for an alias_smedia bugMark Johnston2026-06-302-0/+78
* libalias: Fix buffer overflow in RTSP aliasingDag-Erling Smørgrav2026-06-301-67/+89
* zfs: Roll up several upstream commitsMark Johnston2026-06-306-36/+272
* execve_block(): a mechanism for mutual exclusion with execve() on the processKonstantin Belousov2026-06-3018-172/+467
* device_pager: Avoid double-insertion of pages into the pager listMark Johnston2026-06-304-19/+51
* sys/arm64: fix return values of freebsd32_{set,swap}context()Piotr Kubaj2026-06-301-2/+2
* Add UPDATING entries and bump versionrelease/14.3.0-p15Mark Johnston2026-06-082-1/+42
* ldns: Fix query response validationGordon Tetlow2026-06-073-3/+110
* openssl: Fix multiple vulnerabilitiesGordon Tetlow2026-06-0720-37/+239
* vt: Avoid integer overflow in CONS_HISTORY ioctlEd Maste2026-06-072-7/+8
* unbound: Apply upstream patchesDag-Erling Smørgrav2026-06-0715-44/+209
* imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid imagesMark Johnston2026-06-073-27/+187
* arm64: Workaround the following errataAndrew Turner2026-06-072-1/+102
* linux: Correct the issetugid check in copyout_auxargsMark Johnston2026-06-071-3/+1
* in6_mcast: Fix a race in in6p_set_source_filter()Mark Johnston2026-06-072-44/+36
* sigqueue: In capability mode, only allow signalling selfEd Maste2026-06-072-3/+19
* sound: Fix software buffer lifetime issuesMark Johnston2026-06-074-16/+165
* sound: Check for offset overflow in dsp_mmap_single()Christos Margiolis2026-06-073-0/+54
* ktls: Don't attempt to modify non-anonymous mbufs on the receive pathJohn Baldwin2026-06-073-3/+108
* thr_kill2: Respect p_cansignal()Mark Johnston2026-06-071-1/+1
* crypto/openssl: Update to 3.0.20Enji Cooper2026-06-072730-222748/+196968
* Add UPDATING entries and bump versionrelease/14.3.0-p14Mark Johnston2026-05-202-1/+27
* cap_net: do not allow new limits to drop keys from the old onesMariusz Zaborski2026-05-201-0/+31
* bsdconfig: Make sure that SSID names are properly escapedMark Johnston2026-05-201-0/+3
* bsdinstall: Avoid invoking eval on the wlan SSID listRenato Botelho2026-05-201-16/+31
* libcasper: switch from select(2) to poll(2)Mariusz Zaborski2026-05-205-142/+263
* ptrace: Fix validation of PT_SC_REMOTE argumentsMark Johnston2026-05-202-28/+77
* fusefs: Handle buggy servers' LISTXATTR responseAlan Somers2026-05-203-6/+85
* 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-194-8/+133
* setcred: Fix buffer overflowDag-Erling Smørgrav2026-05-191-2/+2
* freebsd-update: Skip /etc/ssl/cert.pemDag-Erling Smørgrav2026-05-191-1/+1
* Add UPDATING entries and bump versionrelease/14.3.0-p13Mark Johnston2026-04-302-1/+6
* dhclient: Improve server and filename validationDag-Erling Smørgrav2026-04-301-21/+54
* Add UPDATING entries and bump versionrelease/14.3.0-p12Mark Johnston2026-04-282-1/+27
* libnv: fix heap overflow in nvlist_recv()Mariusz Zaborski2026-04-282-4/+62