summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-24cgroup: rework cg_all_unified()Lennart Poettering
2017-02-24cgroup: rename cg_update_unified() → cg_unified_update()Lennart Poettering
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-24cgroup-util: check unified_cache before invoking streq()Lennart Poettering
2017-02-24sd-netlink: fix type for IFLA_VXLAN_LOCALSusant Sahani
2017-02-24test: add support for in_addr_is_multicast testsSusant Sahani
2017-02-24socket-util: introduce in_addr_is_multicastSusant Sahani
2017-02-23Merge pull request #4670 from htejun/systemd-controller-on-unified-v2Lennart Poettering
2017-02-23Merge pull request #5434 from poettering/udev-log-revertEvgeny Vereshchagin
2017-02-23journal: avoid duplicated call to get cgroup path (#5404)Namhyung Kim
2017-02-23Revert "udev: Introduce UDEV_PROPAGATE_LOG macro (#5302)"Lennart Poettering
2017-02-22test-cgroup-util: add a "test" to print out cg_is_*_wanted() valuesZbigniew Jędrzejewski-Szmek
2017-02-22cgroup-util: fix the case of default=unified, unified-cgroup-hierarchy=0Zbigniew Jędrzejewski-Szmek
2017-02-22cgroup-util: cache all cg_is_*_wanted answers, disable /sys/fs/cgroups/unifie...Zbigniew Jędrzejewski-Szmek
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-22networkd: address config add error checkingSusant Sahani
2017-02-22networkd: Do not set config to NULL immediately.Susant Sahani
2017-02-22Merge pull request #5409 from keszybz/test-env-util-memleakEvgeny Vereshchagin
2017-02-22udev: Introduce UDEV_PROPAGATE_LOG macro (#5302)Susant Sahani
2017-02-22coredump: fix assign in while loop (#5417)Thomas H. P. Andersen
2017-02-21udev-builtin-blkid: use -errno not -1 as error codeZbigniew Jędrzejewski-Szmek
2017-02-21tree-wide: simplify handling of blkid errorsZbigniew Jędrzejewski-Szmek
2017-02-21Revert "basic/strv: allow NULLs to be inserted into strv"Lennart Poettering
2017-02-21log: never log into foreign fd #2 in PID 1 or its pre-execve() childrenLennart Poettering
2017-02-21bootctl: create loader.conf only if it doesn't exist yetLennart Poettering
2017-02-21bootctl: rework file copy routines to reuse copy_bytes() from copy.cLennart Poettering
2017-02-21copy: a plain unlink() works here tooLennart Poettering
2017-02-21sd-netlink: don't give up on netlink on ENOBUFSLennart Poettering
2017-02-21dissect: generate friendly error messages for more error conditionsLennart Poettering
2017-02-21Fix check for signal in set (#5416)stuart-mclaren
2017-02-21basic/env-util: drop leftover commentZbigniew Jędrzejewski-Szmek
2017-02-21basic/fileio: use IN_SETZbigniew Jędrzejewski-Szmek
2017-02-21basic/fileio: fix memleak when discarding an invalid variableZbigniew Jędrzejewski-Szmek
2017-02-21mount-tools: silence gcc warning about uninit varZbigniew Jędrzejewski-Szmek
2017-02-21test-env-util: fix typo leading to memleakZbigniew Jędrzejewski-Szmek
2017-02-21systemctl: suffix cmdline options that take arguments with =Lennart Poettering
2017-02-21Merge pull request #5131 from keszybz/environment-generatorsLennart Poettering
2017-02-21coredumpctl: print a hint if any coredumps are in flight (#5393)Zbigniew Jędrzejewski-Szmek
2017-02-21Merge pull request #5390 from keszybz/coverityLennart Poettering
2017-02-20test-env-util: add more tests for "extended syntax"Zbigniew Jędrzejewski-Szmek
2017-02-20basic: support default and alternate values for env expansionRay Strode
2017-02-20basic: add replace_env_n functionRay Strode
2017-02-20Tighten checking for variable validityZbigniew Jędrzejewski-Szmek
2017-02-20Allow braceless variables to be expandedZbigniew Jędrzejewski-Szmek
2017-02-20basic/env-util: use _cleanup_ in replace_env()Zbigniew Jędrzejewski-Szmek
2017-02-20environment-generator: new generator to peruse environment.dZbigniew Jędrzejewski-Szmek
2017-02-20basic: add new merge_env_file functionRay Strode
2017-02-20basic: drop unnecessary strempty() call in replace_envRay Strode