ladybird/LibC
Andreas Kling 260b14e505 Implement errno in LibC.
This also meant I had to implement BSS (SHT_NOBITS) sections in ELFLoader.
I also added an strerror() so we can print out what the errors are.
2018-10-25 12:06:50 +02:00
..
.gitignore Import very modest Userland. 2018-10-22 14:06:22 +02:00
dirent.cpp Lots of hacking to make a very simple "ls" utility. 2018-10-24 12:50:07 +02:00
dirent.h Lots of hacking to make a very simple "ls" utility. 2018-10-24 12:50:07 +02:00
entry.cpp Implement errno in LibC. 2018-10-25 12:06:50 +02:00
errno.h Implement errno in LibC. 2018-10-25 12:06:50 +02:00
Makefile Lots of hacking to make a very simple "ls" utility. 2018-10-24 12:50:07 +02:00
mman.cpp Implement errno in LibC. 2018-10-25 12:06:50 +02:00
mman.h Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00
process.cpp Implement errno in LibC. 2018-10-25 12:06:50 +02:00
process.h Lots of hacking: 2018-10-23 10:12:50 +02:00
stdarg.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
stdio.cpp Lots of hacking: 2018-10-23 10:12:50 +02:00
stdio.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
stdlib.cpp Lots of hacking to make a very simple "ls" utility. 2018-10-24 12:50:07 +02:00
stdlib.h Lots of hacking to make a very simple "ls" utility. 2018-10-24 12:50:07 +02:00
string.cpp Implement errno in LibC. 2018-10-25 12:06:50 +02:00
string.h Implement errno in LibC. 2018-10-25 12:06:50 +02:00
types.h ELFLoader should fail with an error message for unresolved symbols. 2018-10-25 10:02:04 +02:00
unistd.cpp Implement errno in LibC. 2018-10-25 12:06:50 +02:00
unistd.h Add a "pwd" utility to userland. 2018-10-24 14:28:22 +02:00