serenity/LibC
2018-10-31 17:25:24 +01:00
..
sys Use ALWAYS_INLINE for ctype inlines. 2018-10-31 15:53:11 +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 Canonicalize the path used by sh. 2018-10-28 09:36:21 +01:00
assert.h A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +01:00
ctype.h Use ALWAYS_INLINE for ctype inlines. 2018-10-31 15:53:11 +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
entry.cpp A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +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 A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +01:00
Makefile A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +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 Implement argc/argv support for spawned tasks. 2018-10-26 11:16:56 +02:00
process.h A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +01:00
signal.cpp Implement basic sys$kill() and add a /bin/kill 2018-10-31 01:06:57 +01:00
signal.h A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +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
stdio.cpp More LibC portability work while trying to get figlet building. 2018-10-31 10:14:56 +01:00
stdio.h A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +01:00
stdlib.cpp Add sys$set_mmap_name and use it from LibC's malloc. 2018-10-28 09:57:22 +01:00
stdlib.h More LibC portability work while trying to get figlet building. 2018-10-31 10:14:56 +01:00
string.cpp More LibC portability work while trying to get figlet building. 2018-10-31 10:14:56 +01:00
string.h More LibC portability work while trying to get figlet building. 2018-10-31 10:14:56 +01:00
time.cpp Add gettimeofday() syscall and LibC wrappers gettimeofday() and time(). 2018-10-25 17:36:18 +02:00
time.h A bunch of LibC boilerplate stuff added while trying to get figlet to build. 2018-10-31 02:09:11 +01:00
unistd.cpp More LibC portability work while trying to get figlet building. 2018-10-31 10:14:56 +01:00
unistd.h More LibC portability work while trying to get figlet building. 2018-10-31 10:14:56 +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