summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: simplify - don't add jobs to dbus queue if we immediately remove them (...Alan Jenkins2017-11-071-2/+1
* condition: detect TOMOYO MAC (#7249)Shawn Landden2017-11-074-0/+61
* tree-wide: do not work in assert() (#7271)Yu Watanabe2017-11-074-6/+6
* timesync: add RootDistanceMaxSec= to timesyncd.conf (#7215)Yu Watanabe2017-11-054-6/+11
* Merge pull request #7241 from keszybz/clang-warningsLennart Poettering2017-11-0215-16/+25
|\
| * test-util: silence clang warning about unaligned accessZbigniew Jędrzejewski-Szmek2017-11-011-0/+7
| * util-lib: mark variable with _unused_ to silence clang warningZbigniew Jędrzejewski-Szmek2017-11-011-1/+1
| * journal: disable -Waddress-of-packed-member under clangZbigniew Jędrzejewski-Szmek2017-11-011-0/+4
| * networkd: fix two format string mismatchesZbigniew Jędrzejewski-Szmek2017-11-012-3/+8
| * importd: remove IN_SET to avoid ambiguityZbigniew Jędrzejewski-Szmek2017-11-011-1/+1
| * journald: unitialized variable accessZbigniew Jędrzejewski-Szmek2017-11-011-1/+1
| * Remove a bunch of unused variablesZbigniew Jędrzejewski-Szmek2017-11-018-10/+3
* | networkd: remove route - drop route type from netlink message. (#7240)Susant Sahani2017-11-021-4/+0
* | core: failure to spawn ExecStartPost should not run ExecStopAlan Jenkins2017-11-011-1/+1
* | core: distinguish "Killing"/"Terminating"/"Stopping" for mount unit timeoutAlan Jenkins2017-11-011-2/+2
|/
* manager: fix connecting to bus when dbus is actually around (#7205)Michal Sekletar2017-11-011-1/+1
* Reverting erroneous changes made of the course of adding a timeout to journal...martingh2017-11-011-8/+2
* journal-remote: set description to timer_event (#7234)Yu Watanabe2017-11-011-1/+1
* Merge pull request #7226 from sourcejedi/shutdown-misuse-commmentAlan Jenkins2017-10-311-3/+3
|\
| * core: remove "misuse" of getpgid() in systemd-shutdownAlan Jenkins2017-10-301-3/+3
* | Merge pull request #7218 from matijaskala/patch-4Alan Jenkins2017-10-304-5/+6
|\ \
| * | fix includesMatija Skala2017-10-302-1/+2
| * | fix compile error on muslMatija Skala2017-10-302-4/+4
* | | Add sd_bus_message_new and sd_bus_message_seal as public functions (#6609)aeywalee2017-10-308-38/+63
* | | Merge pull request #6996 from poettering/discover-block-deviceZbigniew Jędrzejewski-Szmek2017-10-308-31/+163
|\ \ \
| * | | machine-image: handle nicely if the user asks us to remove a symlinked imageLennart Poettering2017-10-261-3/+9
| * | | dissect: when we invoke dissection on a loop device with partscan help the userLennart Poettering2017-10-263-9/+30
| * | | machine-image: add partial discovery of block devices as imagesLennart Poettering2017-10-264-8/+114
| * | | fs-util: small tweak in chase_symlinks()Lennart Poettering2017-10-261-6/+5
| * | | btrfs-util: when opening subvolume fds, always set O_NOFOLLOWLennart Poettering2017-10-261-5/+5
* | | | resolved: change newline position in stub-resolv.conf (#7216)Yu Watanabe2017-10-301-2/+2
| |_|/ |/| |
* | | treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek2017-10-309-146/+70
| |/ |/|
* | journalctl: add --output-fields= (#7181)Lars Karlitski2017-10-274-24/+96
* | test: add simple test for validating some of the unit specifiers we supportLennart Poettering2017-10-261-0/+5
* | core: add support for expanding state/cache/log directory root in unit filesLennart Poettering2017-10-261-4/+12
|/
* systemd-detect-virt: refine hypervisor detection (#7171)Razvan Cojocaru2017-10-261-12/+39
* Merge pull request #7184 from keszybz/resolved-loopZbigniew Jędrzejewski-Szmek2017-10-261-5/+1
|\
| * resolved: fix loop on packets with pseudo dns typesZbigniew Jędrzejewski-Szmek2017-10-251-5/+1
* | Merge pull request #7127 from keszybz/sundry-tweaksLennart Poettering2017-10-263-14/+12
|\ \
| * | rfkill: include the device name in error messageZbigniew Jędrzejewski-Szmek2017-10-181-2/+4
| * | util-lib: simplify kexec_loaded()Zbigniew Jędrzejewski-Szmek2017-10-181-9/+6
| * | logind: drop unnecessary bracesZbigniew Jędrzejewski-Szmek2017-10-181-3/+2
* | | Merge pull request #7142 from sourcejedi/systemd-shutdownLennart Poettering2017-10-261-13/+27
|\ \ \
| * | | core: systemd-shutdown: avoid confusingly redundant messagesAlan Jenkins2017-10-241-13/+25
| * | | core: systemd-shutdown: add missing check for umount_changedAlan Jenkins2017-10-191-0/+2
* | | | Adding timer_event to wakeup as suggested by MHD_get_timeout (#7152)martingh2017-10-262-6/+51
| |_|/ |/| |
* | | nspawn: EROFS for chowning mount points is not fatal (#7122)Lauri Tirkkonen2017-10-241-2/+6
* | | resolved: create private stub resolve file for /etc/resolv.conf integration (...Dimitri John Ledkov2017-10-243-16/+49
* | | Merge pull request #7141 from yuwata/fix-7129Lennart Poettering2017-10-242-38/+49
|\ \ \
| * | | core: fix D-Bus APIYu Watanabe2017-10-242-38/+49