summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | core: ExecCondition= for servicesAnita Zhang2019-07-1721-23/+225
| |/ / |/| |
* | | Merge pull request #12927 from fbuihuu/coredump-cleanup-part-2Zbigniew Jędrzejewski-Szmek2019-07-171-268/+282
|\ \ \
| * | | coredump: (void)ify all calls of iovw_put_string_field() where we ignore fail...Franck Bui2019-07-161-27/+28
| * | | coredump: gather all process metadata in iovecs first and then cache themFranck Bui2019-07-161-247/+260
| * | | coredump: use 'input_fd' name for the pipe fd passed by the kernel everywhereFranck Bui2019-07-161-5/+5
* | | | Merge pull request #13082 from ddstreet/minorZbigniew Jędrzejewski-Szmek2019-07-1732-207/+87
|\ \ \ \
| * | | | test/test-functions: instmods call to find should use -type fDan Streetman2019-07-161-1/+1
| * | | | test: when stripping binaries, ignore case in suppressing "File format not re...Dan Streetman2019-07-161-1/+1
| * | | | test: ignore errors during test cleanup, so cleanup can finishDan Streetman2019-07-162-17/+18
| * | | | test: add create_empty_image_rootdir() to simplify testcase setupDan Streetman2019-07-1632-197/+76
| | |/ / | |/| |
* | | | test/test-functions: fix install_dmeventd to correctly install bin/libsDan Streetman2019-07-171-28/+1
* | | | Free up some resources on Azure PipelinesEvgeny Vereshchagin2019-07-172-71/+0
|/ / /
* | | Merge pull request #13069 from yuwata/network-do-not-set-routes-when-carrier-...Yu Watanabe2019-07-173-4/+14
|\ \ \
| * | | test-network: extend sleep timeYu Watanabe2019-07-171-4/+4
| * | | network: do not configure routes when dropping addressesYu Watanabe2019-07-172-0/+10
* | | | pid1: make sure to restore correct default values for some rlimitsFranck Bui2019-07-171-60/+106
* | | | Merge pull request #12851 from evverx/test-01-basic-asanFrantisek Sumsal2019-07-162-4/+2
|\ \ \ \
| * | | | tests: bump up QEMU_MEMEvgeny Vereshchagin2019-07-161-1/+1
| * | | | tests: run TEST-01-BASIC under ASAN+UBSan againEvgeny Vereshchagin2019-07-161-3/+1
* | | | | Merge pull request #13077 from poettering/activate-n-fdsFrantisek Sumsal2019-07-162-9/+14
|\ \ \ \ \
| * | | | | journal: properly read unaligned le64 integersLennart Poettering2019-07-161-3/+4
| * | | | | activate: move array allocation to heapLennart Poettering2019-07-161-6/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #13076 from keszybz/pr/13062Zbigniew Jędrzejewski-Szmek2019-07-165-115/+113
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tree-wide: use lowercase table headersZbigniew Jędrzejewski-Szmek2019-07-162-14/+14
| * | | | pid1: split out another helper func for two similar code pathsZbigniew Jędrzejewski-Szmek2019-07-161-42/+41
| * | | | pid1: split out helper func for two similar code pathsZbigniew Jędrzejewski-Szmek2019-07-161-46/+40
| * | | | run: move comment to appropriate placeZbigniew Jędrzejewski-Szmek2019-07-161-1/+1
| * | | | systemctl: print non-elapsing timers as "n/a" not "(null)"Zbigniew Jędrzejewski-Szmek2019-07-161-7/+10
| * | | | analyze: fix formatting of timestamps with 0 µsZbigniew Jędrzejewski-Szmek2019-07-151-5/+7
* | | | | Merge pull request #13038 from poettering/pam-fixesZbigniew Jędrzejewski-Szmek2019-07-161-0/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | factory: include pam_keyinit.so in PAM factory configurationLennart Poettering2019-07-131-0/+1
| * | | | factory: add comment to PAM file, explaining that the defaults are not usefulLennart Poettering2019-07-131-0/+3
| * | | | factory: tighten PAM configurationLennart Poettering2019-07-131-0/+3
* | | | | Merge pull request #12925 from yuwata/network-generatorLennart Poettering2019-07-1615-0/+2119
|\ \ \ \ \
| * | | | | test: add TEST-35-NETWORK-GENERATORYu Watanabe2019-07-149-0/+113
| * | | | | test: add simple tests for network-generatorYu Watanabe2019-07-142-0/+444
| * | | | | network-generator: introduce new tool systemd-network-generatorYu Watanabe2019-07-145-0/+1562
* | | | | | Merge pull request #13074 from poettering/format-tree-manyLennart Poettering2019-07-164-35/+81
|\ \ \ \ \ \
| * | | | | | analyze: port over one part of systemd-analyze to use new table_add_many() co...Lennart Poettering2019-07-161-28/+8
| * | | | | | format-table: add some minimal testing for new table_add_many() featuresLennart Poettering2019-07-161-5/+6
| * | | | | | format-table: add ability to set cell attributes within table_add_many()Lennart Poettering2019-07-162-1/+65
| * | | | | | test: make sure colors don't confuse our testLennart Poettering2019-07-161-0/+1
| * | | | | | format-table: fix parameter nameLennart Poettering2019-07-161-1/+1
* | | | | | | Merge pull request #13073 from poettering/variety-galoreLennart Poettering2019-07-163-9/+13
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | shared: no need to check result of strndupa()Lennart Poettering2019-07-161-2/+0
| * | | | | | tree-wide: use empty-to-root a bit moreLennart Poettering2019-07-162-4/+13
| * | | | | | cryptsetup: no need to zero-initialize zero-initialized structuresLennart Poettering2019-07-161-3/+0
| |/ / / / /
* | | | | | wait-online: change log levelYu Watanabe2019-07-161-1/+1
* | | | | | Merge pull request #13067 from yuwata/news-network-sectionZbigniew Jędrzejewski-Szmek2019-07-161-1/+1
|\ \ \ \ \ \
| * | | | | | NEWS: update section nameYu Watanabe2019-07-161-1/+1