summaryrefslogtreecommitdiff
path: root/src/env/__libc_start_main.c
AgeCommit message (Expand)AuthorLines
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy-0/+1
2013-07-21add support for init/fini array in main program, and greatly simplifyRich Felker-13/+13
2013-04-06add support for program_invocation[_short]_nameRich Felker-2/+8
2012-11-30fix ordering of shared library ctors with respect to libc initRich Felker-0/+5
2012-10-11i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker-0/+3
2012-10-08ensure that buffer for decoding auxv at startup is initially zeroRich Felker-1/+1
2012-10-07clean up and refactor program initializationRich Felker-7/+19
2012-10-04TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker-0/+2
2011-08-23security hardening: ensure suid programs have valid stdin/out/errRich Felker-9/+9
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+26