Luna/libs/libc/src
apio 49c7900407 Add %m to userspace printf
%m as a format specifier is a nonstandard glibc extension, but I like it so I'm implementing it.
What it does is print the value of strerror(errno), without consuming any arguments to printf().
2022-10-08 18:44:14 +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 Add %m to userspace printf 2022-10-08 18:44:14 +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