4. General Updates

Intel Xeon support in OProfile

OProfile is a system-wide Linux profiler, capable of running at low overhead. It consists of a kernel driver and a daemon for collecting raw sample data, along with a suite of tools for parsing that data into meaningful information. OProfile is generally used by developers to determine which sections of code consume the most amount of CPU time, and why.

OProfile in Red Hat Enterprise Linux 4.9 now supports Intel Xeon (formerly codenamed Nehalem) processor performance events.
Improved Checksum support in coreutils

Newer Red Hat disk images use the SHA-256 algorithm as the checksum method. Previously, verifying these checksums on Red Hat Enterprise Linux 4 was not a simple process. Red Hat Enterprise Linux 4.9 provides an updated coreutils package, containing checksum utilities for the whole SHA-2 family, allowing a user to easily count or verify SHA-224, SHA-256, SHA-384, and SHA-512 checksums.

KornShell

KSH-93 is the most recent version of the KornShell (ksh) by David Korn of AT&T Bell Laboratories, a shell programming language upwards-compatible with sh (the Bourne Shell). In Red Hat Enterprise Linux 4.9, ksh is updated to the upstream release version ksh93t+.

Firefox

Red Hat Enterprise Linux 4.9 features version 3.6.13 of the Mozilla Firefox open source web browser. Refer to the Firefox 3.6 Release Notes and Firefox 3.6.13 Release Notes for further details on the bug fixes and enhancements provided by this update.

SystemTap

SystemTap is a tracing and probing tool that allows users to study and monitor the activities of the operating system (particularly, the kernel) in fine detail. It provides information similar to the output of tools like netstat, ps, top, and iostat; however, SystemTap is designed to provide more filtering and analysis options for collected information.

SystemTap in Red Hat Enterprise Linux 4.9 has been updated to version 1.3. Most notably, this update provides support for the newer kprobe capabilities.