aboutsummaryrefslogtreecommitdiff
path: root/libc/startup/linux
AgeCommit message (Expand)AuthorFilesLines
2023-12-04[libc][NFC] unify startup library's code style with the rest (#74041)Schrodinger ZHU Yifan3-44/+45
2023-10-04[libc] Add x86-64 stack protector support.tnv012-1/+21
2023-09-26[libc] Start to refactor riscv platform abstraction to support both 32 and 64...Mikhail R. Gadelha2-0/+0
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet3-75/+75
2023-09-14[libc] Fix start up crash on 32 bit systems (#66210)Mikhail R. Gadelha1-7/+17
2023-08-30[libc] Fix set_thread_ptr call in rv32 start up codeMikhail R. Gadelha1-1/+1
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones3-25/+31
2023-07-19[libc][NFC] Rename filesGuillaume Chatelet6-6/+6
2023-07-05[libc] Initiliaze the global pointer in riscv startup code.Siva Chandra1-0/+4
2023-06-23[libc][NFC] Simplify return value logic in set_thread_ptr()Jun Zhang1-3/+1
2023-04-17[libc][NFC] Standardize missing syscalls error messages.Mikhail R. Gadelha3-3/+3
2023-03-16[libc] Add missing dependencies to RISC-V startup implementationJoseph Huber1-0/+2
2023-03-16[libc] Add missing environ dependency to AArch64 startup implementationJoseph Huber1-0/+1
2023-03-16[libc] Add missing threads dependency to AArch64 startup implementationJoseph Huber1-0/+1
2023-03-13[libc] Declare __dso_handle in the integration test instead of startup.Siva Chandra Reddy3-9/+0
2023-03-09[libc] Extend the linux thread implementation for riscv64.Siva Chandra2-0/+229
2023-03-06[libc] Simplify integration tests by eliminating the artificial sysroot.Siva Chandra Reddy2-0/+6
2023-02-07[libc] Cleanup the CMake infrastructure to add startup objects.Siva Chandra Reddy1-37/+6
2023-01-31[libc] Build two different static archives libc.a and libm.a under full build.Siva Chandra Reddy1-1/+1
2023-01-09[libc][Obvious] Address few GCC warnings.Siva Chandra Reddy1-2/+2
2022-12-15[libc][NFC] Rename "loader" to "startup".Siva Chandra Reddy7-0/+596