- 15 Oct, 2020 21 commits
-
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
DEBUG=1 make clean test
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
It's already called in init_array, so move the call to init_array a bit earlier.
-
Yonggang Luo authored
Fixes redundant () warnings by rust-analyzer Signed-off-by:
Yonggang Luo <luoyonggang@gmail.com>
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
-
Yonggang Luo authored
Remove core_io first
-
- 06 Oct, 2020 1 commit
-
-
Jeremy Soller authored
-
- 02 Oct, 2020 3 commits
-
-
Jeremy Soller authored
Fix formatiing issues See merge request redox-os/relibc!316
-
Jeremy Soller authored
Add support for dlopen(NULL, ...) See merge request redox-os/relibc!315
-
Jeremy Soller authored
Fix tls tests for dynamic linker See merge request redox-os/relibc!317
-
- 01 Oct, 2020 1 commit
-
-
8tab authored
* load TLS segment for executable - while we can skip PT_LOAD for executable, we still have to load TLS segment. * set TCB address based on if elf is position independent
-
- 30 Sep, 2020 3 commits
-
-
8tab authored
-
8tab authored
-
Jeremy Soller authored
Add tests for ld_so See merge request redox-os/relibc!314
-
- 29 Sep, 2020 5 commits
- 28 Sep, 2020 1 commit
-
-
8tab authored
Typically it's the other way around, but we can't have shared library named libc.so.6 in target/release directory. cargo includes 'target/release' in LD_LIBRARY_PATH for build script, so even if clean build runs fine, every subsquent run will make build script link with relibc.
-
- 17 Sep, 2020 5 commits
-
-
Jeremy Soller authored
Catch UB in asctime_r() See merge request redox-os/relibc!312
-
Peter Limkilde Svendsen authored
-
Peter Limkilde Svendsen authored
-
Peter Limkilde Svendsen authored
-
Peter Limkilde Svendsen authored
-