Yu Watanabe
f2f1b52c6f
Merge pull request #14767 from yuwata/network-split-qdisc-section
...
network: split TrafficControlQueueingDiscipline section into small pieces
2020-02-05 13:35:25 +09:00
Zbigniew Jędrzejewski-Szmek
2979f04b99
Merge pull request #14717 from yuwata/network-radv-dns-link-local
...
network: make DNS= in [IPv6PrefixDelegation] section take special value '_link_local'
2020-02-04 17:47:17 +01:00
Zbigniew Jędrzejewski-Szmek
ca58d00c68
network: FairQueueTrafficPolicing→FairQueueing
...
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.
2020-02-04 17:37:16 +01:00
Zbigniew Jędrzejewski-Szmek
60ed2dcfc7
network: TokenBufferFilter→TokenBucketFilter
...
This never made into a release, so we can change the name with impunity.
Noticed by Davide Pesavento.
2020-02-04 17:28:15 +01:00
Zbigniew Jędrzejewski-Szmek
dc9fd22d3d
Merge pull request #14398 from poettering/mount-prep
2020-02-04 16:28:51 +01:00
Yu Watanabe
18de0969c5
network: split TrafficControlQueueingDiscipline section into small pieces
...
Closes #14763 .
2020-02-04 21:45:39 +09:00
Yu Watanabe
fd3ef936ed
network,radv: make DNS= in [IPv6PrefixDelegation] section take special value 'linklocal'
...
Closes #13639 .
2020-02-04 13:56:30 +09:00
Zbigniew Jędrzejewski-Szmek
2f1fc899ce
Merge pull request #14589 from keszybz/sysctl-downgrade-messages
...
sysctl: add glob patterns to set network settings more flexibly
2020-02-04 00:04:28 +01:00
Zbigniew Jędrzejewski-Szmek
e0f424790d
sysctl: add glob syntax to sysctl.d files
...
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".
2020-02-04 00:01:50 +01:00
Yu Watanabe
bf2334c054
udev: add {Receive,Transmit}ChecksumOffload= settings
...
Closes #14661 .
2020-02-03 12:31:31 +09:00
Naïm Favier
53e1ba280f
network: add SuppressPrefixLength option to RoutingPolicyRule ( #14736 )
...
Closes #14724 .
2020-02-03 08:25:48 +09:00
Lennart Poettering
d58f31793a
Merge pull request #14645 from keszybz/sd-bus-message-dump
...
sd_bus_message_dump
2020-02-02 17:27:50 +01:00
David Michael
649916d356
sysusers: support creating users with a specific primary group
...
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
2020-02-02 16:53:22 +01:00
Yu Watanabe
ea471a4695
network: support UID based routing policy
...
Closes #14666 .
2020-02-02 22:43:38 +09:00
Yu Watanabe
af06ddf51a
meson, man: do not install pam_systemd_home(8) when pam or homed is disabled
...
Fixes #14725 .
2020-02-01 12:13:45 +01:00
Lennart Poettering
2b6b8bd3f7
man: document --namespace= switch of journalctl
2020-01-31 15:10:40 +01:00
Lennart Poettering
241c8f67f6
man: document the new sd_journal_open_namespace() API
2020-01-31 15:10:40 +01:00
Lennart Poettering
5b0a76d107
man: document LogNamespace= unit setting
2020-01-31 15:10:40 +01:00
Lennart Poettering
7d8155b3df
man: document new _NAMESPACE= journal field
2020-01-31 15:10:40 +01:00
Lennart Poettering
6bc4361997
man: document journald@NAMESPACE.conf
2020-01-31 15:10:40 +01:00
Lennart Poettering
efcbcd0d04
man: document journald namespaces
2020-01-31 15:10:40 +01:00
Yu Watanabe
2d37ea5ca9
man: do not install man pages for systemd-repart if it is disabled
...
Closes #14716 .
2020-01-31 18:06:09 +09:00
Zbigniew Jędrzejewski-Szmek
f770b7e084
man: document man/sd_bus_message_dump.xml
2020-01-30 14:33:05 +01:00
Zbigniew Jędrzejewski-Szmek
2a4be3c52b
Various typo fixes and grammar corrections
2020-01-30 13:48:01 +01:00
Zbigniew Jędrzejewski-Szmek
02d89f9a62
man: add syntax quickhelp to sysctl.d(5)
2020-01-30 10:48:50 +01:00
Zbigniew Jędrzejewski-Szmek
fa2111bd3e
man: document logging downgrade in systemctl
...
Fixup for 32458cc968.
2020-01-30 10:48:35 +01:00
Lennart Poettering
28e208a7d8
man: document pam_systemd_home
2020-01-28 22:37:49 +01:00
Lennart Poettering
38e7b808eb
man: add systemd-homed man page
2020-01-28 22:37:25 +01:00
Lennart Poettering
ea7a19e95d
man: add homectl(1) man page
2020-01-28 22:37:00 +01:00
Lennart Poettering
7d20404816
Merge pull request #14685 from poettering/sd-bus-bool-as-int
...
sd-bus documentation: highlight bool vs. int situation
2020-01-28 17:57:30 +01:00
Lennart Poettering
b940fb1f4f
Merge pull request #14594 from keszybz/id128-show-gpt
...
Print gpt table values in systemd-id128
2020-01-28 17:23:50 +01:00
Lennart Poettering
e0db55a643
man: document that sd_bus_message_read_array() only supports trivial types
...
Fixes : #14641
2020-01-28 16:52:15 +01:00
Lennart Poettering
10c238b2cc
man: clarify that we decode D-Bus bools as "int", not as C99 "bool"
...
Fixes : #14643
2020-01-28 16:38:53 +01:00
Lennart Poettering
e5667705fa
man: describe types slightly more accurately
2020-01-28 16:38:38 +01:00
Lennart Poettering
979bdc47c9
man: enclose C type names in <type></type>
2020-01-28 16:37:57 +01:00
Lennart Poettering
766840af42
Merge pull request #14673 from keur/protect_clock
...
Protect clock
2020-01-28 15:11:41 +01:00
Kevin Kuehler
022d334561
man: doc: Document ProtectClock=
2020-01-27 11:21:36 -08:00
Florian Klink
0de6103dff
man: tmpfiles.d: list missing q
...
Also, Q creates directories (same as v), so update the example
accordingly.
2020-01-26 13:32:00 +09:00
Tobias Klauser
da2076a159
man: remove duplicate in list of variables ignored by Anonymize
...
SendHostname= appears twice in the list of variables ignored by
Anonymize=.
2020-01-25 11:54:53 +09:00
Zbigniew Jędrzejewski-Szmek
dc972b0740
systemd-id128: add new verb to print GPT partitions UUIDs
2020-01-23 23:32:13 +01:00
Zbigniew Jędrzejewski-Szmek
5e176a4dee
Merge pull request #14368 from poettering/repart
2020-01-23 19:07:02 +01:00
Lennart Poettering
68bda079fd
man: document blockdev@.target
2020-01-21 20:23:47 +01:00
Lennart Poettering
fbbe240b21
Merge pull request #14605 from aerusso/pulls/x-systemd-wantedby-requiredby
...
Implemented x-systemd.{required,wanted}-by= options
2020-01-21 19:21:49 +01:00
Andreas Rammhold
a15e1a5df0
man: fix typo in systemd.netdev Xfrm example
...
The first section header in that example should probably be `[NetDev]` and not `[Xfrm]`.
2020-01-21 18:57:57 +01:00
Antonio Russo
be02c1cf42
Implemented x-systemd.{required,wanted}-by= options
...
Teaches systemd-fstab-generator these two unit options,
creating appropriate dependencies on the generated .mount
units. When used, they override any other automatically
generated dependencies, such as local-fs.target, and are
NOT suppressed by noauto. The new options are ignored for
/, in the same way that noauto is ignored.
Fixes : #14380
Signed-off-by: Antonio Russo <antonio.e.russo@gmail.com>
2020-01-21 06:54:34 -07:00
Antonio Russo
81248e7f3e
Documentation update for x-systemd.{before,after}
...
A minor clarification in the manual page is made.
Signed-off-by: Antonio Russo <antonio.e.russo@gmail.com>
2020-01-20 21:05:08 -07:00
Lennart Poettering
917cc8082b
man: document systemd-repart
2020-01-20 17:42:03 +01:00
Lennart Poettering
f535af6bcd
man: document that WakeSystem= affects clock choice
...
Fixes : #8308
2020-01-17 10:09:50 +01:00
Lennart Poettering
54ed193f8d
man: clarify that user rlimits cannot go beyond limits set for service mgr
...
Fixes : #10758
2020-01-17 10:09:50 +01:00
Lennart Poettering
59d83463d1
man: extend on halt documentation
...
Based on the suggestions on #13254 and #13264
Fixes : #13254
2020-01-17 10:08:23 +01:00