userspace: Rewrite everything

Everything.

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-01-04 06:27:54 +02:00
parent dea36a0228
commit 6dae34debd
135 changed files with 11707 additions and 5286 deletions

39
Userspace/libc/STATUS.md Normal file
View File

@ -0,0 +1,39 @@
# FENNIX C LIBRARY STATUS
[IEEE Std 1003.1™-2024 Edition](https://pubs.opengroup.org/onlinepubs/9799919799/)
| FILE | STATUS |
|---------------|-----------|
| | |
| fennix/syscalls.h | PROVIDE |
| sys/mman.h | TODO |
| sys/stat.h | TODO |
| sys/types.h | TODO |
| sys/wait.h | TODO |
| assert.h | COMPLETE|
| dirent.h | TODO |
| errno.h | PROVIDE |
| fcntl.h | TODO |
| float.h | TODO |
| inttypes.h | TODO |
| limits.h | TODO |
| locale.h | TODO |
| math.h | TODO |
| pthread.h | TODO |
| pwd.h | TODO |
| sched.h | TODO |
| signal.h | TODO |
| stdarg.h | TODO |
| stdbool.h | COMPLETE|
| stddef.h | TODO |
| stdint.h | TODO |
| stdio.h | TODO |
| stdlib.h | TODO |
| string.h | TODO |
| time.h | TODO |
| unistd.h | TODO |
---
[functions](https://pubs.opengroup.org/onlinepubs/9799919799/functions/)
[basedefs](https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/)