summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | meson: output TAGS file in source not build directoryZbigniew Jędrzejewski-Szmek2017-05-301-3/+2
| * | mailmap: add entries for recent commits from githubZbigniew Jędrzejewski-Szmek2017-05-301-0/+2
| * | sulogin-shell: avoid heredocsZbigniew Jędrzejewski-Szmek2017-05-301-5/+3
| * | man: update MemoryDenyWriteExecute description for executable stacksZbigniew Jędrzejewski-Szmek2017-05-301-2/+2
| * | man: don't say that ExecStart syntax is "very shell"Zbigniew Jędrzejewski-Szmek2017-05-301-4/+3
| |/
* | Merge pull request #6060 from keszybz/reboot-f-warningDjalal Harouni2017-05-312-2/+2
|\ \
| * | systemctl: avoid spurious warning about missing reboot-param fileZbigniew Jędrzejewski-Szmek2017-05-302-2/+2
| |/
* | build: *really* install tmpfiles.d/systemd-remote.conf when necessary (#6061)Franck Bui2017-05-312-8/+7
|/
* build: only install tmpfiles.d/systemd-remote.conf when necessary (#6051)Franck Bui2017-05-303-18/+34
* kernel-install: support the case /etc/machine-id is missing or empty (#5975)Yu Watanabe2017-05-303-14/+28
* rules: watch metadata changes in mmcblk devices (#6050)kjackiewicz2017-05-301-1/+1
* timesyncd: properly handle OOM errors when parsing fallback servers (#6047)Lennart Poettering2017-05-301-1/+5
* Merge pull request #4512 from pfl/ndisc_exponential_backoffLennart Poettering2017-05-303-21/+178
|\
| * test-ndisc-rs.c: Test Router Solicitation timer computationPatrik Flykt2017-05-301-0/+100
| * sd-ndisc.c: Move Router Solicitation sending after timer computaionPatrik Flykt2017-05-301-6/+6
| * sd-ndisc: Implement Router Solicitation backoff methodPatrik Flykt2017-05-302-19/+76
|/
* network: bridge vlan without PVID (#5899)Tobias Jungel2017-05-295-5/+36
* Merge pull request #5926 from fsateler/condition-uidLennart Poettering2017-05-295-0/+239
|\
| * core: add @system special value to ConditionUser=Felipe Sateler2017-05-263-4/+20
| * core: add ConditionUser and ConditionGroupFelipe Sateler2017-05-265-0/+223
* | Merge pull request #6031 from teg/monitorLennart Poettering2017-05-292-4/+4
|\ \
| * | busctl: monitor - ignore the final NameLost messageTom Gundersen2017-05-251-3/+3
| * | logn: tests - don't compare signed with unsignedTom Gundersen2017-05-251-1/+1
* | | shell-completion: add systemctl revert (#6042)Lucas Werkmeister2017-05-292-2/+3
* | | Merge pull request #6029 from keszybz/vconsole-no-vgaLennart Poettering2017-05-261-7/+21
|\ \ \
| * | | vconsole-setup: skip setting fonts when setfont returns EX_OSERRZbigniew Jędrzejewski-Szmek2017-05-241-7/+12
| * | | vconsole-setup: add more log messagesZbigniew Jędrzejewski-Szmek2017-05-241-0/+9
* | | | rules: Handle MMC boot partitions by-path correctly (#6026)George McCollister2017-05-251-1/+2
* | | | Merge pull request #5999 from mbiebl/timesyncd-fallback-serverZbigniew Jędrzejewski-Szmek2017-05-259-4/+102
|\ \ \ \ | |_|/ / |/| | |
| * | | test-timesync: add first test for timesyncd conf parsingZbigniew Jędrzejewski-Szmek2017-05-254-0/+87
| * | | timesyncd: don't use compiled-in list if FallbackNTP has been configured expl...Michael Biebl2017-05-245-4/+15
* | | | test: ensure 'InaccessiblePaths=/proc' option works (#6017)Timothée Ravier2017-05-254-0/+14
| |/ / |/| |
* | | DHCP: Fail link_dhcp_set_routes promotely if no address is assigned from leas...Daniel Wang2017-05-241-4/+4
* | | tmpfiles: Remove unnecessary utmp file creation (#6006)codekipper2017-05-244-4/+11
* | | resolved: bugfix of null pointer p->question dereferencing (#6020)Evgeny Vereshchagin2017-05-241-0/+3
|/ /
* | mailmap: add entry for John Paul Adrian Glaubitz (#6015)John Paul Adrian Glaubitz2017-05-231-0/+2
* | Allow TimeoutSec=0 to work as documented in mount units and elsewhere (#6013)NeilBrown2017-05-232-6/+9
* | nspawn: add nosuid and nodev to /tmp mount (#6004)tomty892017-05-231-1/+1
* | networkd-link: Receive LLDP on Bridge slaves not master (#5995)sjoerd-ccu2017-05-231-1/+4
* | Merge pull request #6005 from grawity/githubLennart Poettering2017-05-221-3/+5
|\ \
| * | github: comment out submitter note in ISSUE_TEMPLATEMantas Mikulėnas2017-05-221-1/+1
| * | github: remove checkboxes from ISSUE_TEMPLATEMantas Mikulėnas2017-05-221-2/+4
* | | load-dropin: propagate errors properly from unit_name_compatible() (#6002)Lennart Poettering2017-05-221-7/+12
|/ /
* | sd-dhcp: library code shouldn't log above LOG_DEBUG (#6001)Lennart Poettering2017-05-221-1/+1
* | Merge pull request #5958 from keszybz/explicit-log-errnoLennart Poettering2017-05-2220-69/+172
|\ \
| * | udev-rules: add helper function for loggingZbigniew Jędrzejewski-Szmek2017-05-191-22/+13
| * | basic/time-util: make parsing of dual_timestamp more strictZbigniew Jędrzejewski-Szmek2017-05-192-2/+54
| * | test-parse-util: verify that ato[ui] actually rejects trailing garbageZbigniew Jędrzejewski-Szmek2017-05-191-0/+69
| * | tree-wide: when %m is used in log_*, always specify errno explicitlyZbigniew Jędrzejewski-Szmek2017-05-1912-35/+28
| * | tree-wide: fix incorrect uses of %mZbigniew Jędrzejewski-Szmek2017-05-136-10/+8