summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* activate: improve SIGCHLD handlerEvgeny Vereshchagin2016-04-051-6/+18
* Merge pull request #2849 from keszybz/offline-updatesLennart Poettering2016-04-042-0/+171
|\
| * man/offline-updates: more links and support for multiple upgrade servicesZbigniew Jędrzejewski-Szmek2016-04-021-27/+45
| * man: import "Implementing Offline System Updates"Zbigniew Jędrzejewski-Szmek2016-03-152-0/+153
* | Merge pull request #2949 from keszybz/newsLennart Poettering2016-04-041-0/+48
|\ \
| * | NEWS: add some more itemsZbigniew Jędrzejewski-Szmek2016-04-031-0/+48
* | | run: add colon before printing started unitsLennart Poettering2016-04-042-8/+8
|\ \ \
| * | | run: add colon before printing started unitsIago López Galeiras2016-04-042-8/+8
| |/ /
* | | import: Preserve xattrs in tar filesMike Gilbert2016-04-041-2/+2
* | | basic: fallback to fstatat if entry->d_type is DT_UNKNOWNEvgeny Vereshchagin2016-04-042-2/+13
|/ /
* | Merge pull request #2931 from systemd/revert-2843-clock_boottimeZbigniew Jędrzejewski-Szmek2016-04-021-5/+2
|\ \
| * | Revert "time-util: fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupported"revert-2843-clock_boottimeLennart Poettering2016-04-011-5/+2
* | | cryptsetup: do not 'fail' if trying to detach a nonexistent deviceMantas Mikulėnas2016-04-011-2/+6
* | | Merge pull request #2937 from thom311/masterLennart Poettering2016-04-011-1/+3
|\ \ \
| * | | dhcp-identifier: handle too long duid_len in dhcp_validate_duid_len()Thomas Haller2016-04-011-1/+3
| |/ /
* | | Merge pull request #2939 from bjne/read_only_bindmountLennart Poettering2016-04-011-11/+12
|\ \ \
| * | | prevent systemd-nspawn from trying to create targetBjørnar Ness2016-04-011-11/+12
| |/ /
* | | Merge pull request #2936 from martinpitt/masterLennart Poettering2016-04-012-5/+5
|\ \ \ | |/ / |/| |
| * | systemctl: use correct printf macros for uint32Martin Pitt2016-04-011-4/+4
| * | bus-util: Fix reading uint32 propertiesMartin Pitt2016-04-011-1/+1
|/ /
* | Merge pull request #2915 from vinaykul/masterZbigniew Jędrzejewski-Szmek2016-03-3125-43/+703
|\ \
| * | DHCP DUID, IAID configuration optionsVinay Kulkarni2016-03-3025-43/+703
* | | Merge pull request #2919 from ColdPie1/udev_get_parent_docsDaniel Mack2016-03-301-2/+2
|\ \ \
| * | | man: Fix documented parameters for udev_device_get_ functionsAndrew Eikum2016-03-301-2/+2
|/ / /
* | | Merge pull request #2915 from lnykryn/templateZbigniew Jędrzejewski-Szmek2016-03-301-1/+5
|\ \ \
| * | | core: improve error message when starting template without instanceLukas Nykryn2016-03-301-1/+5
|/ / /
* | | Merge pull request #2898 from bengal/lldp-apiZbigniew Jędrzejewski-Szmek2016-03-298-159/+132
|\ \ \
| * | | lldp: move public macros to sd-lldp.h and namespace themBeniamino Galvani2016-03-248-159/+132
* | | | Merge pull request #2903 from keszybz/cgroup2-v3Zbigniew Jędrzejewski-Szmek2016-03-298-19/+53
|\ \ \ \
| * | | | core: update invoke_sigchld_event() to handle NULL ->sigchld_event()Tejun Heo2016-03-261-1/+3
| * | | | core: update populated event handling in unified hierarchyTejun Heo2016-03-264-14/+42
| * | | | cgroup2: use new fstype for unified hierarchyAlban Crequy2016-03-265-4/+8
* | | | | Merge pull request #2911 from evverx/shutdown-watchdog-infinityDaniel Mack2016-03-291-1/+1
|\ \ \ \ \
| * | | | | core: ShutdownWatchdogSec=infinity disables the watchdog logic tooEvgeny Vereshchagin2016-03-291-1/+1
|/ / / / /
* | | | | Merge pull request #2907 from evverx/runtime-watchdog-infinityDaniel Mack2016-03-292-3/+3
|\ \ \ \ \
| * | | | | core: RuntimeWatchdogSec=infinity disables the watchdog logicEvgeny Vereshchagin2016-03-282-3/+3
| |/ / / /
* | | | | Merge pull request #2905 from keszybz/gcrypt-compilationDaniel Mack2016-03-294-7/+22
|\ \ \ \ \
| * | | | | build-sys: fix build with libgrcypt disabledZbigniew Jędrzejewski-Szmek2016-03-274-7/+22
| |/ / / /
* | | | | Merge pull request #2906 from Lu-Biao/sharedZbigniew Jędrzejewski-Szmek2016-03-281-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | shared: fix a misspelling of "journalctl"Biao Lu2016-03-291-1/+1
|/ / / /
* | | | Merge pull request #2887 from martinpitt/masterZbigniew Jędrzejewski-Szmek2016-03-252-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | logind: fix crash when shutdown is not issued from a ttyMartin Pitt2016-03-241-1/+1
| * | | core: fix "stoppping" typoMartin Pitt2016-03-241-1/+1
| |/ /
* | | Merge pull request #2892 from yuwata/localectlDaniel Mack2016-03-241-3/+3
|\ \ \ | |/ / |/| |
| * | localectl: align output of 'localectl status' commandYu Watanabe2016-03-241-2/+2
| * | localectl: remove unnecessary line breakYu Watanabe2016-03-241-1/+1
|/ /
* | Merge pull request #2885 from gbrikis/masterDaniel Mack2016-03-231-2/+6
|\ \
| * | core: Fix path for opening ffs endpoint ep0Georgia Brikis2016-03-231-2/+6
* | | Merge pull request #2888 from kinvolk/iaguis/remove-dotsDaniel Mack2016-03-232-8/+8
|\ \ \
| * | | run: remove period when printing started unitsIago López Galeiras2016-03-232-8/+8
|/ / /