-
Phoenix kernel ABI supports only retvals with sizeof
-
It should be detected and reported as OOM
Additionaly it causes following warnings on host-generic-pc ubuntu 23.10 with compiler
gcc (Ubuntu 13.2.0-4ubuntu3) 13.2.0
```
In file included from /…
-
```c
static char pfcs[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._-";
```
https://github.com/phoenix-rtos/libphoenix/blob/8e3bfcd6fa7b4335e666e03a8f0e68bc54cdac99/stdlib/mk…
-
-
```
(psh)% dd if=urandom of=null bs=4k count=1k
1024+0 records in
1024+0 records out
4194304 bytes copied, 1.184 s, 3459.7 kB/s
(psh)% dd if=urandom of=null bs=4k count=1kB
Bad count value
```
…
-
![image](https://github.com/phoenix-rtos/phoenix-rtos-project/assets/108683715/a49d1033-f9bd-416d-b6f2-c13af3543e22)
Reproduction:
```C
#include
#include
#include
#include
#include
#i…
-
While testing `riscv64-generic-qemu` on CI, a kernel stack limit exceeded error appears. This issue did not occur during local testing.
It only appears in the `psh/history test`, even after changing …
-
![Screenshot from 2023-10-16 11-17-57](https://github.com/phoenix-rtos/phoenix-rtos-project/assets/77304431/024fa96b-bb6b-477a-afa8-32d69c430408)
![Screenshot from 2023-10-16 11-19-01](https://github…
-
As mentioned there https://github.com/phoenix-rtos/phoenix-rtos-build/pull/136 changes like this won't be necessary then.
-
Checked on Phoenix-rtos-project commit 4e2ac6c.
Upon opening not empty file in "a+" and "ab+" modes, ftell() function shows that the pointer in the file lies at its end, like in "a" mode. Originall…