ladybird/Userland
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 Add a "pwd" utility to userland. 2018-10-24 14:28:22 +02:00
id.cpp Import very modest Userland. 2018-10-22 14:06:22 +02:00
ls.cpp Add an lstat() syscall and use it to make "ls" nicer. 2018-10-24 13:19:36 +02:00
Makefile ELFLoader should fail with an error message for unresolved symbols. 2018-10-25 10:02:04 +02:00
ps.cpp Minor userland tweaks. 2018-10-23 13:57:17 +02:00
pwd.cpp Add a "pwd" utility to userland. 2018-10-24 14:28:22 +02:00
sh.cpp Implement errno in LibC. 2018-10-25 12:06:50 +02:00