define and use internal macros for hidden visibility, weak refs
[musl] / src / env / __libc_start_main.c
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-04-05 Rich Felkerprevent bypass of guarantee that suids start with fd...
2017-10-13 Rich Felkerfor executing init array functions, use function type...
2017-08-29 Alexander Monakov__init_libc: add fallbacks for __progname setup
2015-11-20 Rich Felkerremove undef weak refs to init/fini array symbols in...
2015-11-12 Rich Felkerunify static and dynamic libc init/fini code paths
2015-09-22 Rich Felkermove calls to application init functions after crt1...
2015-04-22 Rich Felkerfix inconsistent visibility for __hwcap and __sysinfo...
2014-07-01 Rich Felkerfix typo in a comment in __libc_start_main
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2014-04-22 Rich Felkermake __init_libc static for non-shared libc
2014-04-21 Rich Felkerfurther micro-optimize startup code for size
2014-04-21 Rich Felkermicro-optimize some startup code for size
2014-04-07 Rich Felkerremove some cruft from libc/tls init code
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-07-21 Rich Felkeradd support for init/fini array in main program, and...
2013-04-06 Rich Felkeradd support for program_invocation[_short]_name
2012-11-30 Rich Felkerfix ordering of shared library ctors with respect to...
2012-10-12 Rich Felkeri386 vsyscall support (vdso-provided sysenter/syscall...
2012-10-08 Rich Felkerensure that buffer for decoding auxv at startup is...
2012-10-08 Rich Felkerclean up and refactor program initialization
2012-10-04 Rich FelkerTLS (GNU/C11 thread-local storage) support for static...
2011-08-23 Rich Felkersecurity hardening: ensure suid programs have valid...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0