1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00
systemd/man
Zbigniew Jędrzejewski-Szmek 04d232d807 core: rework unit printing and implement 'combined' format
The code to print unit status formats had a long history, and became a
hard-to-manage mess of duplicate code parts. We would use sprintf() to
format a string, and then call sprintf() again… The code is reworked
to avoid repeated formattings and to streamline printing to the log
and the console.

The approach used in this patch is a bit more complex then in patches by Colin
Walter and Paweł Marciniak, because an allocation is only done if "combined"
format is used. In other cases we return the existing ->id or ->description
strings. The caller can also control whether a shorter or longer status string
should be used. This way the caller can use a shorter format where it makes
sense, for example in the cylon eye output, where we don't have enough
horizontal space.

Patch is based on Colin Walters' https://github.com/systemd/systemd/pull/15957,
and Paweł Marciniak's patch posted on fedora-devel.

Note: for some reason, the functions for printing of start and stop messages
were sepearated by some unrelated functions. They are moved to be consecutive,
but this makes the much more verbose than it would be otherwise. I found it
useful to view in gitk's "new" mode.

Co-authored-by: Colin Walters <walters@verbum.org>
Co-authored-by: Paweł Marciniak <sunwire+git@gmail.com>

Output from a Fedora Rawhide container boot (w/ some follow-up patches to
tweak Descriptions):

Welcome to Fedora 35 (Rawhide Prerelease)!

Queued start job for default target graphical.target.
[  OK  ] Created slice system-getty.slice - Slice /system/getty.
[  OK  ] Created slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[  OK  ] Created slice user.slice - User and Session Slice.
[  OK  ] Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[  OK  ] Reached target cryptsetup.target - Local Encrypted Volumes.
[  OK  ] Reached target paths.target - Path Units.
[  OK  ] Reached target remote-cryptsetup.target - Remote Encrypted Volumes.
[  OK  ] Reached target remote-fs.target - Remote File Systems.
[  OK  ] Reached target slices.target - Slice Units.
[  OK  ] Reached target swap.target - Swaps.
[  OK  ] Reached target veritysetup.target - Local Verity Integrity Protected Volumes.
[  OK  ] Listening on systemd-coredump.socket - Process Core Dump Socket.
[  OK  ] Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[  OK  ] Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[  OK  ] Listening on systemd-journald.socket - Journal Socket.
[  OK  ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Listening on systemd-userdbd.socket - User Database Manager Socket.
         Mounting dev-hugepages.mount - Huge Pages File System...
         Starting systemd-journald.service - Journal Service...
         Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
         Starting systemd-sysctl.service - Apply Kernel Variables...
[  OK  ] Mounted dev-hugepages.mount - Huge Pages File System.
[  OK  ] Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
         Starting systemd-hwdb-update.service - Rebuild Hardware Database...
         Starting systemd-sysusers.service - Create System Users...
[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Started systemd-journald.service - Journal Service.
         Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...
[  OK  ] Finished systemd-sysusers.service - Create System Users.
         Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[  OK  ] Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[  OK  ] Reached target local-fs-pre.target - Preparation for Local File Systems.
[  OK  ] Reached target local-fs.target - Local File Systems.
[  OK  ] Reached target machines.target - Containers.
         Starting dracut-shutdown.service - Restore /run/initramfs on shutdown...
         Starting ldconfig.service - Rebuild Dynamic Linker Cache...
[  OK  ] Finished dracut-shutdown.service - Restore /run/initramfs on shutdown.
[  OK  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
[  OK  ] Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.
         Starting systemd-tmpfiles-setup.service - Create Volatile Files and Directories...
[  OK  ] Finished systemd-tmpfiles-setup.service - Create Volatile Files and Directories.
         Starting systemd-journal-catalog-update.service - Rebuild Journal Catalog...
         Starting systemd-oomd.service - Userspace Out-Of-Memory (OOM) Killer...
         Starting systemd-update-utmp.service - Update UTMP about System Boot/Shutdown...
         Starting systemd-userdbd.service - User Database Manager...
[  OK  ] Finished systemd-update-utmp.service - Update UTMP about System Boot/Shutdown.
[  OK  ] Finished systemd-journal-catalog-update.service - Rebuild Journal Catalog.
[  OK  ] Started systemd-userdbd.service - User Database Manager.
[  OK  ] Started systemd-oomd.service - Userspace Out-Of-Memory (OOM) Killer.
[  OK  ] Finished systemd-hwdb-update.service - Rebuild Hardware Database.
         Starting systemd-networkd.service - Network Configuration...
         Starting systemd-update-done.service - Update is Completed...
[  OK  ] Finished systemd-update-done.service - Update is Completed.
[  OK  ] Reached target sysinit.target - System Initialization.
[  OK  ] Started dnf-makecache.timer - dnf makecache --timer.
[  OK  ] Started logrotate.timer - Daily rotation of log files.
[  OK  ] Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories.
[  OK  ] Reached target timers.target - Timer Units.
[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Reached target sockets.target - Socket Units.
[  OK  ] Reached target basic.target - Basic System.
[  OK  ] Reached target sshd-keygen.target.
         Starting sysstat.service - Resets System Activity Logs...
         Starting systemd-homed.service - Home Area Manager...
         Starting systemd-logind.service - User Login Management...
         Starting dbus-broker.service - D-Bus System Message Bus...
[FAILED] Failed to start sysstat.service - Resets System Activity Logs.
See 'systemctl status sysstat.service' for details.
[  OK  ] Started dbus-broker.service - D-Bus System Message Bus.
[  OK  ] Started systemd-homed.service - Home Area Manager.
[  OK  ] Finished systemd-homed-activate.service - Home Area Activation.
[  OK  ] Started systemd-logind.service - User Login Management.
[  OK  ] Started systemd-networkd.service - Network Configuration.
         Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
         Starting systemd-resolved.service - Network Name Resolution...
[  OK  ] Started systemd-resolved.service - Network Name Resolution.
[  OK  ] Reached target network.target - Network.
[  OK  ] Reached target nss-lookup.target - Host and Network Name Lookups.
         Starting sshd.service - OpenSSH server daemon...
         Starting systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Started console-getty.service - Console Getty.
[  OK  ] Reached target getty.target - Login Prompts.
[  OK  ] Started sshd.service - OpenSSH server daemon.
[  OK  ] Reached target multi-user.target - Multi-User System.
[  OK  ] Reached target graphical.target - Graphical Interface.
         Starting systemd-update-utmp-runlevel.service - Update UTMP about System Runlevel Changes...
[  OK  ] Finished systemd-update-utmp-runlevel.service - Update UTMP about System Runlevel Changes.

Fedora 35 (Rawhide Prerelease)
Kernel 5.12.12-300.fc34.x86_64 on an x86_64 (console)

rawhide login: [  OK  ] Stopped session-24.scope - Session 24 of User zbyszek.
[  OK  ] Removed slice system-getty.slice - Slice /system/getty.
[  OK  ] Removed slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Removed slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[  OK  ] Stopped target graphical.target - Graphical Interface.
[  OK  ] Stopped target multi-user.target - Multi-User System.
[  OK  ] Stopped target getty.target - Login Prompts.
[  OK  ] Stopped target machines.target - Containers.
[  OK  ] Stopped target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Stopped target remote-cryptsetup.target - Remote Encrypted Volumes.
[  OK  ] Stopped target timers.target - Timer Units.
[  OK  ] Stopped dnf-makecache.timer - dnf makecache --timer.
[  OK  ] Stopped logrotate.timer - Daily rotation of log files.
[  OK  ] Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories.
[  OK  ] Closed systemd-coredump.socket - Process Core Dump Socket.
         Stopping console-getty.service - Console Getty...
         Stopping dracut-shutdown.service - Restore /run/initramfs on shutdown...
         Stopping sshd.service - OpenSSH server daemon...
         Stopping systemd-logind.service - User Login Management...
         Stopping systemd-oomd.service - Userspace Out-Of-Memory (OOM) Killer...
         Stopping user@1000.service - User Manager for UID 1000...
[  OK  ] Stopped systemd-oomd.service - Userspace Out-Of-Memory (OOM) Killer.
[  OK  ] Stopped systemd-networkd-wait-online.service - Wait for Network to be Configured.
[  OK  ] Stopped sshd.service - OpenSSH server daemon.
[  OK  ] Stopped console-getty.service - Console Getty.
[  OK  ] Stopped dracut-shutdown.service - Restore /run/initramfs on shutdown.
[  OK  ] Stopped target sshd-keygen.target.
[  OK  ] Stopped systemd-logind.service - User Login Management.
[  OK  ] Stopped user@1000.service - User Manager for UID 1000.
         Stopping user-runtime-dir@1000.service - User Runtime Directory /run/user/1000...
[  OK  ] Unmounted run-user-1000.mount - /run/user/1000.
[  OK  ] Stopped user-runtime-dir@1000.service - User Runtime Directory /run/user/1000.
[  OK  ] Removed slice user-1000.slice - User Slice of UID 1000.
         Stopping systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Stopped systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Stopped target network.target - Network.
[  OK  ] Stopped target remote-fs.target - Remote File Systems.
         Stopping systemd-homed-activate.service - Home Area Activation...
         Stopping systemd-resolved.service - Network Name Resolution...
[  OK  ] Stopped systemd-resolved.service - Network Name Resolution.
         Stopping systemd-networkd.service - Network Configuration...
[  OK  ] Stopped systemd-homed-activate.service - Home Area Activation.
         Stopping systemd-homed.service - Home Area Manager...
[  OK  ] Stopped systemd-homed.service - Home Area Manager.
[  OK  ] Stopped target basic.target - Basic System.
[  OK  ] Stopped target paths.target - Path Units.
[  OK  ] Stopped target slices.target - Slice Units.
[  OK  ] Removed slice user.slice - User and Session Slice.
[  OK  ] Stopped target sockets.target - Socket Units.
         Stopping dbus-broker.service - D-Bus System Message Bus...
[  OK  ] Stopped dbus-broker.service - D-Bus System Message Bus.
[  OK  ] Closed dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Stopped target sysinit.target - System Initialization.
[  OK  ] Stopped target cryptsetup.target - Local Encrypted Volumes.
[  OK  ] Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[  OK  ] Stopped systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[  OK  ] Stopped target veritysetup.target - Local Verity Integrity Protected Volumes.
[  OK  ] Stopped systemd-update-done.service - Update is Completed.
[  OK  ] Stopped ldconfig.service - Rebuild Dynamic Linker Cache.
[  OK  ] Stopped systemd-hwdb-update.service - Rebuild Hardware Database.
[  OK  ] Stopped systemd-journal-catalog-update.service - Rebuild Journal Catalog.
         Stopping systemd-update-utmp.service - Update UTMP about System Boot/Shutdown...
[  OK  ] Stopped systemd-networkd.service - Network Configuration.
[  OK  ] Closed systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Stopped systemd-update-utmp.service - Update UTMP about System Boot/Shutdown.
[  OK  ] Stopped systemd-tmpfiles-setup.service - Create Volatile Files and Directories.
[  OK  ] Stopped target local-fs.target - Local File Systems.
         Unmounting home.mount - /home...
         Unmounting run-credentials-systemd\x2dsysusers.se…e.mount - /run/credentials/systemd-sysusers.service...
         Unmounting tmp.mount - Temporary Directory /tmp...
[  OK  ] Unmounted home.mount - /home.
[  OK  ] Unmounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Unmounted run-credentials-systemd\x2dsysusers.service.mount - /run/credentials/systemd-sysusers.service.
[  OK  ] Stopped target local-fs-pre.target - Preparation for Local File Systems.
[  OK  ] Stopped target swap.target - Swaps.
[  OK  ] Reached target umount.target - Unmount All Filesystems.
[  OK  ] Stopped systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[  OK  ] Stopped systemd-sysusers.service - Create System Users.
[  OK  ] Stopped systemd-remount-fs.service - Remount Root and Kernel File Systems.
[  OK  ] Reached target shutdown.target - System Shutdown.
[  OK  ] Reached target final.target - Late Boot Services.
[  OK  ] Finished systemd-poweroff.service - System Power Off.
[  OK  ] Reached target poweroff.target - System Power Off.
Sending SIGTERM to remaining processes...
Sending SIGKILL to remaining processes...
All filesystems, swaps, loop devices, MD devices and DM devices detached.
Powering off.
2021-06-30 13:23:55 +02:00
..
rules sd-id128: add SD_ID128_MAKE_UUID_STR 2021-06-15 22:01:39 +02:00
.dir-locals.el coding style: reduce text width to 109 characters 2018-12-08 10:14:28 +01:00
50-xdg-data-dirs.sh man/50-xdg-data-dirs: add quotes as suggested by shellcheck 2021-06-23 18:11:49 +02:00
90-rearrange-path.py man: we is OK too -> which is OK too (#19708) 2021-05-24 18:39:38 +09:00
binfmt.d.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
bootctl.xml man: fix tag type 2021-05-27 12:50:57 +09:00
bootup.xml veritysetup-generator: add support for veritytab 2021-01-15 11:06:11 -05:00
busctl.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
check-os-release.py man/check-os-release.*: allow ID_LIKE to have multiple values 2021-05-22 20:44:04 +02:00
check-os-release.sh man/check-os-release.*: allow ID_LIKE to have multiple values 2021-05-22 20:44:04 +02:00
common-variables.xml man: update docs on systemd-system.conf logging (LogTime=) (#19846) 2021-06-08 15:54:07 +09:00
coredump.conf.xml coredump: check cgroups memory limit if storing on tmpfs 2021-06-08 14:05:56 +01:00
coredumpctl.xml coredump: use "POSIX quotes" for cmdline 2021-05-05 13:59:23 +02:00
crypttab.xml Rename crypttab opt silent to password-echo 2021-06-07 10:35:28 +02:00
custom-entities.ent.in man: document default rlimits 2021-05-20 09:58:48 +02:00
custom-html.xsl license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
custom-man.xsl license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
daemon.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
directives-template.xml veritysetup-generator: add support for veritytab 2021-01-15 11:06:11 -05:00
dnssec-trust-anchors.d.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
environment.d.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
fido2-crypttab.sh man: document new features 2020-12-17 20:02:32 +01:00
file-hierarchy.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
glib-event-glue.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
halt.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
homectl.xml homectl: store FIDO2 up/uv/clientPin fields in user records too 2021-06-01 13:31:53 +02:00
homed.conf.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
hostname.xml man/hostnamectl,hostaned,hostname1: adjust the docs to match reality 2020-12-16 10:54:57 +01:00
hostnamectl.xml hostnamectl: deprecate set-* methods and expose getters by only using nouns in commands 2021-05-03 20:19:19 +02:00
html.in meson: rename target to update-man-rules 2021-01-27 09:10:25 +01:00
hwdb-usb-device.c man: add SD_HWDB_FOREACH_PROPERTY with an example 2020-04-21 11:44:49 +02:00
hwdb.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
id128-app-specific.c man: move more examples to stand-alone files and use 2-space indentation consistenty 2018-08-02 15:45:24 +02:00
inotify-watch-tmp.c man: add example for sd_event_add_inotify 2018-06-06 13:09:36 +02:00
journal-iterate-poll.c man: fix compilation of journal-iterate-poll.c 2018-03-24 14:15:48 +01:00
journal-iterate-unique.c man: move more examples to stand-alone files and use 2-space indentation consistenty 2018-08-02 15:45:24 +02:00
journal-iterate-wait.c man: move examples out of sd_journal_get_fd into separate files 2018-03-24 14:14:12 +01:00
journal-remote.conf.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
journal-upload.conf.xml Add a network timeout option to journal-upload 2021-06-14 11:16:38 +02:00
journalctl.xml man: rename less-variables→common-variables 2021-03-01 13:40:52 +01:00
journald.conf.xml man: remove some trailing whitespace 2021-05-10 23:10:44 +02:00
kernel-command-line.xml veritysetup-generator: add support for veritytab 2021-01-15 11:06:11 -05:00
kernel-install.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
libsystemd-pkgconfig.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
libudev.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
loader.conf.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
locale.conf.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
localectl.xml man: rename less-variables→common-variables 2021-03-01 13:40:52 +01:00
localtime.xml man/localtime: document default timezone 2020-12-21 12:39:18 +00:00
loginctl.xml man: documet that loginctl {terminate|kill}-{session|user} take the empty string, optionally 2021-05-25 17:42:34 +02:00
logind.conf.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
machine-id.xml sd-id128: document everywhere that we treat all UUIDs as Variant 1 2021-06-15 20:58:56 +02:00
machine-info.xml man: say that machine-info doesn't have to exist 2021-03-01 13:40:52 +01:00
machinectl.xml man: rename less-variables→common-variables 2021-03-01 13:40:52 +01:00
man.in meson: rename target to update-man-rules 2021-01-27 09:10:25 +01:00
meson.build man: prevent race condition when generating systemd.directives.xml 2021-05-20 20:49:50 +01:00
modules-load.d.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
networkctl.xml man: describe overall online status in networkctl(1) 2021-05-19 10:34:06 +09:00
networkd.conf.xml network: make IAID and DUID for DHCPv6 configurable explicitly 2021-04-21 21:00:11 +09:00
nss-myhostname.xml nss-systemd: synthesize NSS shadow/gshadow records from userdb, as well 2021-05-08 14:35:28 +02:00
nss-mymachines.xml man: try to clarify that nss-mymachines does not provide name resolution outside its own scope 2021-05-26 12:45:20 +01:00
nss-resolve.xml nss-systemd: synthesize NSS shadow/gshadow records from userdb, as well 2021-05-08 14:35:28 +02:00
nss-systemd.xml man: update nss-systemd documentation with new features 2021-05-10 14:58:44 +02:00
oomctl.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
oomd.conf.xml oomd: threshold swap kill candidates to usages of more than 5% 2021-04-05 02:04:49 -07:00
org.freedesktop.home1.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
org.freedesktop.hostname1.xml sd-bus: fix vtable named argument logic 2021-04-30 17:06:29 +01:00
org.freedesktop.import1.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
org.freedesktop.locale1.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
org.freedesktop.LogControl1.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
org.freedesktop.login1.xml logind: Add new flag for kexec reboot 2021-03-31 10:48:48 +02:00
org.freedesktop.machine1.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
org.freedesktop.oom1.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
org.freedesktop.portable1.xml sd-bus: fix vtable named argument logic 2021-04-30 17:06:29 +01:00
org.freedesktop.resolve1.xml Revert "resolvectl: Add show-multicast verb to show discovered LLMNR/mDNS hosts" 2021-02-05 09:23:05 +09:00
org.freedesktop.systemd1.xml dbus: update SocketBind{Allow|Deny}= doc 2021-06-15 13:51:33 -07:00
org.freedesktop.timedate1.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
os-release.xml man: say that initrd-release is like os-release 2021-05-22 12:20:51 +02:00
pam_systemd_home.xml pam: fix typo try_authtok → use_authtok 2021-05-12 12:14:17 +02:00
pam_systemd.xml pam: fix typo try_authtok → use_authtok 2021-05-12 12:14:17 +02:00
path-documents.c man: add sd_path_lookup(3) 2020-03-27 20:12:44 +01:00
portablectl.xml portabled: add --extension parameter for layered images support 2021-03-31 09:56:44 +01:00
print-unit-path.c man: add sd_bus_message_new_call(3) 2018-08-02 15:45:20 +02:00
pstore.conf.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
repart.d.xml repart: make No-Auto GPT partition flag configurable too 2021-06-18 14:34:01 +09:00
resolvectl.xml man: document _outbound 2021-04-23 12:02:24 +02:00
resolved.conf.xml resolved: allow cache responses from local DNS servers 2020-11-27 09:03:42 +09:00
runlevel.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_booted.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_add_match.xml Manual page fixes (#18906) 2021-03-07 02:54:33 +09:00
sd_bus_add_node_enumerator.xml man: fix sd_bus_add_node_enumerator() ret_nodes 2021-06-15 11:29:44 +01:00
sd_bus_add_object_manager.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_add_object.xml man: Specify that only d-bus methods can be answered async 2021-03-17 16:15:56 +01:00
sd_bus_attach_event.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_call_method.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_call.xml man: Add a paragraph to sd_bus_call explaning callback message lifetime 2020-11-17 11:13:10 +01:00
sd_bus_can_send.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
sd_bus_close.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
sd_bus_creds_get_pid.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd_bus_creds_new_from_pid.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_default.xml tree-wide: fix typo 2020-12-16 17:21:48 +01:00
sd_bus_emit_signal.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_enqueue_for_read.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_error_add_map.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_error.xml fix typo 2021-06-15 14:19:30 +09:00
sd_bus_get_current_handler.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_get_fd.xml man: split out sd_bus_set_fd() man page from sd_bus_get_fd() 2021-02-20 16:13:06 +01:00
sd_bus_get_n_queued_read.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_get_name_creds.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_get_name_machine_id.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_interface_name_is_valid.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd_bus_is_open.xml sd-bus: make sd_bus_is_{ready,open} accept NULL 2021-04-08 14:59:10 +02:00
sd_bus_list_names.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_append_array.xml man: Fix sd_bus_message_append_array_space function signature 2020-11-18 18:26:14 +09:00
sd_bus_message_append_basic.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_append_string_memfd.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
sd_bus_message_append_strv.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
sd_bus_message_append.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_at_end.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_copy.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_dump.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_get_cookie.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_get_monotonic_usec.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_get_signature.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_get_type.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_new_method_call.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_new_method_error.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
sd_bus_message_new_signal.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_new.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_open_container.xml man: Speicfy exact return values of sd_bus_message_enter_container 2020-11-30 12:21:20 +01:00
sd_bus_message_read_array.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_read_basic.xml man: fix grammaro 2021-02-25 14:55:17 +01:00
sd_bus_message_read_strv.xml sd-bus: extend sd_bus_message_read_strv() to paths and signatures 2021-02-12 11:36:24 +01:00
sd_bus_message_read.xml man: fix grammaro 2021-02-25 14:55:17 +01:00
sd_bus_message_rewind.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_seal.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_sensitive.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_set_destination.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_set_expect_reply.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_skip.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_message_verify_type.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_negotiate_fds.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_new.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_path_encode.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd_bus_process.xml fix typo 2021-01-04 11:01:17 +00:00
sd_bus_query_sender_creds.xml man: document usage of SD_BUS_CREDS_AUGMENT 2021-03-02 12:18:53 +01:00
sd_bus_reply_method_error.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
sd_bus_reply_method_return.xml sd-bus: simplify sd_bus_reply() 2021-02-20 13:44:02 +09:00
sd_bus_request_name.xml Manual page fixes (#18906) 2021-03-07 02:54:33 +09:00
sd_bus_send.xml man: Small fix of sd_bus_message_send() man page 2021-02-21 20:26:51 +01:00
sd_bus_set_address.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
sd_bus_set_close_on_exit.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_set_connected_signal.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_set_description.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_set_exit_on_disconnect.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_set_fd.xml man: fix typo 2021-02-21 19:20:47 +01:00
sd_bus_set_method_call_timeout.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_set_property.xml man: add missing period 2020-11-12 16:33:14 +09:00
sd_bus_set_sender.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_set_server.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_set_watch_bind.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_slot_get_bus.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_slot_ref.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_slot_set_description.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_slot_set_destroy_callback.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_slot_set_floating.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_slot_set_userdata.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_start.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_track_add_name.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_bus_track_new.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd_bus_wait.xml fix typo 2021-01-04 11:01:17 +00:00
sd_event_add_child.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_add_defer.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_add_inotify.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_add_io.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_add_signal.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_add_time.xml man: properly list relative time event source API in man page 2020-11-10 14:20:06 +01:00
sd_event_exit.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_get_fd.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_new.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_now.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_run.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_set_watchdog.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_source_get_event.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd_event_source_get_pending.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_source_set_description.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_source_set_destroy_callback.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_source_set_enabled.xml man: document new ratelimiting APIs 2020-12-01 15:15:39 +01:00
sd_event_source_set_exit_on_failure.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_source_set_floating.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_source_set_prepare.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd_event_source_set_priority.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_source_set_ratelimit.xml man: document new ratelimiting APIs 2020-12-01 15:15:39 +01:00
sd_event_source_set_userdata.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd_event_source_unref.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_event_wait.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_get_seats.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd_hwdb_get.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
sd_hwdb_new.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_id128_get_machine.xml sd-id128: document everywhere that we treat all UUIDs as Variant 1 2021-06-15 20:58:56 +02:00
sd_id128_randomize.xml sd-id128: document everywhere that we treat all UUIDs as Variant 1 2021-06-15 20:58:56 +02:00
sd_id128_to_string.xml sd-id128: document everywhere that we treat all UUIDs as Variant 1 2021-06-15 20:58:56 +02:00
sd_is_fifo.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_journal_add_match.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_journal_enumerate_fields.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
sd_journal_get_catalog.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_journal_get_cursor.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_journal_get_cutoff_realtime_usec.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_journal_get_data.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
sd_journal_get_fd.xml man: make clear that sd-journal notifications always come with extra latency 2021-02-16 22:16:17 +01:00
sd_journal_get_realtime_usec.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_journal_get_usage.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_journal_has_runtime_files.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd_journal_next.xml journal: refuse skip parameter for sd_journal_next_skip() larger than INT_MAX 2020-11-10 13:14:42 +01:00
sd_journal_open.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_journal_print.xml man: link up new journal protocol docs 2021-04-08 22:16:58 +02:00
sd_journal_query_unique.xml treewide: fix spelling 2021-02-25 05:54:11 +09:00
sd_journal_seek_head.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_journal_stream_fd.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_listen_fds.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd_login_monitor_new.xml sd-login: fix wrong constructor used in sd_login_monitor manpage example 2021-04-19 12:20:29 -04:00
sd_machine_get_class.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_notify.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_path_lookup.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_pid_get_owner_uid.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_seat_get_active.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
sd_session_is_active.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd_uid_get_state.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd_watchdog_enabled.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
sd-bus-container-append.c sd-bus: Add sd_bus_message_open/close/enter/exit_container docs 2020-04-23 18:30:40 +02:00
sd-bus-container-read.c sd-bus: Add sd_bus_message_open/close/enter/exit_container docs 2020-04-23 18:30:40 +02:00
sd-bus-errors.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd-bus.xml man: sd_bus_message_reply()→sd_bus_message_send() 2021-03-12 10:58:16 +01:00
sd-daemon.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd-event.xml man: document new ratelimiting APIs 2020-12-01 15:15:39 +01:00
sd-hwdb.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd-id128.xml sd-id128: add SD_ID128_MAKE_UUID_STR 2021-06-15 22:01:39 +02:00
sd-journal.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sd-login.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
send-unit-files-changed.c man: add sd_bus_message_new_signal(3) 2018-08-02 15:44:25 +02:00
shutdown.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
standard-conf.xml Recommend drop-ins over modifications to the main config file 2021-02-19 14:05:42 +09:00
standard-options.xml systemctl: hide legends with --quiet, allow overriding 2021-02-17 21:09:14 +01:00
standard-specifiers.xml shared: add new IMAGE_VERSION=/IMAGE_ID= field to /etc/os-release 2021-03-31 10:46:22 +02:00
supported-controllers.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
sysctl.d.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
system-only.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemctl.xml man: describe various logging configuration variables 2021-03-01 13:40:52 +01:00
systemd-analyze.xml man: rename less-variables→common-variables 2021-03-01 13:40:52 +01:00
systemd-ask-password-console.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-ask-password.xml ask-password: add "-n" switch for disabling trailing newline 2021-06-24 13:25:39 +02:00
systemd-backlight@.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-binfmt.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-bless-boot-generator.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-bless-boot.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-boot-check-no-failures.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-boot-system-token.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-boot.xml docs: use current spelling "macOS" not "OS X" etc. 2021-04-02 10:53:26 +01:00
systemd-cat.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-cgls.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-cgtop.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-coredump.xml man: fix typo 2021-04-13 12:52:56 +09:00
systemd-cryptenroll.xml man: document that FIDO2 uv/up/clientPin feature support is now handled gracefully 2021-05-28 16:45:12 +02:00
systemd-cryptsetup-generator.xml man: document new features 2020-12-17 20:02:32 +01:00
systemd-cryptsetup@.service.xml cryptsetup: add 'headless' parameter to skip password/pin query 2021-05-07 21:36:27 +01:00
systemd-debug-generator.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-delta.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-detect-virt.xml virt: detect Amazon EC2 Nitro instance 2021-04-30 09:31:34 -07:00
systemd-dissect.xml dissect: enable growfs by default, but make it configurable 2021-04-23 17:56:34 +02:00
systemd-environment-d-generator.xml man: use readable names for entities 2021-05-19 10:25:26 +09:00
systemd-escape.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-firstboot.xml firstboot: allow provisioning of firstboot params via creds too 2021-03-26 12:21:18 +01:00
systemd-fsck@.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-fstab-generator.xml fstab-generator: add new root=tmpfs option 2021-03-03 12:16:32 +09:00
systemd-getty-generator.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-gpt-auto-generator.xml gpt: add RISC-V GPT partition typecode uuid 2020-11-23 22:15:36 +01:00
systemd-halt.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-hibernate-resume-generator.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-hibernate-resume@.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-homed.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-hostnamed.service.xml man/hostnamectl,hostaned,hostname1: adjust the docs to match reality 2020-12-16 10:54:57 +01:00
systemd-hwdb.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-id128.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-importd.service.xml man: importd also provides the option of import-fs for machinectl (#19477) 2021-04-30 16:55:50 +09:00
systemd-inhibit.xml man: rename less-variables→common-variables 2021-03-01 13:40:52 +01:00
systemd-initctl.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-journal-gatewayd.service.xml Wider range of options for selecting entries for systemd-journal-gatewayd 2021-05-10 12:20:27 +02:00
systemd-journal-remote.service.xml man: mention that --key= is about *secret* keys 2020-12-01 14:17:47 +01:00
systemd-journal-upload.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-journald.service.xml man: remove some trailing whitespace 2021-05-10 23:10:44 +02:00
systemd-localed.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-logind.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-machine-id-commit.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-machine-id-setup.xml machine-id-setup: support --image= mode 2021-03-31 10:35:31 +02:00
systemd-machined.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-makefs@.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-modules-load.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-mount.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-network-generator.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-networkd-wait-online.service.xml wait-online: wait for address family 2021-04-14 09:00:08 +09:00
systemd-networkd.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-notify.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-nspawn.xml man: document new nspawn --bind-user= feature 2021-05-19 17:46:59 +02:00
systemd-oomd.service.xml man: add note about operation without swap in systemd-oomd 2021-06-10 07:24:18 +02:00
systemd-path.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-portabled.service.xml portabled: add DBUS documentation 2021-02-15 21:34:00 +00:00
systemd-pstore.service.xml man: various typos and other small issues 2021-01-29 08:42:39 +01:00
systemd-quotacheck.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-random-seed.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-rc-local-generator.xml man: mention network-online.target in discussion of rc.local 2021-03-12 11:22:58 +01:00
systemd-remount-fs.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-repart.xml repart: add --image= switch 2021-04-19 23:16:02 +02:00
systemd-resolved.service.xml Update systemd-resolved.service.8 help 2021-06-18 13:43:13 +09:00
systemd-rfkill.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-run-generator.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-run.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-sleep.conf.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-socket-activate.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-socket-proxyd.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-suspend.service.xml systemd-sleep: Set SYSTEMD_SLEEP_ACTION for systemd-sleep hooks. 2021-01-09 18:11:01 +09:00
systemd-sysctl.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-sysext.xml man: share a common explanation for --json= 2021-01-21 18:21:41 +01:00
systemd-system-update-generator.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-system.conf.xml core: rework unit printing and implement 'combined' format 2021-06-30 13:23:55 +02:00
systemd-sysusers.xml sysusers: read passwords from the credentials logic 2021-03-26 12:20:52 +01:00
systemd-sysv-generator.xml man: move two sysv-specific variables to docs 2021-03-01 20:57:36 +01:00
systemd-time-wait-sync.service.xml man: extend time-{set,sync}.target + systemd-timesyncd/wait-sync docs 2020-12-28 10:52:33 +01:00
systemd-timedated.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-timesyncd.service.xml man: apply @Minoru's suggestions from code review 2020-12-28 10:53:20 +01:00
systemd-tmpfiles.xml tmpfiles: make handling of existing-but-different targets more consistent 2021-04-08 20:16:37 +02:00
systemd-tty-ask-password-agent.xml tty-ask-password-agent: mention optional argument in help 2021-05-31 19:22:51 +02:00
systemd-udev-settle.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-udevd.service.xml man: fix discriptions for --exec-delay 2021-04-12 13:03:26 +02:00
systemd-update-done.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-update-utmp.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-user-sessions.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-userdbd.service.xml man: document new userdbd features 2021-05-10 14:59:05 +02:00
systemd-vconsole-setup.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-veritysetup-generator.xml man: fix links to various pages 2021-02-19 09:28:13 +01:00
systemd-veritysetup@.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-volatile-root.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd-xdg-autostart-generator.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd.automount.xml man: document that automount units are privileged 2020-12-09 18:25:32 +01:00
systemd.device.xml man: say that .device units need udev 2021-03-22 21:48:45 +01:00
systemd.dnssd.xml shared: add new IMAGE_VERSION=/IMAGE_ID= field to /etc/os-release 2021-03-31 10:46:22 +02:00
systemd.environment-generator.xml man: use readable names for entities 2021-05-19 10:25:26 +09:00
systemd.exec.xml core: do not set nosuid mount option when SELinux is enabled 2021-06-25 15:37:35 +09:00
systemd.generator.xml man: use readable names for entities 2021-05-19 10:25:26 +09:00
systemd.journal-fields.xml man: set constant tag to NUL or NULL 2020-11-12 17:10:36 +09:00
systemd.kill.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd.link.xml udev: make WakeOnLan= take multiple features 2021-06-08 18:24:11 +02:00
systemd.mount.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd.net-naming-scheme.xml man: document about NAMING_REPLACE_STRICTLY network interface naming policy 2021-06-25 14:51:24 +01:00
systemd.netdev.xml man: mention that drop-in files are merged in alphanumeric order 2021-05-20 21:20:51 +02:00
systemd.network.xml network: default RequiredForOnline=false if ActivactionPolicy= not set to up 2021-06-24 08:32:21 -04:00
systemd.nspawn.xml man: document new nspawn --bind-user= feature 2021-05-19 17:46:59 +02:00
systemd.offline-updates.xml man: fix path reference to unit file 2020-12-31 11:43:44 +00:00
systemd.path.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd.preset.xml man: fix typo 2021-02-04 19:17:50 +01:00
systemd.resource-control.xml man: explicit say for priority/weight values whether more is more or less 2021-05-26 12:42:13 +01:00
systemd.scope.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd.service.xml Introduce ExitType 2021-03-31 10:26:07 +02:00
systemd.slice.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd.socket.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd.special.xml doc: fix typo 2021-04-21 09:57:30 +02:00
systemd.swap.xml man: document that automount units are privileged 2020-12-09 18:25:32 +01:00
systemd.syntax.xml man: document \u and \U, say that utf-8 is allowed 2021-03-01 20:57:36 +01:00
systemd.target.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd.time.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
systemd.timer.xml man: document that .timer units now have After= on both time-set.target + time-sync.target 2020-12-17 20:26:24 +01:00
systemd.unit.xml core: rework unit printing and implement 'combined' format 2021-06-30 13:23:55 +02:00
systemd.xml core: add combined status unit format 2021-06-28 20:11:52 +02:00
sysusers.d.xml shared: add new IMAGE_VERSION=/IMAGE_ID= field to /etc/os-release 2021-03-31 10:46:22 +02:00
tc.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
telinit.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
threads-aware.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
timedatectl.xml man: rename less-variables→common-variables 2021-03-01 13:40:52 +01:00
timesyncd.conf.xml man: describe the syntax for {Job,}{Running,}TimeoutSec= 2021-03-01 13:40:52 +01:00
tmpfiles.d.xml tmpfiles: extend "Age" to accept an "age-by" argument 2021-06-08 18:24:58 +02:00
tpm2-crypttab.sh man: document new features 2020-12-17 20:02:32 +01:00
udev_device_get_syspath.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
udev_device_has_tag.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
udev_device_new_from_syspath.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
udev_enumerate_add_match_subsystem.xml man: append parentheses for function name 2020-11-12 17:10:32 +09:00
udev_enumerate_new.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
udev_enumerate_scan_devices.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
udev_list_entry.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
udev_monitor_filter_update.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
udev_monitor_new_from_netlink.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
udev_monitor_receive_device.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
udev_new.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
udev.conf.xml man: fix discriptions for --exec-delay 2021-04-12 13:03:26 +02:00
udev.xml man: update description of "string_escape=" udev option 2021-06-23 17:11:23 +09:00
udevadm.xml udevadm: fix --tag-match help + description 2021-06-08 01:47:01 +09:00
user-system-options.xml tree-wide: fix typo 2020-12-16 17:21:48 +01:00
user@.service.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
userdbctl.xml man: document new userdbctl features 2021-05-10 18:02:50 +02:00
vconsole.conf.xml license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
veritytab.xml veritysetup-generator: add support for veritytab 2021-01-15 11:06:11 -05:00
vtable-example.c sd-bus: Add a nicer way of specifying sd-bus vtable method arguments 2020-05-06 10:22:54 +02:00
vtable-example.xml man: document sd_bus_add_{object,fallback}_vtable 2019-04-23 22:58:51 +02:00
yubikey-crypttab.sh man: document new features 2020-12-17 20:02:32 +01:00