dev-commits-src-branches@FreeBSD.org
Commits to the stable branches of the FreeBSD src repository
- Go to: [ monthly archives ] [ by author ] [ by thread ]
June 2026 Archives by date
- Mon, 01 Jun 2026
- git: 0e3c9cbee4ac - stable/15 - bsdinstall: script: Fix scripted DISTRIBUTIONS Jose Luis Duran
- git: 369207a6c471 - stable/15 - virtual_oss(8): Fix buffer overflow in voss_compressor() call Christos Margiolis
- git: 9bba4a225041 - stable/15 - lib/msun: fmaximum_mag_num family. Tests and man page Robert Clausecker
- git: f8a72f48951f - stable/15 - lib/msun: Replaced pattern to force exception in _num families Robert Clausecker
- git: c485a0b83889 - stable/15 - man/math.3: mention fmaximum_mag_num, fminimum_mag_num Robert Clausecker
- Tue, 02 Jun 2026
- git: a13800ee46d7 - stable/15 - snd_hda: Patch Dell WYSE 7040 Christos Margiolis
- git: e6470ed3d59b - stable/15 - libarchive: Force GNU iconv compatibility on FreeBSD Dag-Erling Smørgrav
- git: 39381fc3a82f - stable/15 - cap_mkdb: Fix memory leak Dag-Erling Smørgrav
- git: 7028772caaa8 - stable/15 - uart: Tidy the compat tables Dag-Erling Smørgrav
- git: 885a35c07b60 - stable/15 - tests: Fix reliability issues in POSIX ACL tests Dag-Erling Smørgrav
- git: b243ead1edd8 - stable/15 - certctl: Style nits Dag-Erling Smørgrav
- git: 689206379f4c - stable/15 - ctld: More consistent error messages Dag-Erling Smørgrav
- git: 5fd06985f8f0 - stable/14 - libarchive: Force GNU iconv compatibility on FreeBSD Dag-Erling Smørgrav
- git: 2ca3e4673a6d - stable/14 - cap_mkdb: Fix memory leak Dag-Erling Smørgrav
- git: 94cba369a3ba - stable/14 - tests: Fix reliability issues in POSIX ACL tests Dag-Erling Smørgrav
- Wed, 03 Jun 2026
- git: 91a6647a7d48 - stable/15 - sound: Expose EQ by default Christos Margiolis
- git: 8511a14eb0cf - stable/15 - sound: Retire FEEDEQ_BYPASS Christos Margiolis
- git: 82dcd575dd28 - stable/15 - sound: Remove dead EQ FEEDEQ_DISABLE code Christos Margiolis
- git: 52536db52fd3 - stable/15 - sound: Retire FEEDEQ_DISABLE Christos Margiolis
- git: 333af32c928d - stable/15 - sound: Retire EQ states Christos Margiolis
- git: ea09d6148255 - stable/15 - sound: Retire hint.pcm.%d.eq_preamp Christos Margiolis
- git: 9060512d2be6 - stable/15 - pcm.4: Document dev.pcm.%d.eq* Christos Margiolis
- git: 65029fee7837 - stable/15 - sndctl(8): Implement EQ controls Christos Margiolis
- git: 755a785affcf - stable/15 - sound: Update feeder_eq.c LICENSE header Christos Margiolis
- git: 3c49470b551a - stable/15 - sound: Retire M_MIXER Christos Margiolis
- git: 3693f4404bec - stable/15 - sound: Retire mixer_ioctl_channel() Christos Margiolis
- git: f94bb91ac69c - stable/15 - sound: Retire unused hw.snd.vpc_mixer_bypass Christos Margiolis
- git: de5502ed01c8 - stable/15 - sound: Remove unused "from" mixer_ioctl_cmd() argument Christos Margiolis
- git: d608731d556d - stable/15 - snd_uaudio: Do not use snd_mixer->lock as mixer_lock Christos Margiolis
- git: d80356b7525b - stable/15 - snd_uaudio: Stop using mixer_get_lock() Christos Margiolis
- git: 1ed48176bc0b - stable/15 - sound: Remove all remaining uses of mixer_get_lock() Christos Margiolis
- git: da80fa2c3d6b - stable/15 - sound: Retire unused mixer_get_lock() Christos Margiolis
- git: b8d119c96986 - stable/15 - sound: Do not lock before destroying snd_mixer->lock Christos Margiolis
- git: a22f7e404446 - stable/15 - sound: Retire snd_mixer->enuminfo Christos Margiolis
- git: 323e28ed4cac - stable/15 - sound: Retire MIXER_SIZE and use correct size in DEFINE_CLASS Christos Margiolis
- git: 70f682385515 - stable/15 - sound: Update mixer.c LICENSE header Christos Margiolis
- git: ce77cd3d9c1a - stable/15 - nfscl: Fix handling of gssd upcalls for the NFS client Rick Macklem
- git: fcc7609d699a - stable/15 - nfsd: Get rid of NFSD_VNET macros Rick Macklem
- git: 303df71969f5 - stable/15 - krpc: Get rid of KRPC_VNET macros Rick Macklem
- git: 94659fc28c25 - stable/14 - ena: Adjust ena_[rt]x_cleanup to return bool Arthur Kiyanovski
- git: 109ee0abc18d - stable/14 - ena: Budget rx descriptors, not packets Arthur Kiyanovski
- git: 77876eba7d9e - stable/14 - ena: Report RX overrun errors Arthur Kiyanovski
- git: 545cef127528 - stable/14 - ena: Update driver version to v2.8.3 Arthur Kiyanovski
- Thu, 04 Jun 2026
- git: 21fb5a5e61c3 - stable/15 - smbfs: plug smbfs_node_alloc() leak of name buffers when insmntque() fails Konstantin Belousov
- git: 5bbd104c48ea - stable/15 - image activators: pass the current thread Konstantin Belousov
- git: 2fa4a6b79f7b - stable/15 - imgact_elf: read program headers if not contained in the first page Konstantin Belousov
- git: 21d0d2a519da - stable/15 - imgact_elf: add sysctl kern.elfXX.phnums for the number of program headers Konstantin Belousov
- git: cc0080607d14 - stable/15 - x86: for wrmsr_early_safe(), catch all exceptions, not only #GP Konstantin Belousov
- git: e5488ddf9b22 - stable/15 - amd64: explain in more details why the slop is needed Konstantin Belousov
- git: 9681364e4b6d - stable/15 - amd64: extract uiomove_mem() from memrw() Konstantin Belousov
- git: 5377cd66852c - stable/15 - sys: add safe_read(9) Konstantin Belousov
- git: f0ac411a7747 - stable/15 - bsdinstall: Use libarchive secure flags for extract Ed Maste
- git: 0696d3889369 - stable/15 - amd64/machdep.c: explicitly include sys/uio.h Konstantin Belousov
- git: 2cdb0c07e25b - stable/15 - Merge commit 63c29df8eceb from llvm git (by Dmitry Polukhin): Dimitry Andric
- git: a8e709c66769 - stable/14 - Merge commit 63c29df8eceb from llvm git (by Dmitry Polukhin): Dimitry Andric
- git: 42e66606ca50 - stable/15 - amd64: do not switch back and restore UEFI IDT in wrmsr_early_safe_end() Konstantin Belousov
- git: c6ccef4a32b4 - stable/15 - amd64: there is no reason to copy ucode around in ucode_load_bsp() Konstantin Belousov
- git: b1cec2bd42c2 - stable/15 - fts: Add some depth to the options test Dag-Erling Smørgrav
- git: e4dd3505c2d1 - stable/15 - fts: Check link count before using it Dag-Erling Smørgrav
- git: e6cabe3030ce - stable/15 - fts: Improve the description of FTS_NOSTAT Dag-Erling Smørgrav
- git: e8abb1003278 - stable/15 - login.conf(5): Add missing resource limits Dag-Erling Smørgrav
- git: 2a0e9a9b5934 - stable/15 - login_class: Fix kqueues, pipebuf resource types Dag-Erling Smørgrav
- git: 7ad1006a20e4 - stable/15 - sh: Fix pipebuf limit Dag-Erling Smørgrav
- git: 7546f06f5e06 - stable/15 - ObsoleteFiles: Add some ancient locale symlinks Dag-Erling Smørgrav
- git: d3c855f40fc2 - stable/14 - fts: Improve the description of FTS_NOSTAT Dag-Erling Smørgrav
- git: 78381cdaf50f - stable/14 - login.conf(5): Add missing resource limits Dag-Erling Smørgrav
- git: 34fc5ccbc553 - stable/14 - login_class: Fix kqueues, pipebuf resource types Dag-Erling Smørgrav
- git: c435622e6704 - stable/14 - sh: Fix pipebuf limit Dag-Erling Smørgrav
- git: 8bbe1d5422bc - stable/14 - ObsoleteFiles: Add some ancient locale symlinks Dag-Erling Smørgrav
- Fri, 05 Jun 2026
- Sat, 06 Jun 2026
- git: 95632c90ba32 - stable/15 - loader.efi: Fix when staging moves late Warner Losh
- git: dd2e9aa21a45 - releng/15.1 - bsdinstall: script: Fix scripted DISTRIBUTIONS Colin Percival
- git: 56e59980b673 - releng/15.1 - loader.efi: Fix when staging moves late Colin Percival
- git: 9263fb9bab26 - releng/15.1 - 15.1: Update to RC2 Colin Percival
- Re: git: 9263fb9bab26 - releng/15.1 - 15.1: Update to RC2 Colin Percival
- Sun, 07 Jun 2026
- git: deaaddf1d3c4 - stable/15 - vt: Avoid integer overflow in CONS_HISTORY ioctl Ed Maste
- git: b5a4f4bfbc95 - stable/14 - vt: Avoid integer overflow in CONS_HISTORY ioctl Ed Maste
- git: b1ad74074d4d - stable/13 - vt: Avoid integer overflow in CONS_HISTORY ioctl Ed Maste
- git: 4910c5a7d518 - stable/15 - rc: virtual_oss: Define some variables in rc.conf Christos Margiolis
- git: b8a97cc677df - stable/15 - rc: virtual_oss: Wait for process to exit Christos Margiolis
- git: 91167d0b66e8 - stable/15 - rc: virtual_oss: Handle absent pidfile properly Christos Margiolis
- git: a48a807e9bf7 - stable/15 - sound: Centralize and improve hot-swapping Christos Margiolis
- Mon, 08 Jun 2026
- git: 8dca7fccfa65 - stable/14 - loader.efi: Fix when staging moves late Warner Losh
- git: 04cee2a1727e - stable/15 - intelhfi: Add IA32_PM_ENABLE bit flag define Ed Maste
- git: bfdc17ca8006 - stable/15 - src.opts.mk: Comment about CTF & DTRACE relationship Ed Maste
- git: 36d411987b51 - stable/15 - acl_id_to_name.c: Fix printing of uids and gids Rick Macklem
- git: 0932e252b859 - stable/15 - libarchive: Clean up the build configuration Dag-Erling Smørgrav
- git: f4744e76333d - stable/15 - limits: Fix pipebuf resource type Dag-Erling Smørgrav
- git: 70dfaf4521d4 - stable/15 - etcupdate: Make diff -l actually work Dag-Erling Smørgrav
- git: 5c12023beb94 - stable/15 - rc: Bail if /dev/null is not a device Dag-Erling Smørgrav
- git: 62f3971e6c06 - stable/14 - libarchive: Clean up the build configuration Dag-Erling Smørgrav
- git: d6800be31a1e - stable/14 - limits: Fix pipebuf resource type Dag-Erling Smørgrav
- git: c8b81d5ff2f4 - stable/14 - etcupdate: Make diff -l actually work Dag-Erling Smørgrav
- git: d09b42a876bb - stable/14 - rc: Bail if /dev/null is not a device Dag-Erling Smørgrav
- Tue, 09 Jun 2026
- git: 6a1e761dc47d - stable/15 - Makefile.vm: Split error condition Ed Maste
- git: 12f8971ee6b6 - stable/14 - stat: Add option to list holes Dag-Erling Smørgrav
- git: 6c2ea480cabd - stable/14 - stat: Nits in readlink tests Dag-Erling Smørgrav
- git: 7062e428a627 - stable/14 - stat: Nits in stat tests Dag-Erling Smørgrav
- git: 233ece107da0 - stable/14 - stat: fix use of devname(3) Dag-Erling Smørgrav
- git: b896c159135d - stable/15 - bsdinstall: Add virtual_oss service option Christos Margiolis
- git: 81b3a7991543 - stable/15 - virtual_oss_cmd(8): Improve error messages Christos Margiolis
- git: 2caaf8c1c717 - stable/15 - route: Fix `flush` w/o specified address family Ed Maste
- git: 65e0e06116f4 - stable/15 - elfdump: Decode SHT_LLVM_ADDRSIG section header type Ed Maste
- git: 90c11896412d - stable/15 - netlink: Avoid undefined behaviour Ed Maste
- git: beee13213e0a - stable/15 - netlink: Fix interface type match Ed Maste
- git: e22716b6cbfc - stable/15 - netlink: Check for NULL return from npt_alloc() Ed Maste
- git: 6c81e7622211 - stable/15 - netlink: Avoid potential undefined behaviour Ed Maste
- git: 44e81e84181f - stable/15 - netlink: Fix RTM_GETROUTE loop for RT_TABLE_UNSPEC Ed Maste
- git: bbf019824592 - stable/15 - netlink: Use early exit pattern in _nl_modify_ifp_generic Ed Maste
- git: 30d907804d7d - stable/15 - netlink: Check permissions for interface flag changes Ed Maste
- git: 471b1c4ca19b - stable/15 - smsc: Add missing newline to PHY timeout error printf Ed Maste
- git: a7f0ee3c5680 - stable/15 - bsdinstall: Add SPDX-License-Identifier tags Ed Maste
- git: 6952ad819d6a - stable/15 - get/setpriority: Add capability mode checks Ed Maste
- git: afa0c67a1ba3 - stable/15 - thr_kill2: Respect p_cansignal() Mark Johnston
- git: a51345704403 - stable/15 - ktls: Don't attempt to modify non-anonymous mbufs on the receive path Mark Johnston
- git: a6a8b2759f52 - stable/15 - sound: Check for offset overflow in dsp_mmap_single() Mark Johnston
- git: 7628e1ddfd52 - stable/15 - sound: Fix software buffer lifetime issues Mark Johnston
- git: ce2b95932ec2 - stable/15 - in6_mcast: Fix a race in in6p_set_source_filter() Mark Johnston
- git: 3ac9726c4269 - stable/15 - linux: Correct the issetugid check in copyout_auxargs Mark Johnston
- git: 9d9d6c6e6081 - stable/15 - arm64: Workaround the following errata Mark Johnston
- git: e1cdc49846c1 - stable/15 - imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid images Mark Johnston
- git: 865c8ff56693 - stable/15 - openssl: Fix multiple vulnerabilities Mark Johnston
- git: 20bfab98f8ae - stable/15 - ldns: Fix query response validation Mark Johnston
- git: 72ad7baa99c7 - stable/14 - thr_kill2: Respect p_cansignal() Mark Johnston
- git: 333bdd7e9427 - stable/14 - ktls: Don't attempt to modify non-anonymous mbufs on the receive path Mark Johnston
- git: 144f59e06f9b - stable/14 - sound: Check for offset overflow in dsp_mmap_single() Mark Johnston
- git: f8f9050d61dd - stable/14 - sound: Fix software buffer lifetime issues Mark Johnston
- git: 522182827ea1 - stable/14 - in6_mcast: Fix a race in in6p_set_source_filter() Mark Johnston
- git: ff411cc40cd4 - stable/14 - linux: Correct the issetugid check in copyout_auxargs Mark Johnston
- git: e99aa8682dba - stable/14 - arm64: Workaround the following errata Mark Johnston
- git: e417948e6139 - stable/14 - imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid images Mark Johnston
- git: ec6bfa889b83 - stable/14 - openssl: Fix multiple vulnerabilities Mark Johnston
- git: 5719a342555b - stable/14 - ldns: Fix query response validation Mark Johnston
- git: d95a8c20f3bc - releng/14.3 - crypto/openssl: Update to 3.0.20 Mark Johnston
- git: fa5581c379fe - releng/14.3 - thr_kill2: Respect p_cansignal() Mark Johnston
- git: af3398862ac0 - releng/14.3 - ktls: Don't attempt to modify non-anonymous mbufs on the receive path Mark Johnston
- git: 644ce0e7dffa - releng/14.3 - sound: Check for offset overflow in dsp_mmap_single() Mark Johnston
- git: de5fd56985c3 - releng/14.3 - sound: Fix software buffer lifetime issues Mark Johnston
- git: f56e8cb94df6 - releng/14.3 - sigqueue: In capability mode, only allow signalling self Mark Johnston
- git: e6859453de61 - releng/14.3 - in6_mcast: Fix a race in in6p_set_source_filter() Mark Johnston
- git: 0dcf9bba4b9f - releng/14.3 - linux: Correct the issetugid check in copyout_auxargs Mark Johnston
- git: 61d0cea4c00f - releng/14.3 - arm64: Workaround the following errata Mark Johnston
- git: 744f62ccbf82 - releng/14.3 - imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid images Mark Johnston
- git: a68c183e0ad2 - releng/14.3 - unbound: Apply upstream patches Mark Johnston
- git: 9cba21c2de16 - releng/14.3 - vt: Avoid integer overflow in CONS_HISTORY ioctl Mark Johnston
- git: dd3096b4efe6 - releng/14.3 - openssl: Fix multiple vulnerabilities Mark Johnston
- git: f61d7fc2ba85 - releng/14.3 - ldns: Fix query response validation Mark Johnston
- git: 0b1dfc94785e - releng/14.3 - Add UPDATING entries and bump version Mark Johnston
- git: 1bfe60bae8b8 - releng/14.4 - crypto/openssl: Update to 3.0.20 Mark Johnston
- git: 31f6086db8fe - releng/14.4 - thr_kill2: Respect p_cansignal() Mark Johnston
- git: d43259dd66b3 - releng/14.4 - ktls: Don't attempt to modify non-anonymous mbufs on the receive path Mark Johnston
- git: b9128fe1951c - releng/14.4 - sound: Check for offset overflow in dsp_mmap_single() Mark Johnston
- git: 0e8cc8d8a49f - releng/14.4 - sound: Fix software buffer lifetime issues Mark Johnston
- git: eab757f954ed - releng/14.4 - sigqueue: In capability mode, only allow signalling self Mark Johnston
- git: a7062a6de005 - releng/14.4 - in6_mcast: Fix a race in in6p_set_source_filter() Mark Johnston
- git: 3fe092282025 - releng/14.4 - linux: Correct the issetugid check in copyout_auxargs Mark Johnston
- git: 889e306ded21 - releng/14.4 - arm64: Workaround the following errata Mark Johnston
- git: 547fc2a98a24 - releng/14.4 - imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid images Mark Johnston
- git: 857abc12945a - releng/14.4 - unbound: Apply upstream patches Mark Johnston
- git: 799e830134d5 - releng/14.4 - vt: Avoid integer overflow in CONS_HISTORY ioctl Mark Johnston
- git: 1929d9e173e5 - releng/14.4 - openssl: Fix multiple vulnerabilities Mark Johnston
- git: 410ab2bff36f - releng/14.4 - ldns: Fix query response validation Mark Johnston
- git: 3d95ec875867 - releng/14.4 - Add UPDATING entries and bump version Mark Johnston
- git: 998de2d14e25 - releng/15.0 - syslogd: fix memory leak in casper_ttymsg() Mark Johnston
- git: 0f6e90c4cc4f - releng/15.0 - openssl: Update to 3.5.6 and associated fixes. Mark Johnston
- git: 6f6c7b996719 - releng/15.0 - thr_kill2: Respect p_cansignal() Mark Johnston
- git: 540a315cdb46 - releng/15.0 - ktls: Don't attempt to modify non-anonymous mbufs on the receive path Mark Johnston
- git: c42ee04c521e - releng/15.0 - sound: Check for offset overflow in dsp_mmap_single() Mark Johnston
- git: bda153dc04b4 - releng/15.0 - sound: Fix software buffer lifetime issues Mark Johnston
- git: 77ee83d12625 - releng/15.0 - sigqueue: In capability mode, only allow signalling self Mark Johnston
- git: ed4692b8226e - releng/15.0 - in6_mcast: Fix a race in in6p_set_source_filter() Mark Johnston
- git: 0b18ec59972b - releng/15.0 - linux: Correct the issetugid check in copyout_auxargs Mark Johnston
- git: a53619675cdc - releng/15.0 - arm64: Workaround the following errata Mark Johnston
- git: 6e51dfc401e7 - releng/15.0 - imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid images Mark Johnston
- git: 6160bd311a1b - releng/15.0 - unbound: Apply upstream patches Mark Johnston
- git: f4cf977dfe92 - releng/15.0 - vt: Avoid integer overflow in CONS_HISTORY ioctl Mark Johnston
- git: 0d6ccbb7524f - releng/15.0 - openssl: Fix multiple vulnerabilities Mark Johnston
- git: fbb19baa29ce - releng/15.0 - ldns: Fix query response validation Mark Johnston
- git: fef97a6889f9 - releng/15.0 - Add UPDATING entries and bump version Mark Johnston
- git: 068168fefd4b - releng/15.1 - thr_kill2: Respect p_cansignal() Mark Johnston
- git: 48c1c5e3c348 - releng/15.1 - ktls: Don't attempt to modify non-anonymous mbufs on the receive path Mark Johnston
- git: 513db24414f0 - releng/15.1 - sound: Check for offset overflow in dsp_mmap_single() Mark Johnston
- git: abc077216bac - releng/15.1 - sound: Fix software buffer lifetime issues Mark Johnston
- git: 871d33e8a66a - releng/15.1 - sigqueue: In capability mode, only allow signalling self Mark Johnston
- git: 3d80e4aec3c1 - releng/15.1 - in6_mcast: Fix a race in in6p_set_source_filter() Mark Johnston
- git: a4d36c975be0 - releng/15.1 - linux: Correct the issetugid check in copyout_auxargs Mark Johnston
- git: 81435fc0882c - releng/15.1 - arm64: Workaround the following errata Mark Johnston
- git: 796579bcfbc4 - releng/15.1 - imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid images Mark Johnston
- git: 8ed11b21e544 - releng/15.1 - vt: Avoid integer overflow in CONS_HISTORY ioctl Mark Johnston
- git: 083bb80a125a - releng/15.1 - openssl: Fix multiple vulnerabilities Mark Johnston
- git: 157d99d7ec9b - releng/15.1 - ldns: Fix query response validation Mark Johnston
- git: 328e16f66204 - releng/15.1 - Add UPDATING entries and bump version Mark Johnston
- git: 7941d1863f0f - stable/15 - acpi: On /dev/power suspend, trigger userspace notifications Olivier Certner
- git: d5c5f2d08416 - stable/15 - MAC/do: Tests: Remove shebang lines Olivier Certner
- git: 472d977c2fde - stable/15 - MAC/do: Tests: Fix copyrights Olivier Certner
- git: f4b3983c817a - stable/15 - MAC/do: Tests: Declare required programs closer to use Olivier Certner
- git: 73704144a09c - stable/15 - MAC/do: Tests: Quote the source directory Olivier Certner
- git: 8451c8ad420d - stable/15 - MAC/do: Clarify comments about flags attached per-ID or per-ID-type Olivier Certner
- git: 39d5cf05d406 - stable/15 - style.9: Fix a typo (missing word) Olivier Certner
- git: 14d2a985274b - stable/15 - kern_prot.c: Belatedly add copyright Olivier Certner
- git: a64877b140fe - stable/15 - Avoid incorrect UFS1 timestamp corrections when system clock fails at boot. Kirk McKusick
- Re: git: a64877b140fe - stable/15 - Avoid incorrect UFS1 timestamp corrections when system clock fails at boot. Kyle Evans
- Wed, 10 Jun 2026
- git: 6aaa8b4e644f - Create tag release/15.0.0-p10 Philip Paeps
- git: 31f0504d8338 - Create tag release/14.4.0-p6 Philip Paeps
- git: 640f3065c31d - Create tag release/14.3.0-p15 Philip Paeps
- Re: git: a64877b140fe - stable/15 - Avoid incorrect UFS1 timestamp corrections when system clock fails at boot. Kyle Evans
- git: 3129ecee97c1 - stable/14 - ctld: kernel-sourced portal groups are not dummies Kyle Evans
- git: 10b44bf791c9 - stable/14 - cron: log when a crontab path is too long Kyle Evans
- git: 0de1f3a8aa7f - stable/14 - fexecve(2): call out a scenario where you want !O_EXEC Kyle Evans
- git: ee07da0c1e95 - stable/14 - jail: open the fstab files with fopen("re") Kyle Evans
- git: 87224fa65140 - stable/14 - devd: Use PF_LOCAL instead of PF_INET Kyle Evans
- git: 2db75e8df850 - stable/14 - linuxkpi: work with numpages > 1 in the set_pages_*() KPIs Kyle Evans
- git: 800c4034d201 - stable/14 - kern: ofw: provide ofw_bus_destroy_iinfo to teardown interrupt-map Kyle Evans
- git: 1f7337264f7d - stable/14 - pci: pci_host_generic: provide cleanup methods outside of detach Kyle Evans
- git: 4a56809bb9eb - stable/15 - ctld: kernel-sourced portal groups are not dummies Kyle Evans
- git: 2edb8d4f60cd - stable/15 - cron: log when a crontab path is too long Kyle Evans
- git: f25b4d986c94 - stable/14 - pci: bcm2838: cleanup on attach failure to fix devmatch panic Kyle Evans
- git: bddfcbd9bbc6 - stable/14 - lualoader: add be-list and be-switch commands Kyle Evans
- git: 52e2e6bfc31a - stable/15 - ssp: fix our gets_s implementation under _FORTIFY_SOURCE Kyle Evans
- git: dc0cc22a8981 - stable/15 - fexecve(2): call out a scenario where you want !O_EXEC Kyle Evans
- git: a03b45d38f8f - stable/15 - jail: open the fstab files with fopen("re") Kyle Evans
- git: b575dac3e415 - stable/15 - devd: Use PF_LOCAL instead of PF_INET Kyle Evans
- git: 92a2764ba175 - stable/15 - linuxkpi: work with numpages > 1 in the set_pages_*() KPIs Kyle Evans
- git: a53d4b5b2a08 - stable/15 - kern: ofw: provide ofw_bus_destroy_iinfo to teardown interrupt-map Kyle Evans
- git: dc7494fb32df - stable/15 - pci: pci_host_generic: provide cleanup methods outside of detach Kyle Evans
- git: 76720b010873 - stable/15 - pci: bcm2838: cleanup on attach failure to fix devmatch panic Kyle Evans
- git: f77062f506f7 - stable/15 - lualoader: add be-list and be-switch commands Kyle Evans
- git: b0f75189f6cb - stable/15 - pfdenied: fix checking root anchor Kristof Provost
- git: 4df539cc3864 - stable/14 - pfdenied: fix checking root anchor Kristof Provost
- git: 88534471b32c - stable/15 - xinstall: Add test for -d -s not allowed together Ed Maste
- git: 4b570289f0cc - stable/15 - xinstall: Do not allow -l and -s together Ed Maste
- git: 5ccda2174f70 - stable/15 - install.1: Document options incompatible with -s Ed Maste
- git: 166532ee0c1e - stable/15 - install.1: Convert link flags to a table Ed Maste
- git: f2f67df8c92b - stable/15 - mii: Fix SMSC name Ed Maste
- git: b203a374f87d - stable/15 - linuxkpi: Make pm_qos.h self-contained Ed Maste
- Thu, 11 Jun 2026
- git: ca66129a2c8a - stable/14 - openssl: update to 3.0.21 Enji Cooper
- git: a1b2bcb808e4 - stable/15 - if_eqos_starfive: Read MAC address from device tree Mitchell Horne
- git: 670024d832db - stable/15 - g_part,mkimg: Add additional GPT partition types Mitchell Horne
- git: b1594ae1d186 - stable/15 - gpart(7): Fix reference to the zfsprops man page Mitchell Horne
- git: be5d6a272ee6 - stable/15 - gpart.8: add entry for xbootldr partition type Mitchell Horne
- git: 7b8ee50937c0 - stable/15 - linux/io: handle memtype_wc mapping for !DMAP range Mitchell Horne
- git: 648ac179d28f - stable/15 - bcm2835_sdhci: Clean up DMA resources on attach failure Mitchell Horne
- git: a9a101123499 - stable/15 - pmc: Import Intel Meteor Lake events Mitchell Horne
- git: f2186417cdca - stable/15 - pmc: add sapphire rapids model Mitchell Horne
- git: 3151fdd90bf1 - stable/15 - netlink: Use unsigned type in nl_process_nbuf Ed Maste
- git: 314c85574ae0 - stable/15 - amd64: Make EFI runtime faults look less like panics Ed Maste
- git: a95757d42f41 - stable/14 - smsc: Add missing newline to PHY timeout error printf Ed Maste
- git: 6d526fa72b72 - stable/14 - linux/io: handle memtype_wc mapping for !DMAP range Mitchell Horne
- git: 3fbdaeeed45c - stable/14 - bcm2835_sdhci: Clean up DMA resources on attach failure Mitchell Horne
- git: a9ebef44a473 - stable/15 - pf: switch to getmicro(up)time() Kristof Provost
- Fri, 12 Jun 2026
- git: 96841ea08dcf - releng/15.1 - Update in preparation for 15.1-RELEASE Colin Percival
- git: 017261f1aac3 - Create tag release/15.1.0 Colin Percival
- git: 2a7d370816ef - stable/14 - stats: Reference zpool-iostat(8) instead of zpool(8) Mateusz Piotrowski
- git: 4938fd9361b4 - stable/15 - jail: Don't double-free the current prison in kern_jail_set/get Jamie Gritton
- git: 0ac48eae867c - stable/15 - Revert "Skip sys.netinet6.frag6.frag6_19.frag6_19 in CI" Enji Cooper
- git: 3e9b85f226ed - stable/15 - OpenSSL: update MAINTAINERS/CODEOWNERS Enji Cooper
- git: 6faa82bf4683 - stable/15 - security(7): fix `mandoc -T lint` complaints Enji Cooper
- git: 7a8911e13cda - stable/15 - Preen/update list for share/examples/sound under `MK_EXAMPLES` Enji Cooper
- git: baee4396c7b7 - stable/15 - Remove `/usr/share/examples/oci` when MK_EXAMPLES == no Enji Cooper
- git: aab35ed9c4c2 - stable/15 - Remove all of /usr/tests/share/examples/... when MK_EXAMPLES == no Enji Cooper
- git: d8fe9fc368a6 - stable/14 - Remove `/usr/share/examples/oci` when MK_EXAMPLES == no Enji Cooper
- git: b64973834710 - stable/14 - Remove all of /usr/tests/share/examples/... when MK_EXAMPLES == no Enji Cooper
- git: fd420ecc7e06 - stable/14 - OpenSSL: update MAINTAINERS/CODEOWNERS Enji Cooper
- git: 631cd25b3cb2 - stable/14 - security(7): fix `mandoc -T lint` complaints Enji Cooper
- git: f22270743898 - stable/14 - hosts.equiv.5: correct nits to fix `mandoc -T lint` issues Enji Cooper
- git: 96b71cb17e61 - stable/15 - hosts.equiv.5: correct nits to fix `mandoc -T lint` issues Enji Cooper
- git: 885e3a84149d - stable/15 - MFV: openssl 3.5.7 Enji Cooper
- git: 41fad66f0c52 - stable/15 - crypto/openssl: update artifacts to match 3.5.7 release Enji Cooper
- Sat, 13 Jun 2026
- git: 43702cfc0ccb - stable/15 - ntsync(4) Konstantin Belousov
- git: 1ee1bfed821b - stable/15 - ntsync: install headers for userspace consumption Konstantin Belousov
- git: 3118bdf37db6 - stable/15 - ntsync: add kinfo reporting Konstantin Belousov
- git: 57c8cccbfca6 - stable/15 - linux_ntsync: linux compat shim for ntsync(9) Konstantin Belousov
- git: fff29fbbbd24 - stable/15 - bindat(2)/connectat(2): allow implicit EMPTYPATH for unix domain sockets Konstantin Belousov
- git: c1d9ae3f417f - stable/15 - open.2: document O_PATH behavior for bindat/connectat Konstantin Belousov
- git: f6de9c63314f - stable/15 - uipc_usrreq: revert addition of EMPTYPATH for bindat(2) Konstantin Belousov
- git: 94c62907ac80 - stable/15 - connectat(2): do not enable EMPTYPATH for AT_FDCWD Konstantin Belousov
- git: f9a216c4fcc1 - stable/15 - renameat(2): when retrying, check for pending signals Konstantin Belousov
- git: f8fc6a086e55 - stable/15 - rename(2): do not allow to rename root vnode of the mounted filesystem Konstantin Belousov
- git: a4ceed16a794 - stable/15 - procctl(): do not allow the process to exit inside kern_procctl_single() Konstantin Belousov
- git: 6b02fe2caa5c - stable/15 - kern_procctl: add get_reaper_or_p() helper Konstantin Belousov
- git: 5cffd95d23eb - stable/15 - procctl(PROC_REAP_GETPIDS): re-validate reaper after relock of proctree_lock Konstantin Belousov
- git: 093cc4194e6e - stable/15 - imgact_elf: handle unaligned phdrs Konstantin Belousov
- git: b52346b34159 - stable/15 - exit1(9): do not deadlock if exit is called due to PT_SC_REMOTERQ Konstantin Belousov
- git: 06dae2185fc2 - stable/15 - proc: add tree ref count Konstantin Belousov
- git: eac751c461d8 - stable/15 - kern_fork: guard against NULL newproc on the failure path Konstantin Belousov
- git: 53d691cacae6 - stable/15 - reap_kill_subtree_once: when proctree_lock is dropped, reaper might change Konstantin Belousov
- git: b7280eba6324 - stable/15 - procstat binary: do not skip pid if either path or osrel sysctls failed Konstantin Belousov
- git: 669642faa394 - stable/15 - compat32 wait4/6(2): only copy out when there is a pid to report Konstantin Belousov
- git: d2387bb8e2ac - stable/14 - compat32 wait4/6(2): only copy out when there is a pid to report Konstantin Belousov
- git: bc796c66c80d - stable/15 - stats: Reference zpool-iostat(8) instead of zpool(8) Mateusz Piotrowski
- git: f0d6eb11b74c - stable/15 - inetd: Add missing argument to the -p flag description Mateusz Piotrowski
- git: c9171aec42a5 - stable/14 - inetd: Add missing argument to the -p flag description Mateusz Piotrowski
- git: 33c8e68d3237 - stable/14 - snd_uaudio: Support Roland UA-33 Christos Margiolis
- Sun, 14 Jun 2026
- Go to: [ monthly archives ] [ by author ] [ by date ]