-
**Describe the bug**
Prior to #51211, POSIX features were mostly all available all the time when `CONFIG_POSIX_API` was selected.
As part of the above ticket, POSIX features via Kconfig options …
-
On Unix-like systems, the size of a stack depends on where the corresponding fiber is:
* The main fiber of the main thread uses `ulimit -Ss`, or the result of calling [`getrlimit`](https://pubs.ope…
-
**Is your enhancement proposal related to a problem? Please describe.**
The `posix.common` testsuite contains a lot of mostly unrelated testsuites. As a result, the code size is large, but mostly the…
-
**Describe the bug**
Upstream picolibc includes definitions for various minimum values in limits.h that are required by POSIX including `_POSIX_NAME_MAX` and `_POSIX_PATH_MAX`. Zephyr is redefining t…
-
```
FAILED: CMakeFiles/nng.dir/src/platform/posix/posix_udp.c.o
/opt/local/bin/ccache /opt/local/bin/gcc-mp-14 -DNNG_ENABLE_COMPAT -DNNG_ENABLE_IPV6 -DNNG_ENABLE_STATS -DNNG_HAVE_ARC4RANDOM=1 -DNNG…
-
I'm guessing I'm fundamentally doing this wrong/in a poor form. Currently I am just trying to get a simple http server built on top of sockets and zig-aio. The performance tends to be quite sporadic. …
-
## :white_check_mark: Checklist
- [x] I have searched open and closed issues for duplicates.
- [x] This is a problem observed when **deploying** a Data Safe Haven.
- [x] I can reproduce this …
-
In order to implement POSIX compatibility, for #7, to port things like SQLite, MojoELF, nedmalloc, and V2Lin, we need to implement pthreads, and semaphores, it seems.
For instance, the unbuildable …
-
I had to add the env var `GRPC_ENABLE_FORK_SUPPORT=false` to the doc build CICD job to avoid the following errors:
```txt
I0000 00:00:1727451651.033756 11803 fork_posix.cc:77] Other threads are …
-
This is more of a note as I have found a workaround to this issue. Just post here in case that you have a better understanding of the problem or a better solution.
I was running an HPX application …