index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: fix indentation
Yu Watanabe
2022-06-02
1
-45
/
+45
*
test: add test for sha256
Yu Watanabe
2022-06-02
2
-0
/
+52
*
sha256: use memcpy() when result buffer is unaligned
Yu Watanabe
2022-06-02
1
-19
/
+20
*
src: The return value of server_vacuum () is not used and could be modified t...
Li kunyu
2022-06-01
2
-4
/
+2
*
Merge pull request #23531 from yuwata/sd-bus-drop-version-2
Yu Watanabe
2022-06-01
21
-2468
/
+422
|
\
|
*
sd-bus: drop constant argument for message_extend_fields()
Yu Watanabe
2022-05-31
1
-5
/
+5
|
*
sd-bus: drop D-Bus version 2 format support
Yu Watanabe
2022-05-31
11
-2376
/
+367
|
*
sd-bus: merge message_peek_fields() and buffer_peek()
Yu Watanabe
2022-05-31
1
-32
/
+25
|
*
sd-bus: make several functions static
Yu Watanabe
2022-05-31
2
-24
/
+6
|
*
sd-bus: use UINT32_MAX
Yu Watanabe
2022-05-31
3
-4
/
+4
|
*
sd-bus: drop unnecessary cast
Yu Watanabe
2022-05-31
1
-1
/
+1
|
*
sd-bus: drop redundant condition
Yu Watanabe
2022-05-31
1
-2
/
+1
|
*
sd-bus: use ALIGN8()
Yu Watanabe
2022-05-31
1
-1
/
+1
|
*
boot: use ALIGN4()
Yu Watanabe
2022-05-31
2
-5
/
+5
|
*
macro: make ALIGN4() and ALIGN8() also return SIZE_MAX on overflow
Yu Watanabe
2022-05-31
2
-19
/
+8
|
*
tree-wide: use ALIGN_PTR()
Yu Watanabe
2022-05-31
4
-8
/
+8
*
|
Merge pull request #23512 from medhefgo/efi-clang
Yu Watanabe
2022-05-31
22
-261
/
+885
|
\
\
|
|
/
|
/
|
|
*
boot: Use xstrdup8/16
Jan Janssen
2022-05-31
3
-23
/
+22
|
*
boot: Add xstrdup8/16
Jan Janssen
2022-05-31
6
-23
/
+124
|
*
boot: Use memcmp/memcpy/memset
Jan Janssen
2022-05-31
15
-42
/
+42
|
*
boot: Add memcmp/memcpy/memset
Jan Janssen
2022-05-31
3
-1
/
+127
|
*
boot: Use strsize8/16
Jan Janssen
2022-05-31
4
-8
/
+8
|
*
boot: Add strsize8/16
Jan Janssen
2022-05-31
2
-0
/
+26
|
*
boot: Use strchr8/16
Jan Janssen
2022-05-31
4
-19
/
+6
|
*
boot: Add strchr8/16
Jan Janssen
2022-05-31
3
-0
/
+42
|
*
boot: Use strcpy8/16
Jan Janssen
2022-05-31
1
-2
/
+2
|
*
boot: Add strcpy8/16
Jan Janssen
2022-05-31
3
-0
/
+52
|
*
boot: Use strtolower8/16
Jan Janssen
2022-05-31
1
-2
/
+2
|
*
boot: Add strtolower8/16
Jan Janssen
2022-05-31
3
-0
/
+40
|
*
boot: Use strcmp16 for cpio sorting
Jan Janssen
2022-05-31
3
-4
/
+4
|
*
boot: Use strcmp8/16
Jan Janssen
2022-05-31
6
-98
/
+63
|
*
boot: Add strcmp8/16
Jan Janssen
2022-05-31
3
-0
/
+204
|
*
boot: Use strlen8/16
Jan Janssen
2022-05-31
9
-48
/
+33
|
*
boot: Add strlen8/16
Jan Janssen
2022-05-31
4
-0
/
+98
|
*
boot: Use stddef.h offsetof
Jan Janssen
2022-05-31
1
-2
/
+1
*
|
Move message repeat
Alexander Shopov
2022-05-31
2
-7
/
+7
*
|
Update Bulgarian translation
Alexander Shopov
2022-05-31
2
-295
/
+412
*
|
portable: fix command option in comment
Yu Watanabe
2022-05-31
1
-4
/
+4
|
/
*
seccomp: fix a typo in error message
Frantisek Sumsal
2022-05-31
1
-1
/
+1
*
Merge pull request #23558 from msekletar/issue-20329-followup
Yu Watanabe
2022-05-31
3
-3
/
+57
|
\
|
*
tests: make sure we delay running mount start jobs when /p/s/mountinfo is rat...
Michal Sekletar
2022-05-30
1
-0
/
+53
|
*
unit: check for mount rate limiting before checking active state
Michal Sekletar
2022-05-30
2
-3
/
+4
*
|
docs: fix typo XBOOOTLDR -> XBOOTLDR
Matthias Lisin
2022-05-31
1
-1
/
+1
*
|
Simplify random number selection
Jason A. Donenfeld
2022-05-31
20
-203
/
+141
*
|
Merge pull request #23533 from yuwata/portable-remove-drop-in-configs
Zbigniew Jędrzejewski-Szmek
2022-05-31
3
-18
/
+31
|
\
\
|
*
|
test: add coverage for #23481
Frantisek Sumsal
2022-05-30
1
-0
/
+8
|
*
|
portable: remove drop-in configs even if the main unit file does not exist
Yu Watanabe
2022-05-30
1
-9
/
+23
|
*
|
portable: try to remove unit files even in a spurious state
Yu Watanabe
2022-05-29
1
-7
/
+0
|
*
|
test: drop redundant log message
Yu Watanabe
2022-05-29
1
-2
/
+0
*
|
|
Merge pull request #23564 from yuwata/core-unit-add-dep
Yu Watanabe
2022-05-31
1
-19
/
+22
|
\
\
\
[next]