515.48.07

This commit is contained in:
Andy Ritger
2022-05-27 16:40:24 -07:00
parent af26e1ea89
commit 965db98552
114 changed files with 18493 additions and 22785 deletions

View File

@@ -41,7 +41,7 @@ extern "C" {
*
* @details Order of values is not necessarily increasing or sorted, but order is
* preserved across mutation. Please see
* http://en.wikipedia.org/wiki/Sequence for a formal definition.
* https://en.wikipedia.org/wiki/Sequence for a formal definition.
*
* The provided interface is abstract, decoupling the user from the underlying
* list implementation. Two options are available with regard to memory

View File

@@ -70,9 +70,9 @@
* - No HW random support (older CPUs)
*
* For additional information, see these links:
* - http://www.2uo.de/myths-about-urandom/
* - https://www.2uo.de/myths-about-urandom/
* - https://bugs.ruby-lang.org/issues/9569
* - http://security.stackexchange.com/questions/3936/is-a-rand-from-dev-urandom-secure-for-a-login-key
* - https://security.stackexchange.com/questions/3936/is-a-rand-from-dev-urandom-secure-for-a-login-key
*
* @{
*/

View File

@@ -198,7 +198,7 @@ NvBool nvDbgBreakpointEnabled(void);
* coverage.
*
* - See @ref PORT_ASSERT for usage example.
* - See http://www.bullseye.com/help/build-exclude.html for more details.
* - See https://www.bullseye.com/help/build-exclude.html for more details.
*/
/**
* @def PORT_COVERAGE_PUSH_ON()

View File

@@ -110,7 +110,7 @@ void portSyncShutdown(void);
* @brief A spinlock data type.
*
* For documentation on what a spinlock is and how it behaves see
* http://en.wikipedia.org/wiki/Spinlock
* https://en.wikipedia.org/wiki/Spinlock
*
* - A valid spinlock is any which is non-NULL
* - Spinlocks are not recursive.