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-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