<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/stand, branch release/14.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-05-22T02:58:35Z</updated>
<entry>
<title>stand/lua manuals: Describe better</title>
<updated>2025-05-22T02:58:35Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2025-03-29T05:14:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f50ca9a01b210f018fb562ceb72fe5442fb57d7f'/>
<id>urn:sha1:f50ca9a01b210f018fb562ceb72fe5442fb57d7f</id>
<content type='text'>
The lua boot loader module manuals were getting pulled into search
results for FreeBSD, but not for "boot" or "loader". Reword them to
increase clarity for boot or loader searches, as well as the FreeBSD
search term which we've been scoping to system topic overview manuals.

MFC after:	3 days
Reviewed by:	imp, mhorne
Approved by:	mhorne (mentor)
Approved by:	re (cperciva)
Pull Request:	https://github.com/freebsd/freebsd-src/pulls/1628

(cherry picked from commit 5d59c1b4f14e2fa6388b1d75ee3243085f1c69f2)
(cherry picked from commit 651102873e96174e4e799d4e06538e1d841e182a)
</content>
</entry>
<entry>
<title>cdboot.8: Initial manual page</title>
<updated>2025-05-22T02:58:21Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2025-05-09T17:38:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5d9e62e1cd4a4ca8f7b5c0416707d53fcd6d2955'/>
<id>urn:sha1:5d9e62e1cd4a4ca8f7b5c0416707d53fcd6d2955</id>
<content type='text'>
Add cdboot to the reference manual, fixing an undocumented bug where it
is undocumented. There's almost nothing here, but that's better than
"only imp and jhb know what this is".

MFC after:		3 days
Reported by:		jhb, imp
Reviewed by:		mhorne
Approved by:		mhorne (mentor)
Approved by:		re (cperciva)
Differential Revision:	https://reviews.freebsd.org/D50274

(cherry picked from commit ecdb0b79bf93a2b8392694bd266c5930ca42bab5)
(cherry picked from commit d659366cc62a70b4863bddf226f6209d13ab65c0)
</content>
</entry>
<entry>
<title>loader: provide error message in command_errmsg instead of printing</title>
<updated>2025-04-28T03:43:31Z</updated>
<author>
<name>Ahmad Khalifa</name>
<email>ahmadkhalifa570@gmail.com</email>
</author>
<published>2024-08-12T12:11:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1d111b39e5471e62fbdf84a4be9f271f81fa5865'/>
<id>urn:sha1:1d111b39e5471e62fbdf84a4be9f271f81fa5865</id>
<content type='text'>
Also provide an error message when argc is too long instead of printing
"no error message".

Reviewed by: imp, kib
Pull Request: https://github.com/freebsd/freebsd-src/pull/1381

(cherry picked from commit 6fdb07d5b7e9293a6851a23b7ecb26636cf1ec1e)
</content>
</entry>
<entry>
<title>loader: remove unneeded variable</title>
<updated>2025-04-28T03:43:31Z</updated>
<author>
<name>Ahmad Khalifa</name>
<email>ahmadkhalifa570@gmail.com</email>
</author>
<published>2024-08-12T10:01:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ec2792258bdab415a4fde4d118c88bf8477a907'/>
<id>urn:sha1:8ec2792258bdab415a4fde4d118c88bf8477a907</id>
<content type='text'>
Reviewed by: imp, kib
Pull Request: https://github.com/freebsd/freebsd-src/pull/1381

(cherry picked from commit a698c15a41afca19f87e11d4f8ce5664f992673b)
</content>
</entry>
<entry>
<title>loader: actually change the staging slop</title>
<updated>2025-04-28T03:43:30Z</updated>
<author>
<name>Ahmad Khalifa</name>
<email>ahmadkhalifa570@gmail.com</email>
</author>
<published>2024-08-12T09:57:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=806e2accc313b057f2d4cd8197cea412e0238206'/>
<id>urn:sha1:806e2accc313b057f2d4cd8197cea412e0238206</id>
<content type='text'>
Reviewed by: imp, kib
Pull Request: https://github.com/freebsd/freebsd-src/pull/1381

(cherry picked from commit c10511375252e53d6c9fe47f97e254f1380a89c5)
</content>
</entry>
<entry>
<title>loader: Add the CPU identification string to the data which is visible</title>
<updated>2025-04-20T07:01:18Z</updated>
<author>
<name>Ravi Pokala</name>
<email>rpokala@FreeBSD.org</email>
</author>
<published>2025-04-08T06:04:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b337e9fd11711a7dff6a35f211c2b4f3210b29c4'/>
<id>urn:sha1:b337e9fd11711a7dff6a35f211c2b4f3210b29c4</id>
<content type='text'>
in the bootloader.

Reviewed by:	imp
MFC after:	1 week
Sponsored by:	Vdura
Differential Revision: https://reviews.freebsd.org/D49708

(cherry picked from commit 3adae4f27d600f0be7904eb1bb30e79d90386793)
</content>
</entry>
<entry>
<title>loader.kboot: smbios: Add a comment about v3 entry point being favored</title>
<updated>2025-04-08T13:38:29Z</updated>
<author>
<name>Olivier Certner</name>
<email>olce@FreeBSD.org</email>
</author>
<published>2025-03-05T10:47:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c5d22eacf236bfbce1cfb680507b932f9342b00'/>
<id>urn:sha1:0c5d22eacf236bfbce1cfb680507b932f9342b00</id>
<content type='text'>
Note that the behavior here is consistent with BIOS and EFI boot.

Reviewed by:    imp, markj
MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D49293

(cherry picked from commit 0f492f79084f2f88c9d5ade92f900e26cc47a7d0)
</content>
</entry>
<entry>
<title>loader.efi: smbios: Favor the v3 (64-bit) entry point</title>
<updated>2025-04-08T13:38:29Z</updated>
<author>
<name>Olivier Certner</name>
<email>olce@FreeBSD.org</email>
</author>
<published>2025-03-05T10:46:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=807d51be8040bbb2e96692b37d7084f16442ca94'/>
<id>urn:sha1:807d51be8040bbb2e96692b37d7084f16442ca94</id>
<content type='text'>
Be consistent with what we are now doing with non-EFI boot (but with the
difference that EFI runs in 64-bit mode on 64-bit platforms, so there is
no restriction that the v3 entry point should be below 4GB).

While here, move out the EFI smbios detection code in a separate
sub-routine.

Reviewed by:    imp, markj
MFC after:      2 weeks
Relnotes:       yes
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D49292

(cherry picked from commit 96f77576e9ea83b3a5d1a02a24da7d54c06a58a8)
</content>
</entry>
<entry>
<title>libsa: smbios_probe(): Strictly obey specified entry point address</title>
<updated>2025-04-08T13:38:28Z</updated>
<author>
<name>Olivier Certner</name>
<email>olce@FreeBSD.org</email>
</author>
<published>2025-03-05T10:34:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f6b90dc8afc0666a6a7e012d38ec02eb1d5b771f'/>
<id>urn:sha1:f6b90dc8afc0666a6a7e012d38ec02eb1d5b771f</id>
<content type='text'>
When such an address is known, do not search elsewhere, contrary to what
we are doing on non-EFI boot (see SMBIOS_START and SMBIOS_LENGTH).

Reviewed by:    markj
MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D49291

(cherry picked from commit 1ee8714950b8d07ccd172f2bcbbbaa91f02ef9e7)
</content>
</entry>
<entry>
<title>libsa: smbios_detect(): Return the entry point address</title>
<updated>2025-04-08T13:38:28Z</updated>
<author>
<name>Olivier Certner</name>
<email>olce@FreeBSD.org</email>
</author>
<published>2025-03-05T10:27:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d19f1559d008290f87d303b22833f66eaef61e36'/>
<id>urn:sha1:d19f1559d008290f87d303b22833f66eaef61e36</id>
<content type='text'>
In particular, this allows the caller to know whether the detection was
successful.

Reviewed by:    imp, markj
MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D49290

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