Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
09bc1729113e4ce7728885a2c2007cda4959dd85
/
libc
09bc172
Mark LIBC_N as being introduced in android-24.
by Dan Albert
· 9 years ago
b8109d0
Annotate the libc version map with NDK info.
by Dan Albert
· 9 years ago
4bc6eea
Merge "Add symbol versions to libstdc++.so"
by Dimitry Ivanov
· 9 years ago
6cc8d47
Add symbol versions to libstdc++.so
by Dimitry Ivanov
· 9 years ago
0cf1abe
Merge "Add IOV_MAX to <limits.h>."
by Treehugger Robot
· 9 years ago
f2d7d41
Add IOV_MAX to <limits.h>.
by Elliott Hughes
· 9 years ago
7292725
Admit that we don't actually support thread priority inheritance.
by Elliott Hughes
· 9 years ago
931be5a
Merge "Clean up <uchar.h> and <wctype.h> transitive includes."
by Treehugger Robot
· 9 years ago
af8be4e
Merge "More kernel header cleanup."
by Christopher Ferris
· 9 years ago
0fe8885
Clean up <uchar.h> and <wctype.h> transitive includes.
by Elliott Hughes
· 9 years ago
61bd7cb
Merge changes I0262eed9,Iba9ee03a
by Treehugger Robot
· 9 years ago
3e6929d
Add a temporary hack to work around __NDK_FPABI__.
by Dan Albert
· 9 years ago
c102075
Remove _GNU_SOURCE guard on tmpnam.
by Dan Albert
· 9 years ago
7b737e4
Remove #pragma GCC visibility.
by Elliott Hughes
· 9 years ago
f6495c7
Stop #define'ing __func__ and __restrict.
by Elliott Hughes
· 9 years ago
557b3a1
Merge "Remove bionic's now-unused UniquePtr."
by Treehugger Robot
· 9 years ago
1291e50
Remove bionic's now-unused UniquePtr.
by Elliott Hughes
· 9 years ago
3b2096a
Remove unnecessary 'extern's.
by Elliott Hughes
· 9 years ago
203e13d
Always include <sys/cdefs.h>.
by Elliott Hughes
· 9 years ago
8778d64
Remove __BIONIC_LEGACY_INLINE.
by Josh Gao
· 9 years ago
420d02c
Merge "Make it possible to build bionic with -I instead of -isystem."
by Elliott Hughes
· 9 years ago
5470c18
Make it possible to build bionic with -I instead of -isystem.
by Elliott Hughes
· 9 years ago
5956b4e
More kernel header cleanup.
by Christopher Ferris
· 9 years ago
4f62c5b
Merge changes I7718b1ba,I648adc35
by Treehugger Robot
· 9 years ago
508d292
Only define sa_family_t once.
by Elliott Hughes
· 9 years ago
3e3f4a5
Treat "persist.sys.timezone" as being a Java-format timezone.
by Elliott Hughes
· 9 years ago
a9fbaee
Merge "Align-up and randomize shared libraries."
by Evgenii Stepanov
· 9 years ago
fe28077
Merge "Move/remove android only kernel uapi headers."
by Christopher Ferris
· 9 years ago
d13e9a6
Align-up and randomize shared libraries.
by Evgenii Stepanov
· 9 years ago
f47514d
Remove __LIBC_ABI_PUBLIC__.
by Elliott Hughes
· 9 years ago
d6e8b8c
Move/remove android only kernel uapi headers.
by Christopher Ferris
· 9 years ago
d2f725e
Don't declare SYS_* constants for unavailable __NR_* constants.
by Elliott Hughes
· 9 years ago
32c79c2
Put the legacy stdio fds back for pre-M.
by Dan Albert
· 9 years ago
77bd607
Add an alias for _CTYPE_N.
by Dan Albert
· 9 years ago
a24a247
Merge "Force pthread_cond_timedwait_relative_np using CLOCK_MONOTONIC."
by Yabin Cui
· 9 years ago
0393437
Merge "Convert malloc_debug from Android.mk to Android.bp"
by Colin Cross
· 9 years ago
baa4899
Convert malloc_debug from Android.mk to Android.bp
by Colin Cross
· 9 years ago
fe4a4d8
Force pthread_cond_timedwait_relative_np using CLOCK_MONOTONIC.
by Yabin Cui
· 9 years ago
4ce902c
Support 32-bit ARM vdso.
by Elliott Hughes
· 10 years ago
7f0e89f
Rename Android.soong.mk to Android.mk
by Colin Cross
· 10 years ago
2974eec
Update the kernel header documentation.
by Christopher Ferris
· 10 years ago
7bd0178
Add the record alloc option.
by Christopher Ferris
· 10 years ago
516f09c
Update timezone data to 2016f
by Neil Fuller
· 10 years ago
53420fb
x86-64's va_list is not a pointer type.
by Elliott Hughes
· 10 years ago
1fec29e
Merge "Revert "Skip Clang's integrated-as for hand-coded assembly""
by Treehugger Robot
· 10 years ago
b6453c5
Only initialize the global stack protector once.
by Josh Gao
· 10 years ago
1089afb
Make getpid work before TLS has been initialized.
by Josh Gao
· 10 years ago
8ed118d
Apparently mips and x86's va_list is a pointer type.
by Elliott Hughes
· 10 years ago
9eb3ae1
Remove __nonnull (in favor of _Nonnull).
by Elliott Hughes
· 10 years ago
b2f5a58
Revert "Skip Clang's integrated-as for hand-coded assembly"
by Pirama Arumuga Nainar
· 10 years ago
1159c19
Merge changes I98c9329f,I40936f7b,I09d20ff1
by Treehugger Robot
· 10 years ago
c80ffec
Defer registration of the arc4random fork-detect handler.
by Josh Gao
· 10 years ago
3e45901
Make getpid work before the main thread is initialized.
by Josh Gao
· 10 years ago
250667a
Take the arc4random lock before forking.
by Josh Gao
· 10 years ago
9158386
Merge "Skip Clang's integrated-as for hand-coded assembly"
by Treehugger Robot
· 10 years ago
8d414dd
Skip Clang's integrated-as for hand-coded assembly
by Pirama Arumuga Nainar
· 10 years ago
325b14a
Update timezone data to 2016e
by Neil Fuller
· 10 years ago
9c8d711
Don't expose all BSD extensions.
by Elliott Hughes
· 10 years ago
95fa26e
Update symbol versions.
by Josh Gao
· 10 years ago
2ed5852
Merge "Rationalize visibility."
by Treehugger Robot
· 10 years ago
213584b
Remove obsolete GCC workaround.
by Elliott Hughes
· 10 years ago
3ba55f8
Rationalize visibility.
by Elliott Hughes
· 10 years ago
93bae32
Merge "Fix the SIZE_T_MAX SSIZE_MAX defines."
by Treehugger Robot
· 10 years ago
47fcfff
Fix the SIZE_T_MAX SSIZE_MAX defines.
by Christopher Ferris
· 10 years ago
20788ae
Add ctermid.
by Elliott Hughes
· 10 years ago
449eff0
Add futimes, futimesat, and lutimes.
by Elliott Hughes
· 10 years ago
cf4c364
Merge "Move /vendor/bin down with /vendor/xbin."
by Elliott Hughes
· 10 years ago
409e48a
More C compatibility.
by Elliott Hughes
· 10 years ago
8cabd86
Move /vendor/bin down with /vendor/xbin.
by Elliott Hughes
· 10 years ago
74669e9
Merge "Add /vendor/xbin to root's path."
by Treehugger Robot
· 10 years ago
f484050
Preliminary cleanup of <sys/cdefs.h>.
by Elliott Hughes
· 10 years ago
901cc14
Merge "Just use libstdc++ for the cxa stuff inside bionic."
by Treehugger Robot
· 10 years ago
99a84c8
Remove __cachectl.
by Josh Gao
· 10 years ago
f21ca65
Merge "Fix __errordecl on clang."
by Treehugger Robot
· 10 years ago
8ba4424
Fix __errordecl on clang.
by Josh Gao
· 10 years ago
71e783d
Remove __brk
by Dimitry Ivanov
· 10 years ago
d23c37b
Merge changes I1bb1925a,Icd638673
by Treehugger Robot
· 10 years ago
46b4416
Update header versions for NDK platform fixes.
by Josh Gao
· 10 years ago
8428fb0
Merge "Remove deprecated Android.mk files"
by Colin Cross
· 10 years ago
e20730c
Merge "Remove declaration for __brk."
by Treehugger Robot
· 10 years ago
6e9c1f6
Remove declaration for __brk.
by Josh Gao
· 10 years ago
9a29c3f
Add /vendor/xbin to root's path.
by Erik Kline
· 10 years ago
816fab9
Just use libstdc++ for the cxa stuff inside bionic.
by Elliott Hughes
· 10 years ago
676f6e3
Merge "Remove libstdc++ include files."
by Treehugger Robot
· 10 years ago
f44b232
Remove libstdc++ include files.
by Elliott Hughes
· 10 years ago
7510c33
Remove deprecated Android.mk files
by Colin Cross
· 10 years ago
bdd8f89
Improve diagnostics from the assembler __strcpy_chk routines.
by Elliott Hughes
· 10 years ago
a3c2df9
Merge "Improve diagnostics from the assembler __strcat_chk routines."
by Treehugger Robot
· 10 years ago
c75da09
Improve diagnostics from the assembler __strcat_chk routines.
by Elliott Hughes
· 10 years ago
8c2467a
Merge "Don't use __u64/__u32 in <sys/user.h>."
by Treehugger Robot
· 10 years ago
bb12921
Don't use __u64/__u32 in <sys/user.h>.
by Josh Gao
· 10 years ago
eab4803
Update documentation for malloc debug.
by Christopher Ferris
· 10 years ago
8963dd3
Make all rt_sigtimedwait signatures match.
by Elliott Hughes
· 10 years ago
82ef6a1
Updated to v4.4.11 kernel headers.
by Christopher Ferris
· 10 years ago
5a22d3e
Force clang for bionic
by Colin Cross
· 10 years ago
5df5884
Merge "Regenerate NOTICE files."
by Elliott Hughes
· 10 years ago
ecffdeb
Merge "Stop including <machine/cpu-features.h>."
by Elliott Hughes
· 10 years ago
382bd66
Stop including <machine/cpu-features.h>.
by Elliott Hughes
· 10 years ago
882b8af
Regenerate NOTICE files.
by Elliott Hughes
· 10 years ago
79d0281
Merge "Use Android.soong.mk to handle mixed Android.mk and Android.bp dirs"
by Colin Cross
· 10 years ago
Next »