OSDN Git Service

android-x86/bionic.git
9 years agoMerge "Reimplement clock(3) using clock_gettime(3)"
Elliott Hughes [Sat, 4 Oct 2014 01:57:42 +0000 (01:57 +0000)]
Merge "Reimplement clock(3) using clock_gettime(3)"

9 years agoReimplement clock(3) using clock_gettime(3)
Alex Van Brunt [Fri, 26 Sep 2014 20:32:47 +0000 (13:32 -0700)]
Reimplement clock(3) using clock_gettime(3)

Unlike times(), clock_gettime() is implemented as a vDSO on many architectures.
So, using clock_gettime() will return a more accurate time and do so with less
overhead because it does have the overhead of calling into the kernel.

It is also significantly more accurate because it measures the actual time in
nanoseconds rather than the number of ticks (typically 1 millisecond or more).

Bug: 17814435
Change-Id: Id4945d9f387330518f78669809639952e9227ed9

9 years agoMerge "Add RTLD_NODELETE flag support"
Dmitriy Ivanov [Thu, 2 Oct 2014 21:47:29 +0000 (21:47 +0000)]
Merge "Add RTLD_NODELETE flag support"

9 years agoMerge "Make memory_order_acquire visible in global namespace"
Hans Boehm [Wed, 1 Oct 2014 19:16:49 +0000 (19:16 +0000)]
Merge "Make memory_order_acquire visible in global namespace"

9 years agoMerge "Add stpcpy assembler version."
Christopher Ferris [Wed, 1 Oct 2014 18:16:14 +0000 (18:16 +0000)]
Merge "Add stpcpy assembler version."

9 years agoAdd RTLD_NODELETE flag support
Dmitriy Ivanov [Mon, 19 May 2014 22:06:58 +0000 (15:06 -0700)]
Add RTLD_NODELETE flag support

Bug: https://code.google.com/p/android/issues/detail?id=64069
Change-Id: Ie5f90482feae86391172be4b32d6cb7d76f446fb

9 years agoMerge "Update bionic to tzdata 2014h."
Elliott Hughes [Wed, 1 Oct 2014 17:20:33 +0000 (17:20 +0000)]
Merge "Update bionic to tzdata 2014h."

9 years agoMerge "Fix update-tzdata.py to rebuild icu4c .dat file."
Elliott Hughes [Wed, 1 Oct 2014 17:00:23 +0000 (17:00 +0000)]
Merge "Fix update-tzdata.py to rebuild icu4c .dat file."

9 years agoAdd stpcpy assembler version.
Christopher Ferris [Tue, 30 Sep 2014 18:53:13 +0000 (11:53 -0700)]
Add stpcpy assembler version.

For generic, continue to use the C version of the code.

Bug: 13746695
Change-Id: I77426a70b06131f2373bb51265bea1240bb3f101

9 years agoMake memory_order_acquire visible in global namespace
Hans Boehm [Wed, 1 Oct 2014 01:31:04 +0000 (18:31 -0700)]
Make memory_order_acquire visible in global namespace

We were missing that using directive when including <atomic>.

Bug:17736764
Change-Id: Ie8ca92a952749415567bcd5fa21d56629a364660

9 years agoMerge "Add coverage flag for libm."
Dan Albert [Wed, 1 Oct 2014 01:28:24 +0000 (01:28 +0000)]
Merge "Add coverage flag for libm."

9 years agoUpdate bionic to tzdata 2014h.
Elliott Hughes [Wed, 1 Oct 2014 00:35:38 +0000 (17:35 -0700)]
Update bionic to tzdata 2014h.

From the release notes:

  Changes affecting past time stamps

    America/Jamaica's 1974 spring-forward transition was Jan. 6, not Apr. 28.

    Shanks says Asia/Novokuznetsk switched from LMT (not "NMT") on 1924-05-01,
    not 1920-01-06.  The old entry was based on a misinterpretation of Shanks.

    Some more zones have been turned into links, when they differed
    from existing zones only for older time stamps.  As usual,
    these changes affect UTC offsets in pre-1970 time stamps only.
    Their old contents have been moved to the 'backzone' file.
    The affected zones are: Africa/Blantyre, Africa/Bujumbura,
    Africa/Gaborone, Africa/Harare, Africa/Kigali, Africa/Lubumbashi,
    Africa/Lusaka, Africa/Maseru, and Africa/Mbabane.

Bug: 17731498
Change-Id: If65b740d4e3a67075cca770655a1df17952c3da0

9 years agoFix update-tzdata.py to rebuild icu4c .dat file.
Elliott Hughes [Wed, 1 Oct 2014 00:30:01 +0000 (17:30 -0700)]
Fix update-tzdata.py to rebuild icu4c .dat file.

Bug: 17731498
Change-Id: I4c810507c0ca9883dde1bece14530db80485b8f6

9 years agoAdd coverage flag for libm.
Dan Albert [Tue, 30 Sep 2014 23:56:43 +0000 (16:56 -0700)]
Add coverage flag for libm.

Change-Id: I195d38c5e1f50d1cc6d4353dc8857f11b803b7a3

9 years agoMerge "Update our FreeBSD realpath(3) to upstream head."
Elliott Hughes [Tue, 30 Sep 2014 23:55:57 +0000 (23:55 +0000)]
Merge "Update our FreeBSD realpath(3) to upstream head."

9 years agoMerge "Fix mips build"
Dmitriy Ivanov [Tue, 30 Sep 2014 23:42:24 +0000 (23:42 +0000)]
Merge "Fix mips build"

9 years agoMerge "Clean up the pthread key tests."
Dan Albert [Tue, 30 Sep 2014 23:41:06 +0000 (23:41 +0000)]
Merge "Clean up the pthread key tests."

9 years agoUpdate our FreeBSD realpath(3) to upstream head.
Elliott Hughes [Tue, 30 Sep 2014 23:15:42 +0000 (16:15 -0700)]
Update our FreeBSD realpath(3) to upstream head.

Change-Id: I8c89728184ecd2c1a28a05cefa84a5037d28b552

9 years agoFix mips build
Dmitriy Ivanov [Tue, 30 Sep 2014 23:30:22 +0000 (16:30 -0700)]
Fix mips build

Change-Id: I4454e69a982f239b168678c5a681d1078b4bd4f1

9 years agoClean up the pthread key tests.
Dan Albert [Tue, 30 Sep 2014 18:48:24 +0000 (11:48 -0700)]
Clean up the pthread key tests.

The previous pthread_key_create_many test was really
pthread_key_create_all, which has proven very difficult to test
correctly (because it is affected by any other parts of the system using
pthread keys, and that can vary with test ordering). It also tested
expected values of PTHREAD_KEYS_MAX and the associated sysconf() value,
rather than those being in their own test.

Instead, split this test into a few distinct tests:

 * pthread.pthread_keys_max
 * pthread._SC_THREAD_KEYS_MAX_big_enough_for_POSIX
 * pthread.pthread_key_many_distinct
     * We actually didn't have a test to ensure that the keys we were
       creating were distinct.
 * pthread.pthread_key_EAGAIN
     * Make sure pthread_key_create() will _eventually_ fail with
       EAGAIN, not at a (sometimes incorrectly) predetermined maximum.

Change-Id: Iff1e4fdcc02404094bde0418122c64c227cf1702

9 years agoMerge "Fix unused DT entry warnings."
Dmitriy Ivanov [Tue, 30 Sep 2014 22:14:32 +0000 (22:14 +0000)]
Merge "Fix unused DT entry warnings."

9 years agoFix unused DT entry warnings.
Dmitriy Ivanov [Tue, 30 Sep 2014 02:14:45 +0000 (19:14 -0700)]
Fix unused DT entry warnings.

 DT_STRSZ Implement strtab boundary checks
 DT_FLAGS_1 Warn if flags other than DF_1_NOW|DF_1_GLOBAL are set

Bug: 17552334
Change-Id: Iaad29cd52f5b2d7d2f785fb351697906dc1617d9

9 years agoMerge "Switch benchmarks and tests to libc++."
Dan Albert [Tue, 30 Sep 2014 17:30:57 +0000 (17:30 +0000)]
Merge "Switch benchmarks and tests to libc++."

9 years agoMerge "Ignore multiple symbol definition errors."
Dan Albert [Tue, 30 Sep 2014 17:30:52 +0000 (17:30 +0000)]
Merge "Ignore multiple symbol definition errors."

9 years agoSwitch benchmarks and tests to libc++.
Dan Albert [Fri, 26 Sep 2014 22:37:52 +0000 (15:37 -0700)]
Switch benchmarks and tests to libc++.

Change-Id: I3b9c8f8c14a1e227e67ae1977cc29b0e8fccef5d

9 years agoIgnore multiple symbol definition errors.
Dan Albert [Mon, 29 Sep 2014 22:16:46 +0000 (15:16 -0700)]
Ignore multiple symbol definition errors.

libc and libc++ both define std::nothrow. libc's is a private symbol,
but this still causes issues when linking libc.a and libc++.a, since
private isn't effective until it has been linked. To fix this, just
allow multiple symbol definitions for the static tests.

Change-Id: Idbf19fefda47298c39360e3f5b6242b0b1a52fcc

9 years agoMerge "Return has_DT_SYMBOLIC flag."
Dmitriy Ivanov [Tue, 30 Sep 2014 16:40:25 +0000 (16:40 +0000)]
Merge "Return has_DT_SYMBOLIC flag."

9 years agoMerge "Remove arch-mips64/bionic/__get_sp.S"
Andrew Hsieh [Tue, 30 Sep 2014 00:01:01 +0000 (00:01 +0000)]
Merge "Remove arch-mips64/bionic/__get_sp.S"

9 years agoRemove arch-mips64/bionic/__get_sp.S
Andrew Hsieh [Mon, 29 Sep 2014 23:54:38 +0000 (07:54 +0800)]
Remove arch-mips64/bionic/__get_sp.S

__get_sp.S doesn't exist

Change-Id: Id84f8904c8022c683263a317a18fabeb50fed992

9 years agoMerge "Cleanup arm assembly."
Christopher Ferris [Mon, 29 Sep 2014 23:12:39 +0000 (23:12 +0000)]
Merge "Cleanup arm assembly."

9 years agoCleanup arm assembly.
Christopher Ferris [Mon, 29 Sep 2014 22:34:20 +0000 (15:34 -0700)]
Cleanup arm assembly.

Remove the old arm directives.
Change the non-local labels to .L labels.
Add cfi directives to strcpy.S.

Change-Id: I9bafee1ffe5d85c92d07cfa8a85338cef9759562

9 years agoReturn has_DT_SYMBOLIC flag.
Dmitriy Ivanov [Mon, 29 Sep 2014 19:10:36 +0000 (12:10 -0700)]
Return has_DT_SYMBOLIC flag.

This reverts commit 8f61d991831f0ea515fa50a5c38dbbcfbab0dd28

 Despite the fact that static linker does all the work while linking
 -Bsymbolic executables, according to the SCO doc following DT_SYMBOLIC
 and DF_SYMBOLIC flags is still a requirement for the dynamic linker
 as well.

 (see http://www.sco.com/developers/gabi/2012-12-31/ch5.dynamic.html)

Change-Id: I23f6a5e9b662e40cdbc462b64feff912431e800c

9 years agoMerge "Static libc++ is being renamed libc++_static."
Dan Albert [Mon, 29 Sep 2014 16:08:35 +0000 (16:08 +0000)]
Merge "Static libc++ is being renamed libc++_static."

9 years agoStatic libc++ is being renamed libc++_static.
Dan Albert [Sat, 27 Sep 2014 16:22:07 +0000 (09:22 -0700)]
Static libc++ is being renamed libc++_static.

Change-Id: I1596110e4ed7e8f9ab9e2605dfcd9fd0489ca0d1

9 years agoMerge "Make __aeabi_*() symbols weak."
Dan Albert [Sat, 27 Sep 2014 00:19:14 +0000 (00:19 +0000)]
Merge "Make __aeabi_*() symbols weak."

9 years agoMerge "Add a dummy libdl.a."
Dan Albert [Sat, 27 Sep 2014 00:19:05 +0000 (00:19 +0000)]
Merge "Add a dummy libdl.a."

9 years agoMerge "Fix gdb could not get shared library list issue"
Elliott Hughes [Fri, 26 Sep 2014 23:00:59 +0000 (23:00 +0000)]
Merge "Fix gdb could not get shared library list issue"

9 years agoFix gdb could not get shared library list issue
Ningsheng Jian [Tue, 16 Sep 2014 07:22:10 +0000 (15:22 +0800)]
Fix gdb could not get shared library list issue

Get dynamic flags from phdr table's correct entry rather the first
entry, so that the following DT_DEBUG entry can be set.

Also fix the undefined reference to LoadTask::deleter issue under gcc
-O0 option.

Bug: 17524778
Change-Id: I9c679af197b034761fb739d6c980e628ff2ab84c

9 years agoMake __aeabi_*() symbols weak.
Dan Albert [Fri, 26 Sep 2014 22:36:14 +0000 (15:36 -0700)]
Make __aeabi_*() symbols weak.

This is needed to avoid multiple symbol definitions when linking with
libstdc++ or with compiler-rt.

Change-Id: I2f713bcff113222f0d2538e49691e715d8a8475d

9 years agoAdd a dummy libdl.a.
Dan Albert [Fri, 26 Sep 2014 22:23:07 +0000 (15:23 -0700)]
Add a dummy libdl.a.

Change-Id: I4b30b8875f14352bae2948ab8cf544ae818795ab

9 years agoMerge "Add __memcpy_chk assembly for 64 bit."
Christopher Ferris [Fri, 26 Sep 2014 20:39:21 +0000 (20:39 +0000)]
Merge "Add __memcpy_chk assembly for 64 bit."

9 years agoAdd __memcpy_chk assembly for 64 bit.
Christopher Ferris [Thu, 25 Sep 2014 00:05:20 +0000 (17:05 -0700)]
Add __memcpy_chk assembly for 64 bit.

Bug: 17623887
Change-Id: I443723bc941b40f84884b330d222baabee01f868

9 years agoMerge "Prevent benchmarks from being optimized away."
Dan Albert [Thu, 25 Sep 2014 22:52:53 +0000 (22:52 +0000)]
Merge "Prevent benchmarks from being optimized away."

9 years agoPrevent benchmarks from being optimized away.
Dan Albert [Thu, 25 Sep 2014 22:43:48 +0000 (15:43 -0700)]
Prevent benchmarks from being optimized away.

Change-Id: I2d27b39ecdfc50e78098314567c295a2f113f8d3

9 years agoMerge "Re-expose more stdio implementation details for LP32."
Elliott Hughes [Thu, 25 Sep 2014 03:08:23 +0000 (03:08 +0000)]
Merge "Re-expose more stdio implementation details for LP32."

9 years agoRe-expose more stdio implementation details for LP32.
Elliott Hughes [Thu, 25 Sep 2014 00:20:53 +0000 (17:20 -0700)]
Re-expose more stdio implementation details for LP32.

Keeps a variety of apps running.

(cherry-pick of 5def2f5aecd968e4022b0afbe4441fa7ba3e7c7e.)

Bug: 17047819
Change-Id: I55882ec95f2b59a5df76e5a89c23aa315609e01d

9 years agoMerge "Fix sys_stat.mkfifo when not run as root."
Christopher Ferris [Wed, 24 Sep 2014 23:56:06 +0000 (23:56 +0000)]
Merge "Fix sys_stat.mkfifo when not run as root."

9 years agoFix sys_stat.mkfifo when not run as root.
Christopher Ferris [Wed, 24 Sep 2014 23:01:18 +0000 (16:01 -0700)]
Fix sys_stat.mkfifo when not run as root.

It's not allowed for a shell user to create a fifo in /data/local/tmp.
Make the test do nothing if not run as root.

Bug: 17646702

(cherry picked from commit 6c69afdb6ddd56e011b59e3060f12a5bdffb5f5c)

Change-Id: Ia3a862ed4586413b7bb393557ab57e0a7141d888

9 years agoMerge "Switch to OpenBSD fopen/fclose."
Elliott Hughes [Wed, 24 Sep 2014 20:24:47 +0000 (20:24 +0000)]
Merge "Switch to OpenBSD fopen/fclose."

9 years agoMerge "Sync with current upstream getopt_long.c."
Elliott Hughes [Wed, 24 Sep 2014 20:24:19 +0000 (20:24 +0000)]
Merge "Sync with current upstream getopt_long.c."

9 years agoSync with current upstream getopt_long.c.
Elliott Hughes [Wed, 24 Sep 2014 19:39:34 +0000 (12:39 -0700)]
Sync with current upstream getopt_long.c.

Change-Id: I269195aa581a688fd3eb99552d506b8f5f6a8395

9 years agoSwitch to OpenBSD fopen/fclose.
Elliott Hughes [Wed, 24 Sep 2014 18:14:36 +0000 (11:14 -0700)]
Switch to OpenBSD fopen/fclose.

This means all our stdio implementation is now the OpenBSD implementation.
The only thing we lose is the STDIO_THREAD_LOCK calls but they were no-ops
anyway.

We should probably talk to upstream about this. Either fix the locking or,
preferably, encourage them to move away from this pooling (especially since
there's no eviction policy).

Bug: 17154680
Change-Id: Ie2523e444a7d0965b8d141d57e3e11f6432d5b9a

9 years agoMerge "Sync with upstream findfp.c."
Elliott Hughes [Wed, 24 Sep 2014 17:48:58 +0000 (17:48 +0000)]
Merge "Sync with upstream findfp.c."

9 years agoSync with upstream findfp.c.
Elliott Hughes [Wed, 24 Sep 2014 17:27:09 +0000 (10:27 -0700)]
Sync with upstream findfp.c.

Change-Id: Ib298f46de0c4d0fd4ce0a9b456c163e8b8b06342

9 years agoMerge "Coverage configs for bionic."
Dan Albert [Wed, 24 Sep 2014 17:28:04 +0000 (17:28 +0000)]
Merge "Coverage configs for bionic."

9 years agoMerge "Add a dummy atexit(3) to the linker."
Dan Albert [Wed, 24 Sep 2014 17:27:37 +0000 (17:27 +0000)]
Merge "Add a dummy atexit(3) to the linker."

9 years agoCoverage configs for bionic.
Dan Albert [Tue, 23 Sep 2014 17:44:01 +0000 (10:44 -0700)]
Coverage configs for bionic.

Bug: 17553780
Change-Id: Iee7d0c210e2379e71e0c1e4e7058bce23f61e8cd

9 years agoAdd a dummy atexit(3) to the linker.
Dan Albert [Tue, 23 Sep 2014 17:49:21 +0000 (10:49 -0700)]
Add a dummy atexit(3) to the linker.

This is needed when building the linker against a libc that was built
with coverage information.

Bug: 17553780
Change-Id: If131002e067dd7768fc657c30e62c42a45c05ace

9 years agoMerge "Fix incorrect parameter types for locale funcs."
Dan Albert [Wed, 24 Sep 2014 16:00:06 +0000 (16:00 +0000)]
Merge "Fix incorrect parameter types for locale funcs."

9 years agoMerge "Switch to OpenBSD flags.c."
Elliott Hughes [Wed, 24 Sep 2014 04:50:44 +0000 (04:50 +0000)]
Merge "Switch to OpenBSD flags.c."

9 years agoMerge "Remove the unnecessary generic-neon code."
Christopher Ferris [Wed, 24 Sep 2014 04:01:23 +0000 (04:01 +0000)]
Merge "Remove the unnecessary generic-neon code."

9 years agoSwitch to OpenBSD flags.c.
Elliott Hughes [Wed, 24 Sep 2014 03:02:42 +0000 (20:02 -0700)]
Switch to OpenBSD flags.c.

Change-Id: I0a35e5bd9f8edba27e0c73e5c8150636346d6a81

9 years agoMerge "CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps."
Elliott Hughes [Wed, 24 Sep 2014 01:49:06 +0000 (01:49 +0000)]
Merge "CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps."

9 years agoRemove the unnecessary generic-neon code.
Christopher Ferris [Wed, 24 Sep 2014 01:31:45 +0000 (18:31 -0700)]
Remove the unnecessary generic-neon code.

Change-Id: Ib75c33caafd76750ec1aca3a74dec5e4b881e965

9 years agoCLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.
Elliott Hughes [Wed, 24 Sep 2014 00:34:29 +0000 (17:34 -0700)]
CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.

Change-Id: I74ea88e0d4973d6ab3c57da7d8bb643c31592b14

9 years agoFix incorrect parameter types for locale funcs.
Dan Albert [Tue, 23 Sep 2014 22:32:24 +0000 (15:32 -0700)]
Fix incorrect parameter types for locale funcs.

strtoll(3), strtoull(3), wcstoll(3), and wcstoull(3) all take an _int_
as a base, not a size_t. This is an ABI compatibility issue.

Bug: 17628622
Change-Id: I17f8eead34ce2112005899fc30162067573023ec

9 years agoMerge "Pull in upstream fixes to reject invalid bases."
Elliott Hughes [Tue, 23 Sep 2014 21:59:15 +0000 (21:59 +0000)]
Merge "Pull in upstream fixes to reject invalid bases."

9 years agoPull in upstream fixes to reject invalid bases.
Elliott Hughes [Tue, 23 Sep 2014 21:53:10 +0000 (14:53 -0700)]
Pull in upstream fixes to reject invalid bases.

Also add tests to make sure the full set works correctly.

Change-Id: I3e7f237f12c9c93e1185a97c9717803e7e55a73c

9 years agoMerge "Sync with some upstream OpenBSD #include cleanup."
Elliott Hughes [Tue, 23 Sep 2014 21:27:28 +0000 (21:27 +0000)]
Merge "Sync with some upstream OpenBSD #include cleanup."

9 years agoMerge "Switch to OpenBSD insque/remque/killpg."
Elliott Hughes [Tue, 23 Sep 2014 21:26:27 +0000 (21:26 +0000)]
Merge "Switch to OpenBSD insque/remque/killpg."

9 years agoSwitch to OpenBSD insque/remque/killpg.
Elliott Hughes [Tue, 23 Sep 2014 21:06:56 +0000 (14:06 -0700)]
Switch to OpenBSD insque/remque/killpg.

Change-Id: Ie02290ad3187b1c1596dd776fd1c8a743a55f7ef

9 years agoSync with some upstream OpenBSD #include cleanup.
Elliott Hughes [Tue, 23 Sep 2014 20:55:15 +0000 (13:55 -0700)]
Sync with some upstream OpenBSD #include cleanup.

Change-Id: Ibcd7adb19e9a6b9ad8c24d77e23935f19f56a144

9 years agoMerge "Fix a couple more cases of missing CLOEXEC."
Elliott Hughes [Tue, 23 Sep 2014 01:19:51 +0000 (01:19 +0000)]
Merge "Fix a couple more cases of missing CLOEXEC."

9 years agoFix a couple more cases of missing CLOEXEC.
Elliott Hughes [Tue, 23 Sep 2014 00:43:09 +0000 (17:43 -0700)]
Fix a couple more cases of missing CLOEXEC.

The debuggerd case can probably never happen, because you're crashing at this
point anyway. The system property one seems possible though.

Change-Id: Idba6a4f1d68587ec5b320d1e25f0b6a987ea32a0

9 years agoMerge "Test pthread_cleanup_push(3)/pthread_cleanup_pop(3)."
Elliott Hughes [Mon, 22 Sep 2014 23:28:32 +0000 (23:28 +0000)]
Merge "Test pthread_cleanup_push(3)/pthread_cleanup_pop(3)."

9 years agoTest pthread_cleanup_push(3)/pthread_cleanup_pop(3).
Elliott Hughes [Mon, 22 Sep 2014 23:01:26 +0000 (16:01 -0700)]
Test pthread_cleanup_push(3)/pthread_cleanup_pop(3).

Change-Id: I5a623fa1e1da55f11d51f3a9bdfa0627698c486f

9 years agoMerge "Clean up fpathconf(3)/pathconf(3)."
Elliott Hughes [Mon, 22 Sep 2014 22:50:10 +0000 (22:50 +0000)]
Merge "Clean up fpathconf(3)/pathconf(3)."

9 years agoClean up fpathconf(3)/pathconf(3).
Elliott Hughes [Mon, 22 Sep 2014 21:49:07 +0000 (14:49 -0700)]
Clean up fpathconf(3)/pathconf(3).

fpathconf(3) and pathconf(3) can share code. There's no such
header file as <pathconf.h>. glibc/POSIX and BSD disagree about where
the _POSIX_* definitions should go.

Change-Id: I4a67f1595c9f5fbb26700a131178eedebd6bf712

9 years agoMerge "Unit test for abort(3)."
Elliott Hughes [Mon, 22 Sep 2014 21:46:55 +0000 (21:46 +0000)]
Merge "Unit test for abort(3)."

9 years agoUnit test for abort(3).
Elliott Hughes [Mon, 22 Sep 2014 21:41:30 +0000 (14:41 -0700)]
Unit test for abort(3).

Change-Id: I021604b977572801f228a193741624df26e76d72

9 years agoMerge "Use the uapi fs magic in <sys/vfs.h>."
Elliott Hughes [Mon, 22 Sep 2014 16:51:07 +0000 (16:51 +0000)]
Merge "Use the uapi fs magic in <sys/vfs.h>."

9 years agoUse the uapi fs magic in <sys/vfs.h>.
Elliott Hughes [Sat, 20 Sep 2014 03:36:03 +0000 (20:36 -0700)]
Use the uapi fs magic in <sys/vfs.h>.

Change-Id: I712b856a6d786bba400c9a8d08f596b826403731

9 years agoMerge "Add semaphore tests, fix sem_destroy."
Elliott Hughes [Sat, 20 Sep 2014 01:34:11 +0000 (01:34 +0000)]
Merge "Add semaphore tests, fix sem_destroy."

9 years agoAdd semaphore tests, fix sem_destroy.
Elliott Hughes [Thu, 18 Sep 2014 23:11:59 +0000 (16:11 -0700)]
Add semaphore tests, fix sem_destroy.

Bug: https://code.google.com/p/android/issues/detail?id=76088
Change-Id: I4a0561b23e90312384d40a1c804ca64ee98f4066

9 years agoMerge "Remove references to MALLOC_LEAK_CHECK."
Christopher Ferris [Sat, 20 Sep 2014 00:29:09 +0000 (00:29 +0000)]
Merge "Remove references to MALLOC_LEAK_CHECK."

9 years agoRemove references to MALLOC_LEAK_CHECK.
Christopher Ferris [Fri, 19 Sep 2014 19:26:09 +0000 (12:26 -0700)]
Remove references to MALLOC_LEAK_CHECK.

This define isn't really used any more.

Bug: 17378595
Change-Id: I39722b83cd98955a3a2514577de34a239524617f

9 years agoMerge "Add greg_t for arm64."
Elliott Hughes [Fri, 19 Sep 2014 18:01:22 +0000 (18:01 +0000)]
Merge "Add greg_t for arm64."

9 years agoAdd greg_t for arm64.
Elliott Hughes [Fri, 19 Sep 2014 17:31:49 +0000 (10:31 -0700)]
Add greg_t for arm64.

This was already present for the other architectures. I think we skipped
this because glibc seems to have an incorrect definition (int rather than
long), but the kernel has the sane definition (just not in a uapi header).

Change-Id: I0d47a424b505804389853dd8632693dad55a3907

9 years agoMerge "Exclude libstdc++ from linked libraries."
Dan Albert [Thu, 18 Sep 2014 23:43:24 +0000 (23:43 +0000)]
Merge "Exclude libstdc++ from linked libraries."

9 years agoMerge "Move to v3.16.3 kernel headers."
Christopher Ferris [Thu, 18 Sep 2014 21:34:42 +0000 (21:34 +0000)]
Merge "Move to v3.16.3 kernel headers."

9 years agoMerge "Fix lgamma_r/lgammaf_r/lgammal_r for -0."
Elliott Hughes [Thu, 18 Sep 2014 21:28:35 +0000 (21:28 +0000)]
Merge "Fix lgamma_r/lgammaf_r/lgammal_r for -0."

9 years agoMove to v3.16.3 kernel headers.
Christopher Ferris [Thu, 18 Sep 2014 20:14:58 +0000 (13:14 -0700)]
Move to v3.16.3 kernel headers.

Change-Id: Ife491bd7630b853a78532dd74e4644438256a3a1

9 years agoFix lgamma_r/lgammaf_r/lgammal_r for -0.
Elliott Hughes [Thu, 18 Sep 2014 18:23:58 +0000 (11:23 -0700)]
Fix lgamma_r/lgammaf_r/lgammal_r for -0.

Upstream has implemented lgammal/lgammal_r for ld128, and fixed the
sign problem we reported with all the lgamma*_r functions and -0.

Bug: 17471883
Change-Id: Ibb175d9cab67efae75f1010796fd44c9ba6ce4fc

9 years agoMerge "The nextafter functions use the wrong next representable value"
Elliott Hughes [Thu, 18 Sep 2014 15:51:45 +0000 (15:51 +0000)]
Merge "The nextafter functions use the wrong next representable value"

9 years agoThe nextafter functions use the wrong next representable value
Jingwei Zhang [Thu, 18 Sep 2014 16:50:00 +0000 (00:50 +0800)]
The nextafter functions use the wrong next representable value

From C99 standard: “The nextafter functions determine the next representable value, in the type of the function,
after x in the direction of y, where x and y are first converted to the type of the function”.
The next representable value of 0.0 in direction of -1.0 is -4.9406564584124654e-324, not 0.0.

Similar thing holds for nextafterf, nextafterl, nexttowardf, nexttoward, and nexttowardl.
The tests pass either way, since the error is within the tolerance, but how it is written is wrong.

Change-Id: I1338eeffe3de8031a48f46e1b07146bc07dc2f0a
Signed-off-by: Jingwei Zhang <jingwei.zhang@intel.com>
Signed-off-by: Mingwei Shi <mingwei.shi@intel.com>
9 years agoMerge "Stack unwinding unit tests."
Elliott Hughes [Thu, 18 Sep 2014 15:49:30 +0000 (15:49 +0000)]
Merge "Stack unwinding unit tests."

9 years agoStack unwinding unit tests.
Elliott Hughes [Thu, 18 Sep 2014 00:21:20 +0000 (17:21 -0700)]
Stack unwinding unit tests.

Bug: 17436734
Change-Id: I1e98da7eaeab646b448fb3f2b683973dddc319b0

9 years agoMerge "Update kernel uapi headers to v3.16.1."
Christopher Ferris [Thu, 18 Sep 2014 00:18:46 +0000 (00:18 +0000)]
Merge "Update kernel uapi headers to v3.16.1."

9 years agoUpdate kernel uapi headers to v3.16.1.
Christopher Ferris [Thu, 4 Sep 2014 02:56:49 +0000 (19:56 -0700)]
Update kernel uapi headers to v3.16.1.

Other changes to support the new headers:

- Remove the flock64 structure it is defined in the new headers.
- Update the syscalls to correspond with the headers.

Change-Id: I49a6b07e8b2bfffb67be71b07b58e4e6848fcc09

9 years agoMerge "Temporary disable DL_WARNs for unused DT_*"
Dmitriy Ivanov [Wed, 17 Sep 2014 23:56:44 +0000 (23:56 +0000)]
Merge "Temporary disable DL_WARNs for unused DT_*"