summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* machined: change check_gc to may_gc everywheregc-cleanupZbigniew Jędrzejewski-Szmek2018-02-153-9/+9
* logind: change check_gc to may_gc everywhereZbigniew Jędrzejewski-Szmek2018-02-157-26/+26
* pid1: also show gc status for jobs like we do for unitsZbigniew Jędrzejewski-Szmek2018-02-151-2/+4
* pid1: rename job_check_gc to job_may_gcZbigniew Jędrzejewski-Szmek2018-02-153-12/+13
* pid1: properly remove references to the unit from gc queue during final cleanupZbigniew Jędrzejewski-Szmek2018-02-151-21/+21
* pid1: free basic unit information at the very end, before freeing the unitZbigniew Jędrzejewski-Szmek2018-02-151-16/+16
* pid1: fix collection of cycles of units which reference one anotherZbigniew Jędrzejewski-Szmek2018-02-152-4/+19
* pid1: include the source unit in UnitRefZbigniew Jędrzejewski-Szmek2018-02-156-30/+30
* pid1: rename unit_check_gc to unit_may_gcZbigniew Jędrzejewski-Szmek2018-02-159-45/+53
* analyze: fix typo in error messageZbigniew Jędrzejewski-Szmek2018-02-131-1/+1
* test-strv: add a simple test for strv_free_free()Zbigniew Jędrzejewski-Szmek2018-02-131-0/+12
* tmpfiles: age root-owned read-only files, by default (#7917)itsbill2018-02-121-6/+0
* Merge pull request #8143 from yuwata/drop-unused-funcYu Watanabe2018-02-106-114/+1
|\
| * socket-util: drop getnameinfo_pretty()Yu Watanabe2018-02-103-68/+0
| * fs-util: drop readlink_and_make_absolute_root()Yu Watanabe2018-02-092-21/+0
| * fs-util: drop readlink_and_canonicalize()Yu Watanabe2018-02-093-25/+1
* | Revert "Periodically call sd_journal_process in journalctl" (#8147)Zbigniew Jędrzejewski-Szmek2018-02-091-28/+0
* | basic/socket-util: drop use of NI_IDN_USE_STD3_ASCII_RULESZbigniew Jędrzejewski-Szmek2018-02-091-1/+1
* | fd-util: move certain fds above fd #2 (#8129)Lennart Poettering2018-02-099-14/+89
* | Suspend on lid close based on power status. (#8016)Simon Fowler2018-02-098-14/+53
* | Merge pull request #8066 from LittleCVR/udevadm-trigger-and-settleZbigniew Jędrzejewski-Szmek2018-02-092-12/+112
|\ \
| * | udevadm: check for oom and other style fixesZbigniew Jędrzejewski-Szmek2018-02-091-11/+19
| * | udevadm: allow trigger command to be synchronousMao2018-02-092-8/+100
* | | Merge pull request #8134 from keszybz/unit-load-pathsZbigniew Jędrzejewski-Szmek2018-02-0919-273/+452
|\ \ \
| * | | analyze: slight simplificationZbigniew Jędrzejewski-Szmek2018-02-091-12/+13
| * | | analyze: remove implicit conversions of numbers to booleansZbigniew Jędrzejewski-Szmek2018-02-091-14/+14
| * | | man: make Notes section in systemd.geneator(5) toplevelZbigniew Jędrzejewski-Szmek2018-02-091-147/+120
| * | | man: document unit load pathsZbigniew Jędrzejewski-Szmek2018-02-092-48/+149
| * | | shared/path-lookup: rename user control dirs to "user.control"Zbigniew Jędrzejewski-Szmek2018-02-091-2/+2
| * | | shared/path-lookup: rearrange paths in --global mode to match --user modeZbigniew Jędrzejewski-Szmek2018-02-092-2/+34
| * | | path-lookup: include paths from --global in --user search path tooZbigniew Jędrzejewski-Szmek2018-02-091-0/+17
| * | | path-lookup: fix confusion between persistent_control and persistent_configZbigniew Jędrzejewski-Szmek2018-02-091-1/+1
| * | | shell-completion: add --global and unit-pathsZbigniew Jędrzejewski-Szmek2018-02-092-5/+7
| * | | analyze: add unit-paths verbZbigniew Jędrzejewski-Szmek2018-02-092-0/+40
| * | | analyze: add --global optionZbigniew Jędrzejewski-Szmek2018-02-082-21/+34
| * | | tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek2018-02-0811-22/+22
* | | | service: relax PID file symlink chain checks a bit (#8133)Lennart Poettering2018-02-091-2/+13
* | | | man:systemd.service(5): fix description of specifiers in command lines (#8146)Oleander Reis2018-02-091-3/+1
* | | | Merge pull request #8083 from shawnl/close-sshLennart Poettering2018-02-096-2/+34
|\ \ \ \
| * | | | sd-bus: cleanup ssh sessions (Closes: #8076)Shawn Landden2018-02-085-2/+28
| * | | | machine: add some missing assertsShawn Landden2018-02-081-0/+6
| |/ / /
* | | | Merge pull request #8142 from yuwata/sd-bus-memleakLennart Poettering2018-02-095-35/+33
|\ \ \ \
| * | | | core: remove unnecessary initializationYu Watanabe2018-02-093-4/+4
| * | | | udev: use "#pragma once"Yu Watanabe2018-02-091-5/+2
| * | | | sd-bus: explicitly convert int to boolYu Watanabe2018-02-091-5/+5
| * | | | sd-bus: use free_and_replace()Yu Watanabe2018-02-091-14/+7
| * | | | sd-bus: avoid potential memory leaksYu Watanabe2018-02-091-7/+15
| | |_|/ | |/| |
* | | | man: fix capability name in man:systemd-tmpfiles(8) (#8139)Lucas Werkmeister2018-02-091-1/+1
* | | | Periodically call sd_journal_process in journalctlPeter Portante2018-02-081-0/+28
| |/ / |/| |
* | | networkd: vxlan require Remote= to be a non multicast address (#8117)Susant Sahani2018-02-082-3/+6