#
a2fd7ae8 |
| 30-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
stand: Print a warning of the loader is too old
If the loader is < 3.0, print a warning that it's too old and needs to be upgraded.
Sponsored by: Netflix Reviewed by: kevans Differential Revision
stand: Print a warning of the loader is too old
If the loader is < 3.0, print a warning that it's too old and needs to be upgraded.
Sponsored by: Netflix Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D45889
show more ...
|
Revision tags: release/14.1.0, release/13.3.0 |
|
#
1631382c |
| 08-Dec-2023 |
Kyle Evans <kevans@FreeBSD.org> |
loader: provide a features table for binary compatibility advertisement
liblua now provides a loader.has_feature() function to probe the loader binary for features advertised. name => desc mappings
loader: provide a features table for binary compatibility advertisement
liblua now provides a loader.has_feature() function to probe the loader binary for features advertised. name => desc mappings are provided in loader.features to get a list of all of the features loader *can* support. core.hasFeature is provided as a shim to loader.has_feature so that individual consumers don't need to think about the logic of the loader module not providing has_feature; we know that means the feature isn't enabled.
The first consumer of this will be EARLY_ACPI to advertise that the loader binary probes for ACPI presence before the interpreter has started, so that we know whether we can trust the presence of acpi.rsdp as relatively authoritative. In general, it's intended to be used to avoid breaking new scripts on older loaders within reason.
This will be used in lua as `core.hasFeature("EARLY_ACPI")`, while the C bits of loader will `feature_enable(FEATURE_EARLY_ACPI)`.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D42695
show more ...
|
#
67d2bd97 |
| 24-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
stand: Retire setting hw.ata.wc: it doesn't exist.
hw.ata.wc was disconnected as part ot the 2013 cam-ification of ata. No need to continue setting it. It's been unused in FreeBSD 10.x and newer.
S
stand: Retire setting hw.ata.wc: it doesn't exist.
hw.ata.wc was disconnected as part ot the 2013 cam-ification of ata. No need to continue setting it. It's been unused in FreeBSD 10.x and newer.
Sponsored by: Netflix
show more ...
|
#
21795c37 |
| 24-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
stand: Retire setting hw.eisa_slots.
When the eisa code was removed in 2017, prior to the stable/12 branch, setting hw.eisa_slots became a nop. The oldest supported branch doesn't have eisa at all.
stand: Retire setting hw.eisa_slots.
When the eisa code was removed in 2017, prior to the stable/12 branch, setting hw.eisa_slots became a nop. The oldest supported branch doesn't have eisa at all. The need to set it manually on boot disappeared largely by 2000...
Sponsored by: Netflix
show more ...
|
#
e0f3dc82 |
| 20-Nov-2023 |
R. Christian McDonald <rcm@FreeBSD.org> |
loader: improve lua ACPI detection and handling
This is a follow-up patch to https://reviews.freebsd.org/D42459 that modifies the loader lua to use the correct loader variables for determining ACPI
loader: improve lua ACPI detection and handling
This is a follow-up patch to https://reviews.freebsd.org/D42459 that modifies the loader lua to use the correct loader variables for determining ACPI availability.
This also fixes a bug where ACPI can be inadvertently disabled when setting System Defaults at the loader menu.
Reviewed by: imp, kevans Approved by: kp Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D42483
show more ...
|
Revision tags: release/14.0.0 |
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
1a14a0bf |
| 20-Jul-2018 |
Warner Losh <imp@FreeBSD.org> |
Eliminate zfsloader man page.
Remove all cross references to zfsloader.8 and /boot/zfsloader. Move ZFS specific info into loader.8.
Sponsored by: Netflix Differential Revision: https://reviews.free
Eliminate zfsloader man page.
Remove all cross references to zfsloader.8 and /boot/zfsloader. Move ZFS specific info into loader.8.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D16361
show more ...
|
Revision tags: release/11.2.0 |
|
#
4b3c64f7 |
| 09-May-2018 |
Kyle Evans <kevans@FreeBSD.org> |
Remove "All Rights Reserved" on files that I hold sole copyright on
See r333391 for more detail; in summary: it holds no weight and may be removed.
|
#
5a79ea48 |
| 21-Mar-2018 |
Kyle Evans <kevans@FreeBSD.org> |
core.lua(8): Update to reflect recently added function clearCachedKernels
|
#
9eded7f4 |
| 02-Mar-2018 |
Kyle Evans <kevans@FreeBSD.org> |
core.lua(8): Add missing note about core.KEYSTR_CSI
|
#
913bd098 |
| 02-Mar-2018 |
Kyle Evans <kevans@FreeBSD.org> |
Add core.lua(8), but do not add to distribution
Distribution will be done after all of the lualoader manpages are created.
Reviewed by: rpokala Differential Revision: https://reviews.freebsd.org/D1
Add core.lua(8), but do not add to distribution
Distribution will be done after all of the lualoader manpages are created.
Reviewed by: rpokala Differential Revision: https://reviews.freebsd.org/D14479
show more ...
|