index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-08
core: add systemd-oomd implicit dependencies
Anita Zhang
1
-0
/
+29
2020-10-08
systemd-oomd: service files
Anita Zhang
5
-0
/
+76
2020-10-08
systemd-oomd: dbus hook ups and oomctl CLI
Anita Zhang
10
-0
/
+406
2020-10-08
core: systemd-oomd pid1 integration
Anita Zhang
6
-1
/
+65
2020-10-08
systemd-oomd: manager/daemon
Anita Zhang
9
-0
/
+700
2020-10-08
cgroup-util: add cg_get_attribute_as_bool() helper
Anita Zhang
2
-0
/
+23
2020-10-08
systemd-oomd: unit testable helper functions
Anita Zhang
8
-2
/
+880
2020-10-08
shared: helpers to read pressure stats from cgroups
Anita Zhang
5
-0
/
+234
2020-10-08
parse-util: add parse_loadavg_fixed_point
Anita Zhang
5
-4
/
+145
2020-10-08
core: add varlink call to get cgroup paths of units using ManagedOOM*=
Anita Zhang
9
-11
/
+227
2020-10-08
varlink: add server write states to disconnect check
Anita Zhang
1
-0
/
+5
2020-10-08
core: add ManagedOOM*= properties to configure systemd-oomd on the unit
Anita Zhang
20
-3
/
+319
2020-10-07
unit: don't emit PropertiesChanged signal if adding a dependency to a unit is...
Renaud Métrich
1
-1
/
+13
2020-10-07
systemctl: drop unsused variable original_stdout_is_tty
Lennart Poettering
1
-7
/
+0
2020-10-07
update TODO
Lennart Poettering
1
-0
/
+7
2020-10-07
Document some reasonable DNS servers in the example config file
Zbigniew Jędrzejewski-Szmek
1
-0
/
+4
2020-10-07
udev: make use of NULL callback in IO handlers
Lennart Poettering
1
-5
/
+1
2020-10-07
sd-event: support callback=NULL in IO/child/inotify/defer event sources, too
Lennart Poettering
8
-29
/
+106
2020-10-07
udev-util: make use of sd-event's NULL callback support
Lennart Poettering
1
-5
/
+1
2020-10-07
test: add test that validates that PTR_TO_INT(INT_TO_PTR()) covers whole int ...
Lennart Poettering
1
-0
/
+14
2020-10-07
socket-proxy: port to new sd_event_source_set_exit_on_failure() API
Lennart Poettering
1
-7
/
+7
2020-10-07
socket-proxy: close correct fd, log at right log level
Lennart Poettering
1
-2
/
+2
2020-10-07
man: add docs for sd_event_source_set_exit_on_failure()
Lennart Poettering
2
-0
/
+112
2020-10-07
sd-event: optionally, if an event source fails, exit the event loop
Lennart Poettering
4
-8
/
+48
2020-10-06
boot/efi: Explicitly specify void in parameter list
Marco Wang
1
-1
/
+1
2020-10-06
test-network: also remove IPv6 rules
Yu Watanabe
1
-0
/
+3
2020-10-06
test-network: add a missing netdev in the list
Yu Watanabe
1
-0
/
+1
2020-10-06
test-network: disable RA in test_sriov
Yu Watanabe
1
-0
/
+1
2020-10-06
test-network: add missing file in the list
Yu Watanabe
1
-0
/
+1
2020-10-06
test-network: drop duplicated address
Yu Watanabe
1
-1
/
+0
2020-10-06
network: rename network_verify_xxx() -> network_drop_invalid_xxx()
Yu Watanabe
23
-36
/
+36
2020-10-06
network: fix masquerade setting logic
Yu Watanabe
1
-49
/
+36
2020-10-06
network: always use RT_SCOPE_HOST for IPv4 loopback addresses
Yu Watanabe
1
-1
/
+12
2020-10-06
network: update MAC address in IPv4 ACD clients
Yu Watanabe
3
-0
/
+50
2020-10-06
network: configure IPv4 DAD per link address
Yu Watanabe
3
-55
/
+32
2020-10-06
network: constify one argument
Yu Watanabe
1
-1
/
+1
2020-10-06
network: introduce address_copy()
Yu Watanabe
1
-11
/
+26
2020-10-06
network: do not update Address::flags in address_configure()
Yu Watanabe
4
-43
/
+19
2020-10-06
network: fix indentation
Yu Watanabe
1
-31
/
+39
2020-10-06
network: use sd_event stored in Manager
Yu Watanabe
6
-6
/
+7
2020-10-06
network: check feature is enabled in xxx_configure()
Yu Watanabe
9
-81
/
+74
2020-10-06
network: move link_enumerate_ipv6_tentative_addresses()
Yu Watanabe
2
-50
/
+50
2020-10-06
network: drop unused function
Yu Watanabe
2
-46
/
+0
2020-10-06
network: move sysctl related functions to networkd-sysctl.c
Yu Watanabe
8
-353
/
+321
2020-10-06
network: introduce radv_update_mac()
Yu Watanabe
3
-19
/
+34
2020-10-06
network: introduce dhcp6_update_mac()
Yu Watanabe
3
-58
/
+68
2020-10-06
network: introduce dhcp4_update_mac()
Yu Watanabe
3
-14
/
+24
2020-10-06
network: introduce ipv4ll_update_mac()
Yu Watanabe
3
-19
/
+34
2020-10-06
network: introduce link_serialize_dhcp6_client()
Yu Watanabe
3
-12
/
+26
2020-10-06
network: introduce link_serialize_ipv4ll()
Yu Watanabe
3
-10
/
+26
[next]