summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/CMakeLists.txt
AgeCommit message (Expand)Author
2021-12-22Kernel+LibC: Stub out getifaddrs() and freeifaddrs()Idan Horowitz
2021-12-21LibC: Implement {f,}getwc()Ali Mohammad Pur
2021-12-21LibC: Sort the SOURCES entries in CMakeLists.txtAli Mohammad Pur
2021-11-13Meta: Resolve cyclic dependency between LibPthread and libc++Daniel Bertalan
2021-11-08LibC: Fix huge libc.a file size due to the use of `llvm-ar -q`Daniel Bertalan
2021-10-28LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.hIdan Horowitz
2021-10-15LibC: Implement tfind and tsearchTim Schumacher
2021-09-23LibC: Add getpriority() and setpriority() stubsJelle Raaijmakers
2021-09-20AK+LibC: Remove SERENITY_LIBC_BUILD guard around `<initializer_list>`Andrew Kaster
2021-09-16LibC: Implement CODESET for langinfoTim Schumacher
2021-09-15Meta: Switch to a SuperBuild that splits host and target buildsAndrew Kaster
2021-08-28CMake: Let `Meta/serenity.sh run aarch64` make it past cmakeNico Weber
2021-08-14LibC: Add stubs for several functions in xattr.hKenneth Myhra
2021-08-14LibC: Add stub for res_queryKenneth Myhra
2021-08-14LibC: Add stub for fnmatch and a set of defined valuesKenneth Myhra
2021-08-12LibC+DynamicLoader: Prevent GCC from removing null checksDaniel Bertalan
2021-08-12LibC: Add stub forwarders to LibRegex C APIJean-Baptiste Boric
2021-08-08Meta: Add Clang support to the CMake build scriptsDaniel Bertalan
2021-07-20LibC: Implement flock(2) using fcntl's F_SETLKPeter Elliott
2021-07-14LibC: Use our implementation of `crti.o` and `crtn.o`Daniel Bertalan
2021-07-10Kernel+Userland: Make the stack alignment comply with the System V ABIGunnar Beutner
2021-07-09LibC: Make sure crt0 and crt0_shared are built before LibCGunnar Beutner
2021-05-30LibC: Add stubs for wctype and iswctypeTim Schumacher
2021-05-27Userland: Port UBSAN implementation to userspaceAndrew Kaster
2021-05-19LibC: Add functions for the new statvfs syscallsJustin
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-09LibC: Add definitions/stubs for IPv6 functionalityGunnar Beutner
2021-05-01LibC: Implement support for getspnam() and friendsGunnar Beutner
2021-04-30LibC: Implement openpty(), forkpty() and login_tty()Gunnar Beutner
2021-04-29Tests: Unify LibC tests to single location.Brian Gianforcaro
2021-04-21LibC: Setup a unit test harness for LibC, add ctime_r / asctime_r tests.Brian Gianforcaro
2021-04-20LibC+LibPthread: Implement function forwarding for libpthreadGunnar Beutner
2021-04-18LibC+LibELF: Implement support for the dl_iterate_phdr helperGunnar Beutner
2021-04-16Toolchain+LibC: Don't link LibC against crt0Gunnar Beutner
2021-04-14LibPthread: Implement semaphore functionsGunnar Beutner
2021-03-21LibC: Add x86_64 RegistersHendiadyoin1
2021-03-19CMake: Make libc.a self-containedItamar
2021-03-09LibC: Add imaxdiv and lldivMițca Dumitru
2021-03-01LibC: Implement fenv.hMițca Dumitru
2021-02-25LibC: Add x86_64 implementation of setjmp() and longjmp()Andreas Kling
2021-02-24LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibCAndreas Kling
2021-02-15Meta: Make it possible to (somewhat) build the system inside SerenityAnotherTest
2021-02-15LibC+LibPthread: Implement pthread_atfork()AnotherTest
2021-02-15LibC: Stub out semaphore.hAnotherTest
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling