aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* pid1: improve logging when failing to remount / ro (#5940)Zbigniew Jędrzejewski-Szmek2017-05-111-13/+20
* core: fix warning about unsigned variable (#5935)Zbigniew Jędrzejewski-Szmek2017-05-111-1/+2
* automount: ack automount requests even when already mounted (#5916)Anchor Cat2017-05-101-15/+18
* Merge pull request #5619 from fbuihuu/fully-restore-unit-cgroup-stateLennart Poettering2017-05-091-6/+48
|\
| * core: when deserializing a unit, fully restore its cgroup stateFranck Bui2017-05-041-0/+35
| * core: introduce cg_mask_from_string()/cg_mask_to_string()Franck Bui2017-05-041-6/+13
* | Merge pull request #5420 from OpenDZ/tixxdz/namespace-fixes-v2Lennart Poettering2017-05-092-9/+21
|\ \
| * | namespace: Apply MountAPIVFS= only when a Root directory is setDjalal Harouni2017-03-052-9/+16
| * | namespace: create base-filesystem directories if RootImage= or RootDirectory=...Djalal Harouni2017-03-051-0/+5
* | | meson: Add missing dependency on libseccomp for libcoreJohn Paul Adrian Glaubitz2017-05-091-0/+1
* | | execute: Properly log errors considering socket fds (#5910)Aggelos Avgerinos2017-05-081-1/+6
| |/ |/|
* | Merge pull request #5809 from keszybz/glob-safeMartin Pitt2017-04-291-13/+8
|\ \
| * | execute: filter out "." for ".." in EnvironmentFile= globs tooZbigniew Jędrzejewski-Szmek2017-04-271-13/+8
* | | Merge pull request #5164 from Werkov/ordering-for-_netdev-devicesLennart Poettering2017-04-298-10/+41
|\ \ \
| * | | core/device: Use JobRunningTimeoutSec= for device unitsMichal Koutný2017-04-251-1/+1
| * | | job: add JobRunningTimeoutSec for JOB_RUNNING stateMichal Koutný2017-04-257-9/+40
* | | | tree-wide: remove unused variablesThomas Hindoe Paaboel Andersen2017-04-281-2/+1
* | | | main: improve RLIMIT_NOFILE handling (#5795)Christian Brauner2017-04-261-1/+11
| |/ / |/| |
* | | Merge pull request #5704 from keszybz/mesonEvgeny Vereshchagin2017-04-252-0/+248
|\ \ \
| * | | meson: also indent scripts with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-251-6/+8
| * | | meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-178/+176
| * | | meson: use join_paths consistentlyMichael Biebl2017-04-231-4/+4
| * | | meson: properly conditionalize polkit installationZbigniew Jędrzejewski-Szmek2017-04-231-2/+2
| * | | meson: create dirs and touch /usrZbigniew Jędrzejewski-Szmek2017-04-231-0/+14
| * | | meson: create a static version of libshared and link libcore and some tests t...Zbigniew Jędrzejewski-Szmek2017-04-231-1/+1
| * | | meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-232-0/+234
* | | | load-fragment: don't print error about incorrect syntax when IPv6 is disabled...Michal Sekletar2017-04-251-1/+3
* | | | Merge pull request #5354 from msekletar/issue-518Lennart Poettering2017-04-241-15/+181
|\ \ \ \
| * | | | service: serialize information about currently executing commandMichal Sekletar2017-04-111-15/+181
* | | | | load-fragment: resolve specifiers in BindPaths/BindReadOnlyPaths (#5687)Danielle Church2017-04-241-6/+22
| |/ / / |/| | |
* | | | Merge pull request #5774 from keszybz/printf-annotationsDjalal Harouni2017-04-235-9/+14
|\ \ \ \
| * | | | tree-wide: mark log_struct with _printf_ and fix falloutZbigniew Jędrzejewski-Szmek2017-04-214-8/+8
| * | | | basic/log: fix _printf_ annotation on log_object_internalvZbigniew Jędrzejewski-Szmek2017-04-201-1/+6
| | |/ / | |/| |
* | | | core: move checking default_dependencies into target_add_default_dependencies...iplayinsun2017-04-211-1/+4
* | | | ima: Ensure policy exists before asking the kernel to load it (#5777)Benjamin Gilbert2017-04-211-2/+6
* | | | Merge pull request #5690 from yuwata/fix-5621Djalal Harouni2017-04-121-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | core: downgrade error message if command is prefixed with `-` and the command...Yu Watanabe2017-04-031-0/+8
| |/ /
* | | core: fix values of BindPaths and BindReadOnlyPaths properties on 32-bit plat...Evgeny Vereshchagin2017-04-101-1/+1
* | | core: downgrade legit error logs (#5705)umuttl2017-04-101-2/+2
|/ /
* / Never call unmap with MAP_FAILED. (#5590)Tobias Stoeckmann2017-03-141-2/+2
|/
* Avoid strict DM interface version dependencies (#5519)Michael Biebl2017-03-021-1/+1
* core: when a unit's SourcePath points to API VFS pretend we are never out-of-...Lennart Poettering2017-03-011-0/+5
* Merge pull request #5494 from poettering/run-fixesZbigniew Jędrzejewski-Szmek2017-02-282-2/+3
|\
| * core: always consider clients that pinned a unit to be subscribersLennart Poettering2017-02-282-2/+3
* | automount: if an automount unit is masked, don't react to activation anymore ...Lennart Poettering2017-02-281-28/+50
* | service: refuse using PID 1 as MAINPID for a serviceLennart Poettering2017-02-281-0/+2
* | service: make use of log_unit_warning_errno()'s return valueLennart Poettering2017-02-281-7/+3
* | core: use PID_FMT where appropriateLennart Poettering2017-02-281-1/+1
|/
* Merge pull request #5444 from poettering/cgroups-revert-no-errorZbigniew Jędrzejewski-Szmek2017-02-245-23/+47
|\
| * cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering2017-02-245-8/+8