aboutsummaryrefslogtreecommitdiff
path: root/libc/startup/linux/do_start.cpp
AgeCommit message (Expand)AuthorFilesLines
9 days[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue1-1/+1
2024-09-11[libc] fix tls teardown while being used (#108229)Schrodinger ZHU Yifan1-5/+6
2024-08-11Revert "libc: Remove `extern "C"` from main declarations" (#102827)Schrodinger ZHU Yifan1-1/+1
2024-08-11libc: Remove `extern "C"` from main declarations (#102825)David Blaikie1-1/+1
2024-08-05[libc][startup] fix main thread TLS unmapped with wrong value (#102009)Schrodinger ZHU Yifan1-1/+1
2024-07-27revert all tid changes (#100915)Schrodinger ZHU Yifan1-5/+0
2024-07-20reland "[libc] implement cached process/thread identity (#98989)" (#99765)Schrodinger ZHU Yifan1-0/+5
2024-07-18Revert "[libc] implement cached process/thread identity" (#99559)Schrodinger ZHU Yifan1-5/+0
2024-07-18[libc] implement cached process/thread identity (#98989)Schrodinger ZHU Yifan1-0/+5
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+3
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-3/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+3
2024-06-25[libc][arm32] define argc type and stack alignment (#96367)Nick Desaulniers (paternity leave)1-2/+2
2024-06-24[libc][startup] create header for ElfW and use in startup (#96510)Nick Desaulniers (paternity leave)1-4/+5
2024-01-24[libc][NFC] remove TODO about AppProperties (#79356)Schrodinger ZHU Yifan1-1/+0
2024-01-22[libc] support PIE relocations (#78993)Schrodinger ZHU Yifan1-8/+21
2024-01-04[libc] major refactor of startup library (#76092)Schrodinger ZHU Yifan1-0/+140