Zbigniew Jędrzejewski-Szmek
dfe23d4145
Merge pull request #4522 from lucaswerkmeister/unescape-template
...
escape: support --unescape with --template
2018-06-25 18:48:01 +02:00
Lennart Poettering
5e4c5bde5c
busctl: make parameter const
...
it's initialized from an argv[] entry, hence let's be make it
non-writable by default.
2018-06-25 18:26:17 +02:00
Yu Watanabe
f02582f69f
meson: check whether gnutls supports TCP fast open
...
Fixes #9403
2018-06-26 00:30:29 +09:00
Zbigniew Jędrzejewski-Szmek
7f1fc7c6d4
bls: allow firmware-supported file systems
...
This copies the text from Matthew Garrett's version verbatim. At
least MacOS uses HFS+ for their ESP.
2018-06-25 15:39:54 +02:00
Ludwin Janvier
99d4345b30
[hwdb] Add support for HP ProBook 650 wifi switch key ( #9260 )
...
Add support for HP ProBook 650 wifi switch key
2018-06-25 13:18:13 +02:00
Filipe Brandenburger
b02a7e1aea
resolved: assert t->server is set in dns_transaction_emit_tcp.
...
Uncovered by Coverity. Fixes CID 1393390.
2018-06-25 13:17:25 +02:00
Filipe Brandenburger
53a2383b8b
core/job: add check for return of job_type_merge_and_collapse()
...
Using an assertion is fine, since calls to job_merge_into_installed()
are protected by a check for job_type_is_conflicting().
Uncovered by Coverity, fixes CID 996307.
2018-06-25 13:16:38 +02:00
M0Rf30
a2680b6f27
hwdb: added accelerometer quirk for Aspire Switch 10 (sw5-011)
2018-06-25 13:13:10 +02:00
Lennart Poettering
2919425bab
Merge pull request #9398 from yuwata/lgtm-fixes
...
fixes error handlings and several cleanups suggested by LGTM
2018-06-25 13:12:44 +02:00
Michal Koutný
1e75824cb0
core/manager: Make sure jobs statistics are not double after daemon-reload
...
We add n_installed_jobs and n_failed_jobs to our inner state after
deserialization. This is fine during daemon-reexec when we start with clear
Manager (and some jobs possibly queued before deserialization), however,
daemon-reload works with the same manager and adding the values would
effectively double the counters. Reset the counters before we deserialize and
add their values again.
2018-06-25 11:18:44 +02:00
Michal Koutný
1a0d353b44
man: SystemMaxUse= clarification in journald.conf(5)
...
Similar semantics applies to {System,Runtime}MaxUse= as to
{System,Runtime}MaxFiles=, i.e. active files aren't vacuumed and the limit
is not thus strictly honored.
2018-06-25 11:18:20 +02:00
Lucas Werkmeister
d936cddcb5
escape: add --instance option
...
Suggested by @keszybz in #4522 .
2018-06-25 11:17:55 +02:00
Zbigniew Jędrzejewski-Szmek
d3a27ed402
boot: do not assume the last character in cmdline is a newline
...
Fixes #9401 .
2018-06-25 11:17:53 +02:00
Lucas Werkmeister
e563e2534c
escape: support --unescape with --template
2018-06-25 11:13:38 +02:00
Yu Watanabe
400d846138
tmpfiles: specify access mode for /run/systemd/netif
...
This partially reverts 2af7677294
.
As the directories are certainly readable and not-writable by
non-privileged users.
2018-06-25 10:32:13 +02:00
Yu Watanabe
fb14aa7ecc
network: fix log message
2018-06-25 10:31:08 +02:00
Yu Watanabe
a9061d97a7
timesync: update log message
...
Fixes #9388 .
2018-06-25 10:27:18 +02:00
Yu Watanabe
75ca1621db
timesync: changes type of drift_freq to int64_t
...
drift_freq is used for storing timex.freq, and is a 64bit integer.
To support x32 ABI, this changes the type of drift_freq to int64_t.
Fixes #9387 .
2018-06-25 10:27:18 +02:00
Sandy
e05c8b4462
hwdb: Fix secondary backslash on MSI GS65 laptop
...
The MSI GS65 Stealth Thin series laptop contains an extra physical backslash key next to the spacebar which does not yield the correct keycode.
This pull request fixes the issue
2018-06-25 09:53:43 +02:00
RussianNeuroMancer
c9dce41d1b
Add resolution of Trust Flex Graphics Tablet to hwdb
...
Product:
https://www.trust.com/en/product/21259-flex-design-tablet-black
http://trust.com/21259
Support in libinput is already in place since libinput 1.11 release (I tested it)
https://gitlab.freedesktop.org/libinput/libinput/issues/38
So only missing part is definition in hwdb.
2018-06-25 14:18:11 +09:00
Evegeny Vereshchagin
8cc9d18881
docs: put LGTM on the list of QA tools and fix a couple typos
2018-06-25 14:13:53 +09:00
Yu Watanabe
d5c3091122
install: fix error handling in is_symlink_with_known_name()
2018-06-25 14:07:16 +09:00
Yu Watanabe
99c89da02d
portable: fix error handling
2018-06-25 13:56:27 +09:00
Yu Watanabe
d61b34f1b2
import: drop unnecessary condition
2018-06-25 13:54:44 +09:00
Yu Watanabe
712fdfd609
sd-dhcp: drop unnecessary condition
2018-06-25 13:51:34 +09:00
Yu Watanabe
8838f46f93
machine-pool: drop unnecessary condition
2018-06-25 13:49:56 +09:00
Yu Watanabe
6da95857c1
resolve: drop dead code
2018-06-25 13:46:52 +09:00
Yu Watanabe
fa6a69d783
resolve: drop dead code
2018-06-25 13:42:31 +09:00
Yu Watanabe
33987ba0c2
bootctl: drop dead code
2018-06-25 13:40:36 +09:00
Yu Watanabe
29bfb683a8
journal: drop redundant condition
2018-06-25 13:36:49 +09:00
Yu Watanabe
a5042ec4d7
resolve: fix return value type of dns_answer_has_dname_for_cname()
2018-06-25 13:25:42 +09:00
Yu Watanabe
86b112a315
resolve: dns_scope_network_good() does not returns negative errno
2018-06-25 13:25:34 +09:00
Yu Watanabe
b4dec49f83
core/cgroup: drop unnecessary condition
2018-06-25 13:09:48 +09:00
Yu Watanabe
0ceff9068d
bus-util: fix error handling
2018-06-25 13:08:02 +09:00
Yu Watanabe
f18edd8a0a
tree-wide: add multiple inclusion guard
2018-06-25 13:04:59 +09:00
Yu Watanabe
9a85778412
meson: drop unused option
...
Follow-up for add384dd4d
.
2018-06-24 19:06:24 +02:00
Yu Watanabe
6302d1ea07
core: drop unused log message
...
temporary_filesystem_add() does not parse mount options.
2018-06-24 19:06:24 +02:00
YmrDtnJu
a26fec2408
core: Actually use the resolved path for TemporaryFileSystem= ( #9385 )
...
The code already resolves specifiers using unit_full_printf() but then uses the
unresolved version again for temporary_filesystem_add().
2018-06-23 08:17:07 +09:00
Zbigniew Jędrzejewski-Szmek
25612ecba4
tree-wide: drop copyright lines for more authors
...
Acks in https://github.com/systemd/systemd/issues/9320 .
2018-06-22 16:39:45 +02:00
Lennart Poettering
de7436b02b
meson: bump package and library version
2018-06-22 13:11:49 +02:00
Lennart Poettering
e8498f821b
final touches to NEWS
2018-06-22 13:11:49 +02:00
Zbigniew Jędrzejewski-Szmek
48691dca17
man: small fixups for systemd-boot(8)
...
- "UEFI firmware" is a name, no need for an article
- The specification is more than "recommendation"
2018-06-22 13:10:32 +02:00
Jan Synacek
9a6da355a0
man: correct the meaning of TimeoutStopSec= ( #9325 )
...
Fixes : #9325
2018-06-22 12:56:28 +02:00
Yu Watanabe
2af7677294
tmpfile: do not specify mode and owner to /run/systemd/netif
...
Fixes #9369 .
2018-06-22 12:00:52 +02:00
Kevin Kuehler
321ed3643a
journalctl: handle inotify exhaustion nicer
...
Instead of failing, log that inotify wds
are exhausted and fallback to -n switch.
Fixes #1296 .
2018-06-21 14:46:53 +02:00
Roland Kammerer
fee854ee8c
udev: exclude DRBD from block device ownership event locking
...
It does not make sense for udev to even open DRBD block devices
(/dev/drbdX). It is on one hand not necessary as DRBD is controlled by
something else in the stack (e.g., pacemaker), and it even can get
cumbersome in various scenarios (e.g., DRBD9 auto-promote).
Closes : #9371
Signed-off-by: Roland Kammerer <roland.kammerer@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
2018-06-21 14:46:27 +02:00
Hans de Goede
bc3c5e1619
man: systemd.offline-updates: Document system-update-pre.target usage
2018-06-21 10:45:55 +02:00
Zbigniew Jędrzejewski-Szmek
3502baf8e2
Merge pull request #9368 from yuwata/bash-completion-timedate
...
follow-ups for 'timedatectl show'
2018-06-21 06:57:45 +02:00
Yu Watanabe
704ae53659
NEWS: mention 'timedatectl show'
2018-06-21 10:51:35 +09:00
Yu Watanabe
5c46878eda
bash-completion: support 'timedatectl show'
2018-06-21 10:47:51 +09:00