summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13145 from poettering/nss-gateway-fixZbigniew Jędrzejewski-Szmek2019-07-246-8/+14
|\
| * meson: reorder alphabeticallyLennart Poettering2019-07-241-1/+1
| * local-addresses: filter out any routing tables but the main oneLennart Poettering2019-07-241-1/+7
| * netlink: move local-addresses.[ch] to src/sharedLennart Poettering2019-07-246-6/+6
* | Merge pull request #13118 from bluca/shutdown_watchdog_kexecLennart Poettering2019-07-244-13/+29
|\ \
| * | core: rename ShutdownWatchdogSec to RebootWatchdogSecLuca Boccassi2019-07-234-8/+12
| * | core: add KExecWatchdogSec optionLuca Boccassi2019-07-234-6/+18
* | | Merge pull request #13143 from poettering/logind-inhibit-restartYu Watanabe2019-07-248-90/+135
|\ \ \ | |_|/ |/| |
| * | logind: don't unlink session fifo when exiting logindLennart Poettering2019-07-231-2/+6
| * | logind: make id const, since it points into another bufferLennart Poettering2019-07-231-1/+1
| * | logind: at start-up automatically clean up orphaned inhibitorsLennart Poettering2019-07-233-2/+30
| * | logind: un-export and voidify a few functionsLennart Poettering2019-07-232-8/+6
| * | logind: rework allocation/freeing of inhibitorsLennart Poettering2019-07-233-37/+48
| * | logind: use free_and_replace() where that makes senseLennart Poettering2019-07-231-4/+2
| * | logind: add logging to inhibitor_load()Lennart Poettering2019-07-231-7/+9
| * | logind: unify inhibitor signal generation in a single functionLennart Poettering2019-07-231-4/+14
| * | logind: cast to (void) when we ignore a syscall return value that is potentia...Lennart Poettering2019-07-231-1/+1
| * | logind: drop redundant session_id_valid() checkLennart Poettering2019-07-231-6/+0
| * | logind: use log_warning_errno() return value where we canLennart Poettering2019-07-231-11/+5
| * | logind: don't claim we'd preallocate VTs when we shortcut itLennart Poettering2019-07-231-2/+2
| * | logind: use gcc empty structure initializationLennart Poettering2019-07-231-1/+1
| * | logind: check return value of inhibitor_start()Lennart Poettering2019-07-231-1/+3
| * | logind: add missing OOM check in client toolLennart Poettering2019-07-231-3/+7
* | | [systemctl] Don't print ExecXYZEx= when doing 'systemctl status'Anita Zhang2019-07-241-0/+5
* | | bootctl: show correct error codeLennart Poettering2019-07-241-1/+1
* | | efi: drop unused defineLennart Poettering2019-07-241-3/+0
* | | efi: remove trailing whitespace in stringLennart Poettering2019-07-241-1/+1
* | | 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
|\ \