This website requires JavaScript.
Explore
Help
Register
Sign In
asleepymoon
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
d5f59b666a
Luna
/
libs
/
libc
/
src
History
apio
3ee1f34bc4
Forgot to add break :)
...
And that, is why you test before pushing and commiting >.<
2022-10-08 18:08:50 +02:00
..
bits
Define PAGE_SIZE as 4096 and use it everywhere instead of using 4096 as a magic number
2022-10-08 14:52:28 +02:00
luna
libc: Enable even more warnings
2022-10-07 18:19:06 +02:00
sys
Avoid magic numbers
2022-10-08 14:44:48 +02:00
errno.cpp
Kernel, libc and userspace: Add basic errno support.
2022-10-08 12:06:09 +02:00
luna.cpp
Kernel, libc and userspace: Add basic errno support.
2022-10-08 12:06:09 +02:00
printf.cpp
Forgot to add break :)
2022-10-08 18:08:50 +02:00
stdio.cpp
Make (v)fprintf alias to (v)printf instead of throwing an error
2022-10-08 13:45:57 +02:00
stdlib.cpp
Kernel, libc: Add support for providing a status code to exit()
2022-10-08 17:56:40 +02:00
string.cpp
Kernel, libc: Add ENOSYS
2022-10-08 14:18:25 +02:00
unistd.cpp
Kernel, libc: Add support for providing a status code to exit()
2022-10-08 17:56:40 +02:00