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
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
2021-05-09
LibC: Add definitions/stubs for IPv6 functionality
Gunnar Beutner
2021-05-01
LibC: Implement support for getspnam() and friends
Gunnar Beutner
2021-04-30
LibC: Implement openpty(), forkpty() and login_tty()
Gunnar Beutner
2021-04-29
Tests: Unify LibC tests to single location.
Brian Gianforcaro
2021-04-21
LibC: Setup a unit test harness for LibC, add ctime_r / asctime_r tests.
Brian Gianforcaro
2021-04-20
LibC+LibPthread: Implement function forwarding for libpthread
Gunnar Beutner
2021-04-18
LibC+LibELF: Implement support for the dl_iterate_phdr helper
Gunnar Beutner
2021-04-16
Toolchain+LibC: Don't link LibC against crt0
Gunnar Beutner
2021-04-14
LibPthread: Implement semaphore functions
Gunnar Beutner
2021-03-21
LibC: Add x86_64 Registers
Hendiadyoin1
2021-03-19
CMake: Make libc.a self-contained
Itamar
2021-03-09
LibC: Add imaxdiv and lldiv
Mițca Dumitru
2021-03-01
LibC: Implement fenv.h
Mițca Dumitru
2021-02-25
LibC: Add x86_64 implementation of setjmp() and longjmp()
Andreas Kling
2021-02-24
LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC
Andreas Kling
2021-02-15
Meta: Make it possible to (somewhat) build the system inside Serenity
AnotherTest
2021-02-15
LibC+LibPthread: Implement pthread_atfork()
AnotherTest
2021-02-15
LibC: Stub out semaphore.h
AnotherTest
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling