index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
partition
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-06-06
basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRING
Zbigniew Jędrzejewski-Szmek
18
-223
/
+155
2022-06-06
basic/in-addr-util: drop check for prefix length in formatting function
Zbigniew Jędrzejewski-Szmek
3
-6
/
+26
2022-06-06
libsystemd-network: minor simplification
Zbigniew Jędrzejewski-Szmek
1
-4
/
+2
2022-06-06
resolved: use TAKE_PTR() in one more place
Zbigniew Jędrzejewski-Szmek
1
-3
/
+2
2022-06-06
networkctl: assume that we can always print local networking addresses
Zbigniew Jędrzejewski-Szmek
1
-41
/
+18
2022-06-06
basic/in-addr-util: add IN_ADDR_TO_STRING
Zbigniew Jędrzejewski-Szmek
23
-134
/
+98
2022-06-05
shared/microhttp-util: silence gcc warning
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2022-06-03
meson: Switch default-locale default to C.UTF-8
Daan De Meyer
3
-22
/
+1
2022-06-03
core: suppress message about missing libbpf if in initrd()
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2022-06-03
cryptenroll: fix typo
Antonio Alvarez Feijoo
1
-1
/
+1
2022-06-03
test: add dlopen test for pam_systemd_home
Yu Watanabe
1
-1
/
+9
2022-06-03
sha256: fix compilation on efi-ia32
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2022-06-02
shared/utmp-wtmp: fix build without utmp
Christian Hesse
1
-1
/
+1
2022-06-02
login: fix typo
Yu Watanabe
1
-2
/
+2
2022-06-02
boot: use CMP() macro for safety
Yu Watanabe
2
-6
/
+9
2022-06-02
boot: make several functions inline
Yu Watanabe
2
-43
/
+29
2022-06-02
boot: fix typo
Yu Watanabe
1
-1
/
+1
2022-06-02
test: enable virtio-rng device for QEMU guests
Franck Bui
1
-0
/
+1
2022-06-02
core: rework variable initialization to avoid gcc warning
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2022-06-02
man: add missing arguments to systemd-creds synopsis
Antonio Alvarez Feijoo
1
-0
/
+2
2022-06-02
core/bpf: prefix log messages from different bpf subsystems
Zbigniew Jędrzejewski-Szmek
5
-95
/
+105
2022-06-02
core: define a helper function for basic bpf checks
Zbigniew Jędrzejewski-Szmek
6
-40
/
+57
2022-06-02
test-socket-bind: fix comment
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2022-06-02
tests: drop pointless checks for root
Zbigniew Jędrzejewski-Szmek
3
-9
/
+0
2022-06-02
shared/bpf: install log callback and suppress most messages from libbpf
Zbigniew Jędrzejewski-Szmek
2
-3
/
+28
2022-06-02
meson: use files() for libcore_sources too
Zbigniew Jędrzejewski-Szmek
1
-134
/
+134
2022-06-02
userwork: use a better errno value
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2022-06-02
various: add %m in messages
Zbigniew Jędrzejewski-Szmek
3
-3
/
+3
2022-06-02
test: fix indentation
Yu Watanabe
1
-45
/
+45
2022-06-02
test: add test for sha256
Yu Watanabe
2
-0
/
+52
2022-06-02
sha256: use memcpy() when result buffer is unaligned
Yu Watanabe
1
-19
/
+20
2022-06-02
Documents the AssertCPUFeature= flag (#23594)
Steve Ramage
1
-0
/
+1
2022-06-02
Move basic/recovery-key.* to shared/
Zbigniew Jędrzejewski-Szmek
4
-2
/
+2
2022-06-01
resolved: choose correct file descriptor for proxy stub replies
Benjamin Franzke
1
-1
/
+1
2022-06-01
build(deps): bump actions/upload-artifact from 2.3.1 to 3.1.0
dependabot[bot]
1
-1
/
+1
2022-06-01
build(deps): bump github/super-linter from 4.9.3 to 4.9.4
dependabot[bot]
1
-1
/
+1
2022-06-01
src: The return value of server_vacuum () is not used and could be modified t...
Li kunyu
2
-4
/
+2
2022-06-01
login: do not issue wall messages on local terminals for suspend and hibernate
Christian Göttsche
2
-4
/
+14
2022-06-01
shared/pager: print the name of the pager we'll try next in debug message
Zbigniew Jędrzejewski-Szmek
1
-18
/
+17
2022-06-01
man/systemctl: improve grammar in description of --check-inhibitors
Zbigniew Jędrzejewski-Szmek
2
-18
/
+16
2022-06-01
systemctl: drop translation of method names to descriptions in error message
Zbigniew Jędrzejewski-Szmek
1
-22
/
+19
2022-06-01
systemctl: make function static
Zbigniew Jędrzejewski-Szmek
2
-11
/
+4
2022-06-01
logind: reduce scope of a few variables
Zbigniew Jędrzejewski-Szmek
2
-20
/
+16
2022-06-01
logind: rework wall message about pending shutdown/halt/reboot/…
Zbigniew Jędrzejewski-Szmek
6
-8
/
+26
2022-05-31
resolved: define source address for proxy-only stub replies
Benjamin Franzke
1
-3
/
+11
2022-05-31
logind: do not print wall messages to local pseudoterminals
Zbigniew Jędrzejewski-Szmek
1
-9
/
+7
2022-05-31
tests: add a helper that dumps /run/utmp in detail
Zbigniew Jędrzejewski-Szmek
2
-0
/
+63
2022-05-31
test-network: call networkctl only when specified interface exists
Yu Watanabe
1
-2
/
+4
2022-05-31
test-network: add tests for erspan version 0 and 2
Yu Watanabe
7
-19
/
+168
2022-05-31
network/erspan: support erspan version 0 and 2
Yu Watanabe
5
-9
/
+207
[next]