about summary refs log tree commit diff
path: root/src/env/__libc_start_main.c
Commit message (Expand)AuthorAgeFilesLines
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-151-0/+1
* add support for init/fini array in main program, and greatly simplifyRich Felker2013-07-211-13/+13
* add support for program_invocation[_short]_nameRich Felker2013-04-061-2/+8
* fix ordering of shared library ctors with respect to libc initRich Felker2012-11-301-0/+5
* i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker2012-10-111-0/+3
* ensure that buffer for decoding auxv at startup is initially zeroRich Felker2012-10-081-1/+1
* clean up and refactor program initializationRich Felker2012-10-071-7/+19
* TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker2012-10-041-0/+2
* security hardening: ensure suid programs have valid stdin/out/errRich Felker2011-08-231-9/+9
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+26