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
*
gpt: add definition for boot loader spec partition
Lennart Poettering
2019-03-01
1
-0
/
+1
*
bootctl: safety check for regular file when reading EFI images
Lennart Poettering
2019-03-01
1
-0
/
+4
*
bootctl: use SYNTHETIC_ERRNO() where appropriate
Lennart Poettering
2019-03-01
1
-6
/
+3
*
dissect: use SYNTHETIC_ERRNO() where appropriate
Lennart Poettering
2019-03-01
1
-4
/
+2
*
bootspec: use SYNTHETIC_ERRNO() at one more place
Lennart Poettering
2019-03-01
1
-4
/
+2
*
bootspec: update log message, to indicate the error is ignored
Lennart Poettering
2019-03-01
1
-2
/
+2
*
fs-util: add new helper syncfs_path()
Lennart Poettering
2019-03-01
2
-0
/
+17
*
env-file: (void)ify an unlink() call
Lennart Poettering
2019-03-01
1
-1
/
+1
*
json: don't call va_end() twice in json_build()
Lennart Poettering
2019-03-01
1
-2
/
+0
*
Merge pull request #11852 from keszybz/coverity-memory-issues
Lennart Poettering
2019-02-28
2
-16
/
+14
|
\
|
*
udev-builtin-usb_id: guard against overflow when reading descriptor data
Zbigniew Jędrzejewski-Szmek
2019-02-28
1
-3
/
+8
|
*
udev-builtin-usb_id: use strjoina to simplify code
Zbigniew Jędrzejewski-Szmek
2019-02-28
1
-5
/
+3
|
*
shared/install: do not use a temporary variable outside of its scope
Zbigniew Jędrzejewski-Szmek
2019-02-28
1
-8
/
+3
*
|
Merge pull request #11856 from xtopherwong/new-time-zone-list
Lennart Poettering
2019-02-28
2
-4
/
+7
|
\
\
|
*
|
test-time-util: use standard intro and print timezones read from file
Zbigniew Jędrzejewski-Szmek
2019-02-28
1
-3
/
+6
|
*
|
Use new time zone list
Christopher Wong
2019-02-28
1
-1
/
+1
*
|
|
virt: detect the ACRN hypervisor
Ross Burton
2019-02-28
2
-0
/
+4
|
/
/
*
|
sd-bus: deal with cookie overruns
Lennart Poettering
2019-02-28
1
-1
/
+46
*
|
Merge pull request #11840 from yuwata/network-route-onlink
Lennart Poettering
2019-02-28
5
-60
/
+95
|
\
\
|
|
/
|
/
|
|
*
network: wrap long lines
Yu Watanabe
2019-02-28
1
-7
/
+12
|
*
network: simplify config_parse_lifetime()
Yu Watanabe
2019-02-28
1
-16
/
+10
|
*
network: avoid address section freed
Yu Watanabe
2019-02-28
1
-0
/
+1
|
*
network: cleanup logging in route related config parsers
Yu Watanabe
2019-02-28
1
-9
/
+15
|
*
network: do not override previously specified family
Yu Watanabe
2019-02-28
1
-11
/
+17
|
*
network: enable GatewayOnLink= if Gateway= without static address configured
Yu Watanabe
2019-02-28
1
-1
/
+12
|
*
network: save GatewayOnLink= value as tristate in Route
Yu Watanabe
2019-02-28
2
-1
/
+7
|
*
network: relax the .network file check
Yu Watanabe
2019-02-28
1
-15
/
+20
|
*
network: rename GatewayOnlink= to GatewayOnLink=
Yu Watanabe
2019-02-28
2
-1
/
+2
*
|
fuzz: do not assume the existence of /sys/class/net/lo
Yu Watanabe
2019-02-28
1
-1
/
+2
|
/
*
Merge pull request #11795 from yuwata/fix-network-routing-policy-11280
Lennart Poettering
2019-02-27
1
-7
/
+36
|
\
|
*
network: do not remove rule when it is requested by existing links
Yu Watanabe
2019-02-27
1
-0
/
+26
|
*
network: remove routing policy rule from foreign rule database when it is rem...
Yu Watanabe
2019-02-27
1
-8
/
+11
*
|
journalctl: New option --cursor-file
Jörg Sommer
2019-02-27
1
-11
/
+54
*
|
Merge pull request #11844 from keszybz/networkd-fuzzer-fixes
Lennart Poettering
2019-02-27
1
-11
/
+23
|
\
\
|
*
|
networkd: refuse more than 128 NTP servers
Zbigniew Jędrzejewski-Szmek
2019-02-27
1
-3
/
+11
|
*
|
networkd: fix memleak when the same NetDev is specified twice
Zbigniew Jędrzejewski-Szmek
2019-02-27
1
-6
/
+7
|
*
|
network: wrap some long lines
Zbigniew Jędrzejewski-Szmek
2019-02-27
1
-3
/
+6
*
|
|
Merge pull request #11807 from yuwata/test-vlan-mtu
Zbigniew Jędrzejewski-Szmek
2019-02-27
5
-11
/
+41
|
\
\
\
|
*
|
|
network: bump mtu if stacked vlan or macvlan requests larger size
Yu Watanabe
2019-02-27
5
-11
/
+41
|
|
|
/
|
|
/
|
*
|
|
analyze security: check for ProtectHostname=yes
Topi Miettinen
2019-02-27
1
-0
/
+12
|
|
/
|
/
|
*
|
selinux: don't log SELINUX_INFO and SELINUX_WARNING messages to audit
Michal Sekletar
2019-02-27
1
-1
/
+5
*
|
network: fix error code in log
Yu Watanabe
2019-02-27
1
-1
/
+1
*
|
network: merge conditions and use FLAGS_SET() macro
Yu Watanabe
2019-02-27
1
-6
/
+6
*
|
network: make ndisc_router_process_options() propagate error
Yu Watanabe
2019-02-27
1
-15
/
+11
*
|
fs-util: add missing linux/falloc.h include
Davide Cavalca
2019-02-27
1
-0
/
+1
|
/
*
Merge pull request #11824 from keszybz/fuzzer-fixes
Lennart Poettering
2019-02-26
13
-37
/
+63
|
\
|
*
fuzz-ndisc-rs: avoid assertion failure on samples which dont fit in pipe
Zbigniew Jędrzejewski-Szmek
2019-02-26
2
-0
/
+5
|
*
fuzz-lldp: avoid assertion failure on samples which dont fit in pipe
Zbigniew Jędrzejewski-Szmek
2019-02-26
2
-0
/
+5
|
*
fuzz-journal-stream: avoid assertion failure on samples which don't fit in pipe
Zbigniew Jędrzejewski-Szmek
2019-02-26
2
-1
/
+3
|
*
shared/ask-password-api: when echoing multi-byte characters, print the whole ...
Zbigniew Jędrzejewski-Szmek
2019-02-26
1
-1
/
+4
[next]