index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #23348 from medhefgo/log-shutdown-blockers
Yu Watanabe
2022-06-09
3
-52
/
+117
|
\
|
*
shutdown: Lazy unmount /oldroot/{dev,proc,sys}
Jan Janssen
2022-06-09
1
-0
/
+11
|
*
shutdown: Log processes that block umount
Jan Janssen
2022-06-09
1
-3
/
+63
|
*
shutdown: Rename umount_log_level and make it a bool
Jan Janssen
2022-06-09
3
-50
/
+44
*
|
Merge pull request #23658 from keszybz/gcc-warnings-2
Luca Boccassi
2022-06-09
9
-73
/
+65
|
\
\
|
*
|
systemctl: simplify code a bit
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-4
/
+5
|
*
|
shared/bus-util: rename variables to follow newer style
Zbigniew Jędrzejewski-Szmek
2022-06-09
2
-14
/
+12
|
*
|
shared/bus-util: simplification
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-17
/
+9
|
*
|
test-udev-util: do not pass NULL to printf, style fixes
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-8
/
+8
|
*
|
test-process-util: do not pass NULL to printf, simplify tests
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-6
/
+7
|
*
|
test-dns-domain: a few more "NULL in printf %s"s
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-10
/
+10
|
*
|
test-fstab-util: one more "NULL in printf %s"
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-3
/
+3
|
*
|
various: indentation
Zbigniew Jędrzejewski-Szmek
2022-06-09
2
-11
/
+11
|
|
/
*
|
bpf: use __always_inline macro in restrict-ifaces.bpf.c
James Hilliard
2022-06-09
1
-1
/
+1
*
|
Merge pull request #23654 from keszybz/gcc-warnings
Zbigniew Jędrzejewski-Szmek
2022-06-09
6
-87
/
+70
|
\
\
|
|
/
|
/
|
|
*
test-load-fragment: don't print NULLs
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-2
/
+2
|
*
test-bus-address: silence gcc warning about NULL arg to strcmp()
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-7
/
+5
|
*
test-mountpoint-util: fix NULL arg to %s
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-1
/
+1
|
*
sd-journal: inline variable declarations
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-16
/
+9
|
*
sd-journal: use _cleanup_
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-29
/
+18
|
*
sd-journal: fix NULL arg to %s in error messages and hashmap lookup
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-22
/
+28
|
*
sd-hwdb: fix NULL arg to %s in error messages
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-14
/
+10
|
*
basic/unit-file: make sure we don't call streq() on NULL
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-0
/
+1
*
|
Resolve conflicts between #23616 and the recent NFT additions
Zbigniew Jędrzejewski-Szmek
2022-06-09
3
-36
/
+22
*
|
Merge pull request #23616 from keszybz/in-addr-to-string-formatting
Yu Watanabe
2022-06-09
44
-444
/
+318
|
\
\
|
*
|
various: use CONST_MAX for array allocation
Zbigniew Jędrzejewski-Szmek
2022-06-06
2
-3
/
+3
|
*
|
tree-wide: convert inet_ntop() calls to anonymous-buffer macros
Zbigniew Jędrzejewski-Szmek
2022-06-06
6
-35
/
+19
|
*
|
basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
18
-223
/
+155
|
*
|
basic/in-addr-util: drop check for prefix length in formatting function
Zbigniew Jędrzejewski-Szmek
2022-06-06
3
-6
/
+26
|
*
|
libsystemd-network: minor simplification
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-4
/
+2
|
*
|
resolved: use TAKE_PTR() in one more place
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-3
/
+2
|
*
|
networkctl: assume that we can always print local networking addresses
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-41
/
+18
|
*
|
basic/in-addr-util: add IN_ADDR_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
23
-134
/
+98
*
|
|
meson: Add nspawn-locale meson option
Daan De Meyer
2022-06-09
1
-4
/
+1
*
|
|
nspawn: use udev_available()
Nick Rosbrook
2022-06-09
1
-1
/
+1
*
|
|
libsystemd-network: use udev_available()
Nick Rosbrook
2022-06-09
1
-2
/
+1
*
|
|
core: firewall integration with DynamicUserNFTSet=
Topi Miettinen
2022-06-08
8
-0
/
+248
*
|
|
core: firewall integration with ControlGroupNFTSet=
Topi Miettinen
2022-06-08
7
-0
/
+233
*
|
|
network: firewall integration with NFT sets
Topi Miettinen
2022-06-08
11
-7
/
+722
*
|
|
Merge pull request #23641 from keszybz/janitorials
Luca Boccassi
2022-06-08
5
-63
/
+48
|
\
\
\
|
*
|
|
basic/socket-util: align tables
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-20
/
+20
|
*
|
|
activate: reduce scope of iterator variables
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-12
/
+9
|
*
|
|
core: wrap some long comments
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-7
/
+7
|
*
|
|
shared/condition: reduce scope of variables
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-18
/
+7
|
*
|
|
bootctl: inline iterator variable
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-6
/
+5
*
|
|
|
basic: Propagate SIGBUS signal info when re-raising signals
Daan De Meyer
2022-06-07
1
-1
/
+3
*
|
|
|
Merge pull request #23645 from DaanDeMeyer/journalctl-static-destructor
Daan De Meyer
2022-06-07
5
-25
/
+26
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
journalctl: Use STATIC_DESTRUCTOR_REGISTER()
Daan De Meyer
2022-06-06
1
-17
/
+16
|
*
|
|
shared: Rename pcre2-dlopen.h/c to pcre2-util.h/c
Daan De Meyer
2022-06-06
5
-8
/
+10
*
|
|
|
meson: install libsystemd-shared into rootpkglibdir
Michael Biebl
2022-06-07
4
-4
/
+7
[next]