index
:
bionic.git
kitkat
lp5.0
o8.0
o8.1
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.0
r11.1
s12.0
s12.1
t13.0
bionic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
libc_init_common.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Malloc debug rewrite.
Christopher Ferris
2016-01-25
1
-9
/
+0
*
Defend against -fstack-protector in libc startup.
Elliott Hughes
2016-01-06
1
-45
/
+0
*
Fix a broken link in a comment.
Elliott Hughes
2016-01-05
1
-1
/
+1
*
Fix -fstack-protector-strong for x86.
Elliott Hughes
2015-12-08
1
-1
/
+4
*
Revert "Revert "Remove __sinit and __sdidinit.""
Elliott Hughes
2015-12-05
1
-4
/
+0
*
Revert "Remove __sinit and __sdidinit."
Elliott Hughes
2015-12-04
1
-4
/
+4
*
Remove __sinit and __sdidinit.
Elliott Hughes
2015-12-03
1
-4
/
+4
*
Init stdio in __libc_init_common.
Yabin Cui
2015-11-30
1
-0
/
+4
*
Fix tsan abort for lake of __libc_auxv initialization.
Yabin Cui
2015-11-19
1
-1
/
+1
*
libc_init_common.cpp: Clarify when environment stripping occurs
Nick Kralevich
2015-11-10
1
-1
/
+5
*
Move setjmp cookie to a shared globals struct.
Josh Gao
2015-10-09
1
-2
/
+1
*
Move VDSO pointers to a shared globals struct.
Josh Gao
2015-10-09
1
-3
/
+13
*
Use foreach loop to match setuid unsafe env vars.
Josh Gao
2015-10-02
1
-31
/
+30
*
Implement setjmp cookies on ARM.
Josh Gao
2015-09-17
1
-0
/
+2
*
Use a less misleading name for the code that sets up the main thread.
Elliott Hughes
2015-07-21
1
-12
/
+12
*
Improve personality initialization
Dmitriy Ivanov
2015-06-30
1
-0
/
+17
*
Statically linked executables should honor AT_SECURE.
Elliott Hughes
2015-06-09
1
-0
/
+194
*
Let g_thread_list_lock only protect g_thread_list.
Yabin Cui
2015-03-23
1
-2
/
+2
*
Remove PTHREAD_ATTR_FLAG_MAIN_THREAD.
Yabin Cui
2015-03-06
1
-1
/
+0
*
Turn on -Wold-style-cast and fix the errors.
Elliott Hughes
2015-01-21
1
-11
/
+12
*
Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK.
Yabin Cui
2015-01-06
1
-1
/
+3
*
Use mmap to create the pthread_internal_t
Yabin Cui
2014-12-19
1
-3
/
+1
*
Fix pthread_getattr_np for the main thread.
Elliott Hughes
2014-08-26
1
-19
/
+5
*
Hide __libc_init_vdso().
Dan Albert
2014-08-13
1
-1
/
+1
*
Use VDSO for clock_gettime(2) and gettimeofday(2).
Elliott Hughes
2014-07-16
1
-0
/
+4
*
Upstream atexit
Dmitriy Ivanov
2014-07-14
1
-1
/
+0
*
Cache getpid.
Elliott Hughes
2014-06-20
1
-7
/
+10
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-1
/
+1
*
Clean up pthread_internal_t.
Elliott Hughes
2013-11-19
1
-3
/
+2
*
Fix pthread_join.
Elliott Hughes
2013-11-18
1
-9
/
+17
*
Switch pthread_create over to __bionic_clone.
Elliott Hughes
2013-11-15
1
-0
/
+4
*
AArch64: Fix uses of stack size for 32/64bit libc builds
Serban Constantinescu
2013-10-22
1
-1
/
+1
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-3
/
+2
*
Declare __page_shift and __page_size with C linkage.
Bernhard Rosenkraenzer
2013-09-19
1
-4
/
+0
*
Simplify main thread stack size initialization
Brian Carlstrom
2013-09-13
1
-12
/
+8
*
Use kernel default for initial thread size
Brian Carlstrom
2013-09-13
1
-3
/
+20
*
Make abort messages available to debuggerd.
Elliott Hughes
2013-04-05
1
-0
/
+2
*
Fix debug malloc.
Elliott Hughes
2013-03-06
1
-10
/
+19
*
Fix the pthread_setname_np test.
Elliott Hughes
2013-02-15
1
-5
/
+6
*
Simplify pthread_create, using more public API.
Elliott Hughes
2013-02-12
1
-5
/
+3
*
Switch to using AT_RANDOM for the stack guards.
Elliott Hughes
2013-02-08
1
-3
/
+5
*
__progname should be const char*, not char*.
Elliott Hughes
2013-02-07
1
-2
/
+2
*
Clean up the argc/argv/envp/auxv handling.
Elliott Hughes
2013-02-07
1
-0
/
+146
[prev]