Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
aa2fd0fece33853e87439c6b4279291ce5d7dcd1
/
libc
aa2fd0f
Hide '__isthreaded' for lp64 libc.so
by Dimitry Ivanov
· 10 years ago
955426e
Fix a sign extension bug in stdio.
by Elliott Hughes
· 10 years ago
194860a
Merge "Replace snprintf() with __libc_format_buffer()"
by Tom Cherry
· 10 years ago
8352475
Replace snprintf() with __libc_format_buffer()
by Tom Cherry
· 10 years ago
896224a
Merge "Implement funopen64."
by Elliott Hughes
· 10 years ago
a449faf
Merge "Fix lockf for LP32."
by Elliott Hughes
· 10 years ago
3a33b52
Merge "Move android_ network functions to LIBC_PRIVATE"
by Dimitry Ivanov
· 10 years ago
03e65eb
Implement funopen64.
by Elliott Hughes
· 10 years ago
97cb4fb
Move android_ network functions to LIBC_PRIVATE
by Dimitry Ivanov
· 10 years ago
d4ae54f
Fix lockf for LP32.
by Elliott Hughes
· 10 years ago
94bb0fa
Merge "Support _FILE_OFFSET_BITS=64 for most of <stdio.h>."
by Elliott Hughes
· 10 years ago
d9bb708
Merge "Implement POSIX lockf."
by Elliott Hughes
· 10 years ago
5704c42
Implement POSIX lockf.
by Elliott Hughes
· 10 years ago
9677fab
Support _FILE_OFFSET_BITS=64 for most of <stdio.h>.
by Elliott Hughes
· 10 years ago
ca48274
Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23.""
by Yabin Cui
· 10 years ago
126cf32
Merge "Fix gcc test issues."
by Christopher Ferris
· 10 years ago
1e185a5
Fix gcc test issues.
by Christopher Ferris
· 10 years ago
ac67b4e
Merge "Revert "Make sem_wait able to return errno EINTR for sdk > 23.""
by Elliott Hughes
· 10 years ago
6d51085
Revert "Make sem_wait able to return errno EINTR for sdk > 23."
by Dan Albert
· 10 years ago
c96b6e1
Merge "Make sem_wait able to return errno EINTR for sdk > 23."
by Yabin Cui
· 10 years ago
e40e429
Merge "Fix build for gcc."
by Christopher Ferris
· 10 years ago
f2b67b8
Fix build for gcc.
by Christopher Ferris
· 10 years ago
892b61d
Make sem_wait able to return errno EINTR for sdk > 23.
by Yabin Cui
· 10 years ago
0f7631f
Merge "Malloc debug rewrite."
by Christopher Ferris
· 10 years ago
e70e0e9
Move internal FILE flags macros to "local.h" from <stdio.h>.
by Elliott Hughes
· 10 years ago
63860cb
Malloc debug rewrite.
by Christopher Ferris
· 10 years ago
ad9c3f3
Merge "Add _seek64 to FILE."
by Elliott Hughes
· 10 years ago
c650447
Merge "Remove dlmalloc."
by Josh Gao
· 10 years ago
0ac0cee
Remove dlmalloc.
by Josh Gao
· 10 years ago
023c307
Add _seek64 to FILE.
by Elliott Hughes
· 10 years ago
b877601
Put struct FILE back how NDK-built apps expect it.
by Elliott Hughes
· 10 years ago
bba3954
Revert "Temporary apply LIBC version to __pthread_gettid"
by Dimitry Ivanov
· 10 years ago
05c2f6b
Merge "libc: hide __signalfd4 symbol"
by Dimitry Ivanov
· 10 years ago
90d2dae
libc: hide fake_gmtime_r and fake_localtime_r
by Dimitry Ivanov
· 10 years ago
1a8732c
libc: hide __signalfd4 symbol
by Dimitry Ivanov
· 10 years ago
2704bd1
Simplify fseek/ftell.
by Elliott Hughes
· 10 years ago
5f1ff27
Merge "Move stdio implementation details around a little."
by Elliott Hughes
· 10 years ago
6dcab28
Update Android.bp to match Android.mk
by Colin Cross
· 10 years ago
18dea9b
Merge "Update Android.bp to match Android.mk"
by Colin Cross
· 10 years ago
021335e
Move stdio implementation details around a little.
by Elliott Hughes
· 10 years ago
8b49f53
Merge "Make FILE*s less usable after fclose(3)."
by Elliott Hughes
· 10 years ago
923f165
Make FILE*s less usable after fclose(3).
by Elliott Hughes
· 10 years ago
8ce38af
Update Android.bp to match Android.mk
by Colin Cross
· 10 years ago
b43ee65
Switch libc default to clang.
by Chih-Hung Hsieh
· 10 years ago
d1293fa
Fix GCC build breakage.
by Elliott Hughes
· 10 years ago
94ddc29
Merge "Add more fortify symbols to the expected differences from glibc."
by Elliott Hughes
· 10 years ago
ed57b98
Implement if_nameindex(3)/if_freenameindex(3).
by Elliott Hughes
· 10 years ago
d07c443
Add more fortify symbols to the expected differences from glibc.
by Elliott Hughes
· 10 years ago
68d0150
Merge "Sync with upstream OpenBSD."
by Elliott Hughes
· 10 years ago
506c6de
Sync with upstream OpenBSD.
by Elliott Hughes
· 10 years ago
9c9aa74
Align Soong builds closer to Make
by Dan Willemsen
· 10 years ago
e4f486c
Fix Soong mips builds
by Dan Willemsen
· 10 years ago
4031cbe
Fix Soong x86 builds
by Dan Willemsen
· 10 years ago
126d5ab
Merge "Revert "Move __system_property* to LIBC_PRIVATE for lp64 libc""
by Dimitry Ivanov
· 10 years ago
e1078a9
Revert "Move __system_property* to LIBC_PRIVATE for lp64 libc"
by Dimitry Ivanov
· 10 years ago
2487f3e
Merge "Rearrange build files to support USE_SOONG=true"
by Colin Cross
· 10 years ago
5d10e69
Merge "Fix Soong x86 atom builds"
by Dan Willemsen
· 10 years ago
c292f57
Merge "Update Android.bp for changes to Android.mk"
by Colin Cross
· 10 years ago
701b545
Fix Soong x86 atom builds
by Dan Willemsen
· 10 years ago
9361ad3
Fix <sys/sysmacros.h>.
by Elliott Hughes
· 10 years ago
c23aeb8
Rearrange build files to support USE_SOONG=true
by Colin Cross
· 10 years ago
2c7d1e6
Merge "Explicit binary op order for both gcc and clang/llvm."
by Chih-hung Hsieh
· 10 years ago
592c7b4
Explicit binary op order for both gcc and clang/llvm.
by Chih-Hung Hsieh
· 10 years ago
a3f9fca
Update Android.bp for changes to Android.mk
by Colin Cross
· 10 years ago
fdb2963
Handle AF_PACKET in getifaddr(3).
by Yi Kong
· 10 years ago
195b85a
Merge "Defend against -fstack-protector in libc startup."
by Elliott Hughes
· 10 years ago
6d142bc
Move __aeabi* symbols to LIBC_N version
by Dimitry Ivanov
· 10 years ago
42d949f
Defend against -fstack-protector in libc startup.
by Elliott Hughes
· 10 years ago
63a4207
Kill BOARD_MALLOC_ALIGNMENT.
by Josh Gao
· 10 years ago
e1f8c66
Merge "Replace MALLOC_IMPL with MALLOC_SVELTE."
by Josh Gao
· 10 years ago
32388ba
Merge "Temporary hack to avoid stack protector crashes."
by Elliott Hughes
· 10 years ago
9353089
Merge "Revert "system_properties.cpp: special case ro.* properties""
by Tom Cherry
· 10 years ago
e97ce31
Revert "system_properties.cpp: special case ro.* properties"
by Tom Cherry
· 10 years ago
2489161
Temporary hack to avoid stack protector crashes.
by Elliott Hughes
· 10 years ago
1464f6d
Merge "Remove mktime_tz."
by Elliott Hughes
· 10 years ago
bc02fb9
Temporary move __udivdi3 back to LIBC for x86
by Dimitry Ivanov
· 10 years ago
76dfa6e
Remove mktime_tz.
by Elliott Hughes
· 10 years ago
6f72fde
Fix gcc+arm builds
by Dimitry Ivanov
· 10 years ago
52fd4ca
Merge "Deprecate bzero"
by Dimitry Ivanov
· 10 years ago
609156e
Merge "Export public __aeabi* symbols as LIBC_PRIVATE"
by Dimitry Ivanov
· 10 years ago
d90d067
Export public __aeabi* symbols as LIBC_PRIVATE
by Dimitry Ivanov
· 10 years ago
031dfe1
Merge "Fix a broken link in a comment."
by Elliott Hughes
· 10 years ago
7d27b68
Merge "Tidy up KernelArgumentBlock::getauxval."
by Elliott Hughes
· 10 years ago
6134ed8
Deprecate bzero
by Dimitry Ivanov
· 10 years ago
40c2bf6
Fix a broken link in a comment.
by Elliott Hughes
· 10 years ago
c5fd81a
system_properties.cpp: special case ro.* properties
by Nick Kralevich
· 10 years ago
63fbb23
Tidy up KernelArgumentBlock::getauxval.
by Elliott Hughes
· 10 years ago
507d6f2
Merge "libc: Update Android.bp with recent changes"
by Dan Willemsen
· 10 years ago
9b59acc
libc: Update Android.bp with recent changes
by Dan Willemsen
· 10 years ago
bb5730e
Move __aeabi_ which are not in libgcc.a to LIBC
by Dimitry Ivanov
· 10 years ago
09f4651
Replace MALLOC_IMPL with MALLOC_SVELTE.
by Josh Gao
· 10 years ago
0ef1d12
Temporary apply LIBC version to __pthread_gettid
by Dimitry Ivanov
· 10 years ago
c8bb96a
Revert "Temporary apply LIBC version to __pthread_gettid"
by Dimitry Ivanov
· 10 years ago
eb90e91
Temporary apply LIBC version to __pthread_gettid
by Dimitry Ivanov
· 10 years ago
04673ee
Merge changes I4fc241e6,Idca71396
by Dimitry Ivanov
· 10 years ago
ff14fb5
Move __system_property* to LIBC_PRIVATE for lp64 libc
by Dimitry Ivanov
· 10 years ago
eac1d37
Move ndk-cruft symbols to LIBC_PRIVATE
by Dimitry Ivanov
· 10 years ago
9cddb48
Revert "Revert "Implement getifaddrs(3)/freeifaddrs(3).""
by Elliott Hughes
· 10 years ago
788a2bc
Make some of unwanted symbols LIBC_PRIVATE
by Dimitry Ivanov
· 10 years ago
5ce79b0
Make symbols exported via libgcc.a LIBC_PRIVATE
by Dimitry Ivanov
· 10 years ago
Next »