.. |
arch/x86_64
|
Kernel/LibC: Add crt* files to LibC and remove crt0 from kernel
|
2023-10-30 11:06:13 +02:00 |
include
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
sys
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
.gitignore
|
Initial commit. We have a booting kernel
|
2022-11-12 21:04:47 +02:00 |
CMakeLists.txt
|
LibC: Implement almost POSIX compliant *scanf functions
|
2024-01-24 10:33:12 +02:00 |
assert.cpp
|
LibC: Rewrite all the headers.
|
2023-05-26 22:31:21 +03:00 |
ctype.cpp
|
LibC: add toupper, tolower in ctype.h
|
2023-05-10 23:13:56 +03:00 |
dirent.cpp
|
All: Clear lines with only whitspace in them
|
2023-09-10 00:31:42 +03:00 |
fcntl.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
grp.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
icxxabi.cpp
|
LibC: implement and call __cxa_finalize() on exit()
|
2023-10-30 11:10:08 +02:00 |
malloc.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
math.S
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
printf_impl.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
pwd.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
scanf_impl.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
signal.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
stdio.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
stdlib.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
string.cpp
|
LibC: Add compile option to libc to stop optimizing string.h
|
2024-01-17 19:44:29 +01:00 |
strings.cpp
|
LibC: Implement non-locale specific functions from strings.h
|
2023-12-14 10:59:39 +02:00 |
termios.cpp
|
Kernel: Add bareboness possibility to set termios
|
2023-05-26 22:31:21 +03:00 |
time.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
unistd.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |