-
**Is your feature request related to a problem? Please describe.**
The OSAL shared layer employs a reference counting scheme for long running/blocking operations, such as file read/write, and socket …
-
@gburd: There is a tag problem for 5.3.28:
- https://github.com/berkeleydb/libdb/releases
Currently :
- https://github.com/berkeleydb/libdb/releases/tag/v5.3.28 = https://github.com/berkeleydb/li…
-
`int32 OS_API_Init (void)`
This function returns initializes the internal data structures of the OS Abstraction Layer.
It must be called in the application startup code before calling any other OS r…
-
#10425 and https://github.com/openssl/openssl/pull/10407/files#diff-2359e59299db897a7808c4eabb8b9ca1R21 have started doing "do not compile this file if not enabled" differently than the way OpenSSL ha…
-
(Apologies if I've filed this in the wrong place; happy to move it wherever it makes sense.)
There's [been](https://internals.rust-lang.org/t/making-crates-io-verify-code-against-repository/14075) …
-
Currently, `System as AllocRef` calls the `GlobalAlloc` implementation. `GlobalAlloc` for `System` is implemented in `std::sys::*::alloc`.
I'd like to swap this for two reasons:
- `AllocRef` has mor…
-
OSAL attempts to provide a uniform set of task priority by translating the given priority to a native OS priority. This is often done by assigning bins that certain priorities can fall into. Typically…
-
CI jobs responsible for no-panic checks are configures in [nopanic.yaml](https://github.com/rust-random/getrandom/blob/master/.github/workflows/nopanic.yaml). Ideally, we should check all our backends…
-
### Description
Building boost/1.85.0 started to fail on `ubuntu20`/`focal` some days ago. The same setup builds on Ubuntu22/jammy.
### Package and Environment Details
* Package Name/Ver…
-
**Describe the bug**
This PSP function is not particularly well-documented. On some systems (pc-linux) it ultimately returns the value of the POSIX "CLOCK_MONOTONIC" clock from the kernel. But on M…