ladybird/LibC
Andreas Kling e76312ab63 Lots of minor compat stuff while seeing if bash would build.
We're quite far from bash building, but we'll get there eventually!
2018-11-05 16:40:48 +01:00
..
sys Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
.gitignore Import very modest Userland. 2018-10-22 14:06:22 +02:00
alloca.h More LibC portability work while trying to get figlet building. 2018-10-31 10:14:56 +01:00
assert.cpp Tidy up ELFLoader. 2018-11-04 14:11:16 +01:00
assert.h Mark LibC's assertion faillure helper with __NORETURN. 2018-11-04 13:13:57 +01:00
ctype.h Add getpwent() family of functions to LibC. 2018-10-31 19:54:25 +01:00
dirent.cpp Fix wrong allocation size used in opendir(). 2018-10-31 17:25:24 +01:00
dirent.h A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +01:00
endian.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
entry.cpp Enough compatibility work to make figlet build and run! 2018-10-31 17:52:59 +01:00
errno.h A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +01:00
fcntl.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
getopt.cpp Enough compatibility work to make figlet build and run! 2018-10-31 17:52:59 +01:00
getopt.h Enough compatibility work to make figlet build and run! 2018-10-31 17:52:59 +01:00
limits.h Tiny LibC things. 2018-11-05 14:54:11 +01:00
Makefile Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
mman.cpp Add sys$set_mmap_name and use it from LibC's malloc. 2018-10-28 09:57:22 +01:00
mman.h A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +01:00
process.cpp Share code between spawn() and exec() implementations. 2018-11-03 10:55:02 +01:00
process.h Share code between spawn() and exec() implementations. 2018-11-03 10:55:02 +01:00
pwd.cpp Oops, fix null termination bug in getpwent(). 2018-11-01 16:22:28 +01:00
pwd.h Add getpwent() family of functions to LibC. 2018-10-31 19:54:25 +01:00
scanf.cpp Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
setjmp.cpp Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
setjmp.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
signal.cpp Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
signal.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
stdarg.h A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +01:00
stddef.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
stdint.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
stdio.cpp Add stub fflush(). 2018-11-05 14:56:05 +01:00
stdio.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
stdlib.cpp Enough compatibility work to make figlet build and run! 2018-10-31 17:52:59 +01:00
stdlib.h Enough compatibility work to make figlet build and run! 2018-10-31 17:52:59 +01:00
string.cpp Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
string.h Tiny LibC things. 2018-11-05 14:54:11 +01:00
termios.h Tiny LibC things. 2018-11-05 14:54:11 +01:00
time.cpp Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
time.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
times.cpp Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
unistd.cpp Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
unistd.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
utsname.cpp Add sys$uname() and a /bin/uname utility. 2018-10-26 14:57:26 +02:00
utsname.h A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +01:00