- Jan 30, 2025
-
-
Peter Limkilde Svendsen authored
-
Peter Limkilde Svendsen authored
-
Peter Limkilde Svendsen authored
-
Peter Limkilde Svendsen authored
-
Peter Limkilde Svendsen authored
-
- Jan 25, 2025
-
-
Jeremy Soller authored
Support arguments in shebang (#!) Closes #199 See merge request redox-os/relibc!603
-
-
- Jan 18, 2025
-
-
Jeremy Soller authored
fix(ld.so): properly do copy relocations See merge request redox-os/relibc!604
-
Anhad Singh authored
When scopes is set for `LD_DEBUG`, more debug information is displayed now, Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 15, 2025
-
-
Jeremy Soller authored
feat(ld.so): add support for DT_RELR See merge request redox-os/relibc!602
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Does the same thing. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
* -z pack-relative-relocs * --sort-common * --gc-sections Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Jeremy Soller authored
-
- Jan 14, 2025
-
-
Jeremy Soller authored
- Jan 13, 2025
-
-
Jeremy Soller authored
fix(ld.so): less locks See merge request redox-os/relibc!601
-
Jeremy Soller authored
-
Anhad Singh authored
Acquire the global scope lock at the start of relocate. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 09, 2025
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jan 08, 2025
-
-
Jeremy Soller authored
Implement 'langinfo.h' and refactor strftime() to use langinfo constants See merge request redox-os/relibc!599
-
Jeremy Soller authored
feat(ld.so): performance improvements See merge request redox-os/relibc!600
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Note that the ELF specification mandates the presence of either the GNU hash table or SysV hash table. See Figure 2-7. Dynamic Array Tags. Also both can be present, though that is not currently handled. BLAZINGLY FAST! Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 07, 2025
-
-
Guillaume Gielly authored
-
Guillaume Gielly authored
-
Jeremy Soller authored
fix: GNU seems to prefer its own glob.h See merge request redox-os/relibc!598
-
- Jan 05, 2025
-
-
Guillaume Gielly authored
-
Guillaume Gielly authored
-
Guillaume Gielly authored
-
Guillaume Gielly authored
- replaced hardcoded day and month names with calls to nl_langinfo, - integrated langinfo constants DAY_1, ABDAY_1, MON_1, ABMON_1) for weekday and month names, - used AM_STR and PM_STR for AM/PM strings in %p and %P specifiers, - add comments.
-