fix fesetenv(FE_DFL_ENV) on mips
[musl] / src / env / __libc_start_main.c
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