summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* core: Fix setting StatusUnitFormat from config filesMaciej Stanczew2019-09-213-1/+2
* network DHCP4: Dont mislead the logs.Susant Sahani2019-09-211-1/+1
* Update m4 for selective utmp support.Donald A. Cupp Jr2019-09-211-0/+2
* core: restore initialization of u->source_mtimeFranck Bui2019-09-211-1/+8
* mount-setup: relabel items mentioned directly in relabel-extra.dBenjamin Gilbert2019-09-211-0/+1
* Call getgroups() to know size of supplementary groups array to allocateRenaud Métrich2019-09-211-6/+8
* test: add test cases for empty string matchYu Watanabe2019-09-211-0/+66
* udev: fix multi matchYu Watanabe2019-09-211-34/+47
* man: move TimeoutCleanSec= entry from .service to .execYu Watanabe2019-09-212-10/+10
* zsh: udpate bootctl completionsRonan Pigott2019-09-211-1/+32
* resolved: fix abort when recv() returns 0Zbigniew Jędrzejewski-Szmek2019-09-211-2/+5
* man: remove repeated wordsZbigniew Jędrzejewski-Szmek2019-09-211-1/+1
* hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the baseBastien Nocera2019-09-211-0/+1
* udev: also logs file permissionYu Watanabe2019-09-211-1/+1
* udev: add missing flag for OPTIONS=static_nodeYu Watanabe2019-09-211-0/+3
* network: do not abort execution when a config file cannot be loadedYu Watanabe2019-09-212-2/+2
* fileio: update warning messageYu Watanabe2019-09-211-2/+2
* pstore: fix use after freeMichael Olbrich2019-09-211-1/+1
* journal: Make the output of --update-catalog deterministicDaniel Edgecumbe2019-09-214-30/+30
* travis: protect the systemd organization on Fuzzit from forksv243.1Evgeny Vereshchagin2019-09-061-1/+5
* hwdb: Mark lis3lv02d sensors in HP laptops as being in the baseHans de Goede2019-09-051-15/+2
* po: update Japanese translationYu Watanabe2019-09-051-1/+25
* docs: fix push recipe in RELEASE.mdZbigniew Jędrzejewski-Szmek2019-09-051-1/+1
* man/systemctl.xml: fix missing "not"Carlo Teubner2019-09-051-1/+1
* docs: fix typo in boot loader docnikolas2019-09-051-1/+1
* pstore: fix typo in error message - directoy -> directorynikolas2019-09-051-1/+1
* Fix typo in comment: overide -> overridenikolas2019-09-051-1/+1
* po: update Polish translationPiotr Drąg2019-09-041-2/+27
* Update NEWS for v243v243Zbigniew Jędrzejewski-Szmek2019-09-031-2/+12
* NEWS: update contributors listZbigniew Jędrzejewski-Szmek2019-09-031-10/+11
* Merge pull request #13457 from keszybz/resolved-issueZbigniew Jędrzejewski-Szmek2019-09-037-51/+251
|\
| * resolved: query polkit only after parsing the dataZbigniew Jędrzejewski-Szmek2019-08-271-9/+9
| * resolved: allow access to Set*Link and Revert methods through polkitZbigniew Jędrzejewski-Szmek2019-08-273-23/+206
| * resolved: do not run loop twiceZbigniew Jędrzejewski-Szmek2019-08-271-7/+6
| * sd-bus: adjust indentation of commentsZbigniew Jędrzejewski-Szmek2019-08-272-5/+5
| * test-bus-vtable: also print introspection for the fallback vtableZbigniew Jędrzejewski-Szmek2019-08-272-3/+25
| * shared/but-util: drop trusted annotation from bus_open_system_watch_bind_with...Zbigniew Jędrzejewski-Szmek2019-08-271-4/+0
* | Merge pull request #13440 from keszybz/failing-condtion-checkZbigniew Jędrzejewski-Szmek2019-09-031-19/+1
|\ \
| * | Revert "core: check start limit on condition checks too"Zbigniew Jędrzejewski-Szmek2019-08-301-19/+1
* | | logind: fix property emission on SessionsYour Name2019-09-032-3/+0
* | | login: fix use after freeYu Watanabe2019-09-031-2/+2
* | | hwdb: Add HP Elitebook 850 G3 laptop accelerometer location quirkJan-Michael Brummer2019-09-031-0/+3
* | | shell-completion: do not truncate suggestionsYu Watanabe2019-09-011-1/+1
* | | network: adjust log level when DHCPv4 lease lostYu Watanabe2019-08-311-1/+1
* | | Generate stable machine-id and DHCP client ID on POWER KVM.Dimitri John Ledkov2019-08-313-2/+9
* | | Merge pull request #13385 from yuwata/core-remove-private-directories-13355Zbigniew Jędrzejewski-Szmek2019-08-318-24/+142
|\ \ \
| * | | core: move timeout_clean_usec from Service to ExecContextYu Watanabe2019-08-287-11/+12
| * | | test: add tests for systemctl clean with DynamicUser=yesYu Watanabe2019-08-281-0/+95
| * | | core: also remove private directories by systemctl cleanYu Watanabe2019-08-281-0/+11
| * | | core: introduce exec_directory_is_private() helper functionYu Watanabe2019-08-251-13/+24