summaryrefslogtreecommitdiffstats
path: root/mkosi.default.d (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-19Trivial style fixesZbigniew Jędrzejewski-Szmek2-5/+3
2021-11-19docs: document the partition UUID used by homedZbigniew Jędrzejewski-Szmek2-0/+6
2021-11-19shared/gpt: fix bit-flip in LoongArch root partition UUIDZbigniew Jędrzejewski-Szmek1-1/+1
2021-11-19docs: generate table from header using a scriptZbigniew Jędrzejewski-Szmek3-40/+282
2021-11-19shared/gpt: ARM_64 → ARM64Zbigniew Jędrzejewski-Szmek2-14/+14
2021-11-19shared/gpt: add entries for a bunch of architecturesZbigniew Jędrzejewski-Szmek2-2/+145
2021-11-19shared/gpt: add a macro to make the definitions a bit less onerousZbigniew Jędrzejewski-Szmek1-109/+47
2021-11-19shared/gpt: reorder arches alphabeticallyZbigniew Jędrzejewski-Szmek3-102/+96
2021-11-19docs: switch the first two columns in partition uuid listZbigniew Jędrzejewski-Szmek1-56/+56
2021-11-19shared/base-filesystem: add define for s390xZbigniew Jędrzejewski-Szmek1-0/+4
2021-11-19shared/base-filesystem: m68k is 32-bit onlyZbigniew Jędrzejewski-Szmek1-0/+2
2021-11-19shared/base-filesystem: add define for armZbigniew Jędrzejewski-Szmek1-0/+2
2021-11-19shared/base-filesystem: add define for riscv64Zbigniew Jędrzejewski-Szmek1-0/+4
2021-11-19shared/base-filesystem: add define for ppc64elZbigniew Jędrzejewski-Szmek1-0/+9
2021-11-19shared/base-filesystem: add define for arm64Zbigniew Jędrzejewski-Szmek1-0/+6
2021-11-19shared/base-filesystem: add (empty) iffdery for the tableZbigniew Jędrzejewski-Szmek1-8/+29
2021-11-19shared/gpt: drop outdated commentZbigniew Jędrzejewski-Szmek1-4/+0
2021-11-19docs: clarify the assumption on numeric values of JSON parsers we makeLennart Poettering1-0/+10
2021-11-19removed copyrightDaniel Maixner1-1/+0
2021-11-19test-gpt: add test that shows for which archs we have GPT partition typesLennart Poettering2-0/+63
2021-11-19gpt: make gpt_partition_type_uuid_from_string() return parameter optionalLennart Poettering1-2/+2
2021-11-19strv: make sure FOREACH_STRING() can be nestedLennart Poettering1-3/+6
2021-11-19oss-fuzz: move apt-gets and pips to the systemd repositoryEvgeny Vereshchagin1-0/+7
2021-11-19systemd-coredump: allow setting external core size to infinityThomas Blume4-7/+35
2021-11-19network: always try to reconfigure when carrier gainedYu Watanabe1-1/+1
2021-11-19homectl: parse "min" and "max" as special disk size valuesLennart Poettering3-7/+37
2021-11-19test: extend homed test to test home dir "maximization"Lennart Poettering1-3/+13
2021-11-19homework: also add logic for "maximizing" size of homeLennart Poettering1-10/+141
2021-11-19homework: make it safe to invoke home_setup_luks() twice in a rowLennart Poettering1-45/+64
2021-11-19homework: make destroying of HomeSetup optional when resizingLennart Poettering2-3/+6
2021-11-18man: add new man page org.freedesktop.network1Yu Watanabe2-0/+508
2021-11-18network: support --bus-introspect optionYu Watanabe1-0/+10
2021-11-18network: use BusObjectImplementationYu Watanabe9-34/+48
2021-11-18journal: Skip corrupt Data objects in sd_journal_get_data()Daan De Meyer1-2/+8
2021-11-18journal: Use separate variable for Data object in sd_journal_get_data()Daan De Meyer1-13/+10
2021-11-18journal: Skip over corrupt entry items in enumerate_data()Daan De Meyer1-18/+29
2021-11-18network: skip re-generating map from alternative names to linkYu Watanabe1-0/+3
2021-11-18network: do not clear map from alternative names to link when IFLA_PROP_LIST ...Yu Watanabe1-1/+5
2021-11-18test: make the diff regex BRE-compatibleFrantisek Sumsal1-1/+2
2021-11-18journal: Don't discard kmsg messages coming from journald itselfDaan De Meyer5-6/+33
2021-11-18TEST-12: make sure 'adm' group existFranck Bui1-0/+2
2021-11-18man/kernel-command-line: add reference to getty_auto variableLuca Boccassi1-0/+11
2021-11-18getty-generator: add kernel cmdline and env vars to disable itLuca Boccassi2-0/+73
2021-11-18meson: add check:true/false to all run_command() invocationsZbigniew Jędrzejewski-Szmek1-34/+47
2021-11-18shared/json: use int64_t instead of intmax_tZbigniew Jędrzejewski-Szmek15-121/+113
2021-11-18test-sizeof: add intmax typesZbigniew Jędrzejewski-Szmek1-0/+2
2021-11-18shared/json: stop using long doubleZbigniew Jędrzejewski-Szmek4-54/+46
2021-11-17build(deps): bump github/codeql-action from 1.0.22 to 1.0.23dependabot[bot]1-3/+3
2021-11-17tree-wide: port various places over to open_mkdir_at()Lennart Poettering4-27/+24
2021-11-17fs-util: add new helper open_mkdir_at()Lennart Poettering3-0/+120