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
/
arch
Age
Commit message (
Expand
)
Author
2022-12-28
LibC: Remove i686 support
Liav A
2022-10-14
Tests+Userland: Implement AARCH64 support for some inline assembly blobs
Gunnar Beutner
2022-10-12
LibC: Declare _setjmp and _longjmp on non i386 platforms
Jan200101
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-05-01
LibC: Implement a faster memset routine for x86-64 in assembly
Daniel Bertalan
2021-12-24
LibC: Implement _setjmp and _longjmp
Brian Gianforcaro
2021-08-28
CMake: Let `Meta/serenity.sh run aarch64` make it past cmake
Nico Weber
2021-08-26
LibC: Fix sigsetjmp on x86_64
Jean-Baptiste Boric
2021-08-26
LibC: Fix sigsetjmp on i686
Jean-Baptiste Boric
2021-08-18
Meta+LibC: Don't allow text relocations in SerenityOS libraries
Daniel Bertalan
2021-08-18
LibC: Fix sigsetjmp and siglongjmp
Jean-Baptiste Boric
2021-07-14
LibC: Use our implementation of `crti.o` and `crtn.o`
Daniel Bertalan
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-25
LibC: Add x86_64 implementation of setjmp() and longjmp()
Andreas Kling