| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Define 'microcode' file type for the kernel-install staging area.
|
| | |
|
|\ \
| | |
| | | |
Trivial syntax and wording fixes
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Let's visually separate the options associated with cpu, io, memory, …
in subsections
This patch tries to be minimal. It just adds the section titles, and
does minimal reordering to make sure the options on the same kind of
resource are placed close to each other.
|
| |
| |
| |
| |
| | |
The order of the description of each item should match the order that they are declared. Un-document effect of deprecated non-unified CGroup hierarchy on
DefaultCPUAccounting=. Mention that the default value for DefaultCPUAccouting= is
affected by the kernel version.
|
|/
|
|
| |
fix: https://github.com/systemd/systemd/issues/28045
|
|
|
|
|
|
| |
D'oh. Nobody noticed in 3 years, I guess nobody calls these directly
and instead the manager's methods are used. Still we'll have to keep
this around, so just hide it.
|
|
|
|
|
|
|
| |
serve stale feature to keep the DNS resource records beyond TTL to return them as stale records in case of upstream server is not reachable or returns negative response.
SD_RESOLVED_NO_STALE flag has been added to disable serving stale records via dbus.
added serve stale test cases to TEST-75-RESOLVED
Fixes: #21815
|
| |
|
|
|
|
| |
As reported by Fossies.org.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes a bond or bridge interface in the degraded-carrier state but has a routable address
handled as routable operational state.
If the carrier is degraded but the address state is routable then the operational state should be
seen as routable and not degraded because that may be the case for bonds if some of the links are down,
but when that happens the bond as whole is still routable.
This also makes operational state to degraded if address state is degraded even if the link state is
degraded-carrier.
Fixes #22713.
|
|\
| |
| | |
Add 'genkey' verb to ukify
|
| |
| |
| |
| | |
Requested in https://github.com/systemd/systemd/pull/27946/commits/4cc743319ae378d458050d6e0cfdeaa03addd379#r1228592001
|
| |
| |
| |
| |
| | |
This just adds two paragraphs of text, but moves a lot of the text
one level down into a subsection.
|
| |
| |
| |
| | |
Fixes #978.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The idea is to make it easy to generate all the signing key and certs
that can be used for local signing. The verb is the modeled after
'mkosi genkey', but there are some important differences: we generate
the keys to the paths where they will be read from, both pcr signing
keys and the SecureBoot certificate+key.
If any of the outputs exist, operation is refused. Maybe we could add a
--force option in the future, but this operation should be rare, so I think
it's better to refuse to overwrite anything initially.
I'm only doing a token man page change here.
https://github.com/systemd/systemd/pull/27621 reworks the man page,
and the changes done here would conflict heavily with that work. I'll
submit a follow-up patch later.
|
| | |
|
|\ \
| | |
| | | |
deal with µ unicode ambiguities
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Doesn't really matter since the two unicode symbols are supposedly
equivalent, but let's better follow the unicode recommendations to
prefer greek small letter mu, as per:
https://www.unicode.org/reports/tr25
|
| | |
| | |
| | |
| | | |
initializes but also refreshes ESP random seeds
|
|\ \ \
| |/ /
|/| | |
add "resolvectl show-cache" call and IPC backend for that
|
| | |
| | |
| | |
| | |
| | | |
A wrapper around the new varlink call, showing the data either in its
native JSON or in a more human readable textual form.
|
|\ \ \
| | | |
| | | | |
Autogenerate list of link modes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The entries are sorted by speed. Some fields are left empty when there is no
clear value to use. The table is much longer now, but I think it's better to
document the allowed values, even if some are not terribly useful.
Fixes #26256.
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
This is a rework of #24764 by Cristian Rodríguez
<crodriguez@owncloud.com>, which stalled.
Instead of assigning -1 we'll use a macro defined to INT_MAX however.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Let's mention what /usr/lib/clock-epoch precisely does, and underline we
only *advance* the time based on it.
Inspired by Darkdragon-001's #23214.
Replaces #23214
|
| | |
| | |
| | |
| | |
| | | |
It has been used for a while, and it is described fully a couple of
paragraphs below, but this snippet was not deleted.
|
| | | |
|
|\ \ \
| | | |
| | | | |
creds: Add ImportCredential=
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ImportCredential= takes a credential name and searches for a matching
credential in all the credential stores we know about it. It supports
globs which are expanded so that all matching credentials are loaded.
|
|\ \ \ \
| | | | |
| | | | | |
kernel-install: rewrite in C
|
| | | | |
| | | | |
| | | | |
| | | | | |
For consistency with bootctl.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
For consistency with bootctl. However, unlike the same option for
bootctl, defaults to 'auto' for backward compatibility.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Then, kernel-install takes one more step for compatibility with bootctl.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If the kernel image is provided, then we can inspect the kernel image
and may determine the layout based on the kernel image type.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add a parameter to the integritytab file to set the mode in which to
open the integrity volume. The mode can be journaled (the default),
bitmap without a journal, or direct mode without a journal or a bitmap.
This change removes the `no-journal' option because it is redundant,
being replaced with `mode=direct'.
Supercedes commit bcc1ee56c, from a week ago, which implemented
`no-journal'.
Resolves #27587
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These will be used in UIs to refer to the company or organization which
produces the OS separately from referring to the OS itself.
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Fixes: #27777
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes: #27965
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes: #27116
|
|\ \ \ \ \
| | | | | |
| | | | | | |
journalctl: fix --user when invoked by system users
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes: #25061
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
As per our usual syntax in the docs.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Fixes: #26166
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This removes documentation of SD_RESOLVED_REQUIRE_PRIMARY and
SD_RESOLVED_CLAMP_TTL, which are internal flags, and not usable from
outside of resolved. They are refused by D-Bus APIs, for a reason.
Various other fixes/clean-ups of the relevant docs (including reordering
of the flags docs by "grouping" rather than bit values).
Fixes: #26619
|
| | | |
| | | |
| | | |
| | | | |
Fixes: #23440
|
| | | |
| | | |
| | | |
| | | | |
Fixes: #23045
|
| | | | |
|