OSDN Git Service

android-x86/bionic.git
10 years agoam cce6c380: Merge "libc: Thread IDs missing from logcat -v thread"
Mark Salyzyn [Fri, 21 Mar 2014 20:16:58 +0000 (20:16 +0000)]
am cce6c380: Merge "libc: Thread IDs missing from logcat -v thread"

* commit 'cce6c380d7c9574f823f5e038c28c793fdb55c58':
  libc: Thread IDs missing from logcat -v thread

10 years agoMerge "libc: Thread IDs missing from logcat -v thread"
Mark Salyzyn [Fri, 21 Mar 2014 20:09:32 +0000 (20:09 +0000)]
Merge "libc: Thread IDs missing from logcat -v thread"

10 years agoam 998d7b03: Merge "Fix deadlock in timer_delete."
Christopher Ferris [Fri, 21 Mar 2014 17:39:10 +0000 (17:39 +0000)]
am 998d7b03: Merge "Fix deadlock in timer_delete."

* commit '998d7b030763e8da6ff04020eedab552857587d2':
  Fix deadlock in timer_delete.

10 years agoMerge "Fix deadlock in timer_delete."
Christopher Ferris [Fri, 21 Mar 2014 17:26:58 +0000 (17:26 +0000)]
Merge "Fix deadlock in timer_delete."

10 years agoFix deadlock in timer_delete.
Christopher Ferris [Fri, 21 Mar 2014 03:47:45 +0000 (20:47 -0700)]
Fix deadlock in timer_delete.

If the callback function for a timer did a timer_delete, the function
would never return. The problem was that the timer_delete function would try
to wait until the timer thread has finished. Waiting for yourself to finish
doesn't work very well.

Bug: 13397340
Change-Id: Ica123a5bafbc8660c8a4a909e5c2dead55ca429d

10 years agolibc: Thread IDs missing from logcat -v thread
Mark Salyzyn [Thu, 20 Mar 2014 23:07:55 +0000 (16:07 -0700)]
libc: Thread IDs missing from logcat -v thread

- stuff caller's thread id into the packet.

Bug: 13568206
Change-Id: If8b318ef75c7dcdddb05da8ac3038860f0fda5ec

10 years agoam 2cc58603: Merge "Added a test flag to bionic run-test targets."
Calin Juravle [Wed, 19 Mar 2014 18:39:04 +0000 (18:39 +0000)]
am 2cc58603: Merge "Added a test flag to bionic run-test targets."

* commit '2cc58603d5fd68ec582984318fb3c5f8865a186f':
  Added a test flag to bionic run-test targets.

10 years agoMerge "Added a test flag to bionic run-test targets."
Calin Juravle [Wed, 19 Mar 2014 18:31:25 +0000 (18:31 +0000)]
Merge "Added a test flag to bionic run-test targets."

10 years agoAdded a test flag to bionic run-test targets.
Calin Juravle [Wed, 19 Mar 2014 17:45:08 +0000 (17:45 +0000)]
Added a test flag to bionic run-test targets.

It makes it much easier to pass arguments to the tests.

Change-Id: Ia91eba4868627a3cea3f8d2c26ba01af4e860b12

10 years agoam 849e162d: Merge "Use the float/double assert macros."
Christopher Ferris [Mon, 17 Mar 2014 23:57:41 +0000 (23:57 +0000)]
am 849e162d: Merge "Use the float/double assert macros."

* commit '849e162d3bedc5ca61bdf15486268b253b9f4e93':
  Use the float/double assert macros.

10 years agoMerge "Use the float/double assert macros."
Christopher Ferris [Mon, 17 Mar 2014 23:51:36 +0000 (23:51 +0000)]
Merge "Use the float/double assert macros."

10 years agoUse the float/double assert macros.
Christopher Ferris [Mon, 17 Mar 2014 23:40:26 +0000 (16:40 -0700)]
Use the float/double assert macros.

The normal ASSERT_EQ macros don't work quite right for float/double values,
and result in false failures. Use the correct macros instead.

Bug: 13511379
Change-Id: Ic2feee7f3d3569f57b6453b8fa95222846c625cd

10 years agoam f212bbf6: Merge "Update libm to the upstream head (2014.03.13)"
Calin Juravle [Fri, 14 Mar 2014 11:03:53 +0000 (11:03 +0000)]
am f212bbf6: Merge "Update libm to the upstream head (2014.03.13)"

* commit 'f212bbf666b77777063a3a94a672bcae80b15253':
  Update libm to the upstream head (2014.03.13)

10 years agoMerge "Update libm to the upstream head (2014.03.13)"
Calin Juravle [Fri, 14 Mar 2014 10:58:17 +0000 (10:58 +0000)]
Merge "Update libm to the upstream head (2014.03.13)"

10 years agoam 143df89f: Merge "Clean up reentrancy cruft."
Elliott Hughes [Fri, 14 Mar 2014 08:55:40 +0000 (08:55 +0000)]
am 143df89f: Merge "Clean up reentrancy cruft."

* commit '143df89f729f39f4286f12daaf9cacf5c4501357':
  Clean up reentrancy cruft.

10 years agoMerge "Clean up reentrancy cruft."
Elliott Hughes [Fri, 14 Mar 2014 04:58:19 +0000 (04:58 +0000)]
Merge "Clean up reentrancy cruft."

10 years agoam d16100c1: Merge "Clean up <stdio.h> macros."
Elliott Hughes [Thu, 13 Mar 2014 23:23:25 +0000 (23:23 +0000)]
am d16100c1: Merge "Clean up <stdio.h> macros."

* commit 'd16100c1fb8a39215497243ecb12176e9688ef77':
  Clean up <stdio.h> macros.

10 years agoam 6ece7fc3: Merge "property: fix getting dirty serial value"
Elliott Hughes [Thu, 13 Mar 2014 23:18:58 +0000 (23:18 +0000)]
am 6ece7fc3: Merge "property: fix getting dirty serial value"

* commit '6ece7fc33a389ef9bcbe78a83a6633e4cb4e4743':
  property: fix getting dirty serial value

10 years agoClean up reentrancy cruft.
Elliott Hughes [Thu, 13 Mar 2014 23:17:43 +0000 (16:17 -0700)]
Clean up reentrancy cruft.

The DNS copy of reentrant.h was unused, so remove it.

The strtod implementation can use the upstream-netbsd reentrant.h and
get a little closer to what was then upstream. (It's since been replaced
by gdtoa, and we'll have to follow at some point, but for now this doesn't
make anything any worse.)

ANDROID_CHANGES is (now) only used in the DNS code, so push the -D
down.

The <locale.h> change prevents an LP32 hack from leaking into LP64.

Change-Id: Idf30b98a59d7ca8f7c6cd6d07020b512057911ef

10 years agoMerge "Clean up <stdio.h> macros."
Elliott Hughes [Thu, 13 Mar 2014 23:13:58 +0000 (23:13 +0000)]
Merge "Clean up <stdio.h> macros."

10 years agoClean up <stdio.h> macros.
Elliott Hughes [Thu, 13 Mar 2014 21:54:53 +0000 (14:54 -0700)]
Clean up <stdio.h> macros.

Also neuter __isthreaded.

We should come back to try to hide struct FILE's internals for LP64.

Bug: 3453512
Bug: 3453550
Change-Id: I7e115329fb4579246a72fea367b9fc8cb6055d18

10 years agoMerge "property: fix getting dirty serial value"
Elliott Hughes [Thu, 13 Mar 2014 20:16:17 +0000 (20:16 +0000)]
Merge "property: fix getting dirty serial value"

10 years agoproperty: fix getting dirty serial value
jiaguo [Thu, 13 Mar 2014 09:39:58 +0000 (17:39 +0800)]
property: fix getting dirty serial value

__system_property_serial just returned serial value without
checking if it is dirty, so check and wait until serial
value is not dirty before return

Change-Id: If485b6251b5555b004912c66c7c2cb455a7fdbdc
Signed-off-by: jiaguo <jiaguo@marvell.com>
10 years agoUpdate libm to the upstream head (2014.03.13)
Calin Juravle [Thu, 13 Mar 2014 16:20:36 +0000 (16:20 +0000)]
Update libm to the upstream head (2014.03.13)

The most relevant changes are the ones in s_erff.c which should improve
the overall speed of exececution and the maximum error in ULP.

Change-Id: I7bd867f902db418db67f02cd58578624357b1ee8

10 years agoam 01cd7885: Merge "Upgrade to current upstream scanf implementation."
Elliott Hughes [Thu, 13 Mar 2014 15:54:54 +0000 (15:54 +0000)]
am 01cd7885: Merge "Upgrade to current upstream scanf implementation."

* commit '01cd78854afe5707f0d5b2b8418de07a55f8fde4':
  Upgrade to current upstream scanf implementation.

10 years agoam 0e79338d: Merge "Ensure we always have symbols for atof, strtof, strtold."
Elliott Hughes [Thu, 13 Mar 2014 15:54:52 +0000 (15:54 +0000)]
am 0e79338d: Merge "Ensure we always have symbols for atof, strtof, strtold."

* commit '0e79338d12d1ca780efcd0720af92b0a70e55da8':
  Ensure we always have symbols for atof, strtof, strtold.

10 years agoam 56e1eebd: Merge "logd: default user space logger"
Mark Salyzyn [Thu, 13 Mar 2014 15:54:45 +0000 (15:54 +0000)]
am 56e1eebd: Merge "logd: default user space logger"

* commit '56e1eebd39be4830f309603b38e4b1118c544fb3':
  logd: default user space logger

10 years agoam eef2928f: Merge "Include what you use."
Elliott Hughes [Thu, 13 Mar 2014 15:54:44 +0000 (15:54 +0000)]
am eef2928f: Merge "Include what you use."

* commit 'eef2928f94ac6ff5659c6177785b47e6fcdd03a2':
  Include what you use.

10 years agoam 2282e16d: Merge "Use [u]int32_t instead of __[u]int32_t in sys/types.h"
Elliott Hughes [Thu, 13 Mar 2014 15:54:43 +0000 (15:54 +0000)]
am 2282e16d: Merge "Use [u]int32_t instead of __[u]int32_t in sys/types.h"

* commit '2282e16d76c6691968bd62a4c4bb3ecefabc98ca':
  Use [u]int32_t instead of __[u]int32_t in sys/types.h

10 years agoam ef43a6fb: Merge "Clean up our termios implementation."
Elliott Hughes [Thu, 13 Mar 2014 15:47:13 +0000 (15:47 +0000)]
am ef43a6fb: Merge "Clean up our termios implementation."

* commit 'ef43a6fb0e0c5fb1debd8db83a5b57749e8331fa':
  Clean up our termios implementation.

10 years agoam 76b4f1a3: Merge "More stdio cleanup."
Elliott Hughes [Thu, 13 Mar 2014 01:55:48 +0000 (01:55 +0000)]
am 76b4f1a3: Merge "More stdio cleanup."

* commit '76b4f1a33caef09891114bf37562968ab627059a':
  More stdio cleanup.

10 years agoam 55f9710a: Merge "Reimplement clock(3) and switch to OpenBSD time(3)."
Elliott Hughes [Thu, 13 Mar 2014 01:55:48 +0000 (01:55 +0000)]
am 55f9710a: Merge "Reimplement clock(3) and switch to OpenBSD time(3)."

* commit '55f9710ac4843b4a5d2c8b03ade3d2bddd1fdf46':
  Reimplement clock(3) and switch to OpenBSD time(3).

10 years agoam 753e1399: Merge "Add a basic unit test for system(3)."
Elliott Hughes [Thu, 13 Mar 2014 01:55:47 +0000 (01:55 +0000)]
am 753e1399: Merge "Add a basic unit test for system(3)."

* commit '753e1399060c08072a8fb17eb297889a2ae987d0':
  Add a basic unit test for system(3).

10 years agoam dd8c7863: Merge "Add various benchmarks."
Elliott Hughes [Thu, 13 Mar 2014 01:55:47 +0000 (01:55 +0000)]
am dd8c7863: Merge "Add various benchmarks."

* commit 'dd8c7863c613290acaa8bc4b90af34f020e0bee3':
  Add various benchmarks.

10 years agoam 5810bcf3: Merge "Sysconfig fixes"
Calin Juravle [Thu, 13 Mar 2014 01:55:16 +0000 (01:55 +0000)]
am 5810bcf3: Merge "Sysconfig fixes"

* commit '5810bcf381e28e423a782af9bf53c05085b09926':
  Sysconfig fixes

10 years agoam 40c31ade: Merge "Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr"
Calin Juravle [Thu, 13 Mar 2014 01:55:15 +0000 (01:55 +0000)]
am 40c31ade: Merge "Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr"

* commit '40c31ade2c854ad61ab43bd5dbd66979efcea4c5':
  Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr

10 years agoam 10f6beb3: Merge "Add system/extras strftime and strptime tests."
Elliott Hughes [Thu, 13 Mar 2014 01:55:09 +0000 (01:55 +0000)]
am 10f6beb3: Merge "Add system/extras strftime and strptime tests."

* commit '10f6beb3eb46cb2488427f58dccdd7bbfab5a250':
  Add system/extras strftime and strptime tests.

10 years agoam 2cd3490d: Merge "Take ownership of various simple syscall wrappers."
Elliott Hughes [Thu, 13 Mar 2014 01:55:02 +0000 (01:55 +0000)]
am 2cd3490d: Merge "Take ownership of various simple syscall wrappers."

* commit '2cd3490d7bdb18e5051a3cc66e7d03635bbcbeaf':
  Take ownership of various simple syscall wrappers.

10 years agoam a3056591: Merge "Switch to NetBSD utmp.c."
Elliott Hughes [Thu, 13 Mar 2014 01:54:42 +0000 (01:54 +0000)]
am a3056591: Merge "Switch to NetBSD utmp.c."

* commit 'a3056591960f9d9f646135ee20804cc1a9e41106':
  Switch to NetBSD utmp.c.

10 years agoam ec674b4d: Merge "Switch to upstream FreeBSD ldexp.c."
Elliott Hughes [Thu, 13 Mar 2014 01:54:40 +0000 (01:54 +0000)]
am ec674b4d: Merge "Switch to upstream FreeBSD ldexp.c."

* commit 'ec674b4d064d923818d0deba9f8378d13ff6451a':
  Switch to upstream FreeBSD ldexp.c.

10 years agoam 21d9e58d: Merge "Rename the stack protector intermediate library."
Elliott Hughes [Thu, 13 Mar 2014 01:54:40 +0000 (01:54 +0000)]
am 21d9e58d: Merge "Rename the stack protector intermediate library."

* commit '21d9e58d01080c7494c639ed3bd9e6c805e022d8':
  Rename the stack protector intermediate library.

10 years agoMerge "Upgrade to current upstream scanf implementation."
Elliott Hughes [Thu, 13 Mar 2014 00:49:23 +0000 (00:49 +0000)]
Merge "Upgrade to current upstream scanf implementation."

10 years agoUpgrade to current upstream scanf implementation.
Elliott Hughes [Thu, 13 Mar 2014 00:10:41 +0000 (17:10 -0700)]
Upgrade to current upstream scanf implementation.

Also add a basic test.

Change-Id: Icc0e68a5716b9579244f6eb8bac1ab5a24eda85a

10 years agoMerge "Ensure we always have symbols for atof, strtof, strtold."
Elliott Hughes [Wed, 12 Mar 2014 23:32:37 +0000 (23:32 +0000)]
Merge "Ensure we always have symbols for atof, strtof, strtold."

10 years agoEnsure we always have symbols for atof, strtof, strtold.
Elliott Hughes [Wed, 12 Mar 2014 23:12:57 +0000 (16:12 -0700)]
Ensure we always have symbols for atof, strtof, strtold.

We'll need a better implementation of strtold for LP64, but all our
long double functions are currently broken for LP64 anyway so this
isn't a regression.

Change-Id: I2bdebac11245d31521d5fa09a16331c03dc4339c

10 years agoMerge "logd: default user space logger"
Mark Salyzyn [Wed, 12 Mar 2014 21:02:46 +0000 (21:02 +0000)]
Merge "logd: default user space logger"

10 years agoMerge "Include what you use."
Elliott Hughes [Wed, 12 Mar 2014 20:51:48 +0000 (20:51 +0000)]
Merge "Include what you use."

10 years agoInclude what you use.
Elliott Hughes [Wed, 12 Mar 2014 20:50:38 +0000 (13:50 -0700)]
Include what you use.

Don't rely on transitive includes. (Even though that works fine in AOSP.)

Change-Id: Ifc06575e4aea383cfff24d6c5c14fc0a7aabdf2b

10 years agoMerge "Use [u]int32_t instead of __[u]int32_t in sys/types.h"
Elliott Hughes [Wed, 12 Mar 2014 20:48:39 +0000 (20:48 +0000)]
Merge "Use [u]int32_t instead of __[u]int32_t in sys/types.h"

10 years agoUse [u]int32_t instead of __[u]int32_t in sys/types.h
Pavel Chupin [Wed, 12 Mar 2014 07:23:49 +0000 (11:23 +0400)]
Use [u]int32_t instead of __[u]int32_t in sys/types.h

Avoid this error in -ffreestanding mode:
sys/types.h:45:1: error: unknown type name '__uint32_t'

Change-Id: I826b36873862d1d70b47401f31f4369a77666b8e
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
10 years agologd: default user space logger
Mark Salyzyn [Wed, 12 Mar 2014 16:27:53 +0000 (09:27 -0700)]
logd: default user space logger

Change-Id: Id205b01537940051c72d79def28a3c1a8b169a21

10 years agoMerge "Clean up our termios implementation."
Elliott Hughes [Wed, 12 Mar 2014 02:25:22 +0000 (02:25 +0000)]
Merge "Clean up our termios implementation."

10 years agoClean up our termios implementation.
Elliott Hughes [Tue, 11 Mar 2014 23:06:23 +0000 (16:06 -0700)]
Clean up our termios implementation.

It's safe to fix our constant definitions because we know we never
had symbols before, so can't be passing the bad old constants to the new
functions, or the correct new constants to the old inlines.

Change-Id: I858fc680df39bdd3ba471e867833bdfa71f6224e

10 years agoMerge "More stdio cleanup."
Elliott Hughes [Tue, 11 Mar 2014 22:31:00 +0000 (22:31 +0000)]
Merge "More stdio cleanup."

10 years agoMore stdio cleanup.
Elliott Hughes [Tue, 11 Mar 2014 22:05:50 +0000 (15:05 -0700)]
More stdio cleanup.

Change-Id: Idc909cd3dc7b072f1edd2ae4980932d6550e8568

10 years agoMerge "Reimplement clock(3) and switch to OpenBSD time(3)."
Elliott Hughes [Tue, 11 Mar 2014 21:36:02 +0000 (21:36 +0000)]
Merge "Reimplement clock(3) and switch to OpenBSD time(3)."

10 years agoReimplement clock(3) and switch to OpenBSD time(3).
Elliott Hughes [Tue, 11 Mar 2014 20:37:11 +0000 (13:37 -0700)]
Reimplement clock(3) and switch to OpenBSD time(3).

The new implementation is a better approximation to the processor time used
by the process because it's actually based on resource usage rather than just
elapsed wall clock time.

Change-Id: I9e13b69c1d3048cadf0eb9dec1e3ebc78225596a

10 years agoMerge "Add a basic unit test for system(3)."
Elliott Hughes [Tue, 11 Mar 2014 20:02:49 +0000 (20:02 +0000)]
Merge "Add a basic unit test for system(3)."

10 years agoAdd a basic unit test for system(3).
Elliott Hughes [Tue, 11 Mar 2014 19:54:44 +0000 (12:54 -0700)]
Add a basic unit test for system(3).

Change-Id: Ibc5ac21f3663685d89ce261b58d6ea386fc1ff88

10 years agoMerge "Add various benchmarks."
Elliott Hughes [Tue, 11 Mar 2014 19:47:38 +0000 (19:47 +0000)]
Merge "Add various benchmarks."

10 years agoam 7aef2746: Merge "Switch to OpenBSD wcscoll."
Elliott Hughes [Tue, 11 Mar 2014 18:52:56 +0000 (18:52 +0000)]
am 7aef2746: Merge "Switch to OpenBSD wcscoll."

* commit '7aef27468ee7683a0ce436f5453e6eb6ca12103b':
  Switch to OpenBSD wcscoll.

10 years agoam 321ecc4e: Merge "Remove non-standard memswap."
Elliott Hughes [Tue, 11 Mar 2014 18:52:55 +0000 (18:52 +0000)]
am 321ecc4e: Merge "Remove non-standard memswap."

* commit '321ecc4eaf9d061905f009494b420a604e1d973e':
  Remove non-standard memswap.

10 years agoam 638e7892: Merge "Upgrade to tzdata2014a."
Elliott Hughes [Tue, 11 Mar 2014 18:52:50 +0000 (18:52 +0000)]
am 638e7892: Merge "Upgrade to tzdata2014a."

* commit '638e7892c63c9d6968c0cf2e98ace89b9c5b2f26':
  Upgrade to tzdata2014a.

10 years agoam 55b6ec3f: Merge "Update the NOTICE files"
Calin Juravle [Tue, 11 Mar 2014 18:52:10 +0000 (18:52 +0000)]
am 55b6ec3f: Merge "Update the NOTICE files"

* commit '55b6ec3f93e88633b22a6f295e14a5ab4902e63a':
  Update the NOTICE files

10 years agoam 0bca08d6: Merge "Update res_debug.c to take into account changes to the nameser.h"
Calin Juravle [Tue, 11 Mar 2014 18:52:09 +0000 (18:52 +0000)]
am 0bca08d6: Merge "Update res_debug.c to take into account changes to the nameser.h"

* commit '0bca08d69f4d68782f5a3e6cf16dc74997bcf277':
  Update res_debug.c to take into account changes to the nameser.h

10 years agoam cd50898a: Merge "Add includes for waitpid"
Brian Carlstrom [Tue, 11 Mar 2014 18:51:57 +0000 (18:51 +0000)]
am cd50898a: Merge "Add includes for waitpid"

* commit 'cd50898ad11ad3157f22fac15802757a9b559822':
  Add includes for waitpid

10 years agoam fd9e20d1: Merge "Fix pthread_detach for already-exited threads."
Elliott Hughes [Tue, 11 Mar 2014 18:51:54 +0000 (18:51 +0000)]
am fd9e20d1: Merge "Fix pthread_detach for already-exited threads."

* commit 'fd9e20d10f946334955ca199b0178580d284e89f':
  Fix pthread_detach for already-exited threads.

10 years agoam 333e2ae8: Merge "Add si_timerid to <signal.h>."
Elliott Hughes [Tue, 11 Mar 2014 18:51:50 +0000 (18:51 +0000)]
am 333e2ae8: Merge "Add si_timerid to <signal.h>."

* commit '333e2ae87dac85d6420786e9e12ffd7ea84dae38':
  Add si_timerid to <signal.h>.

10 years agoam 4d46c940: Merge "Rewrite the POSIX timer functions."
Elliott Hughes [Tue, 11 Mar 2014 18:51:49 +0000 (18:51 +0000)]
am 4d46c940: Merge "Rewrite the POSIX timer functions."

* commit '4d46c940315af2d93efb44e751b69ea6880a5d65':
  Rewrite the POSIX timer functions.

10 years agoam b145b5ef: Merge "Fix broken pointer overflow check ns_name_unpack()"
Calin Juravle [Tue, 11 Mar 2014 18:42:23 +0000 (18:42 +0000)]
am b145b5ef: Merge "Fix broken pointer overflow check ns_name_unpack()"

* commit 'b145b5ef7c91ec76e4dc8450f70b7af80873b46e':
  Fix broken pointer overflow check ns_name_unpack()

10 years agoam d9ba757e: Merge "Sync up nameser with upstream(2014.03.05)"
Calin Juravle [Tue, 11 Mar 2014 18:42:22 +0000 (18:42 +0000)]
am d9ba757e: Merge "Sync up nameser with upstream(2014.03.05)"

* commit 'd9ba757ef4546ef931cfa2fff4e206b36c955ead':
  Sync up nameser with upstream(2014.03.05)

10 years agoam d40eb159: Merge "Fix some pthread symbols build as C++ symbol under x64 lunch."
Elliott Hughes [Tue, 11 Mar 2014 18:42:00 +0000 (18:42 +0000)]
am d40eb159: Merge "Fix some pthread symbols build as C++ symbol under x64 lunch."

* commit 'd40eb1594dff0103247292967f8a801ef8c0ff12':
  Fix some pthread symbols build as C++ symbol under x64 lunch.

10 years agoam 087dbc6b: Merge "Bring the generate-NOTICE script up to date."
Elliott Hughes [Tue, 11 Mar 2014 18:41:57 +0000 (18:41 +0000)]
am 087dbc6b: Merge "Bring the generate-NOTICE script up to date."

* commit '087dbc6bb789dc549d8f71ea820e6fc7e69d99d2':
  Bring the generate-NOTICE script up to date.

10 years agoam dec5bacf: Merge "Update the NOTICE files."
Elliott Hughes [Tue, 11 Mar 2014 18:41:56 +0000 (18:41 +0000)]
am dec5bacf: Merge "Update the NOTICE files."

* commit 'dec5bacf1481a0e6b0ae0078933dbfb8953b7d19':
  Update the NOTICE files.

10 years agoam e7ea9363: Merge "Add ARMv8 optimized string handling functions based on cortex...
Elliott Hughes [Tue, 11 Mar 2014 18:41:56 +0000 (18:41 +0000)]
am e7ea9363: Merge "Add ARMv8 optimized string handling functions based on cortex-strings"

* commit 'e7ea9363cb30d5c36c9333162c11b1e7b4f302b6':
  Add ARMv8 optimized string handling functions based on cortex-strings

10 years agoam 68a651e7: Merge "libc: libc_logging 64bit compile issue"
Mark Salyzyn [Tue, 11 Mar 2014 18:30:06 +0000 (18:30 +0000)]
am 68a651e7: Merge "libc: libc_logging 64bit compile issue"

* commit '68a651e7162b922a2916da524ef9706276640752':
  libc: libc_logging 64bit compile issue

10 years agoam 48d145c1: Merge "Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC."
Narayan Kamath [Tue, 11 Mar 2014 18:29:44 +0000 (18:29 +0000)]
am 48d145c1: Merge "Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC."

* commit '48d145c1ced299525ca766afd2aa34725bef5301':
  Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC.

10 years agoam bef50164: Merge "Remove dead NULL checks from pthread code."
Elliott Hughes [Tue, 11 Mar 2014 18:29:15 +0000 (18:29 +0000)]
am bef50164: Merge "Remove dead NULL checks from pthread code."

* commit 'bef5016491eed41521f514d5c5528e2274689948':
  Remove dead NULL checks from pthread code.

10 years agoam a0bf9bde: Merge "Implement POSIX pthread_mutex_timedlock."
Elliott Hughes [Tue, 11 Mar 2014 18:29:14 +0000 (18:29 +0000)]
am a0bf9bde: Merge "Implement POSIX pthread_mutex_timedlock."

* commit 'a0bf9bdea24164db96ec1d5dfa2cd327942671b6':
  Implement POSIX pthread_mutex_timedlock.

10 years agoam 8e541b12: Merge "Moved nameser.h and namser_compat.h to public include dir"
Calin Juravle [Tue, 11 Mar 2014 18:29:12 +0000 (18:29 +0000)]
am 8e541b12: Merge "Moved nameser.h and namser_compat.h to public include dir"

* commit '8e541b12237f597c186820b9e18b059b620bef54':
  Moved nameser.h and namser_compat.h to public include dir

10 years agoam 4a46a689: Merge "Moved private dns header to their own dir."
Calin Juravle [Tue, 11 Mar 2014 18:29:11 +0000 (18:29 +0000)]
am 4a46a689: Merge "Moved private dns header to their own dir."

* commit '4a46a68942d180e28c3e87f08359351245b220b7':
  Moved private dns header to their own dir.

10 years agoam 9f2d1bcd: Merge "Renamed the misleading libc/netbsd directory to libc/dns."
Calin Juravle [Tue, 11 Mar 2014 18:29:10 +0000 (18:29 +0000)]
am 9f2d1bcd: Merge "Renamed the misleading libc/netbsd directory to libc/dns."

* commit '9f2d1bcd176cb4a6f2bc0cae3f3c786444383476':
  Renamed the misleading libc/netbsd directory to libc/dns.

10 years agoam caaae7f2: Merge "Implement pthread_condattr_{get,set}clock."
Narayan Kamath [Tue, 11 Mar 2014 18:29:03 +0000 (18:29 +0000)]
am caaae7f2: Merge "Implement pthread_condattr_{get,set}clock."

* commit 'caaae7f2e9a89df1514ba06d13e9eb5a0f04e94c':
  Implement pthread_condattr_{get,set}clock.

10 years agoam 2c7c79e6: Merge "Switch to upstream alarm(3)."
Elliott Hughes [Tue, 11 Mar 2014 18:28:56 +0000 (18:28 +0000)]
am 2c7c79e6: Merge "Switch to upstream alarm(3)."

* commit '2c7c79e6e5e730553281b6d42e734ee2c532a660':
  Switch to upstream alarm(3).

10 years agoam f33df6a6: Merge "libc: Make calls to new user-space logger (revisit)"
Mark Salyzyn [Tue, 11 Mar 2014 18:28:34 +0000 (18:28 +0000)]
am f33df6a6: Merge "libc: Make calls to new user-space logger (revisit)"

* commit 'f33df6a662934cd72a79195773d2745ae8f937d4':
  libc: Make calls to new user-space logger (revisit)

10 years agoam dfeb42ed: Merge "If the kernel doesn\'t have MADV_MERGEABLE, stop asking for it."
Elliott Hughes [Tue, 11 Mar 2014 18:28:33 +0000 (18:28 +0000)]
am dfeb42ed: Merge "If the kernel doesn\'t have MADV_MERGEABLE, stop asking for it."

* commit 'dfeb42ede69a0dbea5735aed5fddaee3f810801d':
  If the kernel doesn't have MADV_MERGEABLE, stop asking for it.

10 years agoam 15e71cd7: Merge "Remove deprecated and unused constants from <sys/klog.h>."
Elliott Hughes [Tue, 11 Mar 2014 18:28:28 +0000 (18:28 +0000)]
am 15e71cd7: Merge "Remove deprecated and unused constants from <sys/klog.h>."

* commit '15e71cd760c35a4eab09b850904581ebbdc9bee3':
  Remove deprecated and unused constants from <sys/klog.h>.

10 years agoAdd various benchmarks.
Elliott Hughes [Tue, 11 Mar 2014 18:19:06 +0000 (11:19 -0700)]
Add various benchmarks.

These are based on ones from system/extras/tests/bionic/.

Change-Id: I7b1ae15a2ca5d1031a6a511d97b88125c1770047

10 years agoam ddad384d: Merge "Fix build."
Elliott Hughes [Tue, 11 Mar 2014 18:17:35 +0000 (18:17 +0000)]
am ddad384d: Merge "Fix build."

* commit 'ddad384dbf802bf258e19a8d18f5d9e9fba8f97b':
  Fix build.

10 years agoam 2ec592c3: Merge "Add recvmmsg and sendmmsg syscalls."
Elliott Hughes [Tue, 11 Mar 2014 18:17:29 +0000 (18:17 +0000)]
am 2ec592c3: Merge "Add recvmmsg and sendmmsg syscalls."

* commit '2ec592c338f5c5021f127e92212d156cd909c617':
  Add recvmmsg and sendmmsg syscalls.

10 years agoam ddc8cc7a: Merge "Add getprogname/setprogname for BSD compatibility."
Elliott Hughes [Tue, 11 Mar 2014 18:17:28 +0000 (18:17 +0000)]
am ddc8cc7a: Merge "Add getprogname/setprogname for BSD compatibility."

* commit 'ddc8cc7a68415acb0694f7015ea0dae70ea04550':
  Add getprogname/setprogname for BSD compatibility.

10 years agoam d51db86a: Merge "Fix locatime.c indentation after sync"
Calin Juravle [Tue, 11 Mar 2014 18:17:09 +0000 (18:17 +0000)]
am d51db86a: Merge "Fix locatime.c indentation after sync"

* commit 'd51db86aafb988aea04355f2b6a6c925d67e5976':
  Fix locatime.c indentation after sync

10 years agoam 4ab29a3e: Merge "Update tzcode to 2013i"
Calin Juravle [Tue, 11 Mar 2014 18:17:09 +0000 (18:17 +0000)]
am 4ab29a3e: Merge "Update tzcode to 2013i"

* commit '4ab29a3e4a797cff05a3a1a6fea3db5a800ac5ba':
  Update tzcode to 2013i

10 years agoam e9db4a97: Merge "Vastly reduce the number of read(2)s done in tzload."
Elliott Hughes [Tue, 11 Mar 2014 18:17:06 +0000 (18:17 +0000)]
am e9db4a97: Merge "Vastly reduce the number of read(2)s done in tzload."

* commit 'e9db4a976f864ef180340fe37c58af93a03daf46':
  Vastly reduce the number of read(2)s done in tzload.

10 years agoam e3345405: Merge "Fix a leak on error in tzload."
Elliott Hughes [Tue, 11 Mar 2014 18:16:47 +0000 (18:16 +0000)]
am e3345405: Merge "Fix a leak on error in tzload."

* commit 'e33454051677cd8953af558b67e525dda2231501':
  Fix a leak on error in tzload.

10 years agoam ad2cfe2f: Merge "Fix x86_64 build"
Calin Juravle [Tue, 11 Mar 2014 18:16:33 +0000 (18:16 +0000)]
am ad2cfe2f: Merge "Fix x86_64 build"

* commit 'ad2cfe2f231506aed955f7e168a25fe1a1040f9a':
  Fix x86_64 build

10 years agoam 000ffd8a: Merge "Ensure that <fcntl.h> has the SYNC_FILE_RANGE_* constants."
Elliott Hughes [Tue, 11 Mar 2014 18:15:58 +0000 (18:15 +0000)]
am 000ffd8a: Merge "Ensure that <fcntl.h> has the SYNC_FILE_RANGE_* constants."

* commit '000ffd8ab0b4112173ce319869f4111f08fbe975':
  Ensure that <fcntl.h> has the SYNC_FILE_RANGE_* constants.

10 years agoam 3ba62f73: Merge "libc: Make calls to new user-space logger"
Mark Salyzyn [Tue, 11 Mar 2014 18:15:57 +0000 (18:15 +0000)]
am 3ba62f73: Merge "libc: Make calls to new user-space logger"

* commit '3ba62f733bdc39262a5a9927a6ebaa29a4f4aad4':
  libc: Make calls to new user-space logger

10 years agoam d4ee6b62: Merge "Fix mips build"
Calin Juravle [Tue, 11 Mar 2014 18:08:36 +0000 (18:08 +0000)]
am d4ee6b62: Merge "Fix mips build"

* commit 'd4ee6b62d77ccea61c4b43d82c63455920e221bc':
  Fix mips build

10 years agoam 35036961: Merge "Moved to a more openbsd-like fenv.h"
Calin Juravle [Tue, 11 Mar 2014 18:08:20 +0000 (18:08 +0000)]
am 35036961: Merge "Moved to a more openbsd-like fenv.h"

* commit '35036961f85945483b6b833b976d12e6a58c2313':
  Moved to a more openbsd-like fenv.h