about summary refs log tree commit diff
path: root/src/env/__libc_start_main.c
Commit message (Expand)AuthorAgeFilesLines
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-291-0/+5
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-241-1/+1
* make __init_libc static for non-shared libcRich Felker2014-04-211-0/+3
* further micro-optimize startup code for sizeRich Felker2014-04-211-2/+14
* micro-optimize some startup code for sizeRich Felker2014-04-211-0/+4
* remove some cruft from libc/tls init codeRich Felker2014-04-071-1/+0
* 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