summaryrefslogtreecommitdiffstats
path: root/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27941 from cvlc12/early_cpioZbigniew Jędrzejewski-Szmek2023-06-191-2/+4
|\ | | | | Define 'microcode' file type for the kernel-install staging area.
| * Add docs, improve log comments.cvlc122023-06-191-2/+4
| |
* | Merge pull request #28078 from keszybz/trivial-syntax-and-wording-fixesFrantisek Sumsal2023-06-193-54/+55
|\ \ | | | | | | Trivial syntax and wording fixes
| * | man/systemd-nspawn: fix indentation and parenthesis locationZbigniew Jędrzejewski-Szmek2023-06-191-51/+52
| | |
| * | man: missing/misplaced periodsZbigniew Jędrzejewski-Szmek2023-06-192-3/+3
| | |
* | | man: place options in a some limited form of subsectionsLennart Poettering2023-06-191-108/+158
|/ / | | | | | | | | | | | | | | | | 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.
* | Resource control manpage fixup (#28046)Sam Morris2023-06-191-7/+9
| | | | | | | | | | 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.
* | core/dbus-manager: also show DefaultIOAccounting and DefaultIPAccountinglicunlong2023-06-191-0/+12
|/ | | | fix: https://github.com/systemd/systemd/issues/28045
* portable: fix silly typo in D-Bus interface nameLuca Boccassi2023-06-161-10/+10
| | | | | | 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.
* resolved: added serve stale feature implementation of RFC 8767Kiran Vemula2023-06-163-2/+27
| | | | | | | 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
* journalctl: add --truncate-newline optionzhmylove2023-06-161-0/+7
|
* tree-wide: fix a couple of typosFrantisek Sumsal2023-06-154-4/+4
| | | | As reported by Fossies.org.
* network: make degraded-carrier bond/bridge as routable (#27776)Henrik Holst2023-06-151-4/+6
| | | | | | | | | | | | | 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.
* Merge pull request #27946 from keszybz/ukify-genkey-verbZbigniew Jędrzejewski-Szmek2023-06-142-51/+127
|\ | | | | Add 'genkey' verb to ukify
| * ukify: make the certficate validity configurableZbigniew Jędrzejewski-Szmek2023-06-141-0/+8
| | | | | | | | Requested in https://github.com/systemd/systemd/pull/27946/commits/4cc743319ae378d458050d6e0cfdeaa03addd379#r1228592001
| * man/ukify: add structure to describe verbs, document genkeyZbigniew Jędrzejewski-Szmek2023-06-141-49/+72
| | | | | | | | | | This just adds two paragraphs of text, but moves a lot of the text one level down into a subsection.
| * man: add example how to configure automatic signingZbigniew Jędrzejewski-Szmek2023-06-142-0/+44
| | | | | | | | Fixes #978.
| * ukify: add 'genkey' verbZbigniew Jędrzejewski-Szmek2023-06-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * man,test: root or hardware is not needed for ukifyZbigniew Jędrzejewski-Szmek2023-06-121-2/+2
| |
* | Merge pull request #28032 from poettering/mumumµLennart Poettering2023-06-1416-25/+25
|\ \ | | | | | | deal with µ unicode ambiguities
| * | tree-wide: when in doubt use greek small letter mu rather than micro symbolLennart Poettering2023-06-1416-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | bootctl: fix docs/--help to say that "bootctl random-seed" not just ↵Lennart Poettering2023-06-141-7/+8
| | | | | | | | | | | | initializes but also refreshes ESP random seeds
* | | Merge pull request #28012 from poettering/resolvectl-dump-cacheLennart Poettering2023-06-141-0/+7
|\ \ \ | |/ / |/| | add "resolvectl show-cache" call and IPC backend for that
| * | resolvectl: add resolvectl command for dumping cache contentsLennart Poettering2023-06-121-0/+7
| | | | | | | | | | | | | | | A wrapper around the new varlink call, showing the data either in its native JSON or in a more human readable textual form.
* | | Merge pull request #27846 from keszybz/link-mode-generationLennart Poettering2023-06-132-50/+13
|\ \ \ | | | | | | | | Autogenerate list of link modes
| * | | man: generate link mode list dynamicallyZbigniew Jędrzejewski-Szmek2023-05-302-50/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | man: document "s" is default --vacuum-time= suffixAnatoli Babenia2023-06-131-14/+23
| | | |
* | | | socket: bump listen() backlog to INT_MAX everywhereLennart Poettering2023-06-131-6/+7
| |/ / |/| | | | | | | | | | | | | | | | | 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.
* | | man: explain timesyncd epoch mtime touch files in a bit more detailLennart Poettering2023-06-121-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | man: 'flag' parameter in portable1 spec is now usedLuca Boccassi2023-06-091-1/+1
| | | | | | | | | | | | | | | It has been used for a while, and it is described fully a couple of paragraphs below, but this snippet was not deleted.
* | | tree-wide: fix typos of "boottime"/"BOOTTIME"Nick Rosbrook2023-06-091-1/+1
| | |
* | | Merge pull request #26059 from DaanDeMeyer/cred-globLuca Boccassi2023-06-0812-28/+74
|\ \ \ | | | | | | | | creds: Add ImportCredential=
| * | | creds: Add ImportCredential=Daan De Meyer2023-06-0812-28/+74
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #26848 from yuwata/kernel-installLuca Boccassi2023-06-083-15/+83
|\ \ \ \ | | | | | | | | | | kernel-install: rewrite in C
| * | | | kernel-install: introduce --entry-token= optionYu Watanabe2023-06-051-0/+42
| | | | | | | | | | | | | | | | | | | | For consistency with bootctl.
| * | | | kernel-install: introduce --make-entry-directory= optionYu Watanabe2023-06-051-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | For consistency with bootctl. However, unlike the same option for bootctl, defaults to 'auto' for backward compatibility.
| * | | | kernel-install: add --esp-path= and --boot-path= optionsYu Watanabe2023-06-053-14/+26
| | | | | | | | | | | | | | | | | | | | Then, kernel-install takes one more step for compatibility with bootctl.
| * | | | kernel-install: make inspect command optionally take kernel imageYu Watanabe2023-06-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | If the kernel image is provided, then we can inspect the kernel image and may determine the layout based on the kernel image type.
* | | | | integritysetup: support mode=(journal|bitmap|direct)Alfred Klomp2023-06-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | man/os-release: Add VENDOR_NAME= and VENDOR_URL= keys to os-releasePhilip Withnall2023-06-081-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | man: document that "systemctl mask" doesn't work for units whose file is in /etcLennart Poettering2023-06-081-7/+18
| | | | | | | | | | | | | | | | | | | | Fixes: #27965
* | | | | man: reference naming of triggered services of timer unitLennart Poettering2023-06-081-0/+5
| | | | | | | | | | | | | | | | | | | | Fixes: #27116
* | | | | Merge pull request #27961 from poettering/journalctl-user-unit-man-fixMike Yuan2023-06-082-4/+11
|\ \ \ \ \ | | | | | | | | | | | | journalctl: fix --user when invoked by system users
| * | | | | man: document that journalctl --user requires Storage=persistentLennart Poettering2023-06-082-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #25061
| * | | | | man: suffix --unit with an equal sign, since it expects an argumentLennart Poettering2023-06-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | As per our usual syntax in the docs.
* | | | | | man: document how calendar times catch up after system suspend/hibernationLennart Poettering2023-06-081-1/+10
|/ / / / / | | | | | | | | | | | | | | | Fixes: #26166
* | / / / man: drop documentation of internal lookup flagsLennart Poettering2023-06-081-33/+32
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | man: mention that OnCalendar= combines well with systemd-time-wait-sync.serviceLennart Poettering2023-06-071-10/+14
| | | | | | | | | | | | | | | | Fixes: #23440
* | | | man: document which IP ports resolved listens on, and what forLennart Poettering2023-06-071-0/+21
| | | | | | | | | | | | | | | | Fixes: #23045
* | | | sd-login: add sd_session_get_leader interfaceThorsten Kukuk2023-06-071-0/+12
| | | |