Name: | systemd |
---|---|
Version: | 219 |
Release: | 73.0.1.el7_8.9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 26928327 |
License: | LGPLv2+ and MIT and GPLv2+ |
RPM: | systemd-219-73.0.1.el7_8.9.aarch64.rpm |
Source RPM: | systemd-219-73.0.1.el7_8.9.src.rpm |
Build Date: | Thu Aug 06 2020 |
Build Host: | ca-buildarm04.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. |
- 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: coldplug possible nop_job (#1847336)
- core: make sure to restore the control command id, too (#1837973)
- udev-rules: make tape-changers also apprear in /dev/tape/by-path/ (#1814028)
- sd-bus: when attached to an sd-event loop, disconnect on processing errors (#1817504) - sd-journal: close journal files that were deleted by journald before we've setup inotify watch (#1820073) - sd-journal: remove the dead code and actually fix #14695 (#1820073) - swap: adjust swap.c in a similar way to what we just did to mount.c (#1821261) - swap: finish the secondary swap units' jobs if deactivation of the primary swap unit fails (#1821261)
- core: enforce a ratelimiter when stopping units due to StopWhenUnneeded=1 (#1810576) - core: rework StopWhenUnneeded= logic (#1810576) - fix the fix for #1691511 (#1809159)
- mount: don't propagate errors from mount_setup_unit() further up (#1809159) - mount: when allocating a Mount object based on /proc/self/mountinfo mark it so (#1809159)
- journal: do not trigger assertion when journal_file_close() get NULL (#1807798)
- core: when restarting services, don't close fds (#1803802) - unit: rework a bit how we keep the service fdstore from being destroyed during service restart (#1803802) - tests: add basic journal test (#1803802) - tests: add regression test for `systemctl restart systemd-journald` (#1803802) - tests: add test that journald keeps fds over termination by signal (#1803802)
- unit: fix potential use of cgroup_path after free() when freeing unit (#1760149)