NAS-139141 / 26.04 / replace systemd.daemon.notify with our own (#17935)
This removes the use of systemd.daemon.notify with our own
implementation. Making use of the "sd_notify" API is as simple as
establishing a socket connection and sending formatted messages to it.
No need for a 3rd party tool to do this.
As an improvement, this opens socket once during initialization and
sends messages on same open socket instead of creating one for every
plugin that we have 😬
InstCombine: Basic insertelement support for SimplifyDemandedFPClass (#174100)
Eventually this should pull up the known elements logic from
computeKnownFPClass.
InstCombine: Fix defining undef constant vector elts in SimplifyDemandedFPClass (#174074)
Fold constants of known single class to the original constant instead of
a new constant. This avoids overdefining vector elements that were
originally undefined with the splat constant.
Replace wip/unifi with unifi8, unifi9 and unifi10
Allows people to test specific versions.
Also update mongodb notes - now mongodb3 is no longer supported
CLI tool that displays network speed test results from
Cloudflare's speed test service in a TUI interface.a
Features:
- Speed Tests: Measures download/upload throughput,
idle latency, and loaded latency
- Interactive TUI: Real-time charts and statistics
- History: View and manage past test results
- Export: Save results as JSON
- Text/JSON Modes: Headless operation for scripting
- Interface Binding: Bind to specific network interface or source IP