Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
6170693e28dd72a1517c267f3f62b3f37477b8bb
6170693
Make ThreadLocalBuffer a class rather than a macro.
by Elliott Hughes
· 10 years ago
611fd2c
Merge "Revert "Revert "add guard pages to the internal signal stacks"""
by Yabin Cui
· 10 years ago
ef11500
Revert "Revert "add guard pages to the internal signal stacks""
by Yabin Cui
· 10 years ago
8225ad6
Merge "Revert "add guard pages to the internal signal stacks""
by Elliott Hughes
· 10 years ago
a3125fd
Revert "add guard pages to the internal signal stacks"
by Elliott Hughes
· 10 years ago
2746b92
Merge "Revert "Fix clang build breakage ("arithmetic on a pointer to void").""
by Elliott Hughes
· 10 years ago
3925f32
Revert "Fix clang build breakage ("arithmetic on a pointer to void")."
by Elliott Hughes
· 10 years ago
2d84d87
Merge "Fix clang build breakage ("arithmetic on a pointer to void")."
by Elliott Hughes
· 10 years ago
16c7721
Fix clang build breakage ("arithmetic on a pointer to void").
by Elliott Hughes
· 10 years ago
373748f
Merge "add guard pages to the internal signal stacks"
by Elliott Hughes
· 10 years ago
595752f
add guard pages to the internal signal stacks
by Daniel Micay
· 10 years ago
203082b
Merge "linker_environ: clear MALLOC_CONF when AT_SECURE=1"
by Nick Kralevich
· 10 years ago
e001ca3
linker_environ: clear MALLOC_CONF when AT_SECURE=1
by Nick Kralevich
· 10 years ago
5c13638
Merge "Fix libstdc++.so hash-style."
by Dmitriy Ivanov
· 10 years ago
402d199
Fix libstdc++.so hash-style.
by Dmitriy Ivanov
· 10 years ago
cd79a59
Merge "Add test for thread_local keyword."
by Dmitriy Ivanov
· 10 years ago
947aded
Add test for thread_local keyword.
by Dmitriy Ivanov
· 10 years ago
cfd794a
Merge "Explain why we need objcopy for the linker"
by Dmitriy Ivanov
· 10 years ago
797bffb
Explain why we need objcopy for the linker
by Dmitriy Ivanov
· 10 years ago
8f3eb5a
Merge "Revert "Cause Fatal error when invalid pthread_id is detected.""
by Yabin Cui
· 10 years ago
220b99b
Revert "Cause Fatal error when invalid pthread_id is detected."
by Yabin Cui
· 10 years ago
7c01e3a
Merge "Fix comment drift in assorted relocation packer modules."
by Simon Baldwin
· 10 years ago
f2d153f
Merge "Initial implementation of __cxa_thread_atexit_impl"
by Dmitriy Ivanov
· 10 years ago
569a752
Fix comment drift in assorted relocation packer modules.
by Simon Baldwin
· 10 years ago
7f8d91e
Merge "Remove unused/unusable relocation packer files."
by Simon Baldwin
· 10 years ago
b9232c9
Merge "Remove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_ERRORCHECK_MUTEX_INITIALIZER."
by Yabin Cui
· 10 years ago
377243b
Remove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_ERRORCHECK_MUTEX_INITIALIZER.
by Yabin Cui
· 10 years ago
69847bc
Merge "Hide internal of pthread_mutex_t."
by Yabin Cui
· 10 years ago
df79c33
Initial implementation of __cxa_thread_atexit_impl
by Dmitriy Ivanov
· 10 years ago
17393b0
Hide internal of pthread_mutex_t.
by Yabin Cui
· 10 years ago
fa3dcec
Merge "Fix in error handling in pthread_create.cpp."
by Yabin Cui
· 10 years ago
799cb35
Fix in error handling in pthread_create.cpp.
by Yabin Cui
· 10 years ago
36d5b6f
Merge "Cause Fatal error when invalid pthread_id is detected."
by Yabin Cui
· 10 years ago
0332478
Cause Fatal error when invalid pthread_id is detected.
by Yabin Cui
· 10 years ago
0c3b632
Merge "Add O_APPEND flag for __libc_write_stderr."
by Yabin Cui
· 10 years ago
28e69f7
Add O_APPEND flag for __libc_write_stderr.
by Yabin Cui
· 10 years ago
f636448
Merge "Use ALIAS_SYMBOL for assembler aliasing."
by Christopher Ferris
· 10 years ago
d2bd573
Remove unused/unusable relocation packer files.
by Simon Baldwin
· 10 years ago
2495851
Use ALIAS_SYMBOL for assembler aliasing.
by Christopher Ferris
· 10 years ago
f5e0ba9
Merge "Make gensyscalls.py use the ALIAS_SYMBOL macro."
by Christopher Ferris
· 10 years ago
fa5faa0
Make gensyscalls.py use the ALIAS_SYMBOL macro.
by Christopher Ferris
· 10 years ago
70cafb1
Merge "Replace fixed arrays with vectors"
by Dmitriy Ivanov
· 10 years ago
d165f56
Replace fixed arrays with vectors
by Dmitriy Ivanov
· 10 years ago
ee4997e
Merge "Convert result of a call to JSON."
by Dan Albert
· 10 years ago
7d57623
Convert result of a call to JSON.
by Dan Albert
· 10 years ago
93d44ff
Merge "Let g_thread_list_lock only protect g_thread_list."
by Yabin Cui
· 10 years ago
673b15e
Let g_thread_list_lock only protect g_thread_list.
by Yabin Cui
· 10 years ago
32b039e
Merge "RTLD_LAZY is not supported, use RTLD_NOW instead."
by Dmitriy Ivanov
· 10 years ago
f8246ac
Merge "Add test for pthread types alignment check."
by Yabin Cui
· 10 years ago
84c10c2
RTLD_LAZY is not supported, use RTLD_NOW instead.
by Dmitriy Ivanov
· 10 years ago
27b3859
Merge "Work around a bug in the Jenkins queue API."
by Dan Albert
· 10 years ago
c889f13
Work around a bug in the Jenkins queue API.
by Dan Albert
· 10 years ago
b584572
Add test for pthread types alignment check.
by Yabin Cui
· 10 years ago
7f1e206
Merge "Fix alignment error for pthread_internal_t/pthread stack."
by Yabin Cui
· 10 years ago
a2db50d
Fix alignment error for pthread_internal_t/pthread stack.
by Yabin Cui
· 10 years ago
9bc8ce7
Merge "Limit soinfo compatibility fields to arm32"
by Dmitriy Ivanov
· 10 years ago
e631f91
Limit soinfo compatibility fields to arm32
by Dmitriy Ivanov
· 10 years ago
4149dc9
Merge "Return EINVAL when calling pthread_detach for joined thread."
by Yabin Cui
· 10 years ago
bbb0432
Return EINVAL when calling pthread_detach for joined thread.
by Yabin Cui
· 10 years ago
7875b50
Merge "Fix two errors in pthread_detach.cpp."
by Yabin Cui
· 10 years ago
aec2bb5
Fix two errors in pthread_detach.cpp.
by Yabin Cui
· 10 years ago
2e49508
Merge "Move open from zip tests to dlext"
by Dmitriy Ivanov
· 10 years ago
52393a5
Move open from zip tests to dlext
by Dmitriy Ivanov
· 10 years ago
6943f29
Merge "Make __get_thread inlined."
by Yabin Cui
· 10 years ago
6420fb4
Merge "Implement lookup by DT_SONAME"
by Dmitriy Ivanov
· 10 years ago
2f836d4
Make __get_thread inlined.
by Yabin Cui
· 10 years ago
618f1a3
Implement lookup by DT_SONAME
by Dmitriy Ivanov
· 10 years ago
c6fbbb4
Merge "Hide statfs/fstatfs' ST_VALID flag from userspace."
by Elliott Hughes
· 10 years ago
fa495d5
Hide statfs/fstatfs' ST_VALID flag from userspace.
by Elliott Hughes
· 10 years ago
0cf2657
Merge "Fix library lookup for filenames with slash."
by Dmitriy Ivanov
· 10 years ago
e44fffd
Fix library lookup for filenames with slash.
by Dmitriy Ivanov
· 10 years ago
c0eaa73
Merge "Support loading shared libraries from zip files"
by Dimitry Ivanov
· 10 years ago
ab12dc7
Merge "Fix _PATH_DEFPATH to correspond to the actual default path."
by Elliott Hughes
· 10 years ago
b380b7d
Merge "set errno to ENOENT in getauxval per glibc 2.19"
by Elliott Hughes
· 10 years ago
1101962
Fix _PATH_DEFPATH to correspond to the actual default path.
by Elliott Hughes
· 10 years ago
ee7649c
set errno to ENOENT in getauxval per glibc 2.19
by Daniel Micay
· 10 years ago
d917b20
Merge "Change name of rwlock benchmark."
by Yabin Cui
· 10 years ago
dc93db2
Change name of rwlock benchmark.
by Yabin Cui
· 10 years ago
a75771e
Merge "Fix build: pthread_mutex/pthread_detach."
by Yabin Cui
· 10 years ago
ecbfb25
Fix build: pthread_mutex/pthread_detach.
by Yabin Cui
· 10 years ago
94babae
Merge "Make pthread join_state not protected by g_thread_list_lock."
by Yabin Cui
· 10 years ago
5490beb
Merge "Remove duplication in pthread_mutex.cpp."
by Yabin Cui
· 10 years ago
aef7195
Support loading shared libraries from zip files
by Simon Baldwin
· 11 years ago
5f8ddf6
Merge "Fix build: align pthread_cond_t to sizeof(long)"
by Dmitriy Ivanov
· 10 years ago
b5cd3c7
Fix build: align pthread_cond_t to sizeof(long)
by Dmitriy Ivanov
· 10 years ago
f14fe85
Merge "Add alignment to opaque types."
by Christopher Ferris
· 10 years ago
eb8b122
Add alignment to opaque types.
by Christopher Ferris
· 10 years ago
3d170a6
Merge "Remove obsolete test_isolated wrapper function"
by Dmitriy Ivanov
· 10 years ago
3b7239f
Merge "General purpose memory allocator for linker."
by Dmitriy Ivanov
· 10 years ago
0f3fcd1
Merge "Fix atomic_load on const variable in pthread_cond_t."
by Yabin Cui
· 10 years ago
9e6c7bc
Fix atomic_load on const variable in pthread_cond_t.
by Yabin Cui
· 10 years ago
cb0443c
Remove obsolete test_isolated wrapper function
by Dmitriy Ivanov
· 10 years ago
169a84f
Merge "Revert "Revert "Moving StringPrintf to libbase."""
by Dan Albert
· 10 years ago
d3e2a20
Merge "Hide content of pthread_cond_t in pthread_cond_internal_t."
by Yabin Cui
· 10 years ago
9923c8c
Merge "Fix typo"
by Dmitriy Ivanov
· 10 years ago
b1ada3d
Fix typo
by Dmitriy Ivanov
· 10 years ago
19656ce
General purpose memory allocator for linker.
by Dmitriy Ivanov
· 10 years ago
32651b8
Hide content of pthread_cond_t in pthread_cond_internal_t.
by Yabin Cui
· 10 years ago
3e87c78
Revert "Revert "Moving StringPrintf to libbase.""
by Dan Albert
· 10 years ago
11a06c7
Merge "Revert "Moving StringPrintf to libbase.""
by Nicolas Geoffray
· 10 years ago
Next »