History log of /relibc/renamesyms.sh (Results 1 – 5 of 5)
Revision Date Author Comments
# 70a8fca3 19-Aug-2022 Jeremy Soller <jackpot51@gmail.com>

Use target binutils for renamesyms


# de29da40 19-Aug-2022 Jeremy Soller <jackpot51@gmail.com>

Rename __rg_oom


# aa2397ce 27-Jul-2022 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'userspace_fexec' into 'master'

Userspace fexec

See merge request redox-os/relibc!343


# 3701ea3b 12-Jul-2022 4lDO2 <4lDO2@protonmail.com>

Conflict-proof #[global_allocator] symbols too.

The #[global_allocator] used by relibc is only relibc's business.
Symbols should therefore not leak if another applications for example
wants to overr

Conflict-proof #[global_allocator] symbols too.

The #[global_allocator] used by relibc is only relibc's business.
Symbols should therefore not leak if another applications for example
wants to override the system allocator (and for bootstrap, which links
to relibc but uses its own #[global_allocator] based on libc functions).

show more ...


# 2186cd1f 22-Jan-2022 4lDO2 <4lDO2@protonmail.com>

Implement fexec in userspace.