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
/
crt0.cpp
Age
Commit message (
Expand
)
Author
2023-04-14
Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64
Nico Weber
2022-11-29
LibC: Use uintptr_t for __stack_chk_guard
Keegan Saunders
2022-10-14
Tests+Userland: Implement AARCH64 support for some inline assembly blobs
Gunnar Beutner
2022-07-08
LibC: Move stack canary initialization before the global constructors
Tim Schumacher
2022-06-21
LibC: Don't change the stack canary across function boundaries
Tim Schumacher
2022-01-23
LibCore+LibC: Enforce the global event loop ban in code
kleines Filmröllchen
2021-11-11
LibC: Avoid unnecessary mprotect during program initialization
Ben Wiederhake
2021-10-17
Everywhere: Make some symbols `__attribute__((used))` for LTO
Daniel Bertalan
2021-07-17
LibC: Use 64-bit stack smash value for 64-bit mode
Peter Bindels
2021-07-11
DynamicLoader+LibC: Make _start a naked function
Hendiadyoin1
2021-07-10
Kernel+Userland: Make the stack alignment comply with the System V ABI
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibC+LibPthread: Implement function forwarding for libpthread
Gunnar Beutner
2021-04-16
LibC: Don't call initializers in crt0
Gunnar Beutner
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling