Name: | systemd |
---|---|
Version: | 239 |
Release: | 58.0.1.el8_6.4 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 10973516 |
License: | LGPLv2+ and MIT and GPLv2+ |
RPM: | systemd-239-58.0.1.el8_6.4.i686.rpm |
Source RPM: | systemd-239-58.0.1.el8_6.4.src.rpm |
Build Date: | Mon Aug 29 2022 |
Build Host: | build-ol8-i386.oracle.com |
Vendor: | Oracle America |
URL: | http://www.freedesktop.org/wiki/Software/systemd |
Summary: | System and Service Manager |
Description: | systemd is a system and service manager that runs as PID 1 and starts the rest of the system. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points, and implements an elaborate transactional dependency-based service control logic. systemd supports SysV and LSB init scripts and works as a replacement for sysvinit. Other parts of this package are a logging daemon, utilities to control basic system configuration like the hostname, date, locale, maintain a list of logged-in users, system accounts, runtime directories and settings, and daemons to manage simple network configuration, network time synchronization, log forwarding, and name resolution. |
- Disable unprivileged BPF by default [Orabug: 32870980] - backport upstream pstore tmpfiles patch [Orabug: 31420486] - udev rules: fix memory hot add and remove [Orabug: 31310273] - fix to enable systemd-pstore.service [Orabug: 30951066] - journal: change support URL shown in the catalog entries [Orabug: 30853009] - fix to generate systemd-pstore.service file [Orabug: 30230056] - fix _netdev is missing for iscsi entry in /etc/fstab (tony.l.lam@oracle.com) [Orabug: 25897792] - set "RemoveIPC=no" in logind.conf as default for OL7.2 [Orabug: 22224874] - allow dm remove ioctl to co-operate with UEK3 (Vaughan Cao) [Orabug: 18467469] - add hv dynamic memory support (Jerry Snitselaar) [Orabug: 18621475] - Backport upstream patches for the new systemd-pstore tool (Eric DeVolder) [OraBug: 30230056]
- resolved: pin stream while calling callbacks for it (#2110548)
- unit: check for mount rate limiting before checking active state (#2097336)
- unit: don't emit PropertiesChanged signal if adding a dependency to a unit is a no-op (#2091590) - core: propagate triggered unit in more load states (#2086553) - core: propagate unit start limit hit state to triggering path unit (#2086553) - core: Move 'r' variable declaration to start of unit_start() (#2086553) - core: Delay start rate limit check when starting a unit (#2086553) - core: Propagate condition failed state to triggering units. (#2086553)
- acpi-fpdt: mark structures as packed (#2084052) - core/slice: make slice_freezer_action() return 0 if freezing state is unchanged (#2084052) - core/unit: fix use-after-free (#2084052) - sd-bus: fix reference counter to be incremented (#2084052) - sd-bus: do not read unused value (#2084052) - sd-bus: do not return negative errno when unknown name is specified (#2084052) - sd-bus: switch to a manual overflow check in sd_bus_track_add_name() (#2084052)
- ci: drop CentOS 8 CI (#2017033) - test: adapt to the new capsh format (#2017033) - test: ignore IAB capabilities in `test-execute` (#2017033)
- udev/net_id: introduce naming scheme for RHEL-8.5 (#2039797) - udev/net_id: remove extraneous bracket (#2039797) - udev/net_id: introduce naming scheme for RHEL-8.6 (#2039797) - define newly needed constants (#2005008) - sd-netlink: support IFLA_PROP_LIST and IFLA_ALT_IFNAME attributes (#2005008) - sd-netlink: introduce sd_netlink_message_read_strv() (#2005008) - sd-netlink: introduce sd_netlink_message_append_strv() (#2005008) - test: add a test for sd_netlink_message_{append,read}_strv() (#2005008) - util: introduce ifname_valid_full() (#2005008) - rename function (#2005008) - udev: support AlternativeName= setting in .link file (#2005008) - network: make Name= in [Match] support alternative names of interfaces (#2005008) - udev: extend the length of ID_NET_NAME_XXX= to ALTIFNAMSIZ (#2005008) - udev: do not fail if kernel does not support alternative names (#2005008) - udev: introduce AlternativeNamesPolicy= setting (#2005008) - network: set AlternativeNamesPolicy= in 99-default.link (#2005008) - random-util: call initialize_srand() after fork() (#2005008) - sd-netlink: introduce rtnl_resolve_link_alternative_names() (#2005008) - udev: sort alternative names (#2005008) - netlink: introduce rtnl_get/delete_link_alternative_names() (#2005008) - netlink: do not fail when new interface name is already used as an alternative name (#2005008) - udev: do not try to reassign alternative names (#2005008) - Do not fail if the same alt. name is set again (#2005008) - mount: do not update exec deps on mountinfo changes (#2008825) - core/mount: add implicit unit dependencies even if when mount unit is generated from /proc/self/mountinfo (#2008825) - core: fix unfortunate typo in unit_is_unneeded() (#2040147) - core: make destructive transaction error a bit more useful (#2040147) - tmpfiles: use a entry in hashmap as ItemArray in read_config_file() (#1944468) - tmpfiles: rework condition check (#1944468) - TEST-22-TMPFILES: add reproducer for bug with X (#1944468) - core: make sure we don't get confused when setting TERM for a tty fd (#2045307) - hash-funcs: introduce macro to create typesafe hash_ops (#2037807) - hash-func: add destructors for key and value (#2037807) - util: define free_func_t (#2037807) - hash-funcs: make basic hash_ops typesafe (#2037807) - test: add tests for destructors of hashmap or set (#2037807) - man: document the new sysctl.d/ - prefix (#2037807) - sysctl: if options are prefixed with "-" ignore write errors (#2037807) - sysctl: fix segfault (#2037807)
- Take ghost ownership of /var/log/lastlog (#1798685)
- lgtm: detect uninitialized variables using the __cleanup__ attribute (#2017033) - lgtm: replace the query used for looking for fgets with a more general query (#2017033) - lgtm: beef up list of dangerous/questionnable API calls not to make (#2017033) - lgtm: warn about strerror() use (#2017033) - lgtm: complain about accept() [people should use accept4() instead, due to O_CLOEXEC] (#2017033) - lgtm: don't treat the custom note as a list of tags (#2017033) - lgtm: ignore certain cleanup functions (#2017033) - lgtm: detect more possible problematic scenarios (#2017033) - lgtm: enable more (and potentially useful) queries (#2017033) - test: make TEST-47 less racy (#2017033) - core: rename unit_{start_limit|condition|assert}_test() to unit_test_xyz() (#2036608) - core: Check unit start rate limiting earlier (#2036608) - sd-event: introduce callback invoked when event source ratelimit expires (#2036608) - core: rename/generalize UNIT(u)->test_start_limit() hook (#2036608) - mount: make mount units start jobs not runnable if /p/s/mountinfo ratelimit is in effect (#2036608) - mount: retrigger run queue after ratelimit expired to run delayed mount start jobs (#2036608) - pid1: add a manager_trigger_run_queue() helper (#2036608) - unit: add jobs that were skipped because of ratelimit back to run_queue (#2036608) - Revert "Revert "sysctl: Enable ping(8) inside rootless Podman containers"" (#2037807) - sysctl: prefix ping port range setting with a dash (#2037807) - mount: don't propagate errors from mount_setup_unit() further up (#2036853)
- core: consider service with no start command immediately started (#1860899) - man: move description of *Action= modes to FailureAction=/SuccessAction= (#1860899) - core: define "exit" and "exit-force" actions for user units and only accept that (#1860899) - core: accept system mode emergency action specifiers with a warning (#1860899) - core: allow services with no commands but SuccessAction set (#1860899) - core: limit service-watchdogs=no to actual "watchdog" commands (#1860899) - units: use SuccessAction=exit-force in systemd-exit.service (#1860899) - units: use SuccessAction=reboot-force in systemd-reboot.service (#1860899) - units: use SuccessAction=poweroff-force in systemd-poweroff.service (#1860899) - units: allow and use SuccessAction=exit-force in system systemd-exit.service (#1860899) - core: do not "warn" about mundane emergency actions (#1860899) - core: return true from cg_is_empty* on ENOENT (#1860899) - macro: define HAS_FEATURE_ADDRESS_SANITIZER also on gcc (#2017033) - tests: add helper function to autodetect CI environments (#2017033) - strv: rework FOREACH_STRING() macro (#2017033) - test,systemctl: use "const char*" instead of "char*" (#2017033) - ci: pass the $GITHUB_ACTIONS variable to the CentOS container (#2017033)