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
9b96dd6b17
am d2d63740
: am 21cdd22f
: Merge "Include <malloc.h> for struct mallinfo."
...
* commit 'd2d63740b78459a414e293efdb16e7a9ac089d5c':
Include <malloc.h> for struct mallinfo.
2015-01-31 07:49:25 +00:00
Elliott Hughes
a26423f22c
am fd10c019
: am 09c33824
: Merge "Break two incorrect transitive includes."
...
* commit 'fd10c019fab50c06f391b6a765b0904ce477d3b7':
Break two incorrect transitive includes.
2015-01-31 07:49:24 +00: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
3c68e1946a
am 18dd2f3b
: am 94335cc8
: Merge "Put back inline definitions if using an old API."
...
* commit '18dd2f3b918af8233dc63ad6efa780a26c8ae79c':
Put back inline definitions if using an old API.
2015-01-30 21:16:35 +00:00
Elliott Hughes
0772f933a4
am 6cf2cf8b
: am 542b94d9
: Merge "Remove unused CONFIG_SECONDS."
...
* commit '6cf2cf8bf26b99b7318791c75cbccfd95893b04e':
Remove unused CONFIG_SECONDS.
2015-01-30 21:16:34 +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
36aad393db
am c9af0e9a
: am cd1959b0
: Merge "Add primitive CPPLINT.cfg."
...
* commit 'c9af0e9a2d215b60a128643b6bdddd671e33864b':
Add primitive CPPLINT.cfg.
2015-01-29 22:06:28 +00: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
f63ae0553e
am 508d5579
: am 782aa39f
: Merge "Rewrite __cxa_guard.cpp with <stdatomic.h>."
...
* commit '508d5579cd0d3723662755ab418ac3085e9f30cd':
Rewrite __cxa_guard.cpp with <stdatomic.h>.
2015-01-29 20:35:44 +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
dbfcf000c0
am e40b4eb3
: am 7f17aea2
: Merge "Add missing includes."
...
* commit 'e40b4eb35a6f8ae5c286f53abb920b452b7b6792':
Add missing includes.
2015-01-29 03:33:42 +00: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
5d7fb6f054
am 38dfc222
: am 017da8bc
: Merge "Add --gtest-filter as synonym for --gtest_filter in bionic gtest main."
...
* commit '38dfc222adb557b95e3fe7d606d3532de56c998a':
Add --gtest-filter as synonym for --gtest_filter in bionic gtest main.
2015-01-29 02:40:24 +00: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
1d72a38dbb
am 2633dfa5
: am 43606bc1
: Merge "Only one crashing thread should contact debuggerd."
...
* commit '2633dfa5f6f453dc56b1a08917dd6f51b619681c':
Only one crashing thread should contact debuggerd.
2015-01-29 02:01:05 +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
4f2e2a9d70
am 8661b092
: am a9c3d056
: Merge "Modify MIPS64 stat structure to match a generic one in AOSP."
...
* commit '8661b092fe24c6b56426e07c6f02f5d83daae172':
Modify MIPS64 stat structure to match a generic one in AOSP.
2015-01-29 01:42:06 +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
c6438cd4b0
am 3c95c887
: am 9e82c4be
: Merge "Switch pthread_once_t to stdatomic.h."
...
* commit '3c95c887820018cff06039e1dc35afe585e661c1':
Switch pthread_once_t to stdatomic.h.
2015-01-28 21:27:32 +00: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
c6c624fc37
am 18661cd8
: am 3780aba6
: Merge "Fix mips64 build. Replace explicit cast with static_cast"
...
* commit '18661cd8881dfce34306242011198128867777bb':
Fix mips64 build. Replace explicit cast with static_cast
2015-01-28 17:42:47 +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
Nikola Veljkovic
db3078d97b
Fix mips64 build. Replace explicit cast with static_cast
...
Change-Id: Ib08fbe8bb832884a3eb33904fe4d490759116cb2
2015-01-28 16:19:18 +01:00
Yabin Cui
80e6d6d825
Switch pthread_once_t to stdatomic.h.
...
Bug: 17574610
Change-Id: I653f2aa4b5b38dbdaffe4a6c3deccfe6ad3b0e74
2015-01-27 19:49:12 -08:00