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
*
core: add systemd-oomd implicit dependencies
Anita Zhang
2020-10-08
1
-0
/
+29
*
systemd-oomd: service files
Anita Zhang
2020-10-08
2
-0
/
+17
*
systemd-oomd: dbus hook ups and oomctl CLI
Anita Zhang
2020-10-08
9
-0
/
+396
*
core: systemd-oomd pid1 integration
Anita Zhang
2020-10-08
6
-1
/
+65
*
systemd-oomd: manager/daemon
Anita Zhang
2020-10-08
8
-0
/
+689
*
cgroup-util: add cg_get_attribute_as_bool() helper
Anita Zhang
2020-10-08
2
-0
/
+23
*
systemd-oomd: unit testable helper functions
Anita Zhang
2020-10-08
6
-2
/
+875
*
shared: helpers to read pressure stats from cgroups
Anita Zhang
2020-10-08
5
-0
/
+234
*
parse-util: add parse_loadavg_fixed_point
Anita Zhang
2020-10-08
5
-4
/
+145
*
core: add varlink call to get cgroup paths of units using ManagedOOM*=
Anita Zhang
2020-10-08
9
-11
/
+227
*
varlink: add server write states to disconnect check
Anita Zhang
2020-10-08
1
-0
/
+5
*
core: add ManagedOOM*= properties to configure systemd-oomd on the unit
Anita Zhang
2020-10-08
18
-3
/
+208
*
unit: don't emit PropertiesChanged signal if adding a dependency to a unit is...
Renaud Métrich
2020-10-07
1
-1
/
+13
*
systemctl: drop unsused variable original_stdout_is_tty
Lennart Poettering
2020-10-07
1
-7
/
+0
*
Merge pull request #17231 from poettering/event-source-exit-on-failure
Lennart Poettering
2020-10-07
8
-33
/
+115
|
\
|
*
udev: make use of NULL callback in IO handlers
Lennart Poettering
2020-10-07
1
-5
/
+1
|
*
sd-event: support callback=NULL in IO/child/inotify/defer event sources, too
Lennart Poettering
2020-10-07
1
-6
/
+42
|
*
udev-util: make use of sd-event's NULL callback support
Lennart Poettering
2020-10-07
1
-5
/
+1
|
*
test: add test that validates that PTR_TO_INT(INT_TO_PTR()) covers whole int ...
Lennart Poettering
2020-10-07
1
-0
/
+14
|
*
socket-proxy: port to new sd_event_source_set_exit_on_failure() API
Lennart Poettering
2020-10-07
1
-7
/
+7
|
*
socket-proxy: close correct fd, log at right log level
Lennart Poettering
2020-10-07
1
-2
/
+2
|
*
sd-event: optionally, if an event source fails, exit the event loop
Lennart Poettering
2020-10-07
4
-8
/
+48
*
|
Document some reasonable DNS servers in the example config file
Zbigniew Jędrzejewski-Szmek
2020-10-07
1
-0
/
+4
|
/
*
Merge pull request #17240 from yuwata/network-cleanup
Yu Watanabe
2020-10-07
63
-4966
/
+4730
|
\
|
*
network: rename network_verify_xxx() -> network_drop_invalid_xxx()
Yu Watanabe
2020-10-06
23
-36
/
+36
|
*
network: fix masquerade setting logic
Yu Watanabe
2020-10-06
1
-49
/
+36
|
*
network: always use RT_SCOPE_HOST for IPv4 loopback addresses
Yu Watanabe
2020-10-06
1
-1
/
+12
|
*
network: update MAC address in IPv4 ACD clients
Yu Watanabe
2020-10-06
3
-0
/
+50
|
*
network: configure IPv4 DAD per link address
Yu Watanabe
2020-10-06
3
-55
/
+32
|
*
network: constify one argument
Yu Watanabe
2020-10-06
1
-1
/
+1
|
*
network: introduce address_copy()
Yu Watanabe
2020-10-06
1
-11
/
+26
|
*
network: do not update Address::flags in address_configure()
Yu Watanabe
2020-10-06
4
-43
/
+19
|
*
network: fix indentation
Yu Watanabe
2020-10-06
1
-31
/
+39
|
*
network: use sd_event stored in Manager
Yu Watanabe
2020-10-06
6
-6
/
+7
|
*
network: check feature is enabled in xxx_configure()
Yu Watanabe
2020-10-06
9
-81
/
+74
|
*
network: move link_enumerate_ipv6_tentative_addresses()
Yu Watanabe
2020-10-06
2
-50
/
+50
|
*
network: drop unused function
Yu Watanabe
2020-10-06
2
-46
/
+0
|
*
network: move sysctl related functions to networkd-sysctl.c
Yu Watanabe
2020-10-06
8
-353
/
+321
|
*
network: introduce radv_update_mac()
Yu Watanabe
2020-10-06
3
-19
/
+34
|
*
network: introduce dhcp6_update_mac()
Yu Watanabe
2020-10-06
3
-58
/
+68
|
*
network: introduce dhcp4_update_mac()
Yu Watanabe
2020-10-06
3
-14
/
+24
|
*
network: introduce ipv4ll_update_mac()
Yu Watanabe
2020-10-06
3
-19
/
+34
|
*
network: introduce link_serialize_dhcp6_client()
Yu Watanabe
2020-10-06
3
-12
/
+26
|
*
network: introduce link_serialize_ipv4ll()
Yu Watanabe
2020-10-06
3
-10
/
+26
|
*
network: introduce link_deserialize_ipv4ll()
Yu Watanabe
2020-10-06
3
-31
/
+50
|
*
network: introduce link_deserialize_dhcp4()
Yu Watanabe
2020-10-06
3
-32
/
+51
|
*
network: introduce network_verify_sr_iov()
Yu Watanabe
2020-10-06
3
-8
/
+13
|
*
network: move link_configure_sr_iov()
Yu Watanabe
2020-10-06
3
-24
/
+23
|
*
network: introduce network_verify_traffic_control()
Yu Watanabe
2020-10-06
3
-8
/
+14
|
*
network: move link_configure_traffic_control()
Yu Watanabe
2020-10-06
3
-23
/
+23
[next]