summaryrefslogtreecommitdiffstats
path: root/test/TEST-69-SHUTDOWN (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-15mkosi: Support running systemd-networkd-tests.py in QEMUDaan De Meyer3-0/+15
2022-02-15docs: Correct WantedBy= regarding template unitsMax Gautier1-3/+3
2022-02-15test: Stop using TextTestRunner in systemd-networkd-tests.pyDaan De Meyer1-2/+1
2022-02-15Revert "man: fix description of --force in halt(8) (#7392)"Ludwig Nussel1-7/+2
2022-02-15homework: avoid runtime formatting of a fixed stringZbigniew Jędrzejewski-Szmek1-1/+1
2022-02-15share/gpt: add stringified defines for GPT partition typesZbigniew Jędrzejewski-Szmek1-9/+18
2022-02-15NEWS: minor grammar adjustmentZbigniew Jędrzejewski-Szmek1-2/+2
2022-02-15systemctl: expand error messageZbigniew Jędrzejewski-Szmek1-1/+1
2022-02-15docs: more internal linksZbigniew Jędrzejewski-Szmek1-0/+8
2022-02-14test: set `ReadWritePaths=$BUILD_DIR` when running w/ coverageFrantisek Sumsal1-3/+5
2022-02-14docs: make clear that if you use threaded cgroups you need to do that two lev...Lennart Poettering1-0/+9
2022-02-14sd-daemon: use path_join() instead of manual path concatLennart Poettering1-3/+4
2022-02-14coredump: fix inode checkLennart Poettering1-1/+1
2022-02-14fd-util: use ERRNO_IS_XYZ() macros where appropriateLennart Poettering1-12/+8
2022-02-14tree-wide: port various places over to new stat_inode_same() helperLennart Poettering10-37/+20
2022-02-14stat-util: add helper stat_inode_same() for comparing stat's st_dev/st_ino in...Lennart Poettering2-5/+14
2022-02-14bootspec: avoid zero size VLALennart Poettering1-16/+17
2022-02-14boot: suppress XBOOTLDR if same device as ESP when enumerating entriesLennart Poettering5-39/+115
2022-02-14bootspec: make sure all return values are initialized on return of find_esp_a...Lennart Poettering1-0/+13
2022-02-14bootctl: show more information about boot entry state in listLennart Poettering4-29/+75
2022-02-14bootspec: also collect/mark the "selected" boot entry (i.e. the one currently...Lennart Poettering3-20/+70
2022-02-14bootspec: also parse new 'beep' loader.conf variableLennart Poettering2-0/+4
2022-02-14bootspec: parse/show devicetree-overlay field tooLennart Poettering3-1/+19
2022-02-14update TODOLennart Poettering1-0/+2
2022-02-14bootspec: port one more use of basename() to path_extract_filename()Lennart Poettering1-9/+11
2022-02-14Revert "bootctl: Ignore boot entries (continue #22041)"Lennart Poettering4-11/+7
2022-02-14veritysetup: whitespace fixLennart Poettering1-1/+1
2022-02-14homed: use SD_ID128_TO_UUID_STRING() at one more placeLennart Poettering1-1/+1
2022-02-14tree-wide: use id128_equal_string() at various placesLennart Poettering3-9/+9
2022-02-14id128-util: add new helper id128_equal_string()Lennart Poettering2-0/+18
2022-02-14sd128: export sd_id128_to_uuid_string()Lennart Poettering20-76/+96
2022-02-14test: check if running in container earlierYu Watanabe1-13/+6
2022-02-14gpt-auto: properly handle case where we can't determine devno of /usr/ fsLennart Poettering1-2/+6
2022-02-14sd-device: refuse opening device mit major/minor of zero earlyLennart Poettering1-0/+4
2022-02-14test: check for (possibly) missing test coverageFrantisek Sumsal1-0/+14
2022-02-14test: set ACLs for the build dir when built with coverageFrantisek Sumsal1-0/+3
2022-02-14do not call __register_atfork directlyMatija Skala1-7/+2
2022-02-14systemctl: fix halt -fLudwig Nussel1-21/+24
2022-02-14logind: more verbose struct initializationLudwig Nussel1-94/+90
2022-02-14logind: increase max wall message length to 4096Ludwig Nussel1-8/+13
2022-02-14logind: style fixesLudwig Nussel3-19/+9
2022-02-14logind: add handle enum to structLudwig Nussel4-12/+18
2022-02-14test-dhcp6-client: add test for rapid commitYu Watanabe1-2/+21
2022-02-14test-dhcp6-client: cleanupsYu Watanabe1-575/+560
2022-02-14fuzz-dhcp6-client: add prefix hint and vendor option to sent messageYu Watanabe1-0/+8
2022-02-14fuzz-dhcp6-client: merge with fuzz-dhcp6-client-sendYu Watanabe8-60/+19
2022-02-14fuzz-dhcp6-client: test multiple statesYu Watanabe1-22/+43
2022-02-14sd-dhcp6-client: append extra options before elapsed time optionYu Watanabe1-6/+6
2022-02-14sd-dhcp6-client: logs invalid NTP optionYu Watanabe1-1/+1
2022-02-14sd-dhcp6-client: split dhcp6-internal.h into twoYu Watanabe9-219/+238