index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Make __set_errno hidden in asm." into lmp-dev
Dan Albert
2014-08-09
1159
-0
/
+2318
|
\
|
*
Make __set_errno hidden in asm.
Dan Albert
2014-08-08
1159
-0
/
+2318
*
|
Add a way to disable backtracing in malloc debug.
Christopher Ferris
2014-08-08
3
-36
/
+99
|
/
*
Android is all-PIC/PIE.
Elliott Hughes
2014-08-07
7
-50
/
+2
*
Merge "Do a second key cleanup in pthread_exit." into lmp-dev
Christopher Ferris
2014-08-06
1
-0
/
+6
|
\
|
*
Do a second key cleanup in pthread_exit.
Christopher Ferris
2014-08-06
1
-0
/
+6
*
|
Merge "Upgrade bionic to tzdata2014f." into lmp-dev
Elliott Hughes
2014-08-06
1
-0
/
+0
|
\
\
|
*
|
Upgrade bionic to tzdata2014f.
Elliott Hughes
2014-08-06
1
-0
/
+0
*
|
|
Merge "Fix the tzdata update tools." into lmp-dev
Elliott Hughes
2014-08-06
3
-77
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix the tzdata update tools.
Elliott Hughes
2014-08-06
3
-77
/
+19
*
|
|
Merge "Proper MB_CUR_MAX." into lmp-dev
Dan Albert
2014-08-06
2
-14
/
+31
|
\
\
\
|
*
|
|
Proper MB_CUR_MAX.
Dan Albert
2014-08-06
2
-14
/
+31
|
|
/
/
*
|
|
Merge "Fix mbsrtowcs(3) src param for finished string." into lmp-dev
Dan Albert
2014-08-06
1
-1
/
+4
|
\
\
\
|
*
|
|
Fix mbsrtowcs(3) src param for finished string.
Dan Albert
2014-08-06
1
-1
/
+4
|
|
/
/
*
|
|
Fixes build.
Dan Albert
2014-08-06
1
-1
/
+0
*
|
|
Revert "Replaces vfork() implementation with fork()"
Dan Albert
2014-08-06
12
-7
/
+258
|
/
/
*
|
Merge "Workaround b/16818336 which fails build under aggressive inlining." in...
Elliott Hughes
2014-08-06
1
-33
/
+0
|
\
\
|
*
|
Workaround b/16818336 which fails build under aggressive inlining.
Dehao Chen
2014-08-05
1
-33
/
+0
|
|
/
*
|
Merge "Revert most of "Cleanup: Delete dead code."" into lmp-dev
Paul Jensen
2014-08-05
2
-0
/
+14
|
\
\
|
*
|
Revert most of "Cleanup: Delete dead code."
Paul Jensen
2014-08-06
2
-0
/
+14
|
|
/
*
|
Explain how wcswcs ended up in ndk_cruft.cpp.
Elliott Hughes
2014-08-06
1
-1
/
+2
|
/
*
Fix memchr with a zero length.
Christopher Ferris
2014-07-30
1
-0
/
+5
*
Implement <sys/fsuid.h>.
Elliott Hughes
2014-07-30
14
-2
/
+220
*
[MIPSR6] Use C-coded string ops on mips32r6/mips64r6
Duane Sand
2014-07-30
1
-0
/
+11
*
Only wipe TLS for user-supplied stacks.
Elliott Hughes
2014-07-30
3
-19
/
+23
*
Use libunwindbacktrace for debug malloc code.
Christopher Ferris
2014-07-29
7
-28
/
+198
*
Remove declarations for things that don't exist.
Elliott Hughes
2014-07-29
4
-33
/
+1
*
Merge "Revert "Added a bionic systrace class and tracing to pthread_mutex.cpp...
Elliott Hughes
2014-07-29
4
-155
/
+0
|
\
|
*
Revert "Added a bionic systrace class and tracing to pthread_mutex.cpp."
Elliott Hughes
2014-07-29
4
-155
/
+0
*
|
en_US.UTF-8 is also supported.
Dan Albert
2014-07-29
1
-1
/
+3
*
|
There is no _MIN for unsigned types.
Dan Albert
2014-07-29
1
-1
/
+1
*
|
Fix mbsrtowcs(3)'s handling of len parameter.
Dan Albert
2014-07-29
1
-3
/
+2
*
|
__libc_fatal should print a newline to stderr.
Dan Albert
2014-07-29
1
-1
/
+5
*
|
Fix linkage of grantpt(3).
Elliott Hughes
2014-07-29
8
-169
/
+85
|
/
*
Added a bionic systrace class and tracing to pthread_mutex.cpp.
Brigid Smith
2014-07-29
4
-0
/
+155
*
Revert "Add a hack to <stdlib.h> until we can fix libvpx."
Elliott Hughes
2014-07-28
1
-6
/
+0
*
syscall(3)'s return type should be long.
Elliott Hughes
2014-07-28
1
-1
/
+1
*
Use vsnprintf(3) in syslog(3).
Elliott Hughes
2014-07-28
2
-14
/
+48
*
Remove localtime_tz and strftime_tz.
Elliott Hughes
2014-07-25
2
-124
/
+41
*
Start hiding "private/bionic_time.h".
Elliott Hughes
2014-07-25
4
-37
/
+37
*
Implement twalk(3), add unit tests.
Elliott Hughes
2014-07-24
12
-213
/
+323
*
[MIPS] Drop soft-fp targets
Duane Sand
2014-07-24
1
-5
/
+0
*
[MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg models
Duane Sand
2014-07-23
4
-244
/
+96
*
HACK: Disable syslog going to android log.
Christopher Ferris
2014-07-23
1
-1
/
+5
*
HACK: remove %m support from printf.
Colin Cross
2014-07-23
1
-0
/
+4
*
Fix belated review comments on syslog change.
Elliott Hughes
2014-07-23
3
-41
/
+45
*
Fix generate-NOTICE to cope better with BSD __COPYRIGHT macros.
Elliott Hughes
2014-07-23
1
-1
/
+1
*
Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files.
Elliott Hughes
2014-07-23
2
-156
/
+165
*
Remove the unused swab.S.
Elliott Hughes
2014-07-22
1
-68
/
+0
*
[MIPS] Allow united mipsel and mips64el gcc toolchain
Duane Sand
2014-07-22
1
-0
/
+3
[next]