summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libudev: Update list of possible actionsBastien Nocera2019-07-241-2/+2
* core: add spdx header to all-units.hLennart Poettering2019-07-241-0/+1
* Merge pull request #12977 from yuwata/network-route-type-local-12975Lennart Poettering2019-07-231-0/+9
|\
| * network: do not touch kernel-created multicast routeYu Watanabe2019-07-231-0/+9
* | sd-daemon: don't mention strerror_safe() in examples in public headersLennart Poettering2019-07-231-1/+1
* | Merge pull request #13136 from keszybz/readd-ntp-units.dLennart Poettering2019-07-234-8/+72
|\ \ | |/ |/|
| * timesyncd: add ntp-units.d/ entry for timesyncZbigniew Jędrzejewski-Szmek2019-07-222-0/+3
| * timedated: add back support for ntp-units.d/Zbigniew Jędrzejewski-Szmek2019-07-222-8/+69
* | 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
* | | Merge pull request #13133 from keszybz/pstore-return-valueLennart Poettering2019-07-221-0/+4
|\ \ \ | |_|/ |/| |
| * | 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-221-28/+26
|\ \ \
| * | | 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
| |/ /
* | | pid1: make sure we look at /proc/1/cmdline when parsing configZbigniew Jędrzejewski-Szmek2019-07-221-3/+4
|/ /
* | Merge pull request #13096 from keszybz/unit-loadingZbigniew Jędrzejewski-Szmek2019-07-1943-474/+725
|\ \
| * | 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
| * | path-util: add path_startswith_strv()Zbigniew Jędrzejewski-Szmek2019-07-193-11/+37
| * | test-path-util: add function headersZbigniew Jędrzejewski-Szmek2019-07-191-0/+33
| * | systemctl: call the unit dbus path dbus_path everywhereZbigniew Jędrzejewski-Szmek2019-07-171-22/+22
| * | pid1: kill unit_file_find_dropin_paths() helperZbigniew Jędrzejewski-Szmek2019-07-173-20/+9
* | | pstore: Tool to archive contents of pstoreEric DeVolder2019-07-193-0/+419
* | | Merge pull request #13070 from yuwata/network-set-route-to-dhcp-dnsZbigniew Jędrzejewski-Szmek2019-07-197-63/+261
|\ \ \
| * | | network: add DHCPv4.RoutesToDNS= settingYu Watanabe2019-07-193-2/+6
| * | | network: set routes to dns servers provided by DHCPv4Yu Watanabe2019-07-191-1/+95
| * | | network: store routes provided by DHCPv4 in SetYu Watanabe2019-07-193-62/+63
| * | | network: introduce route_full_hash_opsYu Watanabe2019-07-192-0/+99