Piotr Drąg
3da49ad55a
catalog: update Polish translation
2020-07-05 12:59:41 +02:00
Frantisek Sumsal
bf795c47bc
test: use KILL instead of SIGKILL in TEST-52-HONORFIRSTSHUTDOWN
...
SIG-prefixed signals for `kill` are not POSIX compliant, so on Ubuntu CI
(which defaults to dash instead of bash) the TEST-52 contains following
error:
[ 9693.549638] sh[51]: + systemctl poweroff --no-block
[ 9693.553130] systemd-logind[26]: System is powering down.
[ 9693.608911] sh[54]: /bin/sh: 1: kill: Illegal option -S
This can be reproduced manually as well, either by running dash, or bash
in POSIX mode:
$ dash -c 'kill -SIGKILL 123'
dash: 1: kill: Illegal option -S
$ bash --posix -c 'kill -SIGKILL 123'
bash: line 0: kill: SIGKILL: invalid signal specification
2020-07-05 11:00:57 +01:00
Dan Callaghan
2fadbb4535
core: set private section name for automount units
...
Because this was left unset, the unit_write_setting() function was
refusing to write out the automount-specific TimeoutIdleSec= and
DirectoryMode= settings when creating transient automount units.
Set it to the proper value in line with other unit types.
2020-07-04 18:48:36 +02:00
MaxVerevkin
c2056dd6f9
hwdb: Pavilion 13 x360: Tablet mode and SYSRQ key
2020-07-04 16:36:20 +02:00
Zbigniew Jędrzejewski-Szmek
071be2fa9f
Merge pull request #15442 from poettering/fido2
...
add fido2 authentication support to homed
2020-07-03 17:27:15 +02:00
gzjsgdsb
33d943d168
initialize arg_clock_usec
2020-07-03 14:52:20 +02:00
Zbigniew Jędrzejewski-Szmek
9e99bfbd5a
Merge pull request #16348 from yuwata/news-sriov
...
NEWS: two updates about networkd
2020-07-03 12:13:14 +02:00
Yu Watanabe
71af436c63
NEWS: mention .network [SR-IOV] section
2020-07-03 17:58:41 +09:00
Yu Watanabe
554a97ba23
NEWS: WithoutRA= is not a boolean option anymore
2020-07-03 15:25:28 +09:00
Zbigniew Jędrzejewski-Szmek
a68da22257
NEWS: tweak WithoutRA= description a bit more
...
Follow-up for cbdf02952e .
2020-07-02 18:12:03 +02:00
Yu Watanabe
c03ef420fa
network: tc: rename several settings which take size in bytes
2020-07-02 16:51:11 +02:00
hadess
25b67032a8
Merge pull request #16343 from jirislaby/master
...
hwdb: Add accel orientation quirk for UMAX VisionBook 10Wi Pro
2020-07-02 15:19:33 +02:00
Zbigniew Jędrzejewski-Szmek
cc832f9772
Merge pull request #16338 from keszybz/spelling2
...
Tree-wide spelling fixes
2020-07-02 15:10:27 +02:00
Zbigniew Jędrzejewski-Szmek
63b7e7b4ba
Merge pull request #16336 from yuwata/ifindex-cleanups
...
tiny cleanups related to ifindex
2020-07-02 15:08:41 +02:00
Yu Watanabe
cbdf02952e
NEWS: update document about WithoutRA=
...
Follow-up for 838d39af93 .
2020-07-02 20:25:48 +09:00
Yu Watanabe
1447dc625a
Merge pull request #16219 from ssahani/network-sr-iov
...
network: Introduce SR-IOV
2020-07-02 20:24:13 +09:00
Jiri Slaby
74986a0f88
hwdb: Add accel orientation quirk for UMAX VisionBook 10Wi Pro
2020-07-02 13:06:04 +02:00
Zbigniew Jędrzejewski-Szmek
52e085af82
tree-wide: "unparseable" → "unparsable"
...
"unparsable" is the more common spelling. We already pick "movable" over
"moveable". Let's do the same with this pair.
2020-07-02 09:58:23 +02:00
Yu Watanabe
13adf35343
resolve: use appropriate type
2020-07-02 16:58:06 +09:00
Yu Watanabe
5e958e1d6c
util: use setsockopt_int() at one more place
2020-07-02 16:58:06 +09:00
Yu Watanabe
1a6c913676
libsystemd-network: rename index -> ifindex
2020-07-02 16:58:06 +09:00
Yu Watanabe
7fa69c0a6f
dhcp6, radv: only accept valid ifindex
2020-07-02 16:58:06 +09:00
Zbigniew Jędrzejewski-Szmek
15e6a6e87b
tree-wide: spell "lifecycle" without hyphen everywhere
...
We had 2 more instances of unhyphentated spelling.
2020-07-02 09:55:44 +02:00
Zbigniew Jędrzejewski-Szmek
37b22b3b47
tree: wide "the the" and other trivial grammar fixes
2020-07-02 09:51:38 +02:00
Susant Sahani
838d39af93
network: Allow DHCPv6 client to start solicit mode
...
Now DHCPv6 client start only DHCPv6 INFORMATION-REQUEST mode.
Let's enable Solicit mode too.
2020-07-02 16:18:48 +09:00