Elliott Hughes
42084a2653
Small logging cleanup.
...
Don't send the trailing NUL bytes to the logger, call strlen if we already
know the length, or cast more specifically than we need to.
Change-Id: I68c9388a22bddea49120a1022dda8db8991360c1
2015-02-02 12:24:46 -08:00
Elliott Hughes
6c1252decb
am 530aaecc: Merge "Explicitly check that the reason fortify tests abort is fortify."
...
* commit '530aaeccd875f708918f59cd5ff8b076c156adab':
Explicitly check that the reason fortify tests abort is fortify.
2015-02-02 19:32:44 +00:00
Elliott Hughes
530aaeccd8
Merge "Explicitly check that the reason fortify tests abort is fortify."
2015-02-02 19:25:58 +00:00
Elliott Hughes
d036e94bb3
Explicitly check that the reason fortify tests abort is fortify.
...
Change-Id: I95291e2febf7b497c1d9f37fd7fa9acdd21e86a4
2015-02-02 11:18:58 -08:00
Elliott Hughes
5f7819d6f1
am 7f0f30c6: Merge "Fix clang build."
...
* commit '7f0f30c6e20c1bf04bec05077eef2d779e7a32df':
Fix clang build.
2015-02-02 18:36:22 +00:00
Elliott Hughes
7f0f30c6e2
Merge "Fix clang build."
2015-02-02 18:23:28 +00:00
Elliott Hughes
30fbf5f44c
Fix clang build.
...
Change-Id: I863137b5d35602267b4ef3a74399cf394c9994d6
2015-02-02 10:21:39 -08:00
Neil Fuller
0a302e0174
am d514d9bb: Merge "Fixes to the update-tzdata.py tool"
...
* commit 'd514d9bbae354da72fcb43349f0157378e52004d':
Fixes to the update-tzdata.py tool
2015-02-02 17:57:22 +00:00
Elliott Hughes
20f2e4f7ad
am 5940f98a: Merge "Fortify poll and ppoll."
...
* commit '5940f98a35d64f9ca249536bb8cdcdbfe43e9bc3':
Fortify poll and ppoll.
2015-02-02 17:57:21 +00:00
Neil Fuller
d514d9bbae
Merge "Fixes to the update-tzdata.py tool"
2015-02-02 17:52:48 +00:00
Elliott Hughes
5940f98a35
Merge "Fortify poll and ppoll."
2015-02-02 17:51:50 +00:00
Neil Fuller
0662c3e5b3
Fixes to the update-tzdata.py tool
...
We build one too many times. Creating a missing directory
is sufficient.
The tz2icu needs some files in the CWD. Added symlinks.
Bug: 19230091
Change-Id: I58f9817af68b229f48139e56503f50a2b6dbb4fe
2015-02-02 17:42:41 +00:00
Elliott Hughes
4674e3899a
Fortify poll and ppoll.
...
And remove the test for FD_ZERO fortification, which never made much
sense anyway.
Change-Id: Id1009c5298d461fa4722189e8ecaf22f0c529536
2015-02-02 09:15:19 -08:00
Elliott Hughes
9843afd629
am ffbda83b: Merge "Add the fortify tests back into the glibc tests."
...
* commit 'ffbda83b302e3c3970135013d2bb92402e040fe5':
Add the fortify tests back into the glibc tests.
2015-02-02 06:01:10 +00:00
Elliott Hughes
ffbda83b30
Merge "Add the fortify tests back into the glibc tests."
2015-02-02 05:56:27 +00:00
Elliott Hughes
b6e3e800d2
Add the fortify tests back into the glibc tests.
...
Change-Id: I4426d0c7c1bfe3b0028a674f72d1c3b9d883d6af
2015-01-31 21:32:10 -08:00
Elliott Hughes
d2d63740b7
am 21cdd22f: Merge "Include <malloc.h> for struct mallinfo."
...
* commit '21cdd22f035efd50902b7780fc6ea53bd1684357':
Include <malloc.h> for struct mallinfo.
2015-01-31 06:21:34 +00:00
Elliott Hughes
fd10c019fa
am 09c33824: Merge "Break two incorrect transitive includes."
...
* commit '09c3382433ae94ada45780312a2a9fd082ad1478':
Break two incorrect transitive includes.
2015-01-31 06:21:33 +00:00
Elliott Hughes
21cdd22f03
Merge "Include <malloc.h> for struct mallinfo."
2015-01-31 04:37:11 +00:00
Elliott Hughes
cb0e70389e
Include <malloc.h> for struct mallinfo.
...
GCC doesn't seem to care, but clang does.
Change-Id: I9884820339a9e6f142862928c357f1a538184ae0
2015-01-30 20:33:31 -08:00
Elliott Hughes
09c3382433
Merge "Break two incorrect transitive includes."
2015-01-31 04:18:10 +00:00
Dan Albert
18dd2f3b91
am 94335cc8: Merge "Put back inline definitions if using an old API."
...
* commit '94335cc8e2f32638d9e38741ddabfd19a38e0840':
Put back inline definitions if using an old API.
2015-01-30 19:44:02 +00:00
Elliott Hughes
6cf2cf8bf2
am 542b94d9: Merge "Remove unused CONFIG_SECONDS."
...
* commit '542b94d9bf7eb3838b0582c02d7a1bf2e270af5a':
Remove unused CONFIG_SECONDS.
2015-01-30 19:44:01 +00:00
Dan Albert
94335cc8e2
Merge "Put back inline definitions if using an old API."
2015-01-30 17:18:49 +00:00
Elliott Hughes
542b94d9bf
Merge "Remove unused CONFIG_SECONDS."
2015-01-30 06:21:55 +00:00
Elliott Hughes
4dcfccff8d
Remove unused CONFIG_SECONDS.
...
Bug: https://code.google.com/p/android/issues/detail?id=65951
Change-Id: I8ae7057c68e16618de6dd06cf052426c6cad8a3d
2015-01-29 21:47:37 -08:00
Elliott Hughes
5038b19cef
Break two incorrect transitive includes.
...
Change-Id: I95519caa5258cf5c6b8053f1c7e08ade2a824e49
2015-01-29 20:12:13 -08:00
Dan Albert
466dbe4444
Put back inline definitions if using an old API.
...
All these inlines were turned in to out of line definitions in L.
This brings us a step closer to being able to just use the current
bionic headers for the NDK, rather than having many old versions of
them.
Change-Id: Ie010bc727d78d3742abc577c70f6578db2e68625
2015-01-29 17:30:40 -08:00
Dan Albert
c9af0e9a2d
am cd1959b0: Merge "Add primitive CPPLINT.cfg."
...
* commit 'cd1959b0c506cfa9e89ac7deb56bdb6461b28c3a':
Add primitive CPPLINT.cfg.
2015-01-29 21:59:51 +00:00
Dan Albert
cd1959b0c5
Merge "Add primitive CPPLINT.cfg."
2015-01-29 21:54:55 +00:00
Yabin Cui
508d5579cd
am 782aa39f: Merge "Rewrite __cxa_guard.cpp with <stdatomic.h>."
...
* commit '782aa39f704e3d597c0ec869ec1b9701bc90a5c9':
Rewrite __cxa_guard.cpp with <stdatomic.h>.
2015-01-29 20:29:23 +00:00
Yabin Cui
782aa39f70
Merge "Rewrite __cxa_guard.cpp with <stdatomic.h>."
2015-01-29 20:22:25 +00:00
Dan Albert
6ac4dd8ba9
Add primitive CPPLINT.cfg.
...
We'll add more things to this as we discover other warnings we don't
care about.
Change-Id: I408f688827cab0f74e055d8f1778069163663f0b
2015-01-29 11:41:59 -08:00
Yabin Cui
6a3ff01cd4
Rewrite __cxa_guard.cpp with <stdatomic.h>.
...
Bug: 19180923
Change-Id: If4912d01db43c72ef12f4b04270ddb5d76d09462
2015-01-29 11:19:15 -08:00
Elliott Hughes
e40b4eb35a
am 7f17aea2: Merge "Add missing includes."
...
* commit '7f17aea2fc21aaf657824a023a4b7582fb74a2d9':
Add missing includes.
2015-01-29 03:27:56 +00:00
Elliott Hughes
7f17aea2fc
Merge "Add missing includes."
2015-01-29 03:23:35 +00:00
Elliott Hughes
05fc1d7050
Add missing includes.
...
Change-Id: Ibf549266a19a67eb9158d341a69dddfb654be669
2015-01-28 19:23:11 -08:00
Yabin Cui
38dfc222ad
am 017da8bc: Merge "Add --gtest-filter as synonym for --gtest_filter in bionic gtest main."
...
* commit '017da8bc58ba07be92dd371020e9dc3fe26f481b':
Add --gtest-filter as synonym for --gtest_filter in bionic gtest main.
2015-01-29 02:33:59 +00:00
Yabin Cui
017da8bc58
Merge "Add --gtest-filter as synonym for --gtest_filter in bionic gtest main."
2015-01-29 02:30:25 +00:00
Christopher Ferris
2633dfa5f6
am 43606bc1: Merge "Only one crashing thread should contact debuggerd."
...
* commit '43606bc1ce974e4ba42d7d2c3682ad5182e6fc96':
Only one crashing thread should contact debuggerd.
2015-01-29 01:53:49 +00:00
Christopher Ferris
43606bc1ce
Merge "Only one crashing thread should contact debuggerd."
2015-01-29 01:49:21 +00:00
Elliott Hughes
8661b092fe
am a9c3d056: Merge "Modify MIPS64 stat structure to match a generic one in AOSP."
...
* commit 'a9c3d0569f3b9511af445457cd455a7bb967b60e':
Modify MIPS64 stat structure to match a generic one in AOSP.
2015-01-29 01:35:38 +00:00
Elliott Hughes
a9c3d0569f
Merge "Modify MIPS64 stat structure to match a generic one in AOSP."
2015-01-29 01:31:59 +00:00
Christopher Ferris
8ea53fa87e
Only one crashing thread should contact debuggerd.
...
If two or more threads crash at the same time, only let one talk to
debuggerd. It's possible for a race to occur that two threads send
data to debuggerd, the second one will cause errors in debuggerd since
the process will die once debuggerd lets the crashing pid start again.
Bug: 19183955
Change-Id: I17dfce46102117ab4a870f7381bd526488d37fb5
2015-01-28 16:20:26 -08:00
Raghu Gandham
86d2feef9f
Modify MIPS64 stat structure to match a generic one in AOSP.
...
The kernel version of the stat structure is used during the syscalls. After the syscall,
the kernel stat structure is converted to match the generic one. Eventually we would like
the generic stat structure and related syscalls be added to MIPS64 kernel, removing the
thunks added to AOSP.
Change-Id: I7764e80278c1cc8254754c3531ec2dda7544a8ec
2015-01-28 16:12:17 -08:00
Yabin Cui
11c4353cdd
Add --gtest-filter as synonym for --gtest_filter in bionic gtest main.
...
Bug: 19130480
Change-Id: I0d3df70ee8f692581cc4b9b742c5f347259fd0d2
2015-01-28 14:28:14 -08:00
Yabin Cui
3c95c88782
am 9e82c4be: Merge "Switch pthread_once_t to stdatomic.h."
...
* commit '9e82c4be359a4637f21988b66b6d25abbfb79ddb':
Switch pthread_once_t to stdatomic.h.
2015-01-28 21:20:54 +00:00
Yabin Cui
9e82c4be35
Merge "Switch pthread_once_t to stdatomic.h."
2015-01-28 21:16:05 +00:00
Dimitry Ivanov
18661cd888
am 3780aba6: Merge "Fix mips64 build. Replace explicit cast with static_cast"
...
* commit '3780aba6352affc7d2dcdad0737cb4254448fcae':
Fix mips64 build. Replace explicit cast with static_cast
2015-01-28 17:39:01 +00:00
Dimitry Ivanov
3780aba635
Merge "Fix mips64 build. Replace explicit cast with static_cast"
2015-01-28 17:34:51 +00:00