summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | cgroup: make use of unit_get_subtree_mask() where appropriateLennart Poettering2017-11-131-4/+2
| * | cgroup: improve cg_mask_to_string a bit, and add tests for itLennart Poettering2017-11-132-8/+50
| * | cgroup-util: add brief comments clarifying which controllers are v2-only and ...Lennart Poettering2017-11-131-4/+4
| * | namespace: set up OS hierarchy only after mounting the new root, not beforeLennart Poettering2017-11-131-4/+4
* | | install: drop redundant printing of unit name (#7296)Lennart Poettering2017-11-131-2/+2
* | | bpf-firewall: properly handle kernels where BPF cgroup is disabled but TRIE m...Lennart Poettering2017-11-131-1/+26
* | | Merge pull request #7310 from keszybz/missing-pkey_mprotectLennart Poettering2017-11-132-0/+32
|\ \ \ | |/ / |/| |
| * | shared/seccomp: skip pkey_mprotect protections if the syscall is unknownZbigniew Jędrzejewski-Szmek2017-11-131-0/+2
| * | basic/missing: add numbers for pkey_mprotectZbigniew Jędrzejewski-Szmek2017-11-131-0/+30
* | | Fix creating independent VTI tunnel (#7303)Robin McCorkell2017-11-131-1/+0
|/ /
* | shared/seccomp: disallow pkey_mprotect the same as mprotect for W^X mappings ...Zbigniew Jędrzejewski-Szmek2017-11-121-0/+6
* | seccomp: include ARM set_tls in @default (#7297)Lennart Poettering2017-11-121-0/+1
* | networkd: improve interface rename log message a bit (#7299)Lennart Poettering2017-11-121-1/+1