summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/CMakeLists.txt
AgeCommit message (Expand)Author
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01LibC: Properly implement stack protectorsTim Schumacher
2022-11-01LibC: Link against the full LibSystem targetTim Schumacher
2022-10-16AK+Userland: Use a CMake variable for AK_SOURCES instead of GLOBAndrew Kaster
2022-10-03LibC: Remove stubbed out xattr.h and xattr.cppKenneth Myhra
2022-09-16LibC: Remove the LibM interface targetTim Schumacher
2022-09-16Everywhere: Fully remove the separate LibM directoryTim Schumacher
2022-09-16LibM: Move the math standard library to LibCTim Schumacher
2022-09-05LibC: Remove the `LibDl` interface targetTim Schumacher
2022-09-05Everywhere: Fully remove the separate LibDl directoryTim Schumacher
2022-09-02CMake: Quote all CMAKE_COMMAND occurencesdemostanis
2022-07-19LibC: Remove the `LibPthread` interface targetTim Schumacher
2022-07-19Everywhere: Fully remove the separate LibPthread directoryTim Schumacher
2022-07-19LibPthread: Move the pthread and semaphore implementation to LibCTim Schumacher
2022-07-08LibC: Add stubs for glob and globfreeTim Schumacher
2022-06-25LibC: Implement the getsubopt functionLiav A
2022-05-23LibC: Add barebones <complex.h>Peter Elliott
2022-05-20LibC: Implement posix_memalign(3) and aligned_alloc(3)Peter Elliott
2022-05-12LibC+Kernel: Prevent string functions from calling themselvesDaniel Bertalan
2022-05-03LibC: Hide `posix_memalign` by defaultTim Schumacher
2022-05-02Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake optionAndrew Kaster
2022-05-01LibC: Implement a faster memset routine for x86-64 in assemblyDaniel Bertalan
2022-01-23DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibCTimothy Flynn
2022-01-12LibC: Install libssp.a in /usr/libItamar
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