systemd/.git
2021-09-15 Lennart Poetteringtest: make array in test-sysctl fully read-only
2021-09-15 Lennart Poetteringsysctl-util: per coding style, compare chars explicit...
2021-09-15 Lennart Poetteringsysctl-util: make sysctl_read_ip_property() a wrapper...
2021-09-15 Lennart Poetteringsysctl-util: modernize sysctl_read() a bit
2021-09-15 Lennart Poetteringsysctl-util: make sysctl_write_ip_property() a wrapper...
2021-09-15 Lennart Poetteringsysctl-util: rework sysctl_write() to wrap write_string...
2021-09-15 Lennart Poetteringfileio: set O_NOCTTY when reading virtual files
2021-09-15 Lennart Poetteringfileio: lower maximum virtual file buffer size by one...
2021-09-15 Luca BoccassiMerge pull request #20650 from fbuihuu/watchdog-rework
2021-09-15 Franck Buijournalctl: never fail at flushing when the flushed...
2021-09-15 Luca Boccassitest: document autopkgtest CI infrastructure
2021-09-15 Yu WatanabeMerge pull request #20729 from yuwata/ethtool-features-set
2021-09-15 Yu WatanabeMerge pull request #20728 from yuwata/network-introduce...
2021-09-15 Yu WatanabeMerge pull request #20742 from pdmorrow/startup_cpus
2021-09-15 Franck Buiwatchdog: use MIN() in update_timeout()
2021-09-15 Franck Buishutdown: introduce init_watchdog()
2021-09-15 Franck Buiwatchdog: constify watchdog_set_device() parameter
2021-09-15 Franck Buiwatchdog: rename watchdog_set_timeout() into watchdog_s...
2021-09-15 Antonio Alvarez... meson: add missing include directory when using xkbcommon
2021-09-15 Franck Buiwatchdog: minor simplification of watchdog_runtime_wait()
2021-09-15 Franck Buiwatchdog: no need to ping the device twice in watchdog_...
2021-09-15 Franck Buiwatchdog: update watchdog_timeout with the closest...
2021-09-15 Franck Buicore: watchdog_set_timeout() doesn't need to return...
2021-09-15 Franck Buicore: call watchdog_ping() unconditionally
2021-09-15 Franck Buiwatchdog: make watchdog_ping() a NOP when the watchdog...
2021-09-15 Peter Morrowfuzz: add StartupAllowedCPUs and StartupAllowedMemoryNo...
2021-09-15 Peter Morrowdocs: update docs with StartupAllowedCPUs and StartupAl...
2021-09-15 Peter Morrowcgroup: add support for StartupAllowedCPUs and StartupA...
2021-09-15 Yu Watanabenetwork: use NetworkConfigSource/State to manage nexthops
2021-09-15 Yu Watanabenetwork: use NetworkConfigSource/State to manage routin...
2021-09-15 Yu Watanabenetwork: use NetworkConfigSource/State to manage neighbors
2021-09-15 Yu Watanabenetwork: introduce NetworkConfigSource and NetworkConfi...
2021-09-15 Kai WohlfahrtRespect install_sysconfdir
2021-09-15 Daan De Meyersd-journal: Don't compare hashes from different journal...
2021-09-15 Marcus HarrisonFix error building repart with no libcryptsetup (#20739)
2021-09-14 Franck Buicore: watchdog_runtimeout_wait() already returns USEC_I...
2021-09-14 Franck Buimain: use timestamp_is_set() in become_shutdown()
2021-09-14 Jan Kuparinenpo: Translated using Weblate (Finnish)
2021-09-14 Yu Watanabeethtool-util: add more network device features
2021-09-14 Yu Watanabeethtool-util: apply tx-checksum-* features at last
2021-09-14 Yu Watanabeethtool: do not set unavailable or never_changed bits
2021-09-14 Yu Watanabeethtool-util: shorten code a bit
2021-09-14 Yu Watanabeethtool-util: use sizeof()
2021-09-14 Lennart Poetteringman: extend documentation about TPM2 PCRs
2021-09-14 Lennart PoetteringMerge pull request #20697 from yuwata/in-addr-prefix
2021-09-14 Luca Boccassidocs: generic info about adding directives in ARCHITECT...
2021-09-14 Yu Watanabenetwork: replace config_parse_address_filter() with...
2021-09-14 Yu Watanabecore: replace IPAddressAccessItem with struct in_addr_p...
2021-09-14 Yu Watanabecore/cgroup: set bitfield to reduce struct size
2021-09-14 Yu Watanabetest: add tests for in-addr-prefix-util.c
2021-09-14 Yu Watanabetest: slightly modernize test-in-addr-util.c
2021-09-14 Yu Watanabein-addr-prefix-util: introduce several utilities for...
2021-09-14 Yu WatanabeMerge pull request #20700 from yuwata/network-dhcp...
2021-09-14 Yu Watanabenetwork: do not use RouteTable= in [DHCPv4] section...
2021-09-14 Yao Wei (魏銘廷)Add additional Dell models that require ACCEL_LOCATION...
2021-09-14 Lennart PoetteringMerge pull request #20713 from yuwata/udev-watch-retry
2021-09-14 Yu Watanabenetwork: use ltype to distinguish DHCPv4 and DHCPv6
2021-09-14 Yu Watanabenetwork: dhcp4: use free_and_strdup_warn()
2021-09-14 Yu Watanabenetwork: dhcp4: log server address
2021-09-14 Yu Watanabenetwork: dhcp4: return earlier on failure
2021-09-14 Yu Watanabenetwork: move common route settings to {dhcp4,ndisc...
2021-09-13 Yu Watanabetest-network: kernel treats the lowest IP address as...
2021-09-13 Lennart Poetteringescape: improve logging when escaping paths that are...
2021-09-13 Benjamin Herrenschmidtvirt: Improve detection of EC2 metal instances
2021-09-13 Lennart PoetteringMerge pull request #20716 from poettering/tpm2-primary-rsa
2021-09-13 Lennart Poetteringupdate TODO
2021-09-13 Lennart Poetteringtpm2: log about invalid PCRs on each unsealing
2021-09-13 Lennart Poetteringtpm2: check if PCR values make sense before using them
2021-09-13 Lennart Poetteringtpm2: support RSA primary keys as fallback if TPM2...
2021-09-13 Lennart Poetteringmemory-util: replace memeqzero() by a more generic...
2021-09-13 Luca BoccassiMerge pull request #20701 from yuwata/network-address...
2021-09-13 Yu Watanabeudev-watch: retry to save watch handle with random...
2021-09-13 Yu Watanabesd-device: do not recreate the same symlinks which...
2021-09-13 Yu WatanabeMerge pull request #20715 from yuwata/udev-node-follow-ups
2021-09-13 Yu WatanabeMerge pull request #20672 from mrc0mmand/more-storage...
2021-09-12 Frantisek Sumsaltest: coverage for #19946
2021-09-12 Frantisek Sumsaltest: make sure all symlinks under /dev/disk/ are valid
2021-09-12 Frantisek Sumsaltest: add a basic multipath test + failover
2021-09-12 Frantisek Sumsaltest: add a multipath helper
2021-09-12 Frantisek Sumsaltest: use one call to install necessary modules
2021-09-12 Luca BoccassiMerge pull request #20705 from yuwata/test-oomd-util
2021-09-12 Anita Zhangtest: tweak parameters for TEST-55-OOMD
2021-09-12 Yu Watanabeudev-node: do not ignore unexpected errors on removing...
2021-09-12 Yu Watanabeudev-node: simplify the example of race
2021-09-12 Yu Watanabeunit: systemd-oomd.service requires cgroup memory contr...
2021-09-12 Yu Watanabetest-oomd-util: skip tests if cgroup memory controller...
2021-09-12 Yu Watanabeoomd: refuse to start if cgroup memory controller is...
2021-09-11 Jan Janssensd-boot: Fix assertion fail
2021-09-11 Yu Watanabecgroup-util: use string_hash_ops_free
2021-09-11 Yu Watanabecgroup-util: use _cleanup_free_ attribute
2021-09-11 Anatol Pomozovtpm-util: fix TPM parameter handling
2021-09-11 Yu Watanabenetwork: do not drop IPv6LL address in link_drop_addres...
2021-09-11 Yu Watanabenetwork: always call address ready callback if address...
2021-09-11 Yu Watanabenetwork: define Address earlier
2021-09-11 Yu Watanabenetwork: store IPv6LL address even if link is in failed...
2021-09-11 Yu Watanabenetwork: enable IP masquerade when address is assigned
2021-09-11 Yu Watanabenetwork: simplify code a bit
2021-09-10 Luca BoccassiMerge pull request #20699 from yuwata/network-drop...
2021-09-10 Luca BoccassiMerge pull request #20702 from yuwata/network-trivial...
2021-09-10 Yu Watanabenetwork: fix handling of network interface renaming
next