Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
e86a8d605b3df0c396e23ee02933c76d7040a73b
/
libc
/
bionic
7cc779f
libc: add clang FORTIFY support
by George Burgess IV
· 8 years ago
f201c70
Merge "Revert "Stop checking the global thread list in several trivial cases.""
by Elliott Hughes
· 9 years ago
bcb1529
Revert "Stop checking the global thread list in several trivial cases."
by Elliott Hughes
· 9 years ago
a1fa522
Merge "Improve a comment."
by Elliott Hughes
· 9 years ago
f5a4992
Stop checking the global thread list in several trivial cases.
by Elliott Hughes
· 9 years ago
5e6cf05
Improve a comment.
by Elliott Hughes
· 9 years ago
a187a6f
Merge "Revert "Remove the global thread list.""
by David James
· 9 years ago
7484c21
Revert "Remove the global thread list."
by Elliott Hughes
· 9 years ago
9b9d4eb
Merge "Remove the global thread list."
by Elliott Hughes
· 9 years ago
8e7396c
s/NULL/nullptr/ in system properties code.
by Elliott Hughes
· 9 years ago
9160ed9
clang-format system_properties.cpp.
by Elliott Hughes
· 9 years ago
93e272d
Merge "property_contexts: split into platform and non-platform components"
by Sandeep Patil
· 9 years ago
f8562c5
Remove backwards compatibility for old system properties.
by Elliott Hughes
· 9 years ago
34f0cfa
property_contexts: split into platform and non-platform components
by Sandeep Patil
· 9 years ago
cafd355
Do not send 0 byte string content.
by Dimitry Ivanov
· 9 years ago
16b2a4d
Revert "Revert "Remove limit of system property name length""
by Dimitry Ivanov
· 9 years ago
489f58b
Revert "Remove limit of system property name length"
by Dimitry Ivanov
· 9 years ago
5c1ce27
Remove limit of system property name length
by Dimitry Ivanov
· 10 years ago
f8a6d47
Reserve a realtime signal for debuggerd.
by Josh Gao
· 9 years ago
907fcc9
Merge "Hide __system_property_add/update, deprecate find_nth"
by Treehugger Robot
· 9 years ago
581b9f6
Hide __system_property_add/update, deprecate find_nth
by Dimitry Ivanov
· 9 years ago
940d460
Merge "Revert "Revert "move android_ids into bionic"""
by Elliott Hughes
· 9 years ago
b0e8c56
Remove the global thread list.
by Elliott Hughes
· 9 years ago
bb59d47
Make /dev/__properties__ 0711
by Nick Kralevich
· 9 years ago
d3cfd26
Add declaration of tgkill to signal.h.
by Josh Gao
· 9 years ago
5489183
Merge "Define range of GIDs for cached app data."
by Jeff Sharkey
· 9 years ago
0ff61f6
Make the __stack_chk_fail message more searchable on the internets.
by Elliott Hughes
· 9 years ago
3f6eee9
Revert "Revert "move android_ids into bionic""
by Elliott Hughes
· 9 years ago
934bc86
Define range of GIDs for cached app data.
by Jeff Sharkey
· 9 years ago
50ae6dd
Merge "Revert "move android_ids into bionic""
by Treehugger Robot
· 9 years ago
77cb68d
Revert "move android_ids into bionic"
by Elliott Hughes
· 9 years ago
ded6c91
Merge "move android_ids into bionic"
by Elliott Hughes
· 9 years ago
722d01a
Fix icu4c calling on x86.
by Elliott Hughes
· 9 years ago
f634655
Fix wcsto* where strings begin with whitespace.
by Dan Albert
· 9 years ago
cf922ff
Merge "Clean up <sys/limits.h> a bit."
by Elliott Hughes
· 9 years ago
68ddf5c
Merge "Abort harder."
by Elliott Hughes
· 9 years ago
f347046
Merge changes Iade6a185,Iab3050bd
by Evgenii Stepanov
· 9 years ago
1a13db5
move android_ids into bionic
by William Roberts
· 9 years ago
9af7490
Clean up <sys/limits.h> a bit.
by Elliott Hughes
· 9 years ago
4bf5522
Abort harder.
by Elliott Hughes
· 9 years ago
609880c
Merge "Fix getpriority/setpriority types."
by Treehugger Robot
· 9 years ago
585fc3e
Add __libc_arc4random_unlimited_entropy.
by Josh Gao
· 9 years ago
8f0e42f
Fix getpriority/setpriority types.
by Elliott Hughes
· 9 years ago
bd734f0
Merge "Use icu4c to implement <wctype.h>."
by Elliott Hughes
· 9 years ago
a57ca0d
Use icu4c to implement <wctype.h>.
by Elliott Hughes
· 9 years ago
8684157
Merge "Implement <langinfo.h>."
by Elliott Hughes
· 9 years ago
ae693ad
bionic: make NONBLOCK call to getrandom
by Wei Wang
· 9 years ago
fc8e688
Implement <langinfo.h>.
by Elliott Hughes
· 9 years ago
c2395be
Merge "Enable malloc debug using environment variables"
by Christopher Ferris
· 9 years ago
ac81fe8
Enable malloc debug using environment variables
by Tamas Berghammer
· 9 years ago
a5c1698
Merge "Fix iswlower/iswupper."
by Christopher Ferris
· 9 years ago
5bc78c8
Add and use constants for the Android API levels.
by Elliott Hughes
· 9 years ago
f76a21a
Fix iswlower/iswupper.
by Elliott Hughes
· 9 years ago
0741d8d
Fix getrandom syscall checking
by Wei Wang
· 9 years ago
f97b27a
Merge "Differentiate the wctype functions we need to improve."
by Elliott Hughes
· 9 years ago
98c6688
Differentiate the wctype functions we need to improve.
by Elliott Hughes
· 9 years ago
cd9ce19
Merge changes I7f32dc9f,I9d88ddb1
by Treehugger Robot
· 9 years ago
a170d9b
Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used.""
by Josh Gao
· 9 years ago
98d655c
Revert "Revert "Update getentropy_linux.c from upstream.""
by Josh Gao
· 9 years ago
8bfaac0
Merge "Eliminate deadlock in forked child due to delayed resetting mutex lock"
by Dimitry Ivanov
· 9 years ago
f6a21bf
Eliminate deadlock in forked child due to delayed resetting mutex lock
by Mingwei Shi
· 9 years ago
e462117
Set __get_thread()->tid as part of clone().
by Robert Sesek
· 9 years ago
8c22ff7
Merge "Fix gettid() after clone()."
by Treehugger Robot
· 9 years ago
a4edf7a
Fix gettid() after clone().
by Robert Sesek
· 9 years ago
53de874
The default locale "" should be a UTF-8 locale.
by Elliott Hughes
· 9 years ago
2295068
Fix ifaddrs error handling.
by Elliott Hughes
· 9 years ago
59bde2e
Use STDERR_FILENO instead of opening /dev/stderr.
by Josh Gao
· 9 years ago
89e29ee
Fix mbsnrtowcs where `dst` is null.
by Elliott Hughes
· 9 years ago
3103f6d
Add strtof_l and strtod_l.
by Dan Albert
· 9 years ago
cb728e6
Fix instances of '#if __i386__'.
by Josh Gao
· 9 years ago
b36efa4
Fix instances of '#if __LP64__'.
by Josh Gao
· 9 years ago
5622837
Merge "Initialize main thread TLS before the global stack guard."
by Josh Gao
· 9 years ago
23f088c
[mips64] Fix ipc syscalls
by Nikola Veljkovic
· 9 years ago
7f0849f
Fix sscanf/wcstod parsing of NaNs.
by Elliott Hughes
· 9 years ago
4159e86
Initialize main thread TLS before the global stack guard.
by Josh Gao
· 9 years ago
b3fbee4
Revert "Update getentropy_linux.c from upstream."
by Josh Gao
· 9 years ago
5faef47
Update getentropy_linux.c from upstream.
by Josh Gao
· 9 years ago
864f3ec
Initialize __abort_message_ptr in linker's copy of libc
by Dimitry Ivanov
· 9 years ago
6361506
Fix execvp/execvpe behavior with absolute paths and ENOEXEC.
by Elliott Hughes
· 9 years ago
3c11590
Fix execvpe ENOEXEC behavior.
by Elliott Hughes
· 9 years ago
fac5689
Merge "Rewrite the exec family."
by Treehugger Robot
· 9 years ago
1b40aaf
Rewrite the exec family.
by Elliott Hughes
· 9 years ago
1878ea0
Fix mips build.
by Elliott Hughes
· 9 years ago
7c59f3f
Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>.
by Elliott Hughes
· 9 years ago
cae33ad
Fix memmem behavior with empty needles.
by Elliott Hughes
· 9 years ago
51b3b44
Merge "Fix sysconf(_SC_ARG_MAX)."
by Elliott Hughes
· 9 years ago
4a77fa3
Merge "Fix recvfrom prototype."
by Treehugger Robot
· 9 years ago
f8f2949
Merge "Fix pthread_barrierattr_getpshared prototype."
by Treehugger Robot
· 9 years ago
a1858a7
Merge "POSIX says IPPORT_RESERVED is in <netdb.h>."
by Treehugger Robot
· 9 years ago
e437788
POSIX says IPPORT_RESERVED is in <netdb.h>.
by Elliott Hughes
· 9 years ago
b17d845
Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>."
by Treehugger Robot
· 9 years ago
8197aca
Fix recvfrom prototype.
by Elliott Hughes
· 9 years ago
02ac028
Fix pthread_barrierattr_getpshared prototype.
by Elliott Hughes
· 9 years ago
c508de0
Use sysinfo(2) to implement more of <sys/sysinfo.h>.
by Elliott Hughes
· 9 years ago
299e501
Merge "Move brillo closer to Android."
by Treehugger Robot
· 9 years ago
38dba2e
Fix sysconf(_SC_ARG_MAX).
by Elliott Hughes
· 9 years ago
5ffed9b
Move brillo closer to Android.
by Elliott Hughes
· 9 years ago
fb3873d
Fortify vsnprintf in more cases.
by Elliott Hughes
· 9 years ago
53cf348
Remove more stdio copy/paste.
by Elliott Hughes
· 9 years ago
0a610d0
Upgrade to tzcode-2016f.
by Elliott Hughes
· 9 years ago
Next »