rtos
Here are 366 public repositories matching this topic...
-
Updated
Oct 5, 2020 - C
-
Updated
Sep 14, 2020
-
Updated
Oct 3, 2020 - C
-
Updated
Jul 21, 2020 - C++
-
Updated
Oct 2, 2020 - C
Currently if procfs is not mounted, ifconfig outputs:
nsh> ifconfig
nsh: ifconfig: opendir failed: 20
It would be better to have a more specific error: "ifconfig: procfs is not mounted"
-
Updated
Aug 30, 2020 - Rust
-
Updated
Jun 30, 2017 - C
-
Updated
Sep 5, 2020 - C
-
Updated
Sep 23, 2020 - C
-
Updated
Sep 7, 2018 - C++
-
Updated
Jun 5, 2020 - C
-
Updated
Oct 24, 2019 - C
-
Updated
Oct 5, 2020 - C++
-
Updated
Jul 7, 2020 - C
-
Updated
Jul 10, 2020 - C
-
Updated
Sep 7, 2020 - Rust
Support C11 free()
With aligned_alloc() in the C11 standard, free() is called to free memory, rather than an equivalent aligned_free()
.
We should update our library with some logic that can be used to correctly call aligned_free() if free() is used instead.
-
Updated
Sep 12, 2020 - C
Improve this page
Add a description, image, and links to the rtos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rtos topic, visit your repo's landing page and select "manage topics."
Is your enhancement proposal related to a problem? Please describe.
This is related to #28900 and will be used to improve management of pages in the virtual address space, which currently can be allocated but not freed. We want to manage the address space using a searchable bitfield instead.
Describe the solution you'd like
For a bitfield defined with something resembling: