Merge branch 'next'

Merge in all changes from the next branch now that the release is out.
This commit is contained in:
Tom Rini
2024-04-02 07:03:25 -04:00
12458 changed files with 2225742 additions and 12150 deletions

View File

@@ -11,16 +11,22 @@ Synopsis
::
rng [devnum [n]]
rng list
rng [dev] [n]
Description
-----------
rng list
--------
List all the probed rng devices.
rng [dev] [n]
-------------
The *rng* command reads the random number generator(RNG) device and
prints the random bytes read on the console. A maximum of 64 bytes can
be read in one invocation of the command.
devnum
dev
The RNG device from which the random bytes are to be
read. Defaults to 0.

View File

@@ -39,6 +39,7 @@ setexpr name gsub <r> <s> [<t>]
string <t>, substitute the string <s>.
The result is assigned to <name>.
If <t> is not supplied, use the old value of <name>.
If no substring matching <r> is found in <t>, assign <t> to <name>.
setexpr name sub <r> <s> [<t>]
Just like gsub(), but replace only the first matching substring