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
*
basic/env-util: add little helper to call setenv or unsetenv
Zbigniew Jędrzejewski-Szmek
2020-11-10
5
-14
/
+21
*
sd-event: minor modernization
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-9
/
+4
*
sd-event: increase n_enabled_child_sources just once
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-28
/
+12
*
sd-event: update state at the end in event_source_enable
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-25
/
+30
*
Merge pull request #17431 from msekletar/udev-link-update-race
Zbigniew Jędrzejewski-Szmek
2020-11-10
3
-16
/
+69
|
\
|
*
udev: make algorithm that selects highest priority devlink less susceptible t...
Michal Sekletár
2020-11-06
2
-15
/
+67
|
*
basic/stat-util: make mtime check stricter and use entire timestamp
Michal Sekletár
2020-11-06
1
-1
/
+2
*
|
sd-bus: drop redundant abs()
Yu Watanabe
2020-11-10
1
-1
/
+1
*
|
core: add missing oom check
Yu Watanabe
2020-11-10
1
-0
/
+2
*
|
udev: log when we fail to query ID_NET_DRIVER
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-1
/
+4
*
|
Merge pull request #17551 from yuwata/radv-router-lifetime
Zbigniew Jędrzejewski-Szmek
2020-11-09
4
-14
/
+23
|
\
\
|
*
|
network: convert router lifetime from usec_t to uint16_t
Yu Watanabe
2020-11-09
1
-7
/
+12
|
*
|
sd-radv: refuse to set preference except medium when router lifetime is zero
Yu Watanabe
2020-11-09
1
-3
/
+6
|
*
|
sd-radv: router lifetime is uint16_t
Yu Watanabe
2020-11-09
2
-4
/
+4
|
*
|
network: make default router lifetime to 30min
Yu Watanabe
2020-11-09
1
-0
/
+1
*
|
|
Merge pull request #17549 from yuwata/tiny-fixes
Lennart Poettering
2020-11-09
3
-6
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
core: reduce scope of variants
Yu Watanabe
2020-11-09
1
-5
/
+5
|
*
|
sd-bus: fix possible division by 0
Yu Watanabe
2020-11-09
1
-0
/
+2
|
*
|
home: fix copy-and-paste mistake
Yu Watanabe
2020-11-09
1
-1
/
+1
*
|
|
license: GPL-2.0+ -> GPL-2.0-or-later
Yu Watanabe
2020-11-09
39
-39
/
+39
*
|
|
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1843
-1843
/
+1843
|
/
/
*
|
resolved: fix non-initialized memory access
Lennart Poettering
2020-11-06
1
-3
/
+4
*
|
resolved: slightly extend debug log output about outgoing messages
Lennart Poettering
2020-11-06
1
-2
/
+11
*
|
resolved: don't resolve "local." via LLMNR
Lennart Poettering
2020-11-06
1
-0
/
+1
*
|
resolved: add comments for various query flags
Lennart Poettering
2020-11-06
1
-15
/
+25
*
|
resolved: show all answer flags when dumping answer
Lennart Poettering
2020-11-06
1
-1
/
+5
*
|
resolved: add minor optimization path to dns_answer_merge()
Lennart Poettering
2020-11-06
1
-0
/
+5
*
|
resolved: suppress misleading debug message about ignored resolv.conf line
Lennart Poettering
2020-11-06
1
-0
/
+2
*
|
errno: ETIMEDOUT is also a connection error
Lennart Poettering
2020-11-06
1
-2
/
+6
*
|
journalctl: show boot id in the reboot context separator
Ronan Pigott
2020-11-06
1
-2
/
+2
*
|
seccomp: allow turning off of seccomp filtering via env var
Lennart Poettering
2020-11-05
2
-5
/
+15
*
|
selinux: also try the netlink-based fallback and continue on permission error
Zbigniew Jędrzejewski-Szmek
2020-11-04
1
-8
/
+16
*
|
shared/seccomp-util: move stime() to @obsolete
Topi Miettinen
2020-11-04
1
-1
/
+1
*
|
sd-login: fix parsing in sd_uid_is_on_seat
Zbigniew Jędrzejewski-Szmek
2020-11-04
1
-1
/
+1
*
|
Merge pull request #17521 from poettering/resolved-more-fixes
Zbigniew Jędrzejewski-Szmek
2020-11-04
7
-9
/
+23
|
\
\
|
*
|
resolved: handle RRs where we don't have a signer
Lennart Poettering
2020-11-03
1
-0
/
+2
|
*
|
resolved: drop unused family argument from manager_routable()
Lennart Poettering
2020-11-03
3
-6
/
+10
|
*
|
resolved: fix dumping of DnsAnswer objects
Lennart Poettering
2020-11-03
1
-1
/
+1
|
*
|
resolved: put size limit in DnsAnswer size to UINT16_MAX
Lennart Poettering
2020-11-03
2
-1
/
+9
|
*
|
resolved: check return value of memdup() correctly for OOM
Lennart Poettering
2020-11-03
1
-1
/
+1
*
|
|
Merge pull request #17493 from Villemoes/va-arg-simplifications
Zbigniew Jędrzejewski-Szmek
2020-11-04
3
-79
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
strv.c: simplify strv_new_ap
Rasmus Villemoes
2020-11-03
1
-29
/
+13
|
*
|
signal-util: make sigaction_many_ap a little more concise
Rasmus Villemoes
2020-11-03
1
-10
/
+1
|
*
|
string-util: improve overflow checking
Rasmus Villemoes
2020-11-03
1
-2
/
+2
|
*
|
string-util: simplify logic in strjoin_real()
Rasmus Villemoes
2020-11-03
1
-40
/
+15
*
|
|
fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...
Lennart Poettering
2020-11-03
13
-24
/
+69
|
|
/
|
/
|
*
|
network: selinux hook handling to enumerate nexthop
Purushottam choudhary
2020-11-01
1
-1
/
+2
*
|
automount: make user unmounting for automount units more debuggable
Lennart Poettering
2020-10-30
2
-0
/
+8
*
|
pid1: various minor watchdog modernizations
Lennart Poettering
2020-10-30
2
-35
/
+29
*
|
Merge pull request #17399 from afq984/udev-escaped-string
Yu Watanabe
2020-10-30
7
-21
/
+298
|
\
\
[next]