Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | cgroup: drop redundant if check | Lennart Poettering | 2020-01-14 | 1 | -2/+2 | |
| * | | | cgroup: update only siblings that got realized once | Lennart Poettering | 2020-01-14 | 1 | -1/+16 | |
| * | | | cgroup: drop unnecessary {} | Lennart Poettering | 2020-01-14 | 1 | -4/+2 | |
| * | | | cgroup: no need to cast dev_t to dev_t | Lennart Poettering | 2020-01-14 | 1 | -2/+2 | |
| * | | | cgroup: use log_warning_errno() where possible | Lennart Poettering | 2020-01-14 | 1 | -9/+10 | |
* | | | | Merge pull request #14390 from poettering/gpt-var-tmp | Zbigniew Jędrzejewski-Szmek | 2020-01-14 | 10 | -8/+73 | |
|\ \ \ \ | ||||||
| * | | | | docs: import discoverable partitions spec | Lennart Poettering | 2019-12-23 | 1 | -1/+1 | |
| * | | | | dissect: introduce new recognizable partition types for /var and /var/tmp | Lennart Poettering | 2019-12-23 | 10 | -7/+72 | |
* | | | | | systemctl: use format-table.[ch] for tables | Frantisek Sumsal | 2020-01-14 | 1 | -367/+226 | |
* | | | | | Merge pull request #14505 from poettering/refuse-on-failure | Zbigniew Jędrzejewski-Szmek | 2020-01-14 | 11 | -9/+48 | |
|\ \ \ \ \ | ||||||
| * | | | | | core: clearly refuse OnFailure= deps on units that can't fail | Lennart Poettering | 2020-01-09 | 11 | -9/+48 | |
* | | | | | | mount: mark an existing "mounting" unit from /proc/self/mountinfo as "just_mo... | Jun'ichi Nomura | 2020-01-14 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #14555 from poettering/table-multine | Yu Watanabe | 2020-01-13 | 7 | -108/+633 | |
|\ \ \ \ \ | ||||||
| * | | | | | machinectl: modernize address table handling | Lennart Poettering | 2020-01-13 | 1 | -40/+35 | |
| * | | | | | format-table: natively support multiline cells | Lennart Poettering | 2020-01-13 | 3 | -68/+328 | |
| * | | | | | string-util: add helper for extracting n'th line of a string | Lennart Poettering | 2020-01-13 | 3 | -0/+139 | |
| * | | | | | string-util: let's add helper for truncating string after a specified number ... | Lennart Poettering | 2020-01-13 | 3 | -0/+131 | |
* | | | | | | killall: update reference to root storage daemon interface docs | Lennart Poettering | 2020-01-13 | 1 | -1/+1 | |
* | | | | | | Merge pull request #14400 from keszybz/alias-check | Lennart Poettering | 2020-01-13 | 8 | -22/+292 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | core,install: allow one more case of "instance propagation" | Zbigniew Jędrzejewski-Szmek | 2020-01-10 | 5 | -9/+54 | |
| * | | | | | | shared/install: rework alias check and add test | Zbigniew Jędrzejewski-Szmek | 2020-01-10 | 3 | -37/+202 | |
| * | | | | | | shared/unit-file: expose function to check .wants/.requires symlink validity | Zbigniew Jędrzejewski-Szmek | 2020-01-10 | 3 | -20/+22 | |
| * | | | | | | shared/install: drop creation of alias for DefaultInstance | Zbigniew Jędrzejewski-Szmek | 2019-12-21 | 1 | -16/+0 | |
| * | | | | | | basic/unit-name: make sure UnitNameFlags is signed | Zbigniew Jędrzejewski-Szmek | 2019-12-19 | 2 | -0/+5 | |
| * | | | | | | shared/install: split out alias verification function | Zbigniew Jędrzejewski-Szmek | 2019-12-19 | 2 | -28/+42 | |
| * | | | | | | Be more strict about what can be an Alias for template and instances | Jérémy Rosen | 2019-12-18 | 1 | -0/+55 | |
* | | | | | | | Merge pull request #14381 from keszybz/ifindex-cleanup | Lennart Poettering | 2020-01-13 | 37 | -715/+760 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | networkctl: break long line | Zbigniew Jędrzejewski-Szmek | 2020-01-12 | 1 | -1/+2 | |
| * | | | | | | | machinectl: reduce scope of iterator variables | Zbigniew Jędrzejewski-Szmek | 2020-01-12 | 1 | -23/+20 | |
| * | | | | | | | resolvectl: minor optimizations to allocate less | Zbigniew Jędrzejewski-Szmek | 2020-01-12 | 1 | -6/+6 | |
| * | | | | | | | Resolve alternative ifnames wherever we would resolve an interface name | Zbigniew Jędrzejewski-Szmek | 2020-01-12 | 9 | -58/+47 | |
| * | | | | | | | util-lib: add function to resolve "alternative" names | Zbigniew Jędrzejewski-Szmek | 2020-01-12 | 3 | -14/+27 | |
| * | | | | | | | util-lib: move things that parse ifnames to shared/ | Zbigniew Jędrzejewski-Szmek | 2020-01-11 | 20 | -541/+594 | |
| * | | | | | | | basic/socket-util: indent for clarity | Zbigniew Jędrzejewski-Szmek | 2020-01-11 | 1 | -5/+5 | |
| * | | | | | | | sd-netlink: do not require rtnl pointer to be passed | Zbigniew Jędrzejewski-Szmek | 2020-01-11 | 1 | -1/+3 | |
| * | | | | | | | networkctl: define a helper for interface name resolution | Zbigniew Jędrzejewski-Szmek | 2020-01-11 | 4 | -25/+34 | |
| * | | | | | | | timedatectl: drop ifindex output parameter too | Zbigniew Jędrzejewski-Szmek | 2020-01-11 | 1 | -15/+11 | |
| * | | | | | | | tree-wide: make parse_ifindex simply return the index | Zbigniew Jędrzejewski-Szmek | 2020-01-11 | 15 | -92/+77 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #11199 from dargad/restore-pam-setcred | Lennart Poettering | 2020-01-13 | 4 | -25/+132 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | test: Add tests for gid list ops | Dariusz Gadomski | 2020-01-13 | 1 | -4/+35 | |
| * | | | | | | | execute: Detect groups added by PAM and merge them with supplementary groups | Dariusz Gadomski | 2020-01-13 | 1 | -1/+24 | |
| * | | | | | | | execute: Restore call to pam_setcred | Dariusz Gadomski | 2020-01-13 | 1 | -0/+8 | |
| * | | | | | | | user-util: Add helper functions for gid lists operations | Dariusz Gadomski | 2020-01-13 | 2 | -20/+65 | |
* | | | | | | | | Merge pull request #14293 from keur/systemctl_with_dependencies | Lennart Poettering | 2020-01-13 | 2 | -80/+149 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | systemctl: Add --with-dependencies flag | Kevin Kuehler | 2020-01-10 | 1 | -79/+148 | |
| * | | | | | | | | shared/bus-util: Don't replace exsting strv | Kevin Kuehler | 2020-01-08 | 1 | -1/+1 | |
* | | | | | | | | | journalctl: Correctly handle combination of --reverse and --lines (fixes #1596) | Timo Schlüßler | 2020-01-13 | 1 | -4/+4 | |
* | | | | | | | | | journalctl: Correctly handle --show-cursor in combination with --until or --s... | Timo Schlüßler | 2020-01-13 | 1 | -25/+24 | |
* | | | | | | | | | Merge pull request #14532 from poettering/namespace-dynamic-user-fix | Lennart Poettering | 2020-01-13 | 3 | -41/+92 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | core: make sure we use the correct mount flag when re-mounting bind mounts | Lennart Poettering | 2020-01-09 | 3 | -9/+34 |