summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sd-boot: Work around malformed CR key codePaul Cercueil2020-06-151-0/+4
* efi: Skip parsing SystemdOptions if there's an error getting it.Filipe Brandenburger2020-06-141-7/+9
* networkd: Add missing match_wlan_iftype check to network_verifyDaan De Meyer2020-06-141-1/+2
* Merge pull request #16163 from DaanDeMeyer/resolved-edns-infoZbigniew Jędrzejewski-Szmek2020-06-141-3/+8
|\
| * resolved: Log the feature level we're downgrading from as wellDaan De Meyer2020-06-131-2/+2
| * resolved: Don't complain too much when downgrading from EDNSDaan De Meyer2020-06-121-3/+8
* | Improve message for scheduled shutdown or rebootTomáš Pospíšek2020-06-141-1/+7
* | efi: Cache contents of EFI variable SystemdOptionsFilipe Brandenburger2020-06-133-20/+59
* | login: filenames in /run/systemd/users are uidsJan Palus2020-06-121-1/+10
|/
* Merge pull request #16137 from poettering/sleep-fixletsLennart Poettering2020-06-113-33/+40
|\
| * sleep: pass error we see to log functionLennart Poettering2020-06-111-2/+5
| * sleep-config: modernize destructorsLennart Poettering2020-06-112-4/+4
| * sleep-config: downgrade log level in can_s2h()Lennart Poettering2020-06-111-2/+1
| * sleep: clean up debug/error loggingLennart Poettering2020-06-112-19/+19
| * sleep-config: return correct error codeLennart Poettering2020-06-111-4/+5
| * sleep-config: add more debug loggingLennart Poettering2020-06-111-2/+6
* | Merge pull request #16136 from mrc0mmand/travis-cleanupEvgeny Vereshchagin2020-06-111-6/+2
|\ \
| * | journal: drop the assert-only variable completelyFrantisek Sumsal2020-06-111-6/+2
| |/
* | Merge pull request #16124 from ssahani/dhcpv6-duidLennart Poettering2020-06-116-6/+77
|\ \ | |/ |/|
| * networkctl: Display DHCP6 DUIDSusant Sahani2020-06-101-2/+12
| * sd-network: Introduce APIs to get DHCP6 DUIDSusant Sahani2020-06-102-0/+7
| * network: DHCP6 - save DUID to state fileSusant Sahani2020-06-101-4/+12
| * network: DHCP6 - introduce DHCP6 DUID to stringSusant Sahani2020-06-102-0/+46
* | tree-wide: port to fd_wait_for_event()Lennart Poettering2020-06-1011-163/+63
* | Merge pull request #15940 from keszybz/names-set-optimizationLennart Poettering2020-06-1013-209/+223
|\ \
| * | core: do not touch instance from unit_choose_id()Zbigniew Jędrzejewski-Szmek2020-06-101-10/+1
| * | core: create socket service instances with the correct name from the startZbigniew Jędrzejewski-Szmek2020-06-103-86/+82
| * | core: rework error messages in unit_add_name()Zbigniew Jędrzejewski-Szmek2020-06-101-4/+6
| * | core: when adding names to unit, require matching instance stringsZbigniew Jędrzejewski-Szmek2020-06-101-7/+5
| * | core: store unit aliases in a separate setZbigniew Jędrzejewski-Szmek2020-06-108-96/+122
| * | basic/hashmap: make _ensure_allocated return 1 on actual allocationsZbigniew Jędrzejewski-Szmek2020-05-272-13/+14
* | | core: don't consider SERVICE_SKIP_CONDITION for abnormal or failure restartsAnita Zhang2020-06-101-2/+2
* | | pager: set PR_DEATHSIG for pager to SIGINT rather than SIGTERMLennart Poettering2020-06-103-12/+14
* | | Merge pull request #16111 from poettering/bitlck-fixZbigniew Jędrzejewski-Szmek2020-06-101-3/+3
|\ \ \
| * | | cryptsetup: pass selected mode to crypt_load() when doing LUKSLennart Poettering2020-06-091-2/+2
| * | | cryptsetup: try to load bitlocker superblock only if requestedLennart Poettering2020-06-091-1/+1
* | | | Merge pull request #16118 from poettering/inaccessible-fixletsZbigniew Jędrzejewski-Szmek2020-06-109-75/+86
|\ \ \ \
| * | | | inaccessible: move inaccessible file nodes to /systemd/ subdir in runtime dir...Lennart Poettering2020-06-097-57/+65
| * | | | login: use ERRNO_IS_PRIVILEGE() where appropriateLennart Poettering2020-06-091-1/+1
| * | | | mkdir: use log_full_errno() where appropriateLennart Poettering2020-06-091-17/+20
* | | | | Merge pull request #16120 from poettering/udevd-fixletsZbigniew Jędrzejewski-Szmek2020-06-101-15/+6
|\ \ \ \ \
| * | | | | udev: set fewer process propertiesLennart Poettering2020-06-091-10/+0
| * | | | | udevd: use cpus_in_affinity_mask()Lennart Poettering2020-06-091-5/+6
| |/ / / /
* | | | | Merge pull request #16087 from mrc0mmand/travis-build-checkZbigniew Jędrzejewski-Szmek2020-06-102-3/+3
|\ \ \ \ \
| * | | | | tree-wide: mark assert()-only variables as unusedFrantisek Sumsal2020-06-092-3/+3
| | |/ / / | |/| | |
* | | | | tree-wide: check POLLNVAL everywhereLennart Poettering2020-06-1017-28/+112
| |_|_|/ |/| | |
* | | | Merge pull request #16104 from ssahani/dhcpv6-iaidDaan De Meyer2020-06-096-2/+39
|\ \ \ \
| * | | | networkctl: DHCPv6 - display IAIDSusant Sahani2020-06-091-1/+11
| * | | | sd-network: Introduce API to get DHCPv6 IAIDSusant Sahani2020-06-092-0/+7
| * | | | network: DHCPv6 - export IAID to state fileSusant Sahani2020-06-091-1/+6