The RISC-V Supervisor Binary Interface (SBI) allows supervisor-mode
software to be portable across all RISC-V implementations by defining
an abstraction for platform (or hypervisor) specific functionality.
See https://github.com/riscv/riscv-sbi-doc/blob/master/riscv-sbi.adoc
for more information.
OpenSBI provides an open-source reference implementation of the RISC-V
SBI specifications which can be easily extended by RISC-V platform and
system-on-chip vendors to fit a particular hardware configuration.
feedback and ok sthen@
from wen heping; OK sthen@
Comment:
MooX::Options + MooX::Cmd + Sanity
Description:
CLI::Osprey is a module to assist in writing commandline
applications with M* OO modules (Moose, Moo, Mo).
OK sthen@
Comment:
use libraries from a t/lib directory
Description:
Searches upward from the calling module for a directory t with a lib
directory inside it, and adds it to the module search path. Looks upward
up to 5 directories. This is intended to be used in test modules either
directly in t or in a subdirectory to find their included testing
libraries located in t/lib.
SQUID-2021:1 Denial of Service in URN processing
SQUID-2021:2 Denial of Service in HTTP Response Processing
SQUID-2021:3 Denial of Service issue in Cache Manager
SQUID-2021:4 Multiple issues in HTTP Range header
SQUID-2021:5 Denial of Service in HTTP Response Processing
libadwaita is a collection of GTK widgets for adaptive applications targeting
form-factors from mobile to desktop.
It also offers innovative widgets following the GNOME design guidelines.
ok jasper@