<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools, branch releng/14.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-10-31T04:16:59Z</updated>
<entry>
<title>src.conf.5: LOADER_BIOS_TEXTONLY default change</title>
<updated>2024-10-31T04:16:59Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2024-10-30T19:33:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=22aed646a5cf1746b7196297208d7de32cd5c612'/>
<id>urn:sha1:22aed646a5cf1746b7196297208d7de32cd5c612</id>
<content type='text'>
WITH_LOADER_BIOS_TEXTONLY is now the default so document
WITHOUT_LOADER_BIOS_TEXTONLY.

Fixes:		23dee252daf2 loader: Change this BIOS tradeoff...
(cherry picked from commit 50b5a37a12d032085276b1f0ebb5f92c0cabed32)
</content>
</entry>
<entry>
<title>jemalloc: set LG_VADDR to 64 on amd64</title>
<updated>2024-10-15T15:06:44Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2024-09-16T21:09:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b90d68c9b28b0a458bdf4a963397817974ed0f90'/>
<id>urn:sha1:b90d68c9b28b0a458bdf4a963397817974ed0f90</id>
<content type='text'>
(cherry picked from commit eade2001aa9d91440886de8359a4dec9edcde2a9)
</content>
</entry>
<entry>
<title>src.conf: Add a MK_ZFS_TESTS knob</title>
<updated>2024-09-20T11:39:16Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2024-09-07T14:36:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20191b71bae1f86ecc03e67d60ad801a72ea05d2'/>
<id>urn:sha1:20191b71bae1f86ecc03e67d60ad801a72ea05d2</id>
<content type='text'>
The in-tree ZFS test suite is somewhat outdated and I see a number of
failures there.  I tend to think that we want to integrate the OpenZFS
test suite somehow, replacing the legacy one, though it's also possible
to run that as a separate test suite.

In any case, if one wants to run the OpenZFS test suite separately, it's
useful to be able to disable installation of the legacy ZFS test suite,
so let's provide a src.conf option to do that.

Reviewed by:	asomers
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D46476

(cherry picked from commit 24affded3d4ec5fafb6b22f773ec1e20d73b9b03)
</content>
</entry>
<entry>
<title>stale symlinks: configurable obj dir prefix</title>
<updated>2024-09-16T08:30:06Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>2024-08-12T19:34:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9ff3c094fde3b51b031d19a4f847122fdbb459ac'/>
<id>urn:sha1:9ff3c094fde3b51b031d19a4f847122fdbb459ac</id>
<content type='text'>
Use $MAKEOBJDIRPREFIX if set, otherwise /usr/obj

(cherry picked from commit ccb0365643dc5e8d37ada3789bbe370b81ba5b3c)
</content>
</entry>
<entry>
<title>stale-symlink-buildworld.sh: improve documentation</title>
<updated>2024-09-16T08:30:06Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>2024-09-09T14:55:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a213882b9c4141bb5635eea2ddc2b4f1190cf219'/>
<id>urn:sha1:a213882b9c4141bb5635eea2ddc2b4f1190cf219</id>
<content type='text'>
(cherry picked from commit c77ca9a72c9934c407852f00d88cba09f5c9e31f)
</content>
</entry>
<entry>
<title>tools/build/make.py: Avoid Python 3.7+ subprocess.run capture_output</title>
<updated>2024-09-07T00:20:39Z</updated>
<author>
<name>Jessica Clarke</name>
<email>jrtc27@FreeBSD.org</email>
</author>
<published>2024-01-31T19:45:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3d7b96df0acd640a538c493ec03d5452fac216f'/>
<id>urn:sha1:c3d7b96df0acd640a538c493ec03d5452fac216f</id>
<content type='text'>
This is just a convenient alias for setting stdout and stderr to PIPE,
so substitute it for that to be compatible with Python 3.6.

Fixes:	69cfdc81ea7b ("tools/build/make.py: Keep bootstrapped bmake binary up-to-date")

(cherry picked from commit b771d5705fc95445d4d81e054be664b7842156ff)
</content>
</entry>
<entry>
<title>tools/build/make.py: Add missing comma to fix tinderbox and worlds</title>
<updated>2024-09-07T00:20:36Z</updated>
<author>
<name>Jessica Clarke</name>
<email>jrtc27@FreeBSD.org</email>
</author>
<published>2024-01-20T22:07:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8161eb6182a8d999e5b2ad2dde9310f8cb09c26e'/>
<id>urn:sha1:8161eb6182a8d999e5b2ad2dde9310f8cb09c26e</id>
<content type='text'>
The missing comma meant this was interpreted as a single target called
"tinderboxworlds", and so neither tinderbox nor worlds were recognised
as being MI targets (i.e. still required TARGET(_ARCH) to be given).

Fixes:	5157b451c654 ("tools/build/make.py: Grow the list of MI targets")

(cherry picked from commit edec803c5b72681b39ce969cc16d634e08bb3ac2)
</content>
</entry>
<entry>
<title>beinstall: Pass -B to etcupdate</title>
<updated>2024-09-07T00:03:14Z</updated>
<author>
<name>Jessica Clarke</name>
<email>jrtc27@FreeBSD.org</email>
</author>
<published>2024-08-28T22:36:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0abe896f1921979d801daeebf1ae829678d3dd12'/>
<id>urn:sha1:0abe896f1921979d801daeebf1ae829678d3dd12</id>
<content type='text'>
Since commit 246364454fc1 ("etcupdate: Use new buildetc and installetc
targets when available"), beinstall has been much slower for the
etcupdate step, as it's been doing a kernel-toolchain (admittedly
without LLVM itself being built). Given beinstall requires an object
tree to already have been built and just installs it, we can pass -B to
beinstall to reuse that tree rather than build kernel-toolchain in
another one.

Reported by:	olivier
Tested by:	olivier
MFC after:	1 week

(cherry picked from commit 18aef07cfac41fde763e1328366cc6e334bb9254)
</content>
</entry>
<entry>
<title>options: Make it clearer some x86 / BIOS only things</title>
<updated>2024-08-27T16:32:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-08-06T23:39:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=38b00f73b8dc453cc976c56021578d01f5fc3f55'/>
<id>urn:sha1:38b00f73b8dc453cc976c56021578d01f5fc3f55</id>
<content type='text'>
Suggested by: jrtc27
Sponsored by: Netflix

(cherry picked from commit bf4f27e85aa62e459fb4cde9ebd51e32bdac7910)
</content>
</entry>
<entry>
<title>Remove the MK_NVME build option</title>
<updated>2024-08-27T15:54:45Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2024-04-23T18:47:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7b182a286d42c0d7d799b5d2e05905dee803297a'/>
<id>urn:sha1:7b182a286d42c0d7d799b5d2e05905dee803297a</id>
<content type='text'>
The drivers and utilities are now built and installed unconditionally.

Reviewed by:	imp, emaste
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D44843

(cherry picked from commit ee3187f6fa7986c6bfaa97528e050b796eaca343)
</content>
</entry>
</feed>
