mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 19:35:07 +00:00
Status/2026Q1: Fixes
- Change syntax of a numbered list to fix warnings (use actual numbers instead of repeating "1."'s) - URL encode "..." to ensure links do not break (replacing ... with …)
This commit is contained in:
@@ -31,11 +31,11 @@ Next steps are:
|
||||
- Exporting knobs for all the above-mentioned controls
|
||||
- Change the scale of EPP (from percents to an 8-bit value)
|
||||
- Change the default values
|
||||
1. Write a manual page for man:hwpstate_amd[4] (in the meantime, the explanations here and the embedded man:sysctl[8] knobs' documentation should be enough).
|
||||
1. Teach man:powerd[8] the CPPC control knobs and some simple policies on how to set them.
|
||||
1. Teach man:cpufreq[4] about the abstract performance values, to provide a unified interface to retrieve or set them.
|
||||
1. Make man:cpufreq[4] support per-CPU settings.
|
||||
1. Select default control values based on the platform type (probably from ACPI's ``FADT``'s `Preferred_PM_Profile` field).
|
||||
1. Possibly move man:powerd[8] policies to kernel space.
|
||||
2. Write a manual page for man:hwpstate_amd[4] (in the meantime, the explanations here and the embedded man:sysctl[8] knobs' documentation should be enough).
|
||||
3. Teach man:powerd[8] the CPPC control knobs and some simple policies on how to set them.
|
||||
4. Teach man:cpufreq[4] about the abstract performance values, to provide a unified interface to retrieve or set them.
|
||||
5. Make man:cpufreq[4] support per-CPU settings.
|
||||
6. Select default control values based on the platform type (probably from ACPI's ``FADT``'s `Preferred_PM_Profile` field).
|
||||
7. Possibly move man:powerd[8] policies to kernel space.
|
||||
|
||||
Sponsor: The FreeBSD Foundation
|
||||
|
||||
@@ -12,7 +12,7 @@ link:https://github.com/pkgconf/pkgconf/pull/447[libpkgconf/libpkgconf.h: Add pr
|
||||
link:https://github.com/pkgconf/pkgconf/pull/446[spdxtool: Update variables that are const to const] URL: link:https://github.com/pkgconf/pkgconf/pull/446[] +
|
||||
link:https://github.com/pkgconf/pkgconf/pull/445[man/spdxtool.1: Add man page for spdxtool] URL: link:https://github.com/pkgconf/pkgconf/pull/445[] +
|
||||
link:https://cgit.freebsd.org/src/log/?qt=author&q=Tuukka+Pasanen[Added SPDX-License-Identifiers] URL: link:https://cgit.freebsd.org/src/log/?qt=author&q=Tuukka+Pasanen[] +
|
||||
link:https://github.com/freebsd/freebsd-src/compare/main...illuusio:freebsd-src:update-spdx-licenses[SPDX-License-Identifiers up-to review and waiting for upstreaming] URL: link:https://github.com/freebsd/freebsd-src/compare/main...illuusio:freebsd-src:update-spdx-licenses[] +
|
||||
link:https://github.com/freebsd/freebsd-src/compare/main%2E%2E%2Eilluusio:freebsd-src:update-spdx-licenses[SPDX-License-Identifiers up-to review and waiting for upstreaming] URL: link:https://github.com/freebsd/freebsd-src/compare/main%2E%2E%2Eilluusio:freebsd-src:update-spdx-licenses[] +
|
||||
link:https://reviews.freebsd.org/D55461[Issue open for commenting and review: caesar: Add SPDX-License-Identifier tags] URL: https://reviews.freebsd.org/D55461[] +
|
||||
link:https://github.com/illuusio/freebsd-src/tree/sbom-pkgconfig/release/sbom[.pc file for SBOM metadata (WIP)] URL: https://github.com/illuusio/freebsd-src/tree/sbom-pkgconfig/release/sbom
|
||||
|
||||
|
||||
Reference in New Issue
Block a user