summaryrefslogtreecommitdiffstats
path: root/libc/bionic/libc_init_static.cpp
Commit message (Expand)AuthorAgeFilesLines
* Statically linked executables should honor AT_SECURE.Elliott Hughes2015-06-101-0/+1
* Revert "Register __libc_fini as early as possible."Dmitriy Ivanov2014-09-041-6/+4
* Register __libc_fini as early as possible.Dmitriy Ivanov2014-09-031-4/+6
* Upstream atexitDmitriy Ivanov2014-07-141-1/+2
* Turn on -Wunused and fix the mistakes it uncovers.Elliott Hughes2014-06-031-1/+1
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-101-4/+4
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-2/+3
* Remove 32-bit assumptions from the ELF code.Elliott Hughes2013-09-301-4/+4
* Switch to using AT_RANDOM for the stack guards.Elliott Hughes2013-02-081-2/+1
* Clean up the argc/argv/envp/auxv handling.Elliott Hughes2013-02-071-0/+111