index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mkosi.default.d
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-19
Trivial style fixes
Zbigniew Jędrzejewski-Szmek
2
-5
/
+3
2021-11-19
docs: document the partition UUID used by homed
Zbigniew Jędrzejewski-Szmek
2
-0
/
+6
2021-11-19
shared/gpt: fix bit-flip in LoongArch root partition UUID
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2021-11-19
docs: generate table from header using a script
Zbigniew Jędrzejewski-Szmek
3
-40
/
+282
2021-11-19
shared/gpt: ARM_64 → ARM64
Zbigniew Jędrzejewski-Szmek
2
-14
/
+14
2021-11-19
shared/gpt: add entries for a bunch of architectures
Zbigniew Jędrzejewski-Szmek
2
-2
/
+145
2021-11-19
shared/gpt: add a macro to make the definitions a bit less onerous
Zbigniew Jędrzejewski-Szmek
1
-109
/
+47
2021-11-19
shared/gpt: reorder arches alphabetically
Zbigniew Jędrzejewski-Szmek
3
-102
/
+96
2021-11-19
docs: switch the first two columns in partition uuid list
Zbigniew Jędrzejewski-Szmek
1
-56
/
+56
2021-11-19
shared/base-filesystem: add define for s390x
Zbigniew Jędrzejewski-Szmek
1
-0
/
+4
2021-11-19
shared/base-filesystem: m68k is 32-bit only
Zbigniew Jędrzejewski-Szmek
1
-0
/
+2
2021-11-19
shared/base-filesystem: add define for arm
Zbigniew Jędrzejewski-Szmek
1
-0
/
+2
2021-11-19
shared/base-filesystem: add define for riscv64
Zbigniew Jędrzejewski-Szmek
1
-0
/
+4
2021-11-19
shared/base-filesystem: add define for ppc64el
Zbigniew Jędrzejewski-Szmek
1
-0
/
+9
2021-11-19
shared/base-filesystem: add define for arm64
Zbigniew Jędrzejewski-Szmek
1
-0
/
+6
2021-11-19
shared/base-filesystem: add (empty) iffdery for the table
Zbigniew Jędrzejewski-Szmek
1
-8
/
+29
2021-11-19
shared/gpt: drop outdated comment
Zbigniew Jędrzejewski-Szmek
1
-4
/
+0
2021-11-19
docs: clarify the assumption on numeric values of JSON parsers we make
Lennart Poettering
1
-0
/
+10
2021-11-19
removed copyright
Daniel Maixner
1
-1
/
+0
2021-11-19
test-gpt: add test that shows for which archs we have GPT partition types
Lennart Poettering
2
-0
/
+63
2021-11-19
gpt: make gpt_partition_type_uuid_from_string() return parameter optional
Lennart Poettering
1
-2
/
+2
2021-11-19
strv: make sure FOREACH_STRING() can be nested
Lennart Poettering
1
-3
/
+6
2021-11-19
oss-fuzz: move apt-gets and pips to the systemd repository
Evgeny Vereshchagin
1
-0
/
+7
2021-11-19
systemd-coredump: allow setting external core size to infinity
Thomas Blume
4
-7
/
+35
2021-11-19
network: always try to reconfigure when carrier gained
Yu Watanabe
1
-1
/
+1
2021-11-19
homectl: parse "min" and "max" as special disk size values
Lennart Poettering
3
-7
/
+37
2021-11-19
test: extend homed test to test home dir "maximization"
Lennart Poettering
1
-3
/
+13
2021-11-19
homework: also add logic for "maximizing" size of home
Lennart Poettering
1
-10
/
+141
2021-11-19
homework: make it safe to invoke home_setup_luks() twice in a row
Lennart Poettering
1
-45
/
+64
2021-11-19
homework: make destroying of HomeSetup optional when resizing
Lennart Poettering
2
-3
/
+6
2021-11-18
man: add new man page org.freedesktop.network1
Yu Watanabe
2
-0
/
+508
2021-11-18
network: support --bus-introspect option
Yu Watanabe
1
-0
/
+10
2021-11-18
network: use BusObjectImplementation
Yu Watanabe
9
-34
/
+48
2021-11-18
journal: Skip corrupt Data objects in sd_journal_get_data()
Daan De Meyer
1
-2
/
+8
2021-11-18
journal: Use separate variable for Data object in sd_journal_get_data()
Daan De Meyer
1
-13
/
+10
2021-11-18
journal: Skip over corrupt entry items in enumerate_data()
Daan De Meyer
1
-18
/
+29
2021-11-18
network: skip re-generating map from alternative names to link
Yu Watanabe
1
-0
/
+3
2021-11-18
network: do not clear map from alternative names to link when IFLA_PROP_LIST ...
Yu Watanabe
1
-1
/
+5
2021-11-18
test: make the diff regex BRE-compatible
Frantisek Sumsal
1
-1
/
+2
2021-11-18
journal: Don't discard kmsg messages coming from journald itself
Daan De Meyer
5
-6
/
+33
2021-11-18
TEST-12: make sure 'adm' group exist
Franck Bui
1
-0
/
+2
2021-11-18
man/kernel-command-line: add reference to getty_auto variable
Luca Boccassi
1
-0
/
+11
2021-11-18
getty-generator: add kernel cmdline and env vars to disable it
Luca Boccassi
2
-0
/
+73
2021-11-18
meson: add check:true/false to all run_command() invocations
Zbigniew Jędrzejewski-Szmek
1
-34
/
+47
2021-11-18
shared/json: use int64_t instead of intmax_t
Zbigniew Jędrzejewski-Szmek
15
-121
/
+113
2021-11-18
test-sizeof: add intmax types
Zbigniew Jędrzejewski-Szmek
1
-0
/
+2
2021-11-18
shared/json: stop using long double
Zbigniew Jędrzejewski-Szmek
4
-54
/
+46
2021-11-17
build(deps): bump github/codeql-action from 1.0.22 to 1.0.23
dependabot[bot]
1
-3
/
+3
2021-11-17
tree-wide: port various places over to open_mkdir_at()
Lennart Poettering
4
-27
/
+24
2021-11-17
fs-util: add new helper open_mkdir_at()
Lennart Poettering
3
-0
/
+120
[next]