summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* man: clarify that sd_journal_seek_head() seeks *before* the first entryLennart Poettering2019-03-131-36/+28
|
* networkd: Add bridge port capabilitiesTobias Jungel2019-03-131-0/+25
| | | | | This PR adds the configuration switches for multicast flooding, neighbor suppression and learning of a bridge port.
* Merge pull request #11861 from yuwata/network-verify-2Lennart Poettering2019-03-131-1/+13
|\ | | | | network: config parser updates and wireguard refactoring
| * wireguard: add PrivateKeyFile= optionYu Watanabe2019-03-131-1/+13
| | | | | | | | Closes #11878.
* | Merge pull request #11893 from yuwata/wait-online-take-operstateLennart Poettering2019-03-133-15/+58
|\ \ | | | | | | wait-online: optionally take required minimum operational state
| * | man: update wait-online and RequiredForOnline= settingYu Watanabe2019-03-132-12/+50
| | |
| * | network: introduce 'degraded-carrier' operstate to order all statesYu Watanabe2019-03-131-3/+8
| |/ | | | | | | | | | | | | | | | | | | | | Previously, 'degraded' state is ambiguous for bonding or bridge master: 1. one or more slave interfaces does not have carrier, 2. no link local address is assigned to the master, 3. combination of the above two. This makes the above case 1 and 3 are in the new 'degraded-carrier' state, and makes 'degraded' state as all slaves are active but no link local address on master.
* | cryptsetup: add same-cpu-crypt and submit-from-crypt-cpus optionsYu Watanabe2019-03-131-0/+20
|/ | | | Closes #11946.
* meson: scope more git invocations with current_source_dir()Davide Cavalca2019-03-121-1/+1
|
* Merge pull request #11927 from poettering/network-namespace-pathZbigniew Jędrzejewski-Szmek2019-03-122-17/+34
|\ | | | | Add NetworkNamespacePath= to unit files
| * man: document NetworkNamespacePath=Lennart Poettering2019-03-072-17/+34
| |
* | network: introduce TripleSampling= option in CAN sectionClemens Gruber2019-03-111-0/+7
| | | | | | | | | | | | | | | | When enabled, three samples are used to determine the value of a received bit by majority rule. This patch adds support for the TripleSampling= option in the [CAN] section of .network files.
* | fix a typo in the man page for dhcpserverRobin Elvedi2019-03-091-1/+1
| |
* | man: document that ProtectHostname= disables hostname change notificationsLennart Poettering2019-03-081-3/+7
|/
* man: mention possible actions supported by "udevadm trigger"Yu Watanabe2019-03-071-2/+4
|
* systemctl: add support for booting into boot menu/entryLennart Poettering2019-03-051-5/+24
| | | | | | | | (This also removes support for booting into the EFI firmware setup without logind. That's because otherwise the non-EFI fallback logind implements can't work.) Fixes: #9896
* Merge pull request #11770 from yuwata/fix-9955Lennart Poettering2019-03-041-16/+12
|\ | | | | network: rework address pool
| * man: mention Address= can be specified once in [Address] sectionYu Watanabe2019-03-011-4/+4
| |
| * man: mention limit about prefix length when null address is specified to ↵Yu Watanabe2019-03-011-12/+8
| | | | | | | | Address=
* | man: flush-caches and reset-server-features are commands for resolvectl (#11877)Yu, Li-Yu2019-03-031-2/+2
| |
* | man: document that --ephemeral and --template= don't cover submountsLennart Poettering2019-03-011-15/+19
| | | | | | | | We never made this clear, let's fix that.
* | Merge pull request #11243 from poettering/nspawn-root-overlayZbigniew Jędrzejewski-Szmek2019-03-013-55/+91
|\ \ | | | | | | add systemd-nspawn --volatile=overlay support, as well as the same for host systems
| * | man: document new systemd.volatile=overlay kernel command line optionLennart Poettering2019-03-012-11/+20
| | |
| * | man: document nspawn's new --volatile=overlay switchLennart Poettering2019-03-011-44/+71
| |/
* | man: document XBOOTLDR partition logic in bootctl's man pageLennart Poettering2019-03-011-15/+34
| |
* | man: document XBOOTLDR search logic for sd-bootLennart Poettering2019-03-011-28/+34
| |
* | man: extend systemd-gpt-auto-generator with XBOOTLDR infoLennart Poettering2019-03-011-36/+54
|/
* Merge pull request #11857 from rossburton/acrnLennart Poettering2019-02-282-1/+7
|\ | | | | virt: detect the ACRN hypervisor
| * man: add ACRN hypervisorRoss Burton2019-02-282-1/+7
| |
* | Merge pull request #11853 from keszybz/man-rules-updateLennart Poettering2019-02-282-5/+4
|\ \ | |/ |/| man/rules update
| * man: create .so links for sd_bus_close_{unref,unrefp}Zbigniew Jędrzejewski-Szmek2019-02-281-1/+3
| | | | | | | | Follow-up for bd62b7448623fbe36665e089977731efb55524c0.
| * meson: remove workaround for old meson bug with command quotingZbigniew Jędrzejewski-Szmek2019-02-281-4/+1
| | | | | | | | | | Those bugs were fixed a long time ago. Let's take advantage of this and use the usual $() syntax.
* | man/shutdown: Fix grammarTheo Ouzhinski2019-02-281-1/+1
| |
* | network: rename GatewayOnlink= to GatewayOnLink=Yu Watanabe2019-02-281-1/+1
|/ | | | But still GatewayOnlink= is supported for backward compatibility.
* journalctl: New option --cursor-fileJörg Sommer2019-02-271-0/+11
| | | | | | | | | | | | | | | | The option cursor-file takes a filename as argument. If the file exists and contains a valid cursor, this is used to start the output after this position. At the end, the last cursor gets written to the file. This allows for an easy implementation of a timer that regularly looks in the journal for some messages. journalctl --cursor-file err-cursor -b -p err journalctl --cursor-file audit-cursor -t audit --grep DENIED Or you might want to walk the journal in steps of 10 messages: journalctl --cursor-file ./curs -n10 --since=today -t systemd
* man: clarify whitespace handling in systemd.syntaxDavide Cavalca2019-02-271-1/+1
|
* man: update explanation about operational state of network interfacesYu Watanabe2019-02-251-4/+5
|
* man: mention that LinkLocalAddressing= is disabled by default when Bridge= ↵Yu Watanabe2019-02-251-4/+4
| | | | is set
* Fix manpage typo: abrubtlyChris2019-02-221-1/+1
| | | Fix a minor typo: abrubtly -> abruptly.
* analyze: optionally, show more than one elapse time for calendar expressionsLennart Poettering2019-02-221-5/+15
|
* Merge pull request #11725 from poettering/temp-dirZbigniew Jędrzejewski-Szmek2019-02-201-35/+31
|\ | | | | docs: document semantics of /tmp and /var/tmp
| * man,units: link up new documentation about temporary directoriesLennart Poettering2019-02-201-35/+31
| |
* | Merge pull request #11482 from poettering/tmpfiles-bsd-lockZbigniew Jędrzejewski-Szmek2019-02-201-0/+8
|\ \ | |/ |/| adds a fully safe way how apps can pin files into /tmp temporarily, excepting them from the tmpfiles aging algorithm, based on BSD file locks on dirs we descend into
| * man: document the new BSD file lock logic in tmpfilesLennart Poettering2019-02-151-0/+8
| |
* | core: add ':' prefix to ExecXYZ= skip env var substitutionAnita Zhang2019-02-201-1/+6
| |
* | Merge pull request #11556 from yuwata/udev-ctrl-use-sd-eventLennart Poettering2019-02-201-2/+4
|\ \ | | | | | | udev: make `udevadm control` send multiple control commands in a single connection
| * | man: udevadm: mention that no control command can be specified after --exitYu Watanabe2019-02-201-2/+4
| | |
* | | Merge pull request #11682 from topimiettinen/private-utsnameLennart Poettering2019-02-201-0/+11
|\ \ \ | |/ / |/| | core: ProtectHostname feature
| * | core: ProtectHostname= featureTopi Miettinen2019-02-201-0/+11
| | | | | | | | | | | | | | | | | | Let services use a private UTS namespace. In addition, a seccomp filter is installed on set{host,domain}name and a ro bind mounts on /proc/sys/kernel/{host,domain}name.
* | | man: drop unnecessary parenthesisYu Watanabe2019-02-191-1/+1
| | |