index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo in the big g_ search/replace.
Elliott Hughes
2014-05-14
1
-2
/
+2
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
16
-182
/
+183
*
Fix build (take two).
Sreeram Ramachandran
2014-05-13
2
-18
/
+33
*
Introduce netd_client, a dynamic library that talks to netd.
Sreeram Ramachandran
2014-05-13
3
-0
/
+94
*
Add getmntent_r to our collection of <mntent.h> compatibility stubs.
Elliott Hughes
2014-05-13
2
-15
/
+48
*
Merge "Reduce stack usage of tmpfile(3)."
Elliott Hughes
2014-05-13
1
-5
/
+6
|
\
|
*
Reduce stack usage of tmpfile(3).
Elliott Hughes
2014-05-13
1
-5
/
+6
*
|
Support mb sequences across calls to mb*to*wcs* functions
Calin Juravle
2014-05-13
1
-47
/
+140
|
/
*
Merge "Align struct passwd definition with other variations of libc"
Calin Juravle
2014-05-12
1
-2
/
+4
|
\
|
*
Align struct passwd definition with other variations of libc
Calin Juravle
2014-05-09
1
-2
/
+4
*
|
Bring in google3-style DISALLOW_* macros.
Elliott Hughes
2014-05-09
3
-15
/
+8
*
|
Align the child stack in clone(2).
Elliott Hughes
2014-05-09
2
-15
/
+19
*
|
Hide the __bionic_clone and __bionic_clone_entry implementation details.
Elliott Hughes
2014-05-08
1
-1
/
+1
*
|
Send bionic's fatal logging to the crash log.
Elliott Hughes
2014-05-07
1
-1
/
+1
*
|
Change the interface for fatal logging.
Elliott Hughes
2014-05-06
1
-23
/
+26
*
|
Fix iswctype.
Elliott Hughes
2014-05-02
1
-13
/
+13
*
|
Use the OpenBSD wcsftime.
Elliott Hughes
2014-05-02
1
-5
/
+0
|
/
*
Fix wchar_t signedness problems found on x86-64.
Elliott Hughes
2014-05-01
1
-11
/
+10
*
Fix wchar.cpp signed/unsigned comparison build failure.
Elliott Hughes
2014-05-01
1
-2
/
+2
*
Switch to a working UTF-8 mb/wc implementation.
Elliott Hughes
2014-05-01
3
-170
/
+355
*
Make SIGRTMIN hide the real-time signals we use internally.
Elliott Hughes
2014-04-30
3
-1
/
+71
*
Merge "Fix cpu_set_t"
Calin Juravle
2014-04-30
1
-7
/
+8
|
\
|
*
Fix cpu_set_t
Calin Juravle
2014-04-30
1
-7
/
+8
*
|
Switch to OpenBSD stdio wide printf functions.
Elliott Hughes
2014-04-29
1
-38
/
+0
*
|
Switch to OpenBSD stdio wide get/put functions.
Elliott Hughes
2014-04-29
1
-32
/
+0
*
|
Switch to the OpenBSD implementations of the wide scanf functions.
Elliott Hughes
2014-04-29
2
-27
/
+1
*
|
Fix build (signed char issue).
Elliott Hughes
2014-04-29
1
-1
/
+1
*
|
Switch to the OpenBSD wcsto* functions.
Elliott Hughes
2014-04-29
1
-45
/
+41
*
|
Add mbtowc and fix mbrtowc.
Elliott Hughes
2014-04-28
1
-7
/
+3
*
|
Replace our broken wcswcs with the working upstream one.
Elliott Hughes
2014-04-28
1
-6
/
+0
|
/
*
Fix brk/sbrk error checking.
Elliott Hughes
2014-04-25
2
-60
/
+38
*
Merge "Allow liblog to pass failure reasons to debuggerd."
Elliott Hughes
2014-04-24
1
-4
/
+13
|
\
|
*
Allow liblog to pass failure reasons to debuggerd.
Elliott Hughes
2014-04-23
1
-4
/
+13
*
|
Merge "Clean-up _fpmath and fake_long_doubles"
Calin Juravle
2014-04-24
1
-0
/
+35
|
\
\
|
|
/
|
/
|
|
*
Clean-up _fpmath and fake_long_doubles
Calin Juravle
2014-04-23
1
-0
/
+35
*
|
Remove two dead files.
Elliott Hughes
2014-04-23
2
-129
/
+0
*
|
Merge "Switch to the upstream OpenBSD getenv/putenv/setenv implementation."
Elliott Hughes
2014-04-23
1
-11
/
+9
|
\
\
|
*
|
Switch to the upstream OpenBSD getenv/putenv/setenv implementation.
Elliott Hughes
2014-04-22
1
-11
/
+9
*
|
|
Remove strntoimax and strntoumax from the future.
Elliott Hughes
2014-04-22
1
-0
/
+68
|
/
/
*
|
LP64 shouldn't include the non-standard <time64.h> cruft.
Elliott Hughes
2014-04-22
1
-1
/
+5
|
/
*
clang is >= 3.4 now; remove a hack.
Elliott Hughes
2014-04-21
1
-12
/
+0
*
Merge "Make uselocale(3) claim its pthread key in an ELF constructor."
Elliott Hughes
2014-04-18
1
-7
/
+4
|
\
|
*
Make uselocale(3) claim its pthread key in an ELF constructor.
Elliott Hughes
2014-04-18
1
-7
/
+4
*
|
Fix a wchar.wcstombs_wcrtombs test failure.
Elliott Hughes
2014-04-18
1
-0
/
+3
|
/
*
Upgrade to current vfprintf.
Elliott Hughes
2014-04-17
1
-9
/
+30
*
Merge "Switch fpclassify over to ieee_ext."
Elliott Hughes
2014-04-16
1
-10
/
+7
|
\
|
*
Switch fpclassify over to ieee_ext.
Elliott Hughes
2014-04-16
1
-10
/
+7
*
|
Use FLT_ROUNDS in LP64 strtold.
Elliott Hughes
2014-04-16
1
-2
/
+2
|
/
*
Switch to gdtoa.
Elliott Hughes
2014-04-16
2
-35
/
+10
*
Add iswblank for libcxx.
Elliott Hughes
2014-04-15
1
-0
/
+1
[next]