Name: | systemd |
---|---|
Version: | 219 |
Release: | 78.0.5.el7_9.3 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 26931736 |
License: | LGPLv2+ and MIT and GPLv2+ |
RPM: | systemd-219-78.0.5.el7_9.3.aarch64.rpm |
Source RPM: | systemd-219-78.0.5.el7_9.3.src.rpm |
Build Date: | Thu May 27 2021 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.freedesktop.org/wiki/Software/systemd |
Summary: | A System and Service Manager |
Description: | systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts. systemd 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 cgroups, supports snapshotting and restoring of the system state, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit. |
- Disable unprivileged BPF by default [Orabug: 32871008]
- Resolve missing installation files for systemd-pstore [Orabug 32497787]
- Change to have file tmpfiles.d/systemd-pstore.conf installed on upon initial installation, not on rpm update. [Orabug 31414539] - Backport upstream patches related to private-tmp (Sushmita Bhattacharya) [Orabug: 31561883] - backport upstream pstore tmpfiles patch (Eric DeVolder) [Orabug: 31414539] - udev rules: fix memory hot add and remove [Orabug: 31309730] - enable and start the pstore service [Orabug: 30950903] - fix to generate the systemd-pstore.service file [Orabug: 30235241] - Backport upstream patches for the new systemd-pstore tool [Orabug: 30235241] - do not create utmp update symlinks for reboot and poweroff [Orabug: 27854896] - OL7 udev rule for virtio net standby interface [Orabug: 28826743] - fix _netdev is missing for iscsi entry in /etc/fstab [Orabug: 25897792] (tony.l.lam@oracle.com) - set "RemoveIPC=no" in logind.conf as default for OL7.2 [22224874] - allow dm remove ioctl to co-operate with UEK3 (Vaughan Cao) [Orabug: 18467469] - add hv dynamic memory support (Jerry Snitselaar) [Orabug: 18621475]
- core: Detect initial timer state from serialized data (#1764908)
- core: don't update unit description if it is already set to the same value (#1793527) - unit: don't emit PropertiesChanged signal if adding a dependency to a unit is a no-op (#1793527) - core: fix unnecessary fallback to the rescue mode caused by initrd-switch-root.service's exit status judgment error (#1825232)
- device: make sure we emit PropertiesChanged signal once we set sysfs (#1793527) - device: don't emit PropetiesChanged needlessly (#1793527)
- avoid double free (#1832816)
- core: coldplug possible nop_job (#1829754) - core: make sure to restore the control command id, too (#1828953)
- core: enforce a ratelimiter when stopping units due to StopWhenUnneeded=1 (#1775291) - core: rework StopWhenUnneeded= logic (#1775291)
- journal: break recursion (#1778744)