summaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-25hwdb: added accelerometer quirk for Aspire Switch 10 (sw5-011)M0Rf301-0/+3
2018-06-25core/manager: Make sure jobs statistics are not double after daemon-reloadMichal Koutný1-0/+2
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-25man: SystemMaxUse= clarification in journald.conf(5)Michal Koutný1-1/+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-25boot: do not assume the last character in cmdline is a newlineZbigniew Jędrzejewski-Szmek1-6/+8
Fixes #9401.
2018-06-25tmpfiles: specify access mode for /run/systemd/netifYu Watanabe1-3/+3
This partially reverts 2af767729489f6baa98a2641b2007acab44ed353. As the directories are certainly readable and not-writable by non-privileged users.
2018-06-25network: fix log messageYu Watanabe1-1/+1
2018-06-25timesync: update log messageYu Watanabe1-1/+1
Fixes #9388.
2018-06-25timesync: changes type of drift_freq to int64_tYu Watanabe2-2/+2
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-25hwdb: Fix secondary backslash on MSI GS65 laptopSandy1-0/+4
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-25Add resolution of Trust Flex Graphics Tablet to hwdbRussianNeuroMancer1-0/+9
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-25docs: put LGTM on the list of QA tools and fix a couple typosEvegeny Vereshchagin1-2/+6
2018-06-25install: fix error handling in is_symlink_with_known_name()Yu Watanabe1-1/+1
2018-06-25portable: fix error handlingYu Watanabe1-1/+1
2018-06-25import: drop unnecessary conditionYu Watanabe1-2/+1
2018-06-25sd-dhcp: drop unnecessary conditionYu Watanabe1-3/+2
2018-06-25machine-pool: drop unnecessary conditionYu Watanabe1-2/+1
2018-06-25resolve: drop dead codeYu Watanabe1-10/+6
2018-06-25resolve: drop dead codeYu Watanabe1-7/+2
2018-06-25bootctl: drop dead codeYu Watanabe1-12/+2
2018-06-25journal: drop redundant conditionYu Watanabe1-1/+1
2018-06-25resolve: fix return value type of dns_answer_has_dname_for_cname()Yu Watanabe2-3/+2
2018-06-25resolve: dns_scope_network_good() does not returns negative errnoYu Watanabe1-4/+1
2018-06-25core/cgroup: drop unnecessary conditionYu Watanabe1-1/+1
2018-06-25bus-util: fix error handlingYu Watanabe1-1/+1
2018-06-25tree-wide: add multiple inclusion guardYu Watanabe9-0/+9
2018-06-24meson: drop unused optionYu Watanabe1-1/+0
Follow-up for add384dd4d2b96db6ace5ad9c52b1dd7553ebec2.
2018-06-24core: drop unused log messageYu Watanabe1-5/+1
temporary_filesystem_add() does not parse mount options.
2018-06-23core: Actually use the resolved path for TemporaryFileSystem= (#9385)YmrDtnJu1-1/+1
The code already resolves specifiers using unit_full_printf() but then uses the unresolved version again for temporary_filesystem_add().
2018-06-22tree-wide: drop copyright lines for more authorsZbigniew Jędrzejewski-Szmek38-93/+0
Acks in https://github.com/systemd/systemd/issues/9320.
2018-06-22meson: bump package and library versionv239Lennart Poettering1-3/+3
2018-06-22final touches to NEWSLennart Poettering1-2/+2
2018-06-22man: small fixups for systemd-boot(8)Zbigniew Jędrzejewski-Szmek1-4/+4
- "UEFI firmware" is a name, no need for an article - The specification is more than "recommendation"
2018-06-22man: correct the meaning of TimeoutStopSec= (#9325)Jan Synacek1-6/+6
Fixes: #9325
2018-06-22tmpfile: do not specify mode and owner to /run/systemd/netifYu Watanabe1-3/+3
Fixes #9369.
2018-06-21journalctl: handle inotify exhaustion nicerKevin Kuehler1-3/+5
Instead of failing, log that inotify wds are exhausted and fallback to -n switch. Fixes #1296.
2018-06-21udev: exclude DRBD from block device ownership event lockingRoland Kammerer1-3/+13
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-21man: systemd.offline-updates: Document system-update-pre.target usageHans de Goede1-0/+11
2018-06-21NEWS: mention 'timedatectl show'Yu Watanabe1-3/+4
2018-06-21bash-completion: support 'timedatectl show'Yu Watanabe1-1/+1
2018-06-21NEWS: mention %EZbigniew Jędrzejewski-Szmek1-2/+3
2018-06-20core: explicitly trigger changing udev SYSTEMD_WANTS propertiesLennart Poettering2-5/+56
This compensates for the unsynchronized reload cycles of systemd and udev: we manually trigger the deps listed in SYSTEMD_WANTS properties if they change for device units that are already up. That way all deps defined that way will be triggered at least once: the first time the unit goes up by the usual dependency logic, and if it already is up by the device.c specific logic. Fixes: #9323
2018-06-20analyze: use _cleanup_ for freeing the manager objectLennart Poettering1-14/+8
2018-06-20analyze: use log_unit_error_errno()'s return value where we canLennart Poettering1-4/+2
2018-06-20tree-wide: pass NULL arguments to manager_startup() directly, avoid ↵Lennart Poettering4-12/+4
declaring unneeded variables
2018-06-20units: let's use two ExecStart= lines instead of ;Lennart Poettering1-1/+2
2018-06-20core: use fflush_and_check() where appropriateLennart Poettering1-2/+3
2018-06-20update TODOLennart Poettering1-0/+4
2018-06-20test-condition: extend tests to all ConditionSecurity= valuesZbigniew Jędrzejewski-Szmek1-4/+29
Also print out what we detect, for manual verification.
2018-06-20NEWS: mention ConditionSecurity=uefi-securebootZbigniew Jędrzejewski-Szmek1-0/+3
Follow-up for be405b909e5d78b43e3af47e0d10cd84c714e2f3.
2018-06-20condition: add new conditon ConditionSecurity=uefi-securebootLennart Poettering2-8/+9
We have the detector call for this anyway, and it's useful for conditioning out dbxtool.service, hence let's add this tiny new option.