Elliott Hughes
374adfee47
Merge "Don't transitively include <limits.h> from <sys/user.h>."
2015-07-29 01:02:37 +00:00
Elliott Hughes
5390173ad4
Don't transitively include <limits.h> from <sys/user.h>.
...
Bug: http://b/22735893
Change-Id: I27d0a1f7e2d477b8038e76bfc7fe05dd7e187344
2015-07-28 17:44:32 -07:00
Elliott Hughes
1ff4094a7f
Merge "Remove PAGESIZE."
2015-07-29 00:09:20 +00:00
Elliott Hughes
cd6b01e214
am c8ba22c8: Merge "Move PAGE_MASK into <sys/user.h>."
...
* commit 'c8ba22c847bd5bfc97d29a4c565fd32993200a01':
Move PAGE_MASK into <sys/user.h>.
2015-07-29 00:01:51 +00:00
Elliott Hughes
820a86f2df
Remove PAGESIZE.
...
This was pretty much unused, and isn't in glibc.
Bug: http://b/22735893
Change-Id: If17f0dcd931c90ef1ccb134a3950c3b0011a03f4
2015-07-28 16:46:06 -07:00
Elliott Hughes
c8ba22c847
Merge "Move PAGE_MASK into <sys/user.h>."
2015-07-28 23:11:18 +00:00
Elliott Hughes
afab3ffcce
Move PAGE_MASK into <sys/user.h>.
...
I'm removing the TODO on the assumption that being compatible with glibc
is more useful than BSD. The new internal "bionic_page.h" header factors
out some duplication between libc and the linker.
Bug: http://b/22735893
Change-Id: I4aec4dcba5886fb6f6b9290a8f85660643261321
2015-07-28 14:58:37 -07:00
Mark Salyzyn
6f0c9b4827
am 1923d4c0: Merge "deprecate TARGET_USES_LOGD"
...
* commit '1923d4c03a68c89f304b601545f5e8db026b9be0':
deprecate TARGET_USES_LOGD
2015-07-28 19:51:17 +00:00
Mark Salyzyn
1923d4c03a
Merge "deprecate TARGET_USES_LOGD"
2015-07-28 17:48:08 +00:00
Mark Salyzyn
667dc75ee1
deprecate TARGET_USES_LOGD
...
This is not the kernel logger you are looking for
Bug: 22787659
Change-Id: I340d8bb5cdaa73be9565521681ee238b7033934b
2015-07-28 08:51:17 -07:00
Elliott Hughes
26ac060046
am 4955cde2: Merge "Add a regression test for a fixed strnlen bug."
...
* commit '4955cde2c55d4860f12039a96d14fc756b1308a3':
Add a regression test for a fixed strnlen bug.
2015-07-28 15:27:25 +00:00
Elliott Hughes
4955cde2c5
Merge "Add a regression test for a fixed strnlen bug."
2015-07-28 14:55:50 +00:00
Elliott Hughes
d2a9fb3267
Add a regression test for a fixed strnlen bug.
...
Bug: https://code.google.com/p/android/issues/detail?id=74741
Change-Id: I78b0114bdbe8e680b0e938af608a634e73c86eda
2015-07-27 20:55:03 -07:00
Chih-hung Hsieh
d3d40b1531
am cebef1a7: Merge "Add one simple thread local storage test."
...
* commit 'cebef1a7812fe3552f12dd7e885a1f879a9946ed':
Add one simple thread local storage test.
2015-07-28 02:02:20 +00:00
Chih-hung Hsieh
cebef1a781
Merge "Add one simple thread local storage test."
2015-07-28 01:33:01 +00:00
Chih-Hung Hsieh
7656d0cec0
Add one simple thread local storage test.
...
This test should pass with gcc and fail with clang,
until clang/llvm supports emutls or Android linker supports
ELF TLS models.
BUG: 21082792
Change-Id: Id8c97da52c68ec230c7d26af703f6ed32d53a4fe
2015-07-27 17:20:19 -07:00
Christopher Ferris
4f4dd3caae
am e8ceb95c: Merge "Remove pushes from memsets (krait/cortex-a9)."
...
* commit 'e8ceb95c680eacc3b5d16644a48a28b45f421e2f':
Remove pushes from memsets (krait/cortex-a9).
2015-07-27 23:33:21 +00:00
Yabin Cui
98fc81cf5e
am 8af32633: Merge "add fortified implementations of fread/fwrite"
...
* commit '8af32633498184e58e6f8d5d75b9f9cdbef5b6be':
add fortified implementations of fread/fwrite
2015-07-27 23:14:45 +00:00
Christopher Ferris
e8ceb95c68
Merge "Remove pushes from memsets (krait/cortex-a9)."
2015-07-27 23:09:32 +00:00
Yabin Cui
8af3263349
Merge "add fortified implementations of fread/fwrite"
2015-07-27 22:46:29 +00:00
Dmitriy Ivanov
e6464678b3
am de0fb393: Restore protection flags for ifunc during relocs.
...
* commit 'de0fb393ae8136a5958fe17eee0c6285e2f7f91a':
Restore protection flags for ifunc during relocs.
2015-07-27 22:23:32 +00:00
Elliott Hughes
291c314005
am f16c6e17: Merge "Restore protection flags for ifunc during relocs."
...
* commit 'f16c6e17b22c278320d0e662d1f1e1213f8fbc71':
Restore protection flags for ifunc during relocs.
2015-07-27 22:02:23 +00:00
Elliott Hughes
f16c6e17b2
Merge "Restore protection flags for ifunc during relocs."
2015-07-27 21:34:53 +00:00
Christopher Ferris
8264cbba7e
Remove pushes from memsets (krait/cortex-a9).
...
On the path that only uses r0 in both the krait and cortex-a9
memset, remove the push and use r3 instead.
In addition, for cortex-a9, remove the artificial function since
it's not needed since dwarf unwinding is now supported on arm.
Change-Id: Ia4ed1cc435b03627a7193215e76c8ea3335f949a
2015-07-27 14:07:37 -07:00
Elliott Hughes
9816016893
am bff19682: Merge "name the atexit handler pages"
...
* commit 'bff196822230b5a8b1f5bafeed88ded821d390a9':
name the atexit handler pages
2015-07-27 18:50:47 +00:00
Elliott Hughes
bff1968222
Merge "name the atexit handler pages"
2015-07-27 18:06:35 +00:00
Daniel Micay
f0a73476a1
name the atexit handler pages
...
Change-Id: I1718ddee7415a673b5818bc1455b8d90f1e8f9c6
2015-07-27 11:04:58 -07:00
Dmitriy Ivanov
ec83a61c8b
Restore protection flags for ifunc during relocs.
...
IFUNC relocations require executable flag for the load
segment containing .text. When dso has text relocs linker
removes exec which causes crash during ifunc relocations.
This patch fixes this problem by restoring segments protection
for ifunc relocs.
Bug: http://b/22611399
Change-Id: Icbf3be0fec0e42bf805bcad7533e2032a2e11b9c
(cherry picked from commit de0fb393ae8136a5958fe17eee0c6285e2f7f91a)
2015-07-26 08:23:01 -07:00
Dmitriy Ivanov
de0fb393ae
Restore protection flags for ifunc during relocs.
...
IFUNC relocations require executable flag for the load
segment containing .text. When dso has text relocs linker
removes exec which causes crash during ifunc relocations.
This patch fixes this problem by restoring segments protection
for ifunc relocs.
Bug: http://b/22611399
Change-Id: Icbf3be0fec0e42bf805bcad7533e2032a2e11b9c
2015-07-26 07:37:09 -07:00
Elliott Hughes
e9f23862fe
am adc5795f: Merge "Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE)."
...
* commit 'adc5795fb7b674e6d40d1f190c675607c1379343':
Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE).
2015-07-25 18:56:53 +00:00
Elliott Hughes
adc5795fb7
Merge "Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE)."
2015-07-25 18:32:46 +00:00
Elliott Hughes
189394b885
Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE).
...
Bug: http://b/18342333
Change-Id: Id12ed4e85a0f35d7d27202f7792df42a65a74b4e
2015-07-24 23:22:07 -07:00
Yabin Cui
22091a09ae
am b8320b80: Don\'t abort when failed to write tracing message.
...
* commit 'b8320b8021856ae61b3012b82c2ae96df97e3ec4':
Don't abort when failed to write tracing message.
2015-07-24 04:16:39 +00:00
Christopher Ferris
beebbff0a0
am a3a61983: Merge "Make all labels local."
...
* commit 'a3a619835d302f5414883e2307ca48406b15a4a5':
Make all labels local.
2015-07-24 01:17:09 +00:00
Christopher Ferris
a3a619835d
Merge "Make all labels local."
2015-07-24 00:47:06 +00:00
Daniel Micay
fed2659869
add fortified implementations of fread/fwrite
...
A __size_mul_overflow utility is used to take advantage of the checked
overflow intrinsics in Clang and GCC (>= 5). The fallback for older
compilers is the optimized but less than ideal overflow checking pattern
used in OpenBSD.
Change-Id: Ibb0d4fd9b5acb67983e6a9f46844c2fd444f7e69
2015-07-23 18:55:46 -04:00
Dan Albert
c9d373e2d9
am 7e52dbe4: Merge "Revert "Stop libc from cross-referencing unwind symbols"" into mnc-dev
...
* commit '7e52dbe4d24daf61a8bd4bbbd0761c55468c3c7e':
Revert "Stop libc from cross-referencing unwind symbols"
2015-07-23 21:50:48 +00:00
Yabin Cui
b8320b8021
Don't abort when failed to write tracing message.
...
Also make the code thread-safe with lock.
Bug: 20666100
Change-Id: I0f331a617b75280f36179c187418450230d713ef
(cherry picked from commit 166112531558a1d4ea179c29147f27db7045db22)
2015-07-23 12:24:42 -07:00
Christopher Ferris
795a8e3d69
Make all labels local.
...
Change the non-local labels to .L labels.
Change-Id: I720e894f2e311af8f4a0970303d8b86575fb69a5
2015-07-23 12:12:55 -07:00
Yabin Cui
bb65e61f6b
am 9e1c862c: Merge "Don\'t abort when failed to write tracing message."
...
* commit '9e1c862cb649f054aaa1c2141409387bf3d5f3eb':
Don't abort when failed to write tracing message.
2015-07-23 19:10:22 +00:00
Yabin Cui
9e1c862cb6
Merge "Don't abort when failed to write tracing message."
2015-07-23 17:20:30 +00:00
Yabin Cui
1661125315
Don't abort when failed to write tracing message.
...
Also make the code thread-safe with lock.
Bug: 20666100
Change-Id: I0f331a617b75280f36179c187418450230d713ef
2015-07-22 18:24:53 -07:00
Yabin Cui
758bc0a806
am 2565492d: Merge "Add getgrgid_r/getgrnam_r."
...
* commit '2565492db0d67b95348cd1c3026ed338ca59aa37':
Add getgrgid_r/getgrnam_r.
2015-07-22 03:44:16 +00:00
Yabin Cui
2565492db0
Merge "Add getgrgid_r/getgrnam_r."
2015-07-22 03:22:26 +00:00
Yabin Cui
c4786d366b
Add getgrgid_r/getgrnam_r.
...
Bug: 22568551
Change-Id: I3c0772d119d6041063c6be53f5bcc5ea1768f0d5
2015-07-21 19:33:34 -07:00
Elliott Hughes
cf3d602b28
am 3b49d61a: Merge "libc: arch-x86: implement kernel vdso time functions"
...
* commit '3b49d61ac2f7a02d5e7f25a24836b060f922f079':
libc: arch-x86: implement kernel vdso time functions
2015-07-22 02:12:02 +00:00
Elliott Hughes
3b49d61ac2
Merge "libc: arch-x86: implement kernel vdso time functions"
2015-07-22 01:51:00 +00:00
Robert Jarzmik
10726d52ac
libc: arch-x86: implement kernel vdso time functions
...
This patch give the possibility of time vdso support on 32bit kernel.
If the 32bit x86 kernel provides gettimeofday() and clock_gettime()
primitives in vdso. In this case make bionic use them. If the kernel
doesn't provide them, fallback to the legacy system call versions.
Change-Id: I87b772a9486fa356903e1f98f486ab9eb0b6f6f7
Signed-off-by: Robert Jarzmik <robert.jarzmik@intel.com>
Signed-off-by: Mingwei Shi <mingwei.shi@intel.com>
2015-07-22 01:31:38 +00:00
Dan Albert
7e52dbe4d2
Merge "Revert "Stop libc from cross-referencing unwind symbols"" into mnc-dev
2015-07-21 23:09:35 +00:00
Ying Wang
788e7c9937
am e39b279b: Merge "We don\'t have CXX_BARE any more" into mnc-dev
...
* commit 'e39b279bb4971d0c3322214ea977275f1bc58c0b':
We don't have CXX_BARE any more
2015-07-21 21:50:27 +00:00