Christopher Ferris
ec93f16302
am 9552809d
: am 2ba734d8
: Merge "Fix %u format that should have been %zu."
...
* commit '9552809d30a6f1ac54af8c8e9bcb616bd4da6c93':
Fix %u format that should have been %zu.
2014-06-13 01:31:43 +00:00
Elliott Hughes
48691a0bb4
am eb917428
: am ff17671b
: Merge "Add a hack to <stdlib.h> until we can fix libvpx."
...
* commit 'eb91742861607539fa88ae6d962597dde00ff860':
Add a hack to <stdlib.h> until we can fix libvpx.
2014-06-13 01:12:14 +00:00
Elliott Hughes
bbc485c892
am cc24144e
: am 5d25d548
: Merge "Remove __memcmp16 from bionic."
...
* commit 'cc24144e5b431d5eb7d688a7f8f32c743c6469e0':
Remove __memcmp16 from bionic.
2014-06-13 00:54:44 +00:00
Elliott Hughes
b38018f786
am c189362d
: am 564222e3
: Merge "Use default hidden visibility to build libc_dns."
...
* commit 'c189362d879520243cc9e1ba65b9828165efa159':
Use default hidden visibility to build libc_dns.
2014-06-13 00:48:44 +00:00
Christopher Ferris
658150d431
am d92ba899
: am 29ddd78c
: Merge "Put all allocation functions into dispatch table."
...
* commit 'd92ba899450953e5ec9259f826c1790fc09004f7':
Put all allocation functions into dispatch table.
2014-06-13 00:48:43 +00:00
Elliott Hughes
78ad3cd2eb
am d13ff0f0
: am 346fa721
: Merge "Get the full set of PRNG functions in <stdlib.h>"
...
* commit 'd13ff0f0b3c228753b11ac55015618978b49ada3':
Get the full set of PRNG functions in <stdlib.h>
2014-06-12 22:05:50 +00:00
Christopher Ferris
2ba734d8cd
Merge "Fix %u format that should have been %zu."
2014-06-12 21:07:49 +00:00
Christopher Ferris
580b6e09fe
Fix %u format that should have been %zu.
...
Change-Id: Icedacf6783d6b0cf4783c838b3c4622d2e67f073
2014-06-12 18:20:44 -07:00
Christopher Ferris
a403780538
Put all allocation functions into dispatch table.
...
Implement these new functions for all of the debug malloc types.
Fix a number of bugs in the debug malloc functions related to overflow
conditions.
Fix a bug in dlpvalloc due to an overflow condition.
Fix various other bugs in the debug malloc functions.
Add new tests for malloc functions.
Bug: 11225066
Change-Id: Idf50f389603e2157645565bc15cd9365eec2e9dd
2014-06-12 15:08:18 -07:00
Christopher Ferris
29ddd78c21
Merge "Put all allocation functions into dispatch table."
2014-06-12 21:07:49 +00:00
Dan Albert
8e20420064
am fde37008
: am 37b845f9
: Merge "Remove declaration for putw(3)/getw(3)."
...
* commit 'fde37008e514d408ba8075144a1903c1509707e8':
Remove declaration for putw(3)/getw(3).
2014-06-12 20:33:33 +00:00
Elliott Hughes
fcaa13e354
am e1c47a2e
: am d242aff4
: Merge "Fix most of the tzcode warnings."
...
* commit 'e1c47a2e87985d339ef5a85dbf637c42736b0ba7':
Fix most of the tzcode warnings.
2014-06-12 19:23:42 +00:00
Elliott Hughes
5d25d5480a
Merge "Remove __memcmp16 from bionic."
2014-06-12 05:34:11 +00:00
Elliott Hughes
24614b4729
Remove __memcmp16 from bionic.
...
Change-Id: I2486d667d96c8900dd368d855f37c1327161efb7
2014-06-12 15:35:22 -07:00
Elliott Hughes
564222e338
Merge "Use default hidden visibility to build libc_dns."
2014-06-12 05:34:11 +00:00
Elliott Hughes
8563802b04
Use default hidden visibility to build libc_dns.
...
Bug: 11156955
Change-Id: Ia443705f5fbee0681039d4480abc89850968f475
2014-06-12 13:35:41 -07:00
Dan Albert
37b845f9e4
Merge "Remove declaration for putw(3)/getw(3)."
2014-06-12 05:34:11 +00:00
Elliott Hughes
ff17671bc6
Merge "Add a hack to <stdlib.h> until we can fix libvpx."
2014-06-12 03:32:07 +00:00
Elliott Hughes
3fb5097a7e
Add a hack to <stdlib.h> until we can fix libvpx.
...
libvpx should probably change its assembler to refer to lrand48 directly,
because that will work on old and new versions of Android. This keeps things
building until that happens.
Bug: 15598056
Change-Id: I4a1f59e710a083b9f9a707ceeb9ca0a28141a954
2014-06-12 17:50:52 -07:00
Elliott Hughes
346fa721ca
Merge "Get the full set of PRNG functions in <stdlib.h>"
2014-06-12 03:32:07 +00:00
Elliott Hughes
a0beeeabbc
Get the full set of PRNG functions in <stdlib.h>
...
Bug: https://code.google.com/p/android/issues/detail?id=58888
Change-Id: I435250bdae302e8bd7e29977d0fde7b9afbfca5e
2014-06-12 14:37:31 -07:00
Elliott Hughes
ea13c54b17
am e02086a6
: am 2c02d005
: Merge "Add __pure2 to a few more functions, most notably gettid and pthread_self."
...
* commit 'e02086a6dc789b427c817b39a6adb9c50db8f70d':
Add __pure2 to a few more functions, most notably gettid and pthread_self.
2014-06-11 23:44:01 +00:00
Dan Albert
cb7048138a
am 6f7f1caa
: am 48082a0a
: Merge "Remove declarations related to cuserid(3)."
...
* commit '6f7f1caa1dc14c3f8b522653d20aa5075b7203f2':
Remove declarations related to cuserid(3).
2014-06-11 21:49:00 +00:00
Dan Albert
8e613cf342
Remove declaration for putw(3)/getw(3).
...
These were both removed from POSIX 2004, and we don't define an
implementation for getw(3). Keep the definition of put(3) on LP32 for
binary compatibility.
Bug: 13935372
Change-Id: Iba384b45093ac6d2d7c2d81f7980cd7701dd6f56
2014-06-11 14:41:45 -07:00
Dan Albert
4880b0a820
am abf16559
: am 440bd6bc
: Merge "Replaces vfork() implementation with fork()"
...
* commit 'abf16559d31c49d52fba6f42a3d7b4566de0493b':
Replaces vfork() implementation with fork()
2014-06-11 21:38:19 +00:00
Elliott Hughes
617573af9f
am b94b1bc0
: am 80664231
: Merge "Revert "Temporarily expose dlmalloc_usable_size.""
...
* commit 'b94b1bc0342744d351db8f7720dfec8bd2279784':
Revert "Temporarily expose dlmalloc_usable_size."
2014-06-11 21:37:50 +00:00
Elliott Hughes
5204a9e8ca
Fix most of the tzcode warnings.
...
There's one left, but that's not fixed upstream yet.
Change-Id: Iba920cb7b156357c7f5e8220eb55ff1637ff48a1
2014-06-11 17:15:56 -07:00
Elliott Hughes
4e863b2f21
am df8a09b1
: am 2b8246fa
: Merge "Hide rand48 implementation details."
...
* commit 'df8a09b132573b021850fe41ed23ec6684d9b329':
Hide rand48 implementation details.
2014-06-11 18:37:20 +00:00
Elliott Hughes
f1771794af
am 228b33e9
: am bdcab25e
: Merge "Hide non-standard syslog API."
...
* commit '228b33e90c34a1392e77b4a9100210233a390ad0':
Hide non-standard syslog API.
2014-06-11 18:37:18 +00:00
Elliott Hughes
f2a131cf4e
am 97fbf8e7
: am 87d4233c
: Merge "Remove the MD5 implementation that was only used by toolbox."
...
* commit '97fbf8e746ca6e90f890a43d759a16901882c93a':
Remove the MD5 implementation that was only used by toolbox.
2014-06-11 18:18:51 +00:00
Dan Albert
cd32219c5b
Remove declarations related to cuserid(3).
...
cuserid(3) was removed from POSIX 2004, and we don't have an
implementation anyway.
Bug: 13935372
Change-Id: I7ac7cde931ba802d0d5b917c22f5116618b21d2f
2014-06-11 13:20:18 -07:00
Elliott Hughes
80664231b8
Merge "Revert "Temporarily expose dlmalloc_usable_size.""
2014-06-10 22:20:24 +00:00
Elliott Hughes
2c02d0057c
Merge "Add __pure2 to a few more functions, most notably gettid and pthread_self."
2014-06-10 22:15:14 +00:00
Elliott Hughes
b27a840f4b
Add __pure2 to a few more functions, most notably gettid and pthread_self.
...
Change-Id: I7eee9f26f45130038af09d8285782b07f70a996f
2014-06-11 16:32:10 -07:00
Dan Albert
440bd6bcc3
Merge "Replaces vfork() implementation with fork()"
2014-06-10 22:08:45 +00:00
Dan Albert
210331d976
Replaces vfork() implementation with fork()
...
vfork() was removed from POSIX 2008, so this replaces its implementation
with a call to fork().
Bug: 13935372
Change-Id: I6d99ac9e52a2efc5ee9bda1cab908774b830cedc
2014-06-10 21:38:52 -07:00
Elliott Hughes
809093bc21
Hide rand48 implementation details.
...
Bug: 11156955
Change-Id: I130272286989487dc22e246fb4ffbee5230225c4
2014-06-09 18:10:20 -07:00
Elliott Hughes
a382a792a4
Hide non-standard syslog API.
...
The definitions are still available on LP32 for binary compatibility, but
they're gone on LP64, and the declarations are gone everywhere.
We should probably just make syslog(3) log to the regular Android log,
but that's a job for another day.
Bug: 11156955
Change-Id: I74a98c92f7922ea733549ec6d37c6fa8b7014860
2014-06-09 17:42:14 -07:00
Elliott Hughes
87d4233c72
Merge "Remove the MD5 implementation that was only used by toolbox."
2014-06-09 23:29:21 +00:00
Elliott Hughes
67401638a9
Remove the MD5 implementation that was only used by toolbox.
...
I've already moved toolbox over to openssl.
Change-Id: Ia75fba5b5e3335a975b97787f653bf4df78e1b4e
2014-06-09 16:26:29 -07:00
Elliott Hughes
4e33504927
am 1dcb8471
: am 36ed5971
: Merge "AArch64: Remove Frame Record from ARM64 syscalls"
...
* commit '1dcb84712c2dad520eb49e283bff06ae47a6c1b1':
AArch64: Remove Frame Record from ARM64 syscalls
2014-06-09 19:39:21 +00:00
Serban Constantinescu
602b4e482c
AArch64: Remove Frame Record from ARM64 syscalls
...
This patch removes the frame record created on svc calls.
Change-Id: I67cf926ba59540e824fb9749d30538e332df7c1e
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
2014-06-09 11:36:37 -07:00
Elliott Hughes
47907ba49b
am 3b1e9bf3
: am e18c2714
: Merge "Add the missing issetugid binary compatibility stub."
...
* commit '3b1e9bf3e9bec519a75031dda231cdbfbac53005':
Add the missing issetugid binary compatibility stub.
2014-06-07 09:57:41 +00:00
Elliott Hughes
44ac8af8ed
am 20811f9e
: am 19718f0c
: Merge "Rewrite and hide longjmperror."
...
* commit '20811f9e87b86ba7171b9c9480a9212d787c732e':
Rewrite and hide longjmperror.
2014-06-07 03:56:27 +00:00
Elliott Hughes
bffbfeed7a
Add the missing issetugid binary compatibility stub.
...
Bug: 14569474
Change-Id: I3bedc1a0acf356af76424ceaf62ae7e85239f617
2014-06-06 20:41:42 -07:00
Elliott Hughes
19718f0cd6
Merge "Rewrite and hide longjmperror."
2014-06-07 03:35:28 +00:00
Christopher Ferris
28f321aa0f
am 1b8163f5
: am 1cada9b3
: Merge "Remove unused scripts."
...
* commit '1b8163f5e686bc2405731d529c684c06bae65f17':
Remove unused scripts.
2014-06-07 02:11:49 +00:00
Elliott Hughes
47ba295b06
Rewrite and hide longjmperror.
...
This shouldn't be public API, isn't supported on x86/x86_64, and it's
unlikely anyone would have actually seen the message before anyway.
Using __libc_fatal makes it much more likely to be seen.
Bug: 11156955
Change-Id: Icf7f654b22a7dacd89668b60c11e5705c7215c08
2014-06-06 16:49:39 -07:00
Elliott Hughes
53495dad3a
am afd4df20
: am 6fa47ca4
: Merge "Fix ndk_cruft.cpp __getdents64 build failure."
...
* commit 'afd4df20c99e52be84d1cac2108c18619f32b5f2':
Fix ndk_cruft.cpp __getdents64 build failure.
2014-06-06 22:45:50 +00:00
Elliott Hughes
12e98b459d
am 655dba09
: am 1c60f808
: Merge "Rename __bionic_clone_entry to __start_thread."
...
* commit '655dba09c72ceb5852dae296cef49cbad6b1053f':
Rename __bionic_clone_entry to __start_thread.
2014-06-06 22:45:50 +00:00