summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* execute: allow pam_setcred() to fail, ignore errorsLennart Poettering2020-01-151-1/+1
* execute: add const to array parameters, where possibleLennart Poettering2020-01-151-2/+2
* Merge pull request #14562 from yuwata/table-strvZbigniew Jędrzejewski-Szmek2020-01-158-213/+418
|\
| * test-format-table: add tests for TABLE_STRVYu Watanabe2020-01-151-0/+114
| * resolvectl: use format-table.[ch]Yu Watanabe2020-01-151-104/+181
| * networkctl: use TABLE_STRVYu Watanabe2020-01-151-87/+50
| * format-table: introduce TABLE_STRVYu Watanabe2020-01-152-3/+38
| * strv: introduce strv_compare()Yu Watanabe2020-01-153-19/+35
* | Merge pull request #14424 from poettering/watch-bus-name-reworkLennart Poettering2020-01-157-174/+43
|\ \
| * | core: drop initial ListNames() bus call from PID 1Lennart Poettering2020-01-067-144/+16
| * | core: create/remove unit bus name slots always togetherLennart Poettering2020-01-062-18/+25
| * | core: no need to eat up errorLennart Poettering2020-01-061-4/+2
| * | core: shorten code a bitLennart Poettering2020-01-061-2/+0
| * | core: don't check potentially NULL error, it's not gonna work anywayLennart Poettering2020-01-061-4/+3
| * | core: don't check error parameter of get_name_owner_handler()Lennart Poettering2020-01-061-5/+0
* | | Merge pull request #14547 from keszybz/networkctl-matchingYu Watanabe2020-01-157-22/+59
|\ \ \ | |_|/ |/| |
| * | basic/strv: drop flags argument from strv_fnmatch()Zbigniew Jędrzejewski-Szmek2020-01-145-11/+11
| * | networkctl: return error or warning when interfaces are not matchedZbigniew Jędrzejewski-Szmek2020-01-144-13/+50
* | | cgroup: minor comment improvementLennart Poettering2020-01-141-7/+7
* | | logind: refuse overriding idle hint on tty sessionsLennart Poettering2020-01-143-23/+23
* | | Merge pull request #14564 from poettering/cgroup-realize-fixZbigniew Jędrzejewski-Szmek2020-01-141-18/+32
|\ \ \
| * | | 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-147-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