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
...
*
|
Merge pull request #19076 from yuwata/firewall-util-modernizations
Luca Boccassi
2021-03-25
6
-201
/
+243
|
\
\
|
*
|
test-firewall-util: use assert_se() at most places
Yu Watanabe
2021-03-24
1
-78
/
+74
|
*
|
firewall-util: refuse IPv6 firewall rules when kernel does not support IPv6
Yu Watanabe
2021-03-23
1
-3
/
+11
|
*
|
firewall-util: gracefully handle -EOVERFLOW returned from older kernel
Yu Watanabe
2021-03-23
1
-0
/
+13
|
*
|
firewall-util: do not use goto for retrying
Yu Watanabe
2021-03-23
1
-62
/
+70
|
*
|
firewall-util: add missing return value check
Yu Watanabe
2021-03-23
1
-2
/
+4
|
*
|
firewall-util: probe firewall backend in fw_ctx_new()
Yu Watanabe
2021-03-23
1
-12
/
+2
|
*
|
network: allocate FirewallContext lazily
Yu Watanabe
2021-03-23
1
-4
/
+0
|
*
|
firewall-util: logs which backend will be used
Yu Watanabe
2021-03-23
3
-44
/
+73
*
|
|
local-addresses: fix use of uninitialized value
David Tardon
2021-03-24
1
-1
/
+1
|
|
/
|
/
|
*
|
po: Translated using Weblate (Dutch)
Pjotr Vertaalt
2021-03-24
1
-103
/
+269
*
|
process-util: dont allocate max length to read /proc/PID/cmdline
Anita Zhang
2021-03-24
2
-25
/
+8
*
|
pid1: do not use generated strings as format strings (#19098)
Lincoln Ramsay
2021-03-24
1
-3
/
+3
*
|
network: fix ipv6 tunnel encapsulation limit (#19087)
hide
2021-03-23
1
-1
/
+1
*
|
repart: remove spurious empty double newlines
Lennart Poettering
2021-03-23
1
-2
/
+0
*
|
blockdev-util: actually specify an access mode on open()
Lennart Poettering
2021-03-23
1
-1
/
+1
*
|
update TODO
Lennart Poettering
2021-03-23
1
-0
/
+11
*
|
po: Added translation using Weblate (Dutch)
Pjotr Vertaalt
2021-03-23
2
-0
/
+850
*
|
man: document differences in clean exit status for Type=oneshot
David Tardon
2021-03-23
1
-9
/
+14
*
|
man: rate limited services can be restartet from timer or socket
Christian Hesse
2021-03-23
1
-7
/
+7
*
|
sd-event: disable epoll_pwait2 for now
Zbigniew Jędrzejewski-Szmek
2021-03-23
1
-2
/
+8
*
|
Merge pull request #19075 from keszybz/calendarspec-loop
Zbigniew Jędrzejewski-Szmek
2021-03-23
3
-46
/
+72
|
\
\
|
|
/
|
/
|
|
*
shared/calendarspec: when mktime() moves us backwards, jump forward
Zbigniew Jędrzejewski-Szmek
2021-03-23
3
-8
/
+15
|
*
test-calendarspec: do not convert timezone "" to ":"
Zbigniew Jędrzejewski-Szmek
2021-03-22
1
-1
/
+1
|
*
test-calendarspec: print offending line in output
Zbigniew Jędrzejewski-Szmek
2021-03-22
1
-26
/
+22
|
*
shared/calendarspec: constify parameter and simplify assignments to variable
Zbigniew Jędrzejewski-Szmek
2021-03-22
1
-11
/
+22
|
*
shared/calendarspec: abort calculation after 1000 iterations
Zbigniew Jędrzejewski-Szmek
2021-03-22
1
-1
/
+13
*
|
Merge pull request #19079 from poettering/resolved-ipv6-cache-fix
Luca Boccassi
2021-03-23
2
-11
/
+59
|
\
\
|
*
|
resolved: don't accept responses to query unless they completely answer our q...
Lennart Poettering
2021-03-22
2
-8
/
+56
|
*
|
resolved: propagate correct error variable
Lennart Poettering
2021-03-22
1
-3
/
+3
*
|
|
Merge pull request #19081 from keszybz/three-comment-updates
Luca Boccassi
2021-03-22
3
-24
/
+19
|
\
\
\
|
*
|
|
man: say that .device units need udev
Zbigniew Jędrzejewski-Szmek
2021-03-22
1
-13
/
+12
|
*
|
|
Reword and reindent comment
Zbigniew Jędrzejewski-Szmek
2021-03-22
1
-10
/
+6
|
*
|
|
Partially revert "correct incorrect command in NEWS (#19048)"
Zbigniew Jędrzejewski-Szmek
2021-03-22
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #19058 from bugaevc/log-open-protect-errno
Zbigniew Jędrzejewski-Szmek
2021-03-22
7
-8
/
+33
|
\
\
\
|
*
|
|
homework: use FORK_CLOSE_ALL_FDS in a few more places
Sergey Bugaev
2021-03-22
1
-3
/
+12
|
*
|
|
tree-wide: reopen log after fork when needed
Sergey Bugaev
2021-03-22
5
-5
/
+14
|
*
|
|
log: protect errno in log_open()
Sergey Bugaev
2021-03-22
1
-0
/
+7
|
|
/
/
*
|
|
shell-completion: systemd-run: add missing options
Yu Watanabe
2021-03-22
2
-26
/
+41
*
|
|
update TODO
Lennart Poettering
2021-03-22
1
-0
/
+5
*
|
|
update TODO
Lennart Poettering
2021-03-22
1
-0
/
+5
|
/
/
*
|
meson: fix warning about comparison between different types
Yu Watanabe
2021-03-22
2
-8
/
+6
*
|
logs-show: add missing newline in warning message
Antonio Terceiro
2021-03-21
1
-1
/
+1
*
|
meson: fix build error of test-dnssec-complex
Yu Watanabe
2021-03-21
1
-3
/
+7
*
|
systemd-boot: LLVM/lld does not support PE/COFF relocations. Bail out with an...
tpgxyz
2021-03-19
1
-1
/
+8
*
|
blockdev-util: fix access to possibly invalidated dirent struct
Lennart Poettering
2021-03-19
1
-12
/
+17
*
|
repart: make sure to grow partition table after growing backing loopback file
Lennart Poettering
2021-03-19
1
-0
/
+42
*
|
correct incorrect command in NEWS (#19048)
Michael Gisbers
2021-03-19
1
-2
/
+2
*
|
Wrong index in error message
Sam Lunt
2021-03-19
1
-2
/
+2
*
|
udev: do not try to assign invalid ifname
Yu Watanabe
2021-03-19
1
-11
/
+7
[prev]
[next]