index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
LibC: Properly implement stack protectors
Tim Schumacher
2022-11-01
LibC: Link against the full LibSystem target
Tim Schumacher
2022-10-16
AK+Userland: Use a CMake variable for AK_SOURCES instead of GLOB
Andrew Kaster
2022-10-03
LibC: Remove stubbed out xattr.h and xattr.cpp
Kenneth Myhra
2022-09-16
LibC: Remove the LibM interface target
Tim Schumacher
2022-09-16
Everywhere: Fully remove the separate LibM directory
Tim Schumacher
2022-09-16
LibM: Move the math standard library to LibC
Tim Schumacher
2022-09-05
LibC: Remove the `LibDl` interface target
Tim Schumacher
2022-09-05
Everywhere: Fully remove the separate LibDl directory
Tim Schumacher
2022-09-02
CMake: Quote all CMAKE_COMMAND occurences
demostanis
2022-07-19
LibC: Remove the `LibPthread` interface target
Tim Schumacher
2022-07-19
Everywhere: Fully remove the separate LibPthread directory
Tim Schumacher
2022-07-19
LibPthread: Move the pthread and semaphore implementation to LibC
Tim Schumacher
2022-07-08
LibC: Add stubs for glob and globfree
Tim Schumacher
2022-06-25
LibC: Implement the getsubopt function
Liav A
2022-05-23
LibC: Add barebones <complex.h>
Peter Elliott
2022-05-20
LibC: Implement posix_memalign(3) and aligned_alloc(3)
Peter Elliott
2022-05-12
LibC+Kernel: Prevent string functions from calling themselves
Daniel Bertalan
2022-05-03
LibC: Hide `posix_memalign` by default
Tim Schumacher
2022-05-02
Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option
Andrew Kaster
2022-05-01
LibC: Implement a faster memset routine for x86-64 in assembly
Daniel Bertalan
2022-01-23
DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC
Timothy Flynn
2022-01-12
LibC: Install libssp.a in /usr/lib
Itamar
2021-12-22
Kernel+LibC: Stub out getifaddrs() and freeifaddrs()
Idan Horowitz
2021-12-21
LibC: Implement {f,}getwc()
Ali Mohammad Pur
2021-12-21
LibC: Sort the SOURCES entries in CMakeLists.txt
Ali Mohammad Pur
2021-11-13
Meta: Resolve cyclic dependency between LibPthread and libc++
Daniel Bertalan
2021-11-08
LibC: Fix huge libc.a file size due to the use of `llvm-ar -q`
Daniel Bertalan
2021-10-28
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
Idan Horowitz
2021-10-15
LibC: Implement tfind and tsearch
Tim Schumacher
2021-09-23
LibC: Add getpriority() and setpriority() stubs
Jelle Raaijmakers
2021-09-20
AK+LibC: Remove SERENITY_LIBC_BUILD guard around `<initializer_list>`
Andrew Kaster
2021-09-16
LibC: Implement CODESET for langinfo
Tim Schumacher
2021-09-15
Meta: Switch to a SuperBuild that splits host and target builds
Andrew Kaster
2021-08-28
CMake: Let `Meta/serenity.sh run aarch64` make it past cmake
Nico Weber
2021-08-14
LibC: Add stubs for several functions in xattr.h
Kenneth Myhra
2021-08-14
LibC: Add stub for res_query
Kenneth Myhra
2021-08-14
LibC: Add stub for fnmatch and a set of defined values
Kenneth Myhra
2021-08-12
LibC+DynamicLoader: Prevent GCC from removing null checks
Daniel Bertalan
2021-08-12
LibC: Add stub forwarders to LibRegex C API
Jean-Baptiste Boric
2021-08-08
Meta: Add Clang support to the CMake build scripts
Daniel Bertalan
2021-07-20
LibC: Implement flock(2) using fcntl's F_SETLK
Peter Elliott
2021-07-14
LibC: Use our implementation of `crti.o` and `crtn.o`
Daniel Bertalan
2021-07-10
Kernel+Userland: Make the stack alignment comply with the System V ABI
Gunnar Beutner
2021-07-09
LibC: Make sure crt0 and crt0_shared are built before LibC
Gunnar Beutner
2021-05-30
LibC: Add stubs for wctype and iswctype
Tim Schumacher
2021-05-27
Userland: Port UBSAN implementation to userspace
Andrew Kaster
2021-05-19
LibC: Add functions for the new statvfs syscalls
Justin
2021-05-14
LibC: Move mman.h to sys/mman.h
Jean-Baptiste Boric
[next]