Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 27 |
Nodes: | 6 (0 / 6) |
Uptime: | 38:44:09 |
Calls: | 631 |
Calls today: | 2 |
Files: | 1,187 |
D/L today: |
23 files (29,781K bytes) |
Messages: | 174,060 |
The branch stable/15 has been created by cperciva:Just for my edification for stable/* and release/*.* :
URL: https://cgit.FreeBSD.org/src/commit/?id=6e7cc49f94cf9760125ab1699b6eb9b8311394a5
commit 6e7cc49f94cf9760125ab1699b6eb9b8311394a5
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-09-04 23:48:10 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-09-05 00:06:39 +0000
Make stable/15 a stable branch
* Turn off LLVM assertions
* Turn on production malloc and reproductible builds
* Set dumpdev="NO" in /etc/defaults/rc.conf===
* Remove witness sysctl setting from install images
* Adjust branch to stable/15 in release.conf.sample
* Bump __FreeBSD_version
* Update UPDATING
Adjustments to kernel configurations will come in later commits.
Colin Percival <cperciva_at_FreeBSD.org> wrote on
Date: Fri, 05 Sep 2025 01:24:00 UTC :
* Turn off LLVM assertions
* Turn on production malloc and reproductible builds
Just for my edification for stable/* and release/*.* :
Is there a reason that PTHREADS_ASSERTIONS is
left enabled? (Listed in __DEFAULT_YES_OPTIONS
in share/mk/src.opts.mk .)
Is there a reason that ASSERT_DEBUG
( in share/mk/bsd.opts.mk ) is left enabled
( listed in __DEFAULT_YES_OPTIONS )?
On 9/4/25 23:06, Colin Percival wrote:
On 9/4/25 22:02, Mark Millard wrote:
Colin Percival <cperciva_at_FreeBSD.org> wrote onThat's a good question. I've emailed a few people to ask...
Date: Fri, 05 Sep 2025 01:24:00 UTC :
* Turn off LLVM assertions
* Turn on production malloc and reproductible builds
Just for my edification for stable/* and release/*.* :
Is there a reason that PTHREADS_ASSERTIONS is
left enabled? (Listed in __DEFAULT_YES_OPTIONS
in share/mk/src.opts.mk .)
I've switched PTHREADS_ASSERTIONS to __DEFAULT_NO in stable/15. Thanks
for pointing this out!
Is there a reason that ASSERT_DEBUG
( in share/mk/bsd.opts.mk ) is left enabled
( listed in __DEFAULT_YES_OPTIONS )?