summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* boot: fix build with gnu-efi older than 3.0.5v243-rc1Yu Watanabe2019-07-303-0/+57
* Merge pull request #13119 from keszybz/unit-loading-2Lennart Poettering2019-07-3025-433/+962
|\
| * test-unit-file: allow printing of information about specific unitsZbigniew Jędrzejewski-Szmek2019-07-301-2/+22
| * pid1: drop unit caches only based on mtimeZbigniew Jędrzejewski-Szmek2019-07-308-16/+83
| * analyze: add "unit-files" to dump the unit fragment mapZbigniew Jędrzejewski-Szmek2019-07-301-0/+50
| * pid1: use a cache for all unit aliasesZbigniew Jędrzejewski-Szmek2019-07-309-378/+520
| * shared/unit-file: add a function to validate unit alias symlinksZbigniew Jędrzejewski-Szmek2019-07-304-0/+112
| * TEST-15-DROPIN: add test for details of unit aliasingZbigniew Jędrzejewski-Szmek2019-07-301-1/+139
| * test: use "ln -fs"Zbigniew Jędrzejewski-Szmek2019-07-3013-63/+63
| * shared/install: typoZbigniew Jędrzejewski-Szmek2019-07-291-1/+1
* | NEWS: more entries and some rewordingsZbigniew Jędrzejewski-Szmek2019-07-301-63/+93
* | bash-completion: support "systemd-analyze exit-status"Yu Watanabe2019-07-301-1/+1
* | Merge pull request #13189 from yuwata/network-initrd-generator-unitZbigniew Jędrzejewski-Szmek2019-07-308-6/+9
|\ \
| * | unit: rename initrd-network-generator.service -> systemd-network-generator.se...Yu Watanabe2019-07-302-2/+5
| * | network-generator: rename generated unit filesYu Watanabe2019-07-306-4/+4
* | | networkctl: TABLE_BPS requires uint64_tYu Watanabe2019-07-301-1/+1
* | | docs: fix typoSimon Schricker2019-07-301-1/+1
* | | Merge pull request #13219 from poettering/named-exit-codes-tweaksZbigniew Jędrzejewski-Szmek2019-07-309-42/+45
|\ \ \
| * | | analyze: clarify that 'exit-status' optionally takes argumentsLennart Poettering2019-07-291-1/+1
| * | | man: remove trailing space in link in HTML outputLennart Poettering2019-07-291-2/+1
| * | | analyze: right-align exit status columnLennart Poettering2019-07-291-0/+4
| * | | analyze: rename "exit-codes" to "exit-status"Lennart Poettering2019-07-293-29/+29
| * | | analyze: always use "int" to display exit status valuesLennart Poettering2019-07-291-2/+2
| * | | exit-status: rename EXIT_STATUS_GLIBC → EXIT_STATUS_LIBCLennart Poettering2019-07-295-10/+10
| |/ /
* | | update TODOLennart Poettering2019-07-301-5/+15
* | | Merge pull request #13216 from poettering/busctl-format-tableLennart Poettering2019-07-293-98/+185
|\ \ \
| * | | busctl: port "busctl list" to format_table.hLennart Poettering2019-07-291-89/+122
| * | | 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 #13217 from poettering/TODO-updatesLennart Poettering2019-07-292-6/+4
|\ \ \ \
| * | | | update TODOLennart Poettering2019-07-291-1/+2
| * | | | TODO: drop udev access mode item we just implementedLennart Poettering2019-07-291-2/+0
| * | | | udev: warn on rules files with weird access modesLennart Poettering2019-07-291-0/+2
| * | | | TODO: remove item implemented in f05e1ae6660Lennart Poettering2019-07-291-3/+0
* | | | | Merge pull request #13004 from shinygold/masterLennart Poettering2019-07-293-36/+102
|\ \ \ \ \
| * | | | | cryptsetup: add keyfile-timeout to allow a keydev timeout and allow to fallba...shinygold2019-07-172-35/+89
| * | | | | cryptsetup: add documentation for keyfile-timeoutshinygold2019-07-171-1/+13
* | | | | | Merge pull request #13201 from yuwata/networkctl-merge-table_add_cellLennart Poettering2019-07-296-204/+477
|\ \ \ \ \ \
| * | | | | | test-network: add tests for new entries in "networkctl status"Yu Watanabe2019-07-301-0/+12
| * | | | | | networkctl : Add support to display vxlan propertiesSusant Sahani2019-07-301-0/+89
| * | | | | | networkctl: Add support to display bridge propertiesSusant Sahani2019-07-301-1/+81
| * | | | | | time-util: introduce jiffies_to_usec()Yu Watanabe2019-07-292-4/+15
| * | | | | | 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
| * | | | | | networkctl: merge multiple table_add_cell() by using table_add_many()Yu Watanabe2019-07-291-198/+106
* | | | | | | logind: notify dbus of changes to session StateThiebaud Weksteen2019-07-291-1/+1
| |_|_|_|/ / |/| | | | |