Andreas Kling 901b7d5d91 Fix a bunch of compiler warnings. Not all, but a lot. 6 anos atrás
..
sys 93c0dfd1d7 LibC: A bunch of compat work towards porting GCC. 6 anos atrás
.gitignore 5158bee08c Don't use -mregparm=3 in userspace. 6 anos atrás
Makefile 93c0dfd1d7 LibC: A bunch of compat work towards porting GCC. 6 anos atrás
alloca.h 9160fd0d47 More LibC portability work while trying to get figlet building. 6 anos atrás
assert.cpp b46ae2bf09 Get rid of Vnode concept. 6 anos atrás
assert.h cbfd416279 LibC: The standard C library needs to be able to build as pure C. 6 anos atrás
crt0.cpp 42342d2337 LibC: Tidy up _start a bit and rename compilation unit to "crt0" 6 anos atrás
ctype.cpp a7a456002e LibC: Enough compat work to make binutils-2.32 build and run. 6 anos atrás
ctype.h 0b957ed2b1 Some compat work towards making GCC's libstdc++ build. 6 anos atrás
dirent.cpp 022f7790db Use modern C++ attributes instead of __attribute__ voodoo. 6 anos atrás
dirent.h 9f2b9c82bf More work towards getting bash to build. 6 anos atrás
endian.h e76312ab63 Lots of minor compat stuff while seeing if bash would build. 6 anos atrás
errno.h 8d1f8b2518 Add sys_nerr and sys_errlist. 6 anos atrás
errno_numbers.h 0b957ed2b1 Some compat work towards making GCC's libstdc++ build. 6 anos atrás
fcntl.cpp 3a0a8848fb Make syscall invocations look pleasant. 6 anos atrás
fcntl.h 736e852525 LibC: Implement enough missing stuff to get bash-5.0 running. :^) 6 anos atrás
float.h 736e852525 LibC: Implement enough missing stuff to get bash-5.0 running. :^) 6 anos atrás
getopt.cpp e9cdb6bb9b Fix all current build warnings in LibC. 6 anos atrás
getopt.h 819ce91395 Enough compatibility work to make figlet build and run! 6 anos atrás
grp.cpp ffab6897aa Big, possibly complete sweep of naming changes. 6 anos atrás
grp.h a7f1d892a9 Add some basic setgroups(), getgroups() and initgroups(). 6 anos atrás
install-headers.sh d7753c7c8d Move over to building all of userspace with i686-pc-serenity-g++. 6 anos atrás
inttypes.h a7a456002e LibC: Enough compat work to make binutils-2.32 build and run. 6 anos atrás
ioctl.cpp 3a0a8848fb Make syscall invocations look pleasant. 6 anos atrás
limits.h 303577df16 Various stubs while trying to get an old coreutils to build. 6 anos atrás
locale.cpp 736e852525 LibC: Implement enough missing stuff to get bash-5.0 running. :^) 6 anos atrás
locale.h 0b957ed2b1 Some compat work towards making GCC's libstdc++ build. 6 anos atrás
math.cpp 9d05f6b7a7 Make bash-2.05b build with minimal changes. 6 anos atrás
math.h 901b7d5d91 Fix a bunch of compiler warnings. Not all, but a lot. 6 anos atrás
mman.cpp 0b1b21d622 LibC: mmap() should not interpret high addresses as errors, oops! 6 anos atrás
mman.h 3c8064a787 Support basic mmap'ing of a file! 6 anos atrás
mntent.cpp e9cdb6bb9b Fix all current build warnings in LibC. 6 anos atrás
mntent.h d7a41579e5 Miscellaneous compat work while seeing if GNU coreutils would build. 6 anos atrás
poll.cpp 2bedabbd6c Stub out poll() syscall and LibC wrapper. 6 anos atrás
poll.h 2bedabbd6c Stub out poll() syscall and LibC wrapper. 6 anos atrás
pwd.cpp ffab6897aa Big, possibly complete sweep of naming changes. 6 anos atrás
pwd.h 9886b27d9c Add getpwent() family of functions to LibC. 6 anos atrás
qsort.cpp d5d45d1088 Rage hacking to get bash to run. It finally runs. So cool! :^) 6 anos atrás
scanf.cpp ffab6897aa Big, possibly complete sweep of naming changes. 6 anos atrás
serenity.h ad53f6afd3 LibC: Move Stopwatch thingy into a <serenity.h> header. 6 anos atrás
setjmp.asm 736e852525 LibC: Implement enough missing stuff to get bash-5.0 running. :^) 6 anos atrás
setjmp.h e76312ab63 Lots of minor compat stuff while seeing if bash would build. 6 anos atrás
signal.cpp a7a456002e LibC: Enough compat work to make binutils-2.32 build and run. 6 anos atrás
signal.h a7a456002e LibC: Enough compat work to make binutils-2.32 build and run. 6 anos atrás
signal_numbers.h 7c3746592b Add strsignal() and improve sharing signal numbers between LibC and kernel. 6 anos atrás
stat.cpp 736e852525 LibC: Implement enough missing stuff to get bash-5.0 running. :^) 6 anos atrás
stdarg.h 8bb18fdc56 Kernel: Get rid of Unix namespace. 6 anos atrás
stdbool.h 736e852525 LibC: Implement enough missing stuff to get bash-5.0 running. :^) 6 anos atrás
stddef.h d7a41579e5 Miscellaneous compat work while seeing if GNU coreutils would build. 6 anos atrás
stdint.h 0b957ed2b1 Some compat work towards making GCC's libstdc++ build. 6 anos atrás
stdio.cpp 93c0dfd1d7 LibC: A bunch of compat work towards porting GCC. 6 anos atrás
stdio.h 0b957ed2b1 Some compat work towards making GCC's libstdc++ build. 6 anos atrás
stdlib.cpp 93c0dfd1d7 LibC: A bunch of compat work towards porting GCC. 6 anos atrás
stdlib.h 0b957ed2b1 Some compat work towards making GCC's libstdc++ build. 6 anos atrás
string.cpp 93c0dfd1d7 LibC: A bunch of compat work towards porting GCC. 6 anos atrás
string.h 0b957ed2b1 Some compat work towards making GCC's libstdc++ build. 6 anos atrás
strings.cpp 93c0dfd1d7 LibC: A bunch of compat work towards porting GCC. 6 anos atrás
strings.h 93c0dfd1d7 LibC: A bunch of compat work towards porting GCC. 6 anos atrás
termcap.cpp 901b7d5d91 Fix a bunch of compiler warnings. Not all, but a lot. 6 anos atrás
termcap.h 901b7d5d91 Fix a bunch of compiler warnings. Not all, but a lot. 6 anos atrás
termios.cpp 8a286b9244 Improve syscall address validation a bit. 6 anos atrás
termios.h d5d45d1088 Rage hacking to get bash to run. It finally runs. So cool! :^) 6 anos atrás
time.cpp 901b7d5d91 Fix a bunch of compiler warnings. Not all, but a lot. 6 anos atrás
time.h 0b957ed2b1 Some compat work towards making GCC's libstdc++ build. 6 anos atrás
times.cpp 3a0a8848fb Make syscall invocations look pleasant. 6 anos atrás
ulimit.cpp 736e852525 LibC: Implement enough missing stuff to get bash-5.0 running. :^) 6 anos atrás
ulimit.h d5d45d1088 Rage hacking to get bash to run. It finally runs. So cool! :^) 6 anos atrás
unistd.cpp 901b7d5d91 Fix a bunch of compiler warnings. Not all, but a lot. 6 anos atrás
unistd.h a7a456002e LibC: Enough compat work to make binutils-2.32 build and run. 6 anos atrás
utime.cpp 3a0a8848fb Make syscall invocations look pleasant. 6 anos atrás
utime.h 038d8641f9 Implement utime() along with a naive /bin/touch. 6 anos atrás
utmp.h 303577df16 Various stubs while trying to get an old coreutils to build. 6 anos atrás
utsname.cpp 3a0a8848fb Make syscall invocations look pleasant. 6 anos atrás
wchar.h 93c0dfd1d7 LibC: A bunch of compat work towards porting GCC. 6 anos atrás