summaryrefslogtreecommitdiffstats
path: root/.editorconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-23dissect: show growfs flag in systemd-dissect table outputLennart Poettering2-3/+7
2021-04-23dissect: look for new GPT partition flag marking partitions for growingLennart Poettering3-13/+33
2021-04-23fstab-generator: clean up mount point flags handlingLennart Poettering1-39/+48
2021-04-23test: configure swap for TEST-55-OOMDFrantisek Sumsal2-4/+15
2021-04-23logind:add missing equal signjiangchuangang1-1/+1
2021-04-23Add D-Bus property exposing Ctrl-Alt-Delete action (#19217)Flos Lonicerae4-5/+14
2021-04-23test-install-root: add test for unknown WantedBy= targetDavid Tardon1-0/+26
2021-04-23install: warn if WantedBy targets don't existJan Synacek2-7/+19
2021-04-23test-install-root: create referenced targetsDavid Tardon1-0/+6
2021-04-22dissect: fix two minor typos in commentsLennart Poettering1-2/+2
2021-04-22boot/efi: compile on riscv64Emil Renner Berthing2-3/+6
2021-04-22dissect-image: prefer PARTN= uevent property over "partition" sysfs attrLennart Poettering1-2/+13
2021-04-22test: add a test to cover restarting services in reloading statePeter Morrow4-0/+106
2021-04-22core: allow services stuck in reloading state to exitPeter Morrow1-0/+9
2021-04-22fix: point to the correct drop-ins subdirectory for confsJóhann B. Guðmundsson13-13/+13
2021-04-22gpt: we actually honour the ReadOnly= flag on XBOOTLDR partitions tooLennart Poettering1-1/+2
2021-04-22network: dhcp4: simplify link_set_dns_routes()Yu Watanabe1-53/+52
2021-04-22network: dhcp4: introduce link_set_dhcp_gateway() and link_set_dhcp_route_to_...Yu Watanabe1-76/+112
2021-04-22network: dhcp4: introduce link_set_dhcp_static_routes()Yu Watanabe1-63/+89
2021-04-22network: dhcp4: introduce link_set_dhcp_prefix_route()Yu Watanabe1-30/+28
2021-04-21repart: don't try to extract directory of root dir when copying directoriesLennart Poettering1-9/+23
2021-04-21repart: don't use basename() when we called path_extract_filename() anyway al...Lennart Poettering1-1/+1
2021-04-21repart: prefix the correct path with root dir in log outputLennart Poettering1-2/+2
2021-04-21journald: Retry if posix_fallocate returned -1 (EINTR)Igor Zhbanov5-6/+31
2021-04-21doc: slightly reorder/improve partition type tableLennart Poettering1-2/+2
2021-04-21doc: verity partitions may only contain Verity data (fix copypasta)Lennart Poettering1-1/+1
2021-04-21man: --add was renamed --copy-to when it was merged, fix man page reference t...Lennart Poettering1-2/+2
2021-04-21update TODOLennart Poettering1-11/+0
2021-04-21generator: write out special systemd-fsck-usr.serviceLennart Poettering2-12/+34
2021-04-21network: enable DHCP broadcast flag if required by interfaceViktor Mihajlovski6-4/+44
2021-04-21repart: reword log messageZbigniew Jędrzejewski-Szmek1-1/+1
2021-04-21partition,shared/gpt: use sd_id128_in_set()Zbigniew Jędrzejewski-Szmek2-34/+38
2021-04-21sd-id128: add convenience functions to compare multiple sd_id128_tZbigniew Jędrzejewski-Szmek4-0/+66
2021-04-21journald: enforce longer line length limit during "setup" phase of stream pro...Yangyang Shen1-7/+28
2021-04-21generator: explain why systemd-root-fsck.service exists in a commentLennart Poettering1-0/+5
2021-04-21generator: exit early when asked to generate fsck unit for / and /usr in initrdLennart Poettering1-1/+8
2021-04-21network: dhcp: constify link_get_duid()Yu Watanabe4-16/+19
2021-04-21network: dhcp: introduce duid_needs_product_uuid() helper functionYu Watanabe1-1/+7
2021-04-21network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...Yu Watanabe12-126/+122
2021-04-21network: make IAID and DUID for DHCPv6 configurable explicitlyYu Watanabe14-97/+307
2021-04-21network: move dhcp related conf parsers to networkd-dhcp-common.cYu Watanabe6-157/+151
2021-04-21units: fix repart conditions to run if definitions exist in /sysroot + /sysusrLennart Poettering1-0/+5
2021-04-21doc: fix typoYu Watanabe2-2/+2
2021-04-21man: mention sd_id128_is_allf(), SD_ID128_ALLFZbigniew Jędrzejewski-Szmek2-10/+17
2021-04-21man: dedent examples in sd-id128 to 2 columnsZbigniew Jędrzejewski-Szmek1-16/+16
2021-04-21network: dhcp6: logs about generated addresses in delegated prefixYu Watanabe1-0/+28
2021-04-21network: dhcp6: logs about delegated prefixesYu Watanabe3-11/+50
2021-04-21in-addr-util: introduce 'struct in_addr_prefix' and hash ops for itYu Watanabe2-0/+37
2021-04-21in-addr-util: add assertionsYu Watanabe1-0/+10
2021-04-21test-network: update test for RouteMetric=Yu Watanabe1-23/+25