summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-25coredump: slight simplificationZbigniew Jędrzejewski-Szmek
2017-02-25NEWS: fix typo (#5453)Thomas H. P. Andersen
2017-02-25Merge pull request #5449 from keszybz/blkd-error-handlingMartin Pitt
2017-02-24Merge pull request #5429 from GiedriusS/masterZbigniew Jędrzejewski-Szmek
2017-02-24Merge pull request #5444 from poettering/cgroups-revert-no-errorZbigniew Jędrzejewski-Szmek
2017-02-24shell-completion: include the new coredumpctl optionsGiedrius Statkevičius
2017-02-24man/coredumpctl: document the new options -S/-UGiedrius Statkevičius
2017-02-24coredumpctl: implement --since/--until (-S/-U) for info/list verbsGiedrius Statkevičius
2017-02-24Fix missing space in comments (#5439)AsciiWolf
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-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-23Revert "Makefile.am: add a `\` (#5422)"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-23Merge pull request #5424 from segfault-cc/masterPeter Hutterer
2017-02-22man: journalctl: update --new-id128 format count (#5423)Lucas Werkmeister
2017-02-22cgroup-util: cache all cg_is_*_wanted answers, disable /sys/fs/cgroups/unifie...Zbigniew Jędrzejewski-Szmek
2017-02-22Merge pull request #5421 from ssahani/net7Zbigniew Jędrzejewski-Szmek
2017-02-22man: update descriptions of argument-less kernel cmdline argsZbigniew Jędrzejewski-Szmek
2017-02-22man: describe the cgroup hierarchy kernel commandline optionsZbigniew 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-22build-sys: default to hybrid cgroup hierarchyZbigniew Jędrzejewski-Szmek
2017-02-22Added hwdb rule for E5570 laptop (PointingStick)Vitaly Sulimov
2017-02-22networkd: address config add error checkingSusant Sahani
2017-02-22networkd: Do not set config to NULL immediately.Susant Sahani
2017-02-21Makefile.am: add a `\` (#5422)Susant Sahani
2017-02-22Merge pull request #5409 from keszybz/test-env-util-memleakEvgeny Vereshchagin
2017-02-21NEWS: add a comment about udev's MemoryDenyWriteExecute= setting (#5414)Lennart Poettering
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-21Merge pull request #5411 from poettering/various-pre-v233-fixesZbigniew Jędrzejewski-Szmek
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-21man: document that ProtectKernelTunables= and ProtectControlGroups= implies M...Lennart 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