summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cgroup: drop redundant if checkLennart Poettering2020-01-141-2/+2
| * | | cgroup: update only siblings that got realized onceLennart Poettering2020-01-141-1/+16
| * | | cgroup: drop unnecessary {}Lennart Poettering2020-01-141-4/+2
| * | | cgroup: no need to cast dev_t to dev_tLennart Poettering2020-01-141-2/+2
| * | | cgroup: use log_warning_errno() where possibleLennart Poettering2020-01-141-9/+10
* | | | Merge pull request #14390 from poettering/gpt-var-tmpZbigniew Jędrzejewski-Szmek2020-01-1410-8/+73
|\ \ \ \
| * | | | docs: import discoverable partitions specLennart Poettering2019-12-231-1/+1
| * | | | dissect: introduce new recognizable partition types for /var and /var/tmpLennart Poettering2019-12-2310-7/+72
* | | | | systemctl: use format-table.[ch] for tablesFrantisek Sumsal2020-01-141-367/+226
* | | | | Merge pull request #14505 from poettering/refuse-on-failureZbigniew Jędrzejewski-Szmek2020-01-1411-9/+48
|\ \ \ \ \
| * | | | | core: clearly refuse OnFailure= deps on units that can't failLennart Poettering2020-01-0911-9/+48
* | | | | | mount: mark an existing "mounting" unit from /proc/self/mountinfo as "just_mo...Jun'ichi Nomura2020-01-141-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #14555 from poettering/table-multineYu Watanabe2020-01-137-108/+633
|\ \ \ \ \
| * | | | | machinectl: modernize address table handlingLennart Poettering2020-01-131-40/+35
| * | | | | format-table: natively support multiline cellsLennart Poettering2020-01-133-68/+328
| * | | | | string-util: add helper for extracting n'th line of a stringLennart Poettering2020-01-133-0/+139
| * | | | | string-util: let's add helper for truncating string after a specified number ...Lennart Poettering2020-01-133-0/+131
* | | | | | killall: update reference to root storage daemon interface docsLennart Poettering2020-01-131-1/+1
* | | | | | Merge pull request #14400 from keszybz/alias-checkLennart Poettering2020-01-138-22/+292
|\ \ \ \ \ \
| * | | | | | core,install: allow one more case of "instance propagation"Zbigniew Jędrzejewski-Szmek2020-01-105-9/+54
| * | | | | | shared/install: rework alias check and add testZbigniew Jędrzejewski-Szmek2020-01-103-37/+202
| * | | | | | shared/unit-file: expose function to check .wants/.requires symlink validityZbigniew Jędrzejewski-Szmek2020-01-103-20/+22
| * | | | | | shared/install: drop creation of alias for DefaultInstanceZbigniew Jędrzejewski-Szmek2019-12-211-16/+0
| * | | | | | basic/unit-name: make sure UnitNameFlags is signedZbigniew Jędrzejewski-Szmek2019-12-192-0/+5
| * | | | | | shared/install: split out alias verification functionZbigniew Jędrzejewski-Szmek2019-12-192-28/+42
| * | | | | | Be more strict about what can be an Alias for template and instancesJérémy Rosen2019-12-181-0/+55
* | | | | | | Merge pull request #14381 from keszybz/ifindex-cleanupLennart Poettering2020-01-1337-715/+760
|\ \ \ \ \ \ \
| * | | | | | | networkctl: break long lineZbigniew Jędrzejewski-Szmek2020-01-121-1/+2
| * | | | | | | machinectl: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2020-01-121-23/+20
| * | | | | | | resolvectl: minor optimizations to allocate lessZbigniew Jędrzejewski-Szmek2020-01-121-6/+6
| * | | | | | | Resolve alternative ifnames wherever we would resolve an interface nameZbigniew Jędrzejewski-Szmek2020-01-129-58/+47
| * | | | | | | util-lib: add function to resolve "alternative" namesZbigniew Jędrzejewski-Szmek2020-01-123-14/+27
| * | | | | | | util-lib: move things that parse ifnames to shared/Zbigniew Jędrzejewski-Szmek2020-01-1120-541/+594
| * | | | | | | basic/socket-util: indent for clarityZbigniew Jędrzejewski-Szmek2020-01-111-5/+5
| * | | | | | | sd-netlink: do not require rtnl pointer to be passedZbigniew Jędrzejewski-Szmek2020-01-111-1/+3
| * | | | | | | networkctl: define a helper for interface name resolutionZbigniew Jędrzejewski-Szmek2020-01-114-25/+34
| * | | | | | | timedatectl: drop ifindex output parameter tooZbigniew Jędrzejewski-Szmek2020-01-111-15/+11
| * | | | | | | tree-wide: make parse_ifindex simply return the indexZbigniew Jędrzejewski-Szmek2020-01-1115-92/+77
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #11199 from dargad/restore-pam-setcredLennart Poettering2020-01-134-25/+132
|\ \ \ \ \ \ \
| * | | | | | | test: Add tests for gid list opsDariusz Gadomski2020-01-131-4/+35
| * | | | | | | execute: Detect groups added by PAM and merge them with supplementary groupsDariusz Gadomski2020-01-131-1/+24
| * | | | | | | execute: Restore call to pam_setcredDariusz Gadomski2020-01-131-0/+8
| * | | | | | | user-util: Add helper functions for gid lists operationsDariusz Gadomski2020-01-132-20/+65
* | | | | | | | Merge pull request #14293 from keur/systemctl_with_dependenciesLennart Poettering2020-01-132-80/+149
|\ \ \ \ \ \ \ \
| * | | | | | | | systemctl: Add --with-dependencies flagKevin Kuehler2020-01-101-79/+148
| * | | | | | | | shared/bus-util: Don't replace exsting strvKevin Kuehler2020-01-081-1/+1
* | | | | | | | | journalctl: Correctly handle combination of --reverse and --lines (fixes #1596)Timo Schlüßler2020-01-131-4/+4
* | | | | | | | | journalctl: Correctly handle --show-cursor in combination with --until or --s...Timo Schlüßler2020-01-131-25/+24
* | | | | | | | | Merge pull request #14532 from poettering/namespace-dynamic-user-fixLennart Poettering2020-01-133-41/+92
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | core: make sure we use the correct mount flag when re-mounting bind mountsLennart Poettering2020-01-093-9/+34