summaryrefslogtreecommitdiff
path: root/src/env/__libc_start_main.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-11i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker1-0/+3
2012-10-08ensure that buffer for decoding auxv at startup is initially zeroRich Felker1-1/+1
2012-10-07clean up and refactor program initializationRich Felker1-7/+19
2012-10-04TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker1-0/+2
2011-08-23security hardening: ensure suid programs have valid stdin/out/errRich Felker1-9/+9
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+26