aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/libc_init_common.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Malloc debug rewrite.Christopher Ferris2016-01-251-9/+0
* Defend against -fstack-protector in libc startup.Elliott Hughes2016-01-061-45/+0
* Fix a broken link in a comment.Elliott Hughes2016-01-051-1/+1
* Fix -fstack-protector-strong for x86.Elliott Hughes2015-12-081-1/+4
* Revert "Revert "Remove __sinit and __sdidinit.""Elliott Hughes2015-12-051-4/+0
* Revert "Remove __sinit and __sdidinit."Elliott Hughes2015-12-041-4/+4
* Remove __sinit and __sdidinit.Elliott Hughes2015-12-031-4/+4
* Init stdio in __libc_init_common.Yabin Cui2015-11-301-0/+4
* Fix tsan abort for lake of __libc_auxv initialization.Yabin Cui2015-11-191-1/+1
* libc_init_common.cpp: Clarify when environment stripping occursNick Kralevich2015-11-101-1/+5
* Move setjmp cookie to a shared globals struct.Josh Gao2015-10-091-2/+1
* Move VDSO pointers to a shared globals struct.Josh Gao2015-10-091-3/+13
* Use foreach loop to match setuid unsafe env vars.Josh Gao2015-10-021-31/+30
* Implement setjmp cookies on ARM.Josh Gao2015-09-171-0/+2
* Use a less misleading name for the code that sets up the main thread.Elliott Hughes2015-07-211-12/+12
* Improve personality initializationDmitriy Ivanov2015-06-301-0/+17
* Statically linked executables should honor AT_SECURE.Elliott Hughes2015-06-091-0/+194
* Let g_thread_list_lock only protect g_thread_list.Yabin Cui2015-03-231-2/+2
* Remove PTHREAD_ATTR_FLAG_MAIN_THREAD.Yabin Cui2015-03-061-1/+0
* Turn on -Wold-style-cast and fix the errors.Elliott Hughes2015-01-211-11/+12
* Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK.Yabin Cui2015-01-061-1/+3
* Use mmap to create the pthread_internal_tYabin Cui2014-12-191-3/+1
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-261-19/+5
* Hide __libc_init_vdso().Dan Albert2014-08-131-1/+1
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-161-0/+4
* Upstream atexitDmitriy Ivanov2014-07-141-1/+0
* Cache getpid.Elliott Hughes2014-06-201-7/+10
* Switch to g_ for globals.Elliott Hughes2014-05-141-1/+1
* Clean up pthread_internal_t.Elliott Hughes2013-11-191-3/+2
* Fix pthread_join.Elliott Hughes2013-11-181-9/+17
* Switch pthread_create over to __bionic_clone.Elliott Hughes2013-11-151-0/+4
* AArch64: Fix uses of stack size for 32/64bit libc buildsSerban Constantinescu2013-10-221-1/+1
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-3/+2
* Declare __page_shift and __page_size with C linkage.Bernhard Rosenkraenzer2013-09-191-4/+0
* Simplify main thread stack size initializationBrian Carlstrom2013-09-131-12/+8
* Use kernel default for initial thread sizeBrian Carlstrom2013-09-131-3/+20
* Make abort messages available to debuggerd.Elliott Hughes2013-04-051-0/+2
* Fix debug malloc.Elliott Hughes2013-03-061-10/+19
* Fix the pthread_setname_np test.Elliott Hughes2013-02-151-5/+6
* Simplify pthread_create, using more public API.Elliott Hughes2013-02-121-5/+3
* Switch to using AT_RANDOM for the stack guards.Elliott Hughes2013-02-081-3/+5
* __progname should be const char*, not char*.Elliott Hughes2013-02-071-2/+2
* Clean up the argc/argv/envp/auxv handling.Elliott Hughes2013-02-071-0/+146