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
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
27
-181
/
+253
*
conf-parse: fix pretty bad typo
Lennart Poettering
2020-06-02
1
-1
/
+1
*
fs-util: add stat_warn_permissions() that operates on struct stat instead of fd
Lennart Poettering
2020-06-02
2
-9
/
+20
*
Merge pull request #15996 from yuwata/network-dhcp6-route-metric-15295
Lennart Poettering
2020-06-02
10
-101
/
+153
|
\
|
*
network: drop an unused function
Yu Watanabe
2020-06-02
2
-33
/
+0
|
*
network: move DHCPv6 related conf parsers to networkd-dhcp6.c
Yu Watanabe
2020-06-02
5
-79
/
+82
|
*
network: set both dhcp_route_metric and dhcp6_route_metric by DHCP.RouteMetri...
Yu Watanabe
2020-06-02
4
-11
/
+82
|
*
network: add DHCPv6.RouteMetric=
Yu Watanabe
2020-06-02
6
-4
/
+15
|
*
network: use uint32_t instead of unsigned for route priority
Yu Watanabe
2020-06-02
2
-3
/
+3
*
|
basic/efivars: try re-reading efivars without delay first
Zbigniew Jędrzejewski-Szmek
2020-06-02
1
-3
/
+5
*
|
fd-util: be more careful with fclose() errnos
Lennart Poettering
2020-06-02
1
-1
/
+4
*
|
update TODO
Lennart Poettering
2020-06-02
1
-0
/
+7
*
|
test: temporarily block test 48 on Ubuntu's autopkgtest
Luca Boccassi
2020-06-02
1
-0
/
+0
|
/
*
Merge pull request #16030 from yuwata/network-read-mtime-of-dropin-configs-15521
Zbigniew Jędrzejewski-Szmek
2020-06-01
5
-10
/
+33
|
\
|
*
network: also read mtime of drop-in configs
Yu Watanabe
2020-06-01
5
-7
/
+31
|
*
network: do not propagte error on stat()
Yu Watanabe
2020-06-01
1
-3
/
+2
*
|
Merge pull request #15991 from keszybz/uids-gids-only-decimal
Yu Watanabe
2020-06-01
3
-21
/
+31
|
\
\
|
|
/
|
/
|
|
*
basic/user-util: always use base 10 for user/group numbers
Zbigniew Jędrzejewski-Szmek
2020-05-31
2
-1
/
+11
|
*
loginctl: define loop iterators in the loop header
Zbigniew Jędrzejewski-Szmek
2020-05-31
1
-20
/
+20
*
|
udev: single binary replacing udevd and udevadm
Norbert Lange
2020-06-01
5
-23
/
+15
*
|
network: fix double free in macsec_receive_channel_free()
Yu Watanabe
2020-06-01
2
-1
/
+11
*
|
Merge pull request #16029 from yuwata/network-wireguard-without-peers-15786
Zbigniew Jędrzejewski-Szmek
2020-06-01
4
-3
/
+25
|
\
\
|
*
|
test-network: add test for wireguard without peers
Yu Watanabe
2020-06-01
3
-2
/
+21
|
*
|
network: wireguard: set ListenPort= when no peers are configured
Yu Watanabe
2020-06-01
1
-1
/
+4
*
|
|
Merge pull request #15990 from jwrdegoede/hwdb-accel-quirks
Zbigniew Jędrzejewski-Szmek
2020-06-01
1
-0
/
+11
|
\
\
\
|
*
|
|
hwdb: Add accel orientation quirk for Trekstor Surftab Twin 10.1 ST10432-8
Hans de Goede
2020-05-31
1
-0
/
+3
|
*
|
|
hwdb: Add accel orientation quirk for Toshiba Encore WT10A tablet
Hans de Goede
2020-05-31
1
-0
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #15982 from keszybz/shell-completion-and-help
Yu Watanabe
2020-06-01
4
-5
/
+20
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
udevd: update snippet string
Zbigniew Jędrzejewski-Szmek
2020-05-30
2
-2
/
+2
|
*
|
shell-completions: update bootctl
Zbigniew Jędrzejewski-Szmek
2020-05-30
2
-3
/
+18
*
|
|
Merge pull request #15884 from ssahani/dhcpv6-vendor
Yu Watanabe
2020-06-01
13
-7
/
+136
|
\
\
\
|
*
|
|
network: dhcp6 - fix memory leak
Susant Sahani
2020-05-29
1
-0
/
+1
|
*
|
|
network: Inroduce DHCP6- send vendor options
Susant Sahani
2020-05-29
7
-4
/
+52
|
*
|
|
sd-dhcp6: Introduce vendor specific information
Susant Sahani
2020-05-29
6
-3
/
+83
*
|
|
|
Merge pull request #15993 from mrc0mmand/news-update
Daan De Meyer
2020-05-31
1
-10
/
+10
|
\
\
\
\
|
*
|
|
|
NEWS: fix several typos
Frantisek Sumsal
2020-05-31
1
-10
/
+10
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
tests: add a testcase triggering https://github.com/systemd/systemd/issues/15968
Evgeny Vereshchagin
2020-05-31
1
-0
/
+14
|
/
/
/
*
|
|
core: reload cache if it's dirty when starting a UNIT_NOT_FOUND unit
Luca Boccassi
2020-05-30
7
-10
/
+81
*
|
|
Merge pull request #15935 from poettering/cache-more-efi-vars
Zbigniew Jędrzejewski-Szmek
2020-05-30
10
-64
/
+211
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
efi: add more logging for all EFI variable reads
Lennart Poettering
2020-05-29
1
-7
/
+10
|
*
|
bootctl: add simple, low-level reboot-to-firmware verb for controlling the flag
Lennart Poettering
2020-05-29
2
-3
/
+51
|
*
|
bootctl: show reboot-to-firmware info, too
Lennart Poettering
2020-05-29
1
-0
/
+12
|
*
|
efi: cache OsIndications too
Lennart Poettering
2020-05-29
1
-8
/
+37
|
*
|
efi: explicitly update mtime of EFI variables when changing them
Lennart Poettering
2020-05-29
1
-0
/
+8
|
*
|
efi: as extra paranoia NUL terminate UTF-16 strings with three NUL bytes
Lennart Poettering
2020-05-29
1
-3
/
+5
|
*
|
efi: cache OsIndicationsSupported
Lennart Poettering
2020-05-29
1
-5
/
+16
|
*
|
efi: avoid weirdly double }} by indenting differently
Lennart Poettering
2020-05-29
1
-13
/
+14
|
*
|
efi: cache LoaderEntries EFI variable
Lennart Poettering
2020-05-29
7
-25
/
+58
*
|
|
po: update Brazilian Portuguese translation
Rafael Fontenelle
2020-05-30
1
-42
/
+138
*
|
|
Merge pull request #15915 from poettering/journal-external-link
Zbigniew Jędrzejewski-Szmek
2020-05-30
8
-19
/
+115
|
\
\
\
[next]