summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8575 from keszybz/non-absolute-pathsLennart Poettering2018-04-1730-178/+261
|\
| * test-execute: make find invocation a bit more efficent, increase timeoutZbigniew Jędrzejewski-Szmek2018-04-162-2/+3
| * systemd-path: allow the default search path to be queriedZbigniew Jędrzejewski-Szmek2018-04-165-5/+21
| * test: drop the use of /bin/sh in various test servicesZbigniew Jędrzejewski-Szmek2018-04-1611-87/+87
| * systemd: do not require absolute paths in ExecStartZbigniew Jędrzejewski-Szmek2018-04-166-24/+86
| * verify: use manager_load_startable_unit_or_warn() to load units for verificationZbigniew Jędrzejewski-Szmek2018-04-161-7/+4
| * tests: use manager_load_startable_unit_or_warn() to load unitsZbigniew Jędrzejewski-Szmek2018-04-165-35/+25
| * core/manager: split out function to verify that unit is loaded and not maskedZbigniew Jędrzejewski-Szmek2018-04-163-20/+37
| * test-execute/exec-specifier.service: fix quotingZbigniew Jędrzejewski-Szmek2018-04-122-4/+4
* | network,resolve: remove unused variables (#8738)Yu Watanabe2018-04-174-4/+0
* | Merge pull request #8696 from pabigot/issue/8683Zbigniew Jędrzejewski-Szmek2018-04-176-50/+161
|\ \
| * | time-wait-sync: use watchfile to coordinate with timesyncdPeter A. Bigot2018-04-145-48/+160
| * | units: leave systemd-time-wait-sync disabled by defaultPeter A. Bigot2018-04-141-2/+1
* | | fuzz-unit-file: skip BOM (#8723)Zbigniew Jędrzejewski-Szmek2018-04-161-1/+3
* | | Support for Dell Inspiron 5378/5379 WLAN key (#8715)dmig2018-04-151-0/+4
|/ /
* | fix url for binfmt documentation (#8720)guixxx2018-04-141-1/+2
* | src/core/dbus-cgroup.c: fix typo contoller -> controller (#8717)Giuseppe Scrivano2018-04-141-1/+1
* | Merge pull request #8271 from poettering/unit-prefix-searchZbigniew Jędrzejewski-Szmek2018-04-1317-49/+187
|\ \
| * | man: document the new dash truncation drop-in directoriesLennart Poettering2018-04-131-9/+18
| * | test: add test for prefix unit loadingLennart Poettering2018-04-138-5/+35
| * | dropin: when looking for dropins for a unit, also look within "-" prefix unit...Lennart Poettering2018-04-131-8/+63
| * | systemctl: fix indentation in output of "systemcl status" if there are multip...Lennart Poettering2018-04-131-3/+5
| * | core: minor coding style changesLennart Poettering2018-04-133-1/+4
| * | dropin: don't fully suppress logging about ENAMETOOLONG. Just downgrade to LO...Lennart Poettering2018-04-131-6/+8
| * | load-dropin: rename variableLennart Poettering2018-04-131-12/+7
| * | unit-name: add new unit_name_build_from_type() helperLennart Poettering2018-04-133-5/+47
* | | Merge pull request #8707 from poettering/copy-tweaksZbigniew Jędrzejewski-Szmek2018-04-132-35/+194
|\ \ \ | |/ / |/| |
| * | copy: rearrange flags field definitionLennart Poettering2018-04-131-3/+3
| * | copy: reduce number of checksLennart Poettering2018-04-131-6/+4
| * | copy: drop _unlikely_() that isn't obviously the caseLennart Poettering2018-04-131-9/+11
| * | copy: hide in copy_bytes() the strange way splice() handles O_NONBLOCKLennart Poettering2018-04-131-3/+70
| * | copy: extend copy_bytes() a bitLennart Poettering2018-04-132-7/+51
| * | copy: tweak reflink logic in copy_bytes() a bitLennart Poettering2018-04-131-9/+53
| * | copy: add brief comment to copy_bytes() explaining its return valuesLennart Poettering2018-04-131-0/+4
|/ /
* | Merge pull request #8710 from poettering/triviailities-yeah-yeahZbigniew Jędrzejewski-Szmek2018-04-128-14/+43
|\ \
| * | macro: don't rely on C's downgrade-to-bool feature for numeric comparisonsLennart Poettering2018-04-121-1/+1
| * | install: minor enum beautificationsLennart Poettering2018-04-121-4/+4
| * | update TODOLennart Poettering2018-04-121-4/+6
| * | importd: ensure we don't mishandle a NULL stringLennart Poettering2018-04-121-1/+1
| * | path-util: document a few other special cases for last_path_component()Lennart Poettering2018-04-122-4/+15
| * | process-util: add TAKE_PID(), similar to TAKE_PTR/TAKE_FD, but for child proc...Lennart Poettering2018-04-111-0/+8
| * | util: introduce typesafe_qsort(), a typesafe version of qsort()/qsort_safe()Lennart Poettering2018-04-111-0/+8
* | | ISO-C compatibility: Remove empty initializer (#8713)Leonard2018-04-121-2/+1
|/ /
* | Merge pull request #8700 from keszybz/hibernationLennart Poettering2018-04-118-68/+136
|\ \
| * | shared/sleep-config: rename misnamed functionZbigniew Jędrzejewski-Szmek2018-04-111-2/+2
| * | shared/sleep-config: return a custom message when not enough swap for hiberna...Zbigniew Jędrzejewski-Szmek2018-04-113-13/+29
| * | logind: refuse operations if the target unit is masked or unavailableZbigniew Jędrzejewski-Szmek2018-04-103-14/+56
| * | Move utility function to query unit state from systemctl to shared/Zbigniew Jędrzejewski-Szmek2018-04-103-15/+31
| * | shared/sleep-fix: fix check if s-then-h is possibleZbigniew Jędrzejewski-Szmek2018-04-101-10/+9
| * | shared/sleep-config: get rid of explicit allocation size calculationZbigniew Jędrzejewski-Szmek2018-04-101-18/+13