index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
coccinelle
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-28
sd-lldp-rx: use _cleanup_ attribute at one more place
Yu Watanabe
1
-5
/
+4
2021-09-28
sd-lldp-rx: wrap long line
Yu Watanabe
1
-2
/
+7
2021-09-28
sd-lldp-rx: add missing assertions
Yu Watanabe
2
-4
/
+18
2021-09-28
sd-lldp-rx: delay allocating hashmap and prioq to store neighbors
Yu Watanabe
1
-12
/
+2
2021-09-28
prioq: introduce prioq_ensure_put()
Yu Watanabe
2
-0
/
+11
2021-09-28
sd-lldp-rx: ensure no event will be triggered after sd_lldp_rx_detach_event()...
Yu Watanabe
1
-1
/
+2
2021-09-28
sd-lldp-rx: add comments about the three multicast addresses
Yu Watanabe
1
-0
/
+3
2021-09-28
sd-lldp-rx: introduce sd_lldp_rx_is_running()
Yu Watanabe
2
-9
/
+13
2021-09-28
sd-lldp-rx: ignore all errors in processing datagram
Yu Watanabe
1
-9
/
+8
2021-09-28
resolved: suppress writing DNS server info into /etc/resolv.conf for non-stan...
Lennart Poettering
1
-0
/
+7
2021-09-27
parse-util: prefix load average macros with LOAD_AVG_
Luca Boccassi
6
-51
/
+51
2021-09-27
Remind developers to update the list of net naming schemes that can be select...
dann frazier
1
-0
/
+1
2021-09-27
Add remaining supported schemes as options for default-net-naming-scheme
dann frazier
1
-1
/
+1
2021-09-27
network: use sd-lldp-tx
Yu Watanabe
8
-385
/
+109
2021-09-27
sd-lldp-tx: introduce sd-lldp-tx
Yu Watanabe
4
-0
/
+688
2021-09-27
hostname-util: introduce get_pretty_hostname()
Yu Watanabe
1
-0
/
+5
2021-09-27
sd-lldp: introduce SD_LLDP_OUI_IANA_MUD macro
Yu Watanabe
3
-11
/
+12
2021-09-27
sd-lldp: constify OUI
Yu Watanabe
1
-3
/
+3
2021-09-27
sd-lldp-rx: split out enum definitions
Yu Watanabe
3
-91
/
+121
2021-09-27
sd-lldp-rx: rename sd_lldp -> sd_lldp_rx
Yu Watanabe
11
-312
/
+312
2021-09-27
test: also rename {test,fuzz}-lldp.c
Yu Watanabe
7
-2
/
+2
2021-09-27
sd-lldp: rename sd-lldp.[ch] -> sd-lldp-rx.[ch]
Yu Watanabe
12
-16
/
+15
2021-09-27
meson: sort files
Yu Watanabe
1
-29
/
+29
2021-09-27
hwbd: 60-sensor.hwdb: Add Lenovo ThinkPad Yoga 11e 5th Gen (Type: 20LN, Gemin...
Kay Siver Bø
1
-0
/
+4
2021-09-27
man: mention pages with more settings at end of each option list
Zbigniew Jędrzejewski-Szmek
11
-36
/
+83
2021-09-27
man: refresh description of sysvinit compat for services
Zbigniew Jędrzejewski-Szmek
2
-10
/
+10
2021-09-27
man: minor grammar fixups in systemd-cryptenroll
Zbigniew Jędrzejewski-Szmek
1
-9
/
+12
2021-09-27
docs: add spdx tags to all .md files
Zbigniew Jędrzejewski-Szmek
43
-0
/
+43
2021-09-27
man: cross-reference DeviceAllow= and PrivateDevices=
Zbigniew Jędrzejewski-Szmek
2
-23
/
+35
2021-09-25
meson: refuse implicit int <-> pointer conversion
Yu Watanabe
1
-0
/
+1
2021-09-25
basic: delete loadavg.h copy
Luca Boccassi
9
-105
/
+57
2021-09-24
user-record: switch the default LUKS PBKDF to argon2id to match cryptsetup
nl6720
1
-1
/
+1
2021-09-24
man: fix a reference in timedatectl man page
Anssi Hannula
1
-2
/
+3
2021-09-24
man: Startup* updates for systemd.resource-control
Peter Morrow
1
-19
/
+19
2021-09-24
fuzz: list directives in alphabetical order
Peter Morrow
6
-12
/
+12
2021-09-24
cgroup: re-evaluate startup units during shutdown as well
Peter Morrow
4
-16
/
+31
2021-09-24
Revert "mkosi: turn off qemu headless mode"
Lennart Poettering
1
-1
/
+1
2021-09-24
main: use strv_extendf() where appropriate
Lennart Poettering
1
-9
/
+5
2021-09-24
po: Translated using Weblate (Indonesian)
Andika Triwidada
1
-38
/
+24
2021-09-24
link: connect 5 more properties to ethtool features
Anita Zhang
3
-74
/
+119
2021-09-24
libsystemd-network: disable event sources before unref them
Yu Watanabe
6
-23
/
+20
2021-09-24
network: disable event sources before unref them
Yu Watanabe
2
-4
/
+4
2021-09-23
smack-util: tiny simplification
Lennart Poettering
1
-5
/
+4
2021-09-23
boot: prefer IMAGE_VERSION from os-release as version string
Lennart Poettering
1
-5
/
+17
2021-09-23
man: document the new systemd-boot drop-in driver dir logic
Lennart Poettering
1
-8
/
+20
2021-09-23
man: the sd-boot menu is probably more "textual" then "graphical", hence don'...
Lennart Poettering
1
-4
/
+4
2021-09-23
man: add man page for the systemd UEFI stub
Lennart Poettering
3
-0
/
+215
2021-09-23
boot: add get_os_indications_supported() helper
Lennart Poettering
3
-12
/
+23
2021-09-23
stub: various modernizations to linux.c
Lennart Poettering
1
-11
/
+23
2021-09-23
boot: add helper for converting EFI_PHYSICAL_ADDRESS to a pointer
Lennart Poettering
6
-22
/
+37
[next]