summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-24core: simplify skip_seccomp_unavailable() a bitLennart Poettering
2016-10-24update-done: minor clean-upsLennart Poettering
2016-10-24Merge pull request #4459 from keszybz/commandline-parsingLennart Poettering
2016-10-24Merge pull request #4469 from endocode/djalal/groups-testDjalal Harouni
2016-10-24Merge pull request #4406 from jsynacek/jsynacek-is-enabledLennart Poettering
2016-10-24networkd-ndisc: Don't add NDisc route for local address (#4467)Patrik Flykt
2016-10-24core: do not assert when sysconf(_SC_NGROUPS_MAX) fails (#4466)Djalal Harouni
2016-10-24test: lets add more tests to cover SupplementaryGroups= cases.Djalal Harouni
2016-10-24shared, systemctl: teach is-enabled to show installation targetsJan Synacek
2016-10-24install: introduce UnitFileFlagsJan Synacek
2016-10-23Merge pull request #4372 from evverx/fix-synced-cgroup-hierarchy-permsZbigniew Jędrzejewski-Szmek
2016-10-23nspawn: become a new root earlyEvgeny Vereshchagin
2016-10-23nspawn: really lchown(uid/gid)Evgeny Vereshchagin
2016-10-23basic: fallback to the fstat if we don't have access to the /proc/self/fdinfoEvgeny Vereshchagin
2016-10-23core: lets move the setup of working directory before group enforceDjalal Harouni
2016-10-23test: add more tests for SupplementaryGroups=Djalal Harouni
2016-10-23test: Add simple test for supplementary groupsDjalal Harouni
2016-10-23core: first lookup and cache creds then apply them after namespace setupDjalal Harouni
2016-10-22core: do not set no_new_privileges flag in config_parse_syscall_filterZbigniew Jędrzejewski-Szmek
2016-10-22Merge pull request #4428 from lnykryn/ctrl_v2Zbigniew Jędrzejewski-Szmek
2016-10-22tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek
2016-10-22udev: change kernel commandline option parsingZbigniew Jędrzejewski-Szmek
2016-10-22journald: convert journald to use parse_proc_cmdlineZbigniew Jędrzejewski-Szmek
2016-10-22tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek
2016-10-22journal: remove unused variableThomas Hindoe Paaboel Andersen
2016-10-21journald: systemd.journald.max_level_* kernel command line options (#4427)Umut Tezduyar Lindskog
2016-10-21vconsole: skip unnecessary udev call for dummy deviceMichal Soltys
2016-10-21Merge pull request #4447 from poettering/oneshotassertfixDaniel Mack
2016-10-21core: use emergency_action for ctr+alt+del burstLukas Nykryn
2016-10-21failure-action: generalize failure action to emergency actionLukas Nykryn
2016-10-21Merge pull request #4419 from keszybz/install-specifiersLennart Poettering
2016-10-21sysusers: fix memleak (#4443)Evgeny Vereshchagin
2016-10-21core: if the start command vanishes during runtime don't hit an assertLennart Poettering
2016-10-21Revert "add networkd dbus lease info" (#4435)Zbigniew Jędrzejewski-Szmek
2016-10-21nspawn, NEWS: add missing "s" in --private-users-chown (#4438)Zbigniew Jędrzejewski-Szmek
2016-10-20sysusers: fix memleak (#4430)Evgeny Vereshchagin
2016-10-20update-utmp: let's use STR_IN_SET() where it is prettyLennart Poettering
2016-10-20logind: don't hit assert when we try to free NULL manager objectLennart Poettering
2016-10-20tests: fix memleak in test-calendarspec (#4424)Evgeny Vereshchagin
2016-10-20shared/install: fix %u expansion when running under sudoZbigniew Jędrzejewski-Szmek
2016-10-20shared/install: fix DefaultInstance expansion in %n, %NZbigniew Jędrzejewski-Szmek
2016-10-20shared/install: fix DefaultInstance expansion in %iZbigniew Jędrzejewski-Szmek
2016-10-20journald,core: add short comments we we keep reopening /dev/console all the timeLennart Poettering
2016-10-20Merge pull request #4417 from keszybz/man-and-rlimitLennart Poettering
2016-10-19pid1: downgrade some rlimit warningsZbigniew Jędrzejewski-Szmek
2016-10-19core: let's upgrade the log level for service processes dying of signal (#4415)Lennart Poettering
2016-10-20Merge pull request #4360 from fbuihuu/journald-fix-flush-when-restartingLennart Poettering
2016-10-19Merge pull request #4390 from keszybz/install-specifiersLennart Poettering
2016-10-19bootctl: don't try to remove esp_path (#4407)Evgeny Vereshchagin
2016-10-19boot: fix `bootctl install` segfault (#4404)Yu Watanabe