summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/CMakeLists.txt
AgeCommit message (Expand)Author
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