summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13354 from keszybz/two-refactoring-patchesYu Watanabe2019-09-161-1/+1
|\
| * basic/conf-files: make conf_files_list() take just a single directoryZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* | Merge pull request #13457 from keszybz/resolved-issueZbigniew Jędrzejewski-Szmek2019-09-031-7/+4
|\ \
| * | sd-bus: adjust indentation of commentsZbigniew Jędrzejewski-Szmek2019-08-271-3/+4
| * | shared/but-util: drop trusted annotation from bus_open_system_watch_bind_with...Zbigniew Jędrzejewski-Szmek2019-08-271-4/+0
* | | shared/unit-files: only put valid unit paths and dropin dirs in the cachehidden-units-are-good-unitsZbigniew Jędrzejewski-Szmek2019-08-301-1/+10
* | | shared/unit-files: we must not filter out names starting with a dotZbigniew Jędrzejewski-Szmek2019-08-301-1/+1
* | | core: stop removing non-existent and duplicate lookup pathsZbigniew Jędrzejewski-Szmek2019-08-272-65/+4
|/ /
* | shared/watchdog: close watchdog device when done with itZbigniew Jędrzejewski-Szmek2019-08-201-1/+10
* | Merge pull request #13353 from keszybz/analyze-cat-config-relabel-extra.dLennart Poettering2019-08-191-9/+18
|\ \
| * | analyze: make cat-config work with relabel-extra.dZbigniew Jędrzejewski-Szmek2019-08-191-9/+18
| |/
* | shared/seccomp: add sync_file_range2Zbigniew Jędrzejewski-Szmek2019-08-191-0/+1
* | Revert "shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE â†...Zbigniew JÄ™drzejewski-Szmek2019-08-191-1/+1
|/
* unit-file: downgrade accidentaly high-prio debug log messageLennart Poettering2019-08-161-1/+1
* shared/unit-file: fix systemctl cat user@.serviceZbigniew Jędrzejewski-Szmek2019-08-141-3/+3
* src/shared/seccomp-util.c: Add mmap definitions for s390Dan Streetman2019-08-131-2/+4
* shared/exit-status: fix off-by-one in commentZbigniew Jędrzejewski-Szmek2019-08-051-2/+2
* shared/exit-status: fix lookupZbigniew Jędrzejewski-Szmek2019-08-051-1/+1
* unit-file: fix coverity issueLennart Poettering2019-07-311-1/+1
* Merge pull request #13119 from keszybz/unit-loading-2Lennart Poettering2019-07-303-1/+501
|\
| * pid1: drop unit caches only based on mtimeZbigniew Jędrzejewski-Szmek2019-07-302-1/+58
| * pid1: use a cache for all unit aliasesZbigniew Jędrzejewski-Szmek2019-07-302-0/+368
| * shared/unit-file: add a function to validate unit alias symlinksZbigniew Jędrzejewski-Szmek2019-07-302-0/+75
| * shared/install: typoZbigniew Jędrzejewski-Szmek2019-07-291-1/+1
* | Merge pull request #13219 from poettering/named-exit-codes-tweaksZbigniew Jędrzejewski-Szmek2019-07-302-6/+6
|\ \
| * | exit-status: rename EXIT_STATUS_GLIBC → EXIT_STATUS_LIBCLennart Poettering2019-07-292-6/+6
* | | Merge pull request #13216 from poettering/busctl-format-tableLennart Poettering2019-07-292-9/+63
|\ \ \
| * | | format-table: add TABLE_PID cell typeLennart Poettering2019-07-291-0/+4
| * | | format-table: automatically show empty cells in greyLennart Poettering2019-07-291-3/+16
| * | | format-table: add table_fill_empty() to fill in empty cells until the specifi...Lennart Poettering2019-07-292-0/+23
| * | | format-table: if NULL is spcified as data, let's patch to an empty cellLennart Poettering2019-07-291-0/+4
| * | | format-table: optionally show a specific string in empty cellsLennart Poettering2019-07-292-6/+16
* | | | Merge pull request #13201 from yuwata/networkctl-merge-table_add_cellLennart Poettering2019-07-292-1/+174
|\ \ \ \ | |_|/ / |/| | |
| * | | table: add missing NULL initializationYu Watanabe2019-07-291-1/+1
| * | | table: add TABLE_UINT8 or friendsYu Watanabe2019-07-292-0/+128
| * | | table: add TABLE_IN_ADDR and TABLE_IN6_ADDRYu Watanabe2019-07-292-0/+45
| |/ /
* | | Merge pull request #13207 from keszybz/symbolic-exit-code-namesLennart Poettering2019-07-297-287/+184
|\ \ \ | |/ / |/| |
| * | pid1,systemctl: allow symbolic exit code namesZbigniew Jędrzejewski-Szmek2019-07-291-13/+19
| * | shared/bus-util: fix dbus serialization of {RestartPrevent,RestartForce,Succe...Zbigniew Jędrzejewski-Szmek2019-07-291-7/+7
| * | bus-util: convert bus_log_{parse,create}_error into definesZbigniew Jędrzejewski-Szmek2019-07-292-10/+5
| * | shared/exit-status: use Bitmap instead of SetsZbigniew Jędrzejewski-Szmek2019-07-294-28/+23
| * | shared/bitmap: constify various operators which don't modify bitmapZbigniew Jędrzejewski-Szmek2019-07-292-10/+9
| * | shared/exit-status: add exit_status_from_string()Zbigniew Jędrzejewski-Szmek2019-07-292-0/+18
| * | shared/exit-status: turn status level into a bitmask, add "test"Zbigniew Jędrzejewski-Szmek2019-07-292-226/+110
* | | Merge pull request #13212 from poettering/sleep-conf-defaultZbigniew Jędrzejewski-Szmek2019-07-291-1/+1
|\ \ \
| * | | man: document default HibernateDelaySec= settingLennart Poettering2019-07-291-1/+1
| |/ /
* | | Merge pull request #13184 from poettering/nspawn-usr-rootLennart Poettering2019-07-291-11/+35
|\ \ \
| * | | shared: allow LOCK_SH locks on the host root in OS imagesLennart Poettering2019-07-291-11/+35
| |/ /
* | | systemd-sleep: use swaps in priority orderZach Smith2019-07-292-31/+67
|/ /
* | efivars: modernize efi_get_variable() a bitLennart Poettering2019-07-251-27/+44