summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2017-04-27execute: filter out "." for ".." in EnvironmentFile= globs tooZbigniew Jędrzejewski-Szmek
2017-04-25Merge pull request #5704 from keszybz/mesonEvgeny Vereshchagin
2017-04-25meson: also indent scripts with 8 spacesZbigniew Jędrzejewski-Szmek
2017-04-25load-fragment: don't print error about incorrect syntax when IPv6 is disabled...Michal Sekletar
2017-04-24Merge pull request #5354 from msekletar/issue-518Lennart Poettering
2017-04-24load-fragment: resolve specifiers in BindPaths/BindReadOnlyPaths (#5687)Danielle Church
2017-04-23meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek
2017-04-23meson: use join_paths consistentlyMichael Biebl
2017-04-23meson: properly conditionalize polkit installationZbigniew Jędrzejewski-Szmek
2017-04-23meson: create dirs and touch /usrZbigniew Jędrzejewski-Szmek
2017-04-23meson: create a static version of libshared and link libcore and some tests t...Zbigniew Jędrzejewski-Szmek
2017-04-23meson: build systemd using mesonZbigniew Jędrzejewski-Szmek
2017-04-23Merge pull request #5774 from keszybz/printf-annotationsDjalal Harouni
2017-04-21tree-wide: mark log_struct with _printf_ and fix falloutZbigniew Jędrzejewski-Szmek
2017-04-21core: move checking default_dependencies into target_add_default_dependencies...iplayinsun
2017-04-21ima: Ensure policy exists before asking the kernel to load it (#5777)Benjamin Gilbert
2017-04-20basic/log: fix _printf_ annotation on log_object_internalvZbigniew Jędrzejewski-Szmek
2017-04-12Merge pull request #5690 from yuwata/fix-5621Djalal Harouni
2017-04-11service: serialize information about currently executing commandMichal Sekletar
2017-04-10core: fix values of BindPaths and BindReadOnlyPaths properties on 32-bit plat...Evgeny Vereshchagin
2017-04-10core: downgrade legit error logs (#5705)umuttl
2017-04-03core: downgrade error message if command is prefixed with `-` and the command...Yu Watanabe
2017-03-14Never call unmap with MAP_FAILED. (#5590)Tobias Stoeckmann
2017-03-02Avoid strict DM interface version dependencies (#5519)Michael Biebl
2017-03-01core: when a unit's SourcePath points to API VFS pretend we are never out-of-...Lennart Poettering
2017-02-28Merge pull request #5494 from poettering/run-fixesZbigniew Jędrzejewski-Szmek
2017-02-28automount: if an automount unit is masked, don't react to activation anymore ...Lennart Poettering
2017-02-28core: always consider clients that pinned a unit to be subscribersLennart Poettering
2017-02-28service: refuse using PID 1 as MAINPID for a serviceLennart Poettering
2017-02-28service: make use of log_unit_warning_errno()'s return valueLennart Poettering
2017-02-28core: use PID_FMT where appropriateLennart Poettering
2017-02-24Merge pull request #5444 from poettering/cgroups-revert-no-errorZbigniew Jędrzejewski-Szmek
2017-02-24Fix missing space in comments (#5439)AsciiWolf
2017-02-24cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering
2017-02-24cgroup: change cg_unified() to possibly return errors againLennart Poettering
2017-02-23Merge pull request #4670 from htejun/systemd-controller-on-unified-v2Lennart Poettering
2017-02-22core/mount-setup: if unified hierarchy is not supported, fall back to legacyZbigniew Jędrzejewski-Szmek
2017-02-22Rename cg_is_unified_systemd_controller_wanted to cg_is_hybrid_wantedZbigniew Jędrzejewski-Szmek
2017-02-21log: never log into foreign fd #2 in PID 1 or its pre-execve() childrenLennart Poettering
2017-02-21Merge pull request #5131 from keszybz/environment-generatorsLennart Poettering
2017-02-20manager: run environment generatorsZbigniew Jędrzejewski-Szmek
2017-02-20core/manager: move environment serialization out to basic/env-util.cZbigniew Jędrzejewski-Szmek
2017-02-20core/manager: fix grammar in commentZbigniew Jędrzejewski-Szmek
2017-02-20basic/exec-util: add support for synchronous (ordered) executionZbigniew Jędrzejewski-Szmek
2017-02-20core/manager: split out creation of serialization fd out to a helperZbigniew Jędrzejewski-Szmek
2017-02-20core/execute: add (void)Zbigniew Jędrzejewski-Szmek
2017-02-20core/killall: add (void)Zbigniew Jędrzejewski-Szmek
2017-02-20core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...Tejun Heo
2017-02-18core: make SYSTEMD_CGROUP_CONTROLLER a special stringTejun Heo
2017-02-18core: simplify cg_[all_]unified()Tejun Heo