| Commit message (Expand) | Author | Files | Lines |
2017-11-19 | Add SPDX license identifiers to source files under the GPL | Zbigniew Jędrzejewski-Szmek | 34 | -0/+34 |
2017-11-19 | Add SPDX license identifiers to source files under the LGPL | Zbigniew Jędrzejewski-Szmek | 1138 | -2/+1140 |
2017-11-19 | machined: support "machinectl bind" on non-directories (#7349) | Lennart Poettering | 2 | -36/+74 |
2017-11-19 | man: remove note about CPU controller being unmerged | Zbigniew Jędrzejewski-Szmek | 1 | -5/+1 |
2017-11-19 | man: add link to kernel docs about no_new_privs | Zbigniew Jędrzejewski-Szmek | 1 | -1/+5 |
2017-11-17 | core: be more defensive if we can't determine per-connection socket peer (#7329) | Lennart Poettering | 1 | -9/+6 |
2017-11-17 | man: rescue.target could be seen as single-user.target (#7323) | John Lin | 1 | -1/+2 |
2017-11-17 | man: document that start limiting of GC'ed units doesn't work (#7337) | Lennart Poettering | 1 | -15/+18 |
2017-11-17 | install: when we encounter a transient/generated unit while presetting all, s... | Lennart Poettering | 1 | -0/+2 |
2017-11-17 | main: uid_to_name() might theoretically fail, handle that | Lennart Poettering | 1 | -2/+2 |
2017-11-17 | core: shorten main() a bit, split out coredump initialization | Lennart Poettering | 1 | -11/+17 |
2017-11-17 | main: let's make main() shorter, let's split out clock initialization | Lennart Poettering | 1 | -40/+43 |
2017-11-17 | main: let's make main() shorter, let's split out invocation of shutdown binary | Lennart Poettering | 1 | -71/+83 |
2017-11-17 | core: let's shorten main() a bit, let's split out telinit redirection into a ... | Lennart Poettering | 1 | -10/+18 |
2017-11-17 | main: add set_manager_settings(), similar in style to set_manager_defaults() | Lennart Poettering | 1 | -5/+13 |
2017-11-17 | core: never apply first boot presets in the initrd | Lennart Poettering | 2 | -15/+15 |
2017-11-17 | main: rename manager_set_defaults() → set_manager_defaults() | Lennart Poettering | 1 | -3/+3 |
2017-11-17 | update TODO | Lennart Poettering | 1 | -0/+4 |
2017-11-17 | man: document that ExecStop= is executed during restarts | Lennart Poettering | 1 | -1/+3 |
2017-11-17 | man: add missing suffixing "=" for setting name | Lennart Poettering | 1 | -1/+1 |
2017-11-17 | man: write "stop and start" instead of "restart" when explaining the reload f... | Lennart Poettering | 1 | -14/+9 |
2017-11-17 | man: document the interaction of "systemctl restart" and the FD store | Lennart Poettering | 1 | -3/+11 |
2017-11-17 | nspawn: make recursive chown()ing logic safe for being aborted in the middle | Lennart Poettering | 4 | -63/+121 |
2017-11-17 | nspawn: add missing #pragma once to header file | Lennart Poettering | 1 | -0/+2 |
2017-11-17 | fs-util: add access_fd() which is like access() but for fds | Lennart Poettering | 3 | -1/+44 |
2017-11-17 | man: document how nspawn's --bind= and --private-users interact | Lennart Poettering | 1 | -1/+7 |
2017-11-17 | test-cgroup-util: skip cg hierarchy tests when necessary (#7371) | Zbigniew Jędrzejewski-Szmek | 1 | -2/+7 |
2017-11-17 | nspawn: correctly document the relationship of --keep-unit and --register=no ... | Lennart Poettering | 1 | -13/+10 |
2017-11-17 | core/cgroup: assigning empty string to Delegate= resets list of controllers (... | Yu Watanabe | 3 | -3/+13 |
2017-11-17 | cgroup: assume the use of v1 when all the preceding checks fail (#7366) | Evgeny Vereshchagin | 1 | -10/+11 |
2017-11-17 | mount: show which argument is invalid | Yu Watanabe | 1 | -4/+4 |
2017-11-17 | mount: add "-G" as shortcut for "--property=CollectMode=inactive-or-failed" | Yu Watanabe | 2 | -2/+30 |
2017-11-16 | update TODO | Lennart Poettering | 1 | -5/+4 |
2017-11-16 | run: add "-G" as shortcut for "--property=CollectMode=inactive-or-failed" | Lennart Poettering | 2 | -2/+30 |
2017-11-16 | core: add a new unit file setting CollectMode= for tweaking the GC logic | Lennart Poettering | 8 | -7/+129 |
2017-11-16 | unit: rework a bit how we keep the service fdstore from being destroyed durin... | Lennart Poettering | 4 | -16/+25 |
2017-11-16 | man: mention how to provision Ubuntu and Tanglu for nspawn (#7359) | Zbigniew Jędrzejewski-Szmek | 1 | -3/+16 |
2017-11-16 | test-unit-file: add test for config_parse_log_extra_fields() | Zbigniew Jędrzejewski-Szmek | 1 | -0/+68 |
2017-11-16 | man: document LogFieldMax= and LogExtraFields= | Lennart Poettering | 1 | -0/+35 |
2017-11-16 | core: implement /run/systemd/units/-based path for passing unit info from PID... | Lennart Poettering | 27 | -87/+766 |
2017-11-16 | man: update SyslogXYZ= documentation a bit | Lennart Poettering | 1 | -61/+41 |
2017-11-16 | man: rework the discussion of Storage= a bit | Lennart Poettering | 1 | -11/+13 |
2017-11-16 | journald: when logging about dropped messages, include more meta data | Lennart Poettering | 5 | -12/+15 |
2017-11-16 | journal: reindent field mapping tables | Lennart Poettering | 1 | -23/+23 |
2017-11-16 | journal: make use of IOVEC_MAKE() where it makes sense | Lennart Poettering | 2 | -13/+5 |
2017-11-16 | journal: move valid_user_field() to journal-util.[ch] and rename it → journ... | Lennart Poettering | 3 | -37/+44 |
2017-11-16 | man: fix wrong tag (#7358) | Yu Watanabe | 1 | -3/+3 |
2017-11-16 | tmpfiles: when /etc is not fully initialized, some specifiers are expected to... | Franck Bui | 1 | -41/+106 |
2017-11-16 | systemctl: other wayland sessions should inhibit shutdown, like x11 sessions ... | Alan Jenkins | 1 | -1/+1 |
2017-11-16 | sd-dhcp6-client: Implement FQDN Option (#7309) | Stefan Agner | 7 | -2/+137 |