summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "networkctl cleanups and improvements"revert-13201-networkctl-merge-table_add_cellEvgeny Vereshchagin2019-07-306-477/+204
* 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
* | | | | Merge pull request #13207 from keszybz/symbolic-exit-code-namesLennart Poettering2019-07-2926-389/+409
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | NEWS: add entry about exit status changesZbigniew Jędrzejewski-Szmek2019-07-291-0/+5
| * | | | analyze: add exit-codes verbZbigniew Jędrzejewski-Szmek2019-07-293-1/+79
| * | | | units: use symbolic exit code namesZbigniew Jędrzejewski-Szmek2019-07-295-5/+5
| * | | | systemctl: do print all statuses/signals received from pid1Zbigniew Jędrzejewski-Szmek2019-07-291-6/+4
| * | | | pid1: fix message about triggers missing servicesZbigniew Jędrzejewski-Szmek2019-07-291-2/+4
| * | | | pid1,systemctl: allow symbolic exit code namesZbigniew Jędrzejewski-Szmek2019-07-294-46/+54
| * | | | shared/bus-util: fix dbus serialization of {RestartPrevent,RestartForce,Succe...Zbigniew Jędrzejewski-Szmek2019-07-293-23/+23
| * | | | 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-297-58/+38
| * | | | 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-293-0/+33
| * | | | shared/exit-status: turn status level into a bitmask, add "test"Zbigniew Jędrzejewski-Szmek2019-07-297-239/+161
* | | | | pid1: use LOG_DEBUG/INFO/NOTICE for unit resource consumption messageZbigniew Jędrzejewski-Szmek2019-07-291-1/+34
| |_|_|/ |/| | |
* | | | analyze: dot(1) man page link should be urlifiedLennart Poettering2019-07-291-2/+8
| |/ / |/| |
* | | Merge pull request #13212 from poettering/sleep-conf-defaultZbigniew Jędrzejewski-Szmek2019-07-293-6/+20
|\ \ \
| * | | man: document default HibernateDelaySec= settingLennart Poettering2019-07-292-6/+5
| * | | update TODOLennart Poettering2019-07-291-0/+15
* | | | Merge pull request #13209 from poettering/nspawn-volatile-merged-usrLennart Poettering2019-07-292-9/+32
|\ \ \ \
| * | | | man: document that --volatile=yes is not supported for split /usr systemsLennart Poettering2019-07-291-6/+10
| * | | | nspawn: print an explanatory error when people try to use --volatile=yes on d...Lennart Poettering2019-07-291-3/+22
| |/ / /
* | | | Merge pull request #13184 from poettering/nspawn-usr-rootLennart Poettering2019-07-292-18/+65
|\ \ \ \
| * | | | nspawn: when operating on the host image, let's move the root to a different ...Lennart Poettering2019-07-291-2/+18
| * | | | shared: allow LOCK_SH locks on the host root in OS imagesLennart Poettering2019-07-291-11/+35