summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libudev: Update list of possible actionswip/hadess/add-move-udev-actionBastien Nocera2019-07-231-2/+2
* Merge pull request #12977 from yuwata/network-route-type-local-12975Lennart Poettering2019-07-232-0/+20
|\
| * test-network: add tests for issue #6088Yu Watanabe2019-07-231-0/+11
| * network: do not touch kernel-created multicast routeYu Watanabe2019-07-231-0/+9
* | hwdb: add HHKB Pro JP keyboard lack of LEDsChristian Kellner2019-07-231-0/+5
* | Merge pull request #13148 from poettering/v243-news-moreLennart Poettering2019-07-233-16/+62
|\ \
| * | meson: bump version for package and .soLennart Poettering2019-07-231-3/+3
| * | sd-daemon: don't mention strerror_safe() in examples in public headersLennart Poettering2019-07-231-1/+1
| * | NEWS: more additions in preparation von v243Lennart Poettering2019-07-231-12/+58
|/ /
* | Merge pull request #13136 from keszybz/readd-ntp-units.dLennart Poettering2019-07-238-43/+119
|\ \ | |/ |/|
| * timesyncd: add Conflicts for ntpd and chronydZbigniew Jędrzejewski-Szmek2019-07-221-0/+1
| * timesyncd: add ntp-units.d/ entry for timesyncZbigniew Jędrzejewski-Szmek2019-07-223-0/+4
| * timedated: add back support for ntp-units.d/Zbigniew Jędrzejewski-Szmek2019-07-224-43/+114
* | Merge pull request #13109 from poettering/revert-kbd-modeLennart Poettering2019-07-233-39/+25
|\ \
| * | vconsole-setup: rename toggle_utf8() → toggle_utf8_vc()Lennart Poettering2019-07-181-3/+4
| * | Revert "Move verify_vc_kbmode() to terminal-util.c as vt_verify_kbmode()"Lennart Poettering2019-07-183-21/+20
| * | Revert "Add check to switch VTs only between K_XLATE or K_UNICODE"Lennart Poettering2019-07-182-15/+1
* | | hwdb: add entry for Zowie FK2 mouse (#13139)Thomas Weißschuh2019-07-231-0/+10
* | | Merge pull request #13133 from keszybz/pstore-return-valueLennart Poettering2019-07-222-2/+12
|\ \ \ | |_|/ |/| |
| * | meson: catch programs which ignore argumentsZbigniew Jędrzejewski-Szmek2019-07-221-2/+8
| * | pstore: refuse to run if arguments are specifiedZbigniew Jędrzejewski-Szmek2019-07-221-0/+4
* | | Merge pull request #13131 from yuwata/pstore-follow-upsZbigniew Jędrzejewski-Szmek2019-07-223-30/+27
|\ \ \
| * | | pstore: run only when /sys/fs/pstore is not emptyYu Watanabe2019-07-221-0/+1
| * | | pstore: use log_setup_service()Yu Watanabe2019-07-221-1/+1
| * | | pstore: do not add FILE= journal entry if content_size == 0Yu Watanabe2019-07-221-11/+14
| * | | pstore: remove temporary file on failureYu Watanabe2019-07-221-3/+3
| * | | pstore: drop commented out lineYu Watanabe2019-07-221-2/+0
| * | | pstopre: fix return value of list_files()Yu Watanabe2019-07-221-3/+3
| * | | pstore: drop unnecessary initializationsYu Watanabe2019-07-221-9/+6
| * | | meson: drop redundant lineYu Watanabe2019-07-221-2/+0
| |/ /
* | | pid1: make sure we look at /proc/1/cmdline when parsing configZbigniew Jędrzejewski-Szmek2019-07-221-3/+4
* | | man: describe $LESS options more fullyZbigniew Jędrzejewski-Szmek2019-07-221-5/+30
|/ /
* | Merge pull request #13096 from keszybz/unit-loadingZbigniew Jędrzejewski-Szmek2019-07-1944-500/+757
|\ \
| * | test-fs-util: call test functions in order of declarationZbigniew Jędrzejewski-Szmek2019-07-191-2/+2
| * | Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-1917-54/+76
| * | shared/dropin: rename function for clarityZbigniew Jędrzejewski-Szmek2019-07-191-2/+4
| * | shared/dropin: use TAKE_PTR in one more placeZbigniew Jędrzejewski-Szmek2019-07-191-19/+11
| * | basic/path-util: move two path_simplify* functions to be adjacentZbigniew Jędrzejewski-Szmek2019-07-192-54/+54
| * | pid1: get rid of unit_supported() helperZbigniew Jędrzejewski-Szmek2019-07-192-7/+3
| * | basic/set: constify operations which don't modify SetZbigniew Jędrzejewski-Szmek2019-07-194-14/+14
| * | pid1: do not say "(null)" if no disabled controllersZbigniew Jędrzejewski-Szmek2019-07-191-1/+1
| * | pid1: simplify timestamp buffer declarationZbigniew Jędrzejewski-Szmek2019-07-191-14/+8
| * | Rename test-unit-file to test-load-fragmentZbigniew Jędrzejewski-Szmek2019-07-192-1/+1
| * | test-unit-file: move some tests to new test-env-file.cZbigniew Jędrzejewski-Szmek2019-07-193-130/+147
| * | test-hashmap: move tests which should also apply to ordered hashmaps and add ...Zbigniew Jędrzejewski-Szmek2019-07-192-58/+66
| * | basic/hashmap: add hashops variant that does strdup/freeing on its ownZbigniew Jędrzejewski-Szmek2019-07-195-0/+60
| * | test-strv: add function headersZbigniew Jędrzejewski-Szmek2019-07-191-7/+86
| * | sysusers,strv: export the hash ops to map char* → strvZbigniew Jędrzejewski-Szmek2019-07-193-35/+67
| * | basic/unit-name: allow unit_name_to_instance() to be used to classify unitsZbigniew Jędrzejewski-Szmek2019-07-193-19/+25
| * | basic/unit-name: drop unused functionZbigniew Jędrzejewski-Szmek2019-07-191-5/+0