summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* typo: stringy -> stringMark Deneen2020-02-261-1/+1
|
* man/systemd.unit: Add missing article to `Wants=` descriptionPaul Menzel2020-02-251-1/+1
|
* man: tmpfiles.d: z/Z ignore the argumentTopi Miettinen2020-02-181-2/+2
| | | | | The argument is not used for any MAC context by z and Z, so drop the confusing text from the table.
* fixed typo in systemd.netdev Documentation for L2TPtsia2020-02-171-1/+1
|
* Merge pull request #14833 from kpfleming/multiple-ipv6token-addressesYu Watanabe2020-02-121-12/+29
|\ | | | | Support multiple IPv6Token 'static' addreses on an interface
| * network: Allow multiple IPv6Token 'static' items to generate addressesKevin P. Fleming2020-02-101-3/+0
| | | | | | | | | | This patch allows multiple addresses using 'static' IPv6Tokens to be generated for a single network interface.
| * network: Rewrite IPv6Token documentation for new modesKevin P. Fleming2020-02-101-12/+32
| | | | | | | | | | | | | | This patch provides new documentation for IPv6Token, reflecting the new modes (and the existing mode), and documents various caveats users should be aware of when using these modes.
* | network: add support for qdisc handleSusant Sahani2020-02-101-0/+65
|/
* portablectl: add --now and --enable to attach/detachLuca Boccassi2020-02-071-1/+20
| | | | | | | | | Add shortcuts to enable and start, or disable and stop, portable services with a single portablectl command. Allow to pass a filter on detach, as it's necessary to call GetImageMetadata to get the unit names associated with an image. Fixes #10232
* Merge pull request #14805 from yuwata/network-ipv6-token-follow-upZbigniew Jędrzejewski-Szmek2020-02-071-1/+1
|\ | | | | network: rename eui64 to static
| * network: rename eui64 to staticYu Watanabe2020-02-071-1/+1
| | | | | | | | | | | | See RFC 4291. Follow-up for 5f506a55606fed9fd74b851a18f15a9835a26d08.
* | network: tc: support teqlYu Watanabe2020-02-071-0/+25
| | | | | | | | Closes #14792.
* | network: introduce new [QDisc] section to support Parent=ingressYu Watanabe2020-02-071-0/+15
|/ | | | Follow-up for 18de0969c5763ce119692b59f8622c379e79c6cc.
* man: fix typo in systemd.unit man pageWill Fleming2020-02-061-1/+1
| | | This commit fixes a minor typo: "setttings" -> "settings".
* Merge pull request #14415 from ssahani/prefixstable-rfc-7217-newZbigniew Jędrzejewski-Szmek2020-02-051-5/+13
|\ | | | | network: Allow to specify multiple IPv6Token for SLAAC
| * network: Allow to specify multiple IPv6Token for SLAACSusant Sahani2020-02-051-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide names to choose between different auto-generation types: 2.1 "eui64" for EUI-64 of RFC 4291 2.2 "prefixstable" for RFC 7217 ``` [Match] Name=veth99 [Network] DHCP=no IPv6AcceptRA=yes IPv6Token=prefixstable:2001:888:0db8:1:: ```
* | Merge branch 'polkit-ref-count'Zbigniew Jędrzejewski-Szmek2020-02-052-0/+89
|\ \
| * | Fix typo in function nameZbigniew Jędrzejewski-Szmek2020-02-041-1/+1
| | |
| * | man: document the new sd_bus_enqueue_for_read() API callLennart Poettering2020-02-042-0/+89
| | |
* | | Merge pull request #14536 from DaanDeMeyer/wait-online-max-operstateZbigniew Jędrzejewski-Szmek2020-02-053-12/+19
|\ \ \ | | | | | | | | wait-online: add maximum operational state option
| * | | wait-online: Support waiting for interfaces to disappearDaan De Meyer2020-01-181-0/+6
| | | |
| * | | wait-online: Add maximum operational state optionDaan De Meyer2020-01-182-12/+13
| | | |
* | | | Merge pull request #14779 from keszybz/news-v245Zbigniew Jędrzejewski-Szmek2020-02-052-17/+28
|\ \ \ \ | |_|_|/ |/| | |
| * | | man: add "quick-help" to sysusers.d synopsisZbigniew Jędrzejewski-Szmek2020-02-041-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have that in tmpfiles.d and it is makes looking up the syntax very easy. While at it, add an example for "r" and use the underscrore as prefix as described in the text.
| * | | man: tweak description of blockdev@.targetZbigniew Jędrzejewski-Szmek2020-02-041-13/+12
| | |/ | |/| | | | | | | | | | | | | In particular, let's just say "is" and "must" instead of "may be" and "should". The weaker forms are obviously correct, but the text is easier to understand if non-conditional forms are used.
* | | network: change "Gateway=dhcp" to "Gateway=_dhcp" (#14774)Zbigniew Jędrzejewski-Szmek2020-02-051-2/+2
| | | | | | | | | This way we avoid confusion with a DNS name. Fixes #14773.
* | | Merge pull request #14767 from yuwata/network-split-qdisc-sectionYu Watanabe2020-02-051-41/+121
|\ \ \ | | | | | | | | network: split TrafficControlQueueingDiscipline section into small pieces
| * | | network: FairQueueTrafficPolicing→FairQueueingZbigniew Jędrzejewski-Szmek2020-02-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This never made into a release, so we can change the name with impunity. Suggested by Davide Pesavento. I opted to add the "ing" ending. "Fair queuing" is the name of the general concept and algorithm, and "Fair queue" is mostly used for the implementation name.
| * | | network: TokenBufferFilter→TokenBucketFilterZbigniew Jędrzejewski-Szmek2020-02-041-4/+4
| | | | | | | | | | | | | | | | | | | | This never made into a release, so we can change the name with impunity. Noticed by Davide Pesavento.
| * | | network: split TrafficControlQueueingDiscipline section into small piecesYu Watanabe2020-02-041-40/+120
| | | | | | | | | | | | | | | | Closes #14763.
* | | | Merge pull request #14717 from yuwata/network-radv-dns-link-localZbigniew Jędrzejewski-Szmek2020-02-041-9/+8
|\ \ \ \ | |_|/ / |/| | | network: make DNS= in [IPv6PrefixDelegation] section take special value '_link_local'
| * | | network,radv: make DNS= in [IPv6PrefixDelegation] section take special value ↵Yu Watanabe2020-02-041-9/+8
| |/ / | | | | | | | | | | | | | | | 'linklocal' Closes #13639.
* | | Merge pull request #14398 from poettering/mount-prepZbigniew Jędrzejewski-Szmek2020-02-041-0/+18
|\ \ \ | |/ / |/| |
| * | man: document blockdev@.targetLennart Poettering2020-01-211-0/+18
| | |
* | | Merge pull request #14589 from keszybz/sysctl-downgrade-messagesZbigniew Jędrzejewski-Szmek2020-02-041-26/+54
|\ \ \ | | | | | | | | sysctl: add glob patterns to set network settings more flexibly
| * | | sysctl: add glob syntax to sysctl.d filesZbigniew Jędrzejewski-Szmek2020-02-041-19/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is intended for net.*.conf.*.foo files. Setting just "default" is not very useful because any interfaces present before systemd-sysctl is invoked are not affected. Setting "all" is too harsh, because the kernel takes the stronger of the device-specific setting and the "all" value, so effectively having a weaker setting for specific interfaces is not possible. Let's add a way in which can set "default" first and then all the others without "all".
| * | | man: add syntax quickhelp to sysctl.d(5)Zbigniew Jędrzejewski-Szmek2020-01-301-0/+7
| | | |
| * | | man: document logging downgrade in systemctlZbigniew Jędrzejewski-Szmek2020-01-301-5/+6
| | | | | | | | | | | | | | | | Fixup for 32458cc968.
* | | | udev: add {Receive,Transmit}ChecksumOffload= settingsYu Watanabe2020-02-031-1/+15
| | | | | | | | | | | | | | | | Closes #14661.
* | | | network: add SuppressPrefixLength option to RoutingPolicyRule (#14736)Naïm Favier2020-02-031-1/+9
| | | | | | | | | | | | Closes #14724.
* | | | Merge pull request #14645 from keszybz/sd-bus-message-dumpLennart Poettering2020-02-023-0/+109
|\ \ \ \ | | | | | | | | | | sd_bus_message_dump
| * | | | man: document man/sd_bus_message_dump.xmlZbigniew Jędrzejewski-Szmek2020-01-303-0/+109
| | | | |
* | | | | sysusers: support creating users with a specific primary groupDavid Michael2020-02-021-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This extends the "uid:gid" syntax for "u" lines so that a group name can be given instead of a GID. This requires that the group is either queued for creation by sysusers, or it is already defined on the system. Closes #14340
* | | | | network: support UID based routing policyYu Watanabe2020-02-021-0/+7
| | | | | | | | | | | | | | | | | | | | Closes #14666.
* | | | | meson, man: do not install pam_systemd_home(8) when pam or homed is disabledYu Watanabe2020-02-012-2/+2
| | | | | | | | | | | | | | | | | | | | Fixes #14725.
* | | | | man: document --namespace= switch of journalctlLennart Poettering2020-01-311-0/+12
| | | | |
* | | | | man: document the new sd_journal_open_namespace() APILennart Poettering2020-01-312-1/+25
| | | | |
* | | | | man: document LogNamespace= unit settingLennart Poettering2020-01-311-0/+34
| | | | |
* | | | | man: document new _NAMESPACE= journal fieldLennart Poettering2020-01-311-0/+9
| | | | |
* | | | | man: document journald@NAMESPACE.confLennart Poettering2020-01-312-27/+25
| | | | |