summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #7357 from yuwata/7314-modLennart Poettering2017-11-171-6/+19
|\
| * mount: show which argument is invalidYu Watanabe2017-11-171-4/+4
| * mount: add "-G" as shortcut for "--property=CollectMode=inactive-or-failed"Yu Watanabe2017-11-171-2/+15
* | cgroup: assume the use of v1 when all the preceding checks fail (#7366)Evgeny Vereshchagin2017-11-171-10/+11
|/
* run: add "-G" as shortcut for "--property=CollectMode=inactive-or-failed"Lennart Poettering2017-11-161-2/+15
* core: add a new unit file setting CollectMode= for tweaking the GC logicLennart Poettering2017-11-167-6/+73
* unit: rework a bit how we keep the service fdstore from being destroyed durin...Lennart Poettering2017-11-164-16/+25
* test-unit-file: add test for config_parse_log_extra_fields()Zbigniew Jędrzejewski-Szmek2017-11-161-0/+68
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-1627-87/+766
* journald: when logging about dropped messages, include more meta dataLennart Poettering2017-11-165-12/+15
* journal: reindent field mapping tablesLennart Poettering2017-11-161-23/+23
* journal: make use of IOVEC_MAKE() where it makes senseLennart Poettering2017-11-162-13/+5
* journal: move valid_user_field() to journal-util.[ch] and rename it → journ...Lennart Poettering2017-11-163-37/+44
* Merge pull request #7356 from keszybz/cgroup-and-manager-cleanupsLennart Poettering2017-11-164-25/+64
|\
| * core/manager: just return an error if we fail halfwayZbigniew Jędrzejewski-Szmek2017-11-151-16/+21
| * core: fix message about detected memory hierarchyZbigniew Jędrzejewski-Szmek2017-11-151-3/+3
| * test-cgroup-util: add basic test for cg_all_unified/cg_hybrid_unified/cg_unif...Zbigniew Jędrzejewski-Szmek2017-11-151-0/+27
| * util-lib: add debug messages when checking cgroup layoutZbigniew Jędrzejewski-Szmek2017-11-151-5/+12
| * Use plural DelegateControllers= consistentlyZbigniew Jędrzejewski-Szmek2017-11-151-1/+1
* | tmpfiles: when /etc is not fully initialized, some specifiers are expected to...Franck Bui2017-11-161-41/+106
* | systemctl: other wayland sessions should inhibit shutdown, like x11 sessions ...Alan Jenkins2017-11-161-1/+1
* | sd-dhcp6-client: Implement FQDN Option (#7309)Stefan Agner2017-11-167-2/+137
* | sd-dhcp-client: validate hostnames stricter (#7308)Stefan Agner2017-11-162-2/+8
* | Merge pull request #6866 from sourcejedi/set-linger2Lennart Poettering2017-11-157-78/+101
|\ \
| * | logind: fix SetLinger to authorize by client's effective User IDAlan Jenkins2017-11-141-14/+16
| * | loginctl: enable-linger does not need fallback to XDG_SESSION_IDAlan Jenkins2017-11-141-3/+3
| * | logind: comment use of *_get_session()Alan Jenkins2017-11-142-0/+8
| * | logind: more specific error message for unknown usersAlan Jenkins2017-11-141-3/+5
| * | logind: "self" objects which do not apply - return specific error messagesAlan Jenkins2017-11-143-33/+7
| * | logind: remove an obscure dbus error from GetSessionByPID(0) and friendsAlan Jenkins2017-11-141-26/+61
| * | nspawn: comment to acknowledge lying about "user session"Alan Jenkins2017-10-181-0/+2
* | | core: fix bus property logic for RequiresMountsFor= dependencies (#7332)Lennart Poettering2017-11-141-2/+2
* | | Merge pull request #7313 from keszybz/msgformatZbigniew Jędrzejewski-Szmek2017-11-1414-141/+137
|\ \ \
| * | | po: add a copy of polkit its rulesZbigniew Jędrzejewski-Szmek2017-11-147-0/+7
| * | | i18n: drop intltool use, use meson's merge_file directlyZbigniew Jędrzejewski-Szmek2017-11-1314-141/+130
* | | | udev: net_setup_link: don't error out when we couldn't apply link config (#7328)Michal Sekletar2017-11-141-4/+2
* | | | busctl: fix minor memory leak in busctl (#7331)Lennart Poettering2017-11-141-3/+4
| |_|/ |/| |
* | | core/dbus-unit: add property_get_requires_mounts_for() to send correct messag...Yu Watanabe2017-11-141-1/+32
* | | Fix error message when binding files (#7196)Zeal Jagannatha2017-11-141-1/+1
* | | systemctl: print a friendly message when systemctl is invoked, but PID 1 is n...Lennart Poettering2017-11-131-0/+6
* | | core: only warn about BPF/cgroup missing once per runtime (#7319)Lennart Poettering2017-11-132-6/+18
* | | basic: remove redundant check (#7320)Topi Miettinen2017-11-131-1/+1
|/ /
* | Merge pull request #7284 from poettering/cgroup-delegate-maskLennart Poettering2017-11-1342-201/+518
|\ \
| * | core: rework the Delegate= unit file setting to take a list of controller namesLennart Poettering2017-11-138-22/+246
| * | core: downgrade a log message from error to warningLennart Poettering2017-11-131-2/+2
| * | string-util: add delete_trailing_chars() and skip_leading_chars() helpersLennart Poettering2017-11-1310-32/+92
| * | conf-parser: reindent some strangely indented function headersLennart Poettering2017-11-131-20/+22
| * | conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-1321-91/+88
| * | conf-parser: simplify things a bit by using strextend()Lennart Poettering2017-11-131-11/+7
| * | fileio: make use of DEFINE_TRIVIAL_CLEANUP_FUNC where it makes senseLennart Poettering2017-11-131-3/+1