OSDN Git Service

android-x86/bionic.git
14 years agoam 7ec87a19: am 276313ec: bionic: add processed kernel headers a1026.h and tpa2018d1.h
Iliyan Malchev [Wed, 3 Feb 2010 00:22:06 +0000 (16:22 -0800)]
am 7ec87a19: am 276313ec: bionic: add processed kernel headers a1026.h and tpa2018d1.h

Merge commit '7ec87a1926250d3c1f74193bf36417707e691e10'

* commit '7ec87a1926250d3c1f74193bf36417707e691e10':
  bionic: add processed kernel headers a1026.h and tpa2018d1.h

14 years agoam 276313ec: bionic: add processed kernel headers a1026.h and tpa2018d1.h
Iliyan Malchev [Tue, 2 Feb 2010 22:21:02 +0000 (14:21 -0800)]
am 276313ec: bionic: add processed kernel headers a1026.h and tpa2018d1.h

Merge commit '276313ec18c18a07e867dffe568a377583cfd905' into eclair-plus-aosp

* commit '276313ec18c18a07e867dffe568a377583cfd905':
  bionic: add processed kernel headers a1026.h and tpa2018d1.h

14 years agobionic: add processed kernel headers a1026.h and tpa2018d1.h
Iliyan Malchev [Tue, 2 Feb 2010 19:56:26 +0000 (11:56 -0800)]
bionic: add processed kernel headers a1026.h and tpa2018d1.h

Signed-off-by: Iliyan Malchev <malchev@google.com>
14 years agobionic: update processed kernel header msm_camera.h
Iliyan Malchev [Mon, 1 Feb 2010 01:22:25 +0000 (17:22 -0800)]
bionic: update processed kernel header msm_camera.h

Signed-off-by: Iliyan Malchev <malchev@google.com>
14 years agoMerge "Implement clone() C library function properly."
David Turner [Mon, 25 Jan 2010 22:30:17 +0000 (14:30 -0800)]
Merge "Implement clone() C library function properly."

14 years agoImplement clone() C library function properly.
David 'Digit' Turner [Sat, 23 Jan 2010 02:59:05 +0000 (18:59 -0800)]
Implement clone() C library function properly.

Only provide an implementation for ARM at the moment, since
it requires specific assembly fragments (the standard syscall
stubs cannot be used because the child returns in a different
stack).

14 years agoFix typo in a comment.
Doug Kwan [Mon, 25 Jan 2010 19:09:31 +0000 (11:09 -0800)]
Fix typo in a comment.

14 years agoAlign TEXT section to 4K boundary so that we can use both ld and gold.
Doug Kwan [Mon, 25 Jan 2010 18:24:50 +0000 (10:24 -0800)]
Align TEXT section to 4K boundary so that we can use both ld and gold.

14 years agoAdd Bionic Changelog in libc/docs/CHANGES.TXT
David 'Digit' Turner [Thu, 21 Jan 2010 23:03:26 +0000 (15:03 -0800)]
Add Bionic Changelog in libc/docs/CHANGES.TXT

14 years agoAdd implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershell
Colin Cross [Thu, 14 Jan 2010 01:48:34 +0000 (17:48 -0800)]
Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershell

Change-Id: I5fe7e8b6ee5edbb49e707c3b6737a58563781fa3

14 years agoAdd killpg function
Colin Cross [Thu, 14 Jan 2010 00:39:26 +0000 (16:39 -0800)]
Add killpg function

Change-Id: I9bc347d264fe38faf2d0f9935d2ebb43a353196e

14 years agoAdd fts, err, and sys/queue for grep
Colin Cross [Thu, 14 Jan 2010 05:19:52 +0000 (21:19 -0800)]
Add fts, err, and sys/queue for grep

Change-Id: Id47514a1812d828e95efa2fab0e9c15c5b682b58

14 years agomntent.h requires stdio.h
Colin Cross [Thu, 14 Jan 2010 02:31:01 +0000 (18:31 -0800)]
mntent.h requires stdio.h

Change-Id: If69f64cf088dedb19602bf47627d03400abb9095

14 years agoAdd definition of rlim_t
Colin Cross [Thu, 14 Jan 2010 00:28:13 +0000 (16:28 -0800)]
Add definition of rlim_t

Change-Id: Ie8c2451360cbcce9fc1587528a95aca09a03d0de

14 years agoImport change from ctype.h revision 1.20 from openbsd
Colin Cross [Wed, 13 Jan 2010 22:38:20 +0000 (14:38 -0800)]
Import change from ctype.h revision 1.20 from openbsd

Fixes builds with gcc >= 4.3 with -std=gnu99

Change-Id: I8729b7f4237fd7a99a82b2fe60573a7afe66b435

14 years agoImport include/arpa/telnet.h from BSD
Colin Cross [Wed, 13 Jan 2010 03:00:00 +0000 (19:00 -0800)]
Import include/arpa/telnet.h from BSD

Change-Id: I684251bfb8ef04f0706866ea55dceebcd2a5b0e1

14 years agoImport regex from OpenBSD
Colin Cross [Wed, 13 Jan 2010 02:59:25 +0000 (18:59 -0800)]
Import regex from OpenBSD

Change-Id: I7ad7d907ef65e4e345f94777d730813b1270a612

14 years agoMerge "Use correct TLS codepath for linker"
Colin Cross [Fri, 15 Jan 2010 22:07:40 +0000 (14:07 -0800)]
Merge "Use correct TLS codepath for linker"

14 years agoUse correct TLS codepath for linker
Gary King [Tue, 29 Sep 2009 23:12:31 +0000 (16:12 -0700)]
Use correct TLS codepath for linker

Replicate ARM libc build's HAVE_ARM_TLS_REGISTER preprocessor definition
logic, to ensure that the runtime linker uses the correct codepath for
accessing the TLS address

14 years agoFix ptsname_r(3) return type to match glibc
Colin Cross [Tue, 12 Jan 2010 20:58:12 +0000 (12:58 -0800)]
Fix ptsname_r(3) return type to match glibc

The gHardy man pages specify the return type of ptsname_r to be char*, but the
return value to be 0 on success, negative on error and the gHardy stdlib.h
defines extern int ptsname_r(...).

Busybox telnetd fails to run successfully without this change.

14 years agoMerge "Fix usleep(3) return type to be POSIX-compliant."
Elliott Hughes [Thu, 7 Jan 2010 23:54:35 +0000 (15:54 -0800)]
Merge "Fix usleep(3) return type to be POSIX-compliant."

14 years agoAdd user-space ptrace data structure to dump VFP registers and status word.
Ben Cheng [Thu, 17 Dec 2009 20:46:45 +0000 (12:46 -0800)]
Add user-space ptrace data structure to dump VFP registers and status word.

14 years agoMerge commit 'goog/eclair-plus-aosp'
Android Git Automerger [Tue, 15 Dec 2009 08:44:05 +0000 (00:44 -0800)]
Merge commit 'goog/eclair-plus-aosp'

14 years agoFix usleep(3) return type to be POSIX-compliant.
Elliott Hughes [Tue, 15 Dec 2009 01:07:19 +0000 (17:07 -0800)]
Fix usleep(3) return type to be POSIX-compliant.

POSIX usleep(3) returns 0 on successful completion, -1 otherwise:
  http://www.opengroup.org/onlinepubs/007908799/xsh/usleep.html

This was found by an external user porting native code:
  http://groups.google.com/group/android-porting/browse_thread/thread/674848f001db0292

14 years agoam f197147a: am ca07064c: am 5f53a182: Revert "Add qsort_r() implementation to the...
Mathias Agopian [Fri, 4 Dec 2009 12:31:23 +0000 (04:31 -0800)]
am f197147a: am ca07064c: am 5f53a182: Revert "Add qsort_r() implementation to the C library."

Merge commit 'f197147a787d7415e6e0a1bad15566836c55befb'

* commit 'f197147a787d7415e6e0a1bad15566836c55befb':
  Revert "Add qsort_r() implementation to the C library."

14 years agoam be71c814: am 20b3097d: am 754c178a: Add qsort_r() implementation to the C library.
David 'Digit' Turner [Fri, 4 Dec 2009 12:29:36 +0000 (04:29 -0800)]
am be71c814: am 20b3097d: am 754c178a: Add qsort_r() implementation to the C library.

Merge commit 'be71c8142d4225dd9af4742ec050f30fcbc2aa5e'

* commit 'be71c8142d4225dd9af4742ec050f30fcbc2aa5e':
  Add qsort_r() implementation to the C library.

14 years agoam a0783df1: am df55c642: am e1e68492: Merge change Ifa58a406 into eclair
Dima Zavin [Fri, 4 Dec 2009 01:21:46 +0000 (17:21 -0800)]
am a0783df1: am df55c642: am e1e68492: Merge change Ifa58a406 into eclair

Merge commit 'a0783df14eaf9b0d858dd42d4e8a64a738314900'

* commit 'a0783df14eaf9b0d858dd42d4e8a64a738314900':
  libc: kernel: Update msm_kgsl.h header

14 years agoam ca07064c: am 5f53a182: Revert "Add qsort_r() implementation to the C library."
Mathias Agopian [Fri, 4 Dec 2009 01:15:16 +0000 (17:15 -0800)]
am ca07064c: am 5f53a182: Revert "Add qsort_r() implementation to the C library."

Merge commit 'ca07064c9ebd8523ed88fa09e97feaaafb7e9c15' into eclair-mr2-plus-aosp

* commit 'ca07064c9ebd8523ed88fa09e97feaaafb7e9c15':
  Revert "Add qsort_r() implementation to the C library."

14 years agoam 5f53a182: Revert "Add qsort_r() implementation to the C library."
Mathias Agopian [Fri, 4 Dec 2009 01:10:45 +0000 (17:10 -0800)]
am 5f53a182: Revert "Add qsort_r() implementation to the C library."

Merge commit '5f53a18204ec991f5a77872806eeaa185936aa8c' into eclair-plus-aosp

* commit '5f53a18204ec991f5a77872806eeaa185936aa8c':
  Revert "Add qsort_r() implementation to the C library."

14 years agoam 5f53a182: Revert "Add qsort_r() implementation to the C library."
Mathias Agopian [Fri, 4 Dec 2009 01:10:14 +0000 (17:10 -0800)]
am 5f53a182: Revert "Add qsort_r() implementation to the C library."

Merge commit '5f53a18204ec991f5a77872806eeaa185936aa8c' into eclair-mr2

* commit '5f53a18204ec991f5a77872806eeaa185936aa8c':
  Revert "Add qsort_r() implementation to the C library."

14 years agoam 20b3097d: am 754c178a: Add qsort_r() implementation to the C library.
David 'Digit' Turner [Fri, 4 Dec 2009 00:44:43 +0000 (16:44 -0800)]
am 20b3097d: am 754c178a: Add qsort_r() implementation to the C library.

Merge commit '20b3097d4cc225d948dac38e778a9d3b3b1549db' into eclair-mr2-plus-aosp

* commit '20b3097d4cc225d948dac38e778a9d3b3b1549db':
  Add qsort_r() implementation to the C library.

14 years agoAdd missing symbol type directives.
Doug Kwan [Fri, 4 Dec 2009 00:26:04 +0000 (16:26 -0800)]
Add missing symbol type directives.

14 years agoRevert "Add qsort_r() implementation to the C library."
Mathias Agopian [Fri, 4 Dec 2009 00:14:40 +0000 (16:14 -0800)]
Revert "Add qsort_r() implementation to the C library."

This reverts commit 754c178ae551aedcbbfd3bfd1c1c3b710d9ad989.

Turns out we don't need it afterall (needed a stable sort anyways).
So, we'll make that change in the dev branch instead.

14 years agoam 754c178a: Add qsort_r() implementation to the C library.
David 'Digit' Turner [Fri, 4 Dec 2009 00:00:48 +0000 (16:00 -0800)]
am 754c178a: Add qsort_r() implementation to the C library.

Merge commit '754c178ae551aedcbbfd3bfd1c1c3b710d9ad989' into eclair-mr2

* commit '754c178ae551aedcbbfd3bfd1c1c3b710d9ad989':
  Add qsort_r() implementation to the C library.

14 years agoam 754c178a: Add qsort_r() implementation to the C library.
David 'Digit' Turner [Fri, 4 Dec 2009 00:00:26 +0000 (16:00 -0800)]
am 754c178a: Add qsort_r() implementation to the C library.

Merge commit '754c178ae551aedcbbfd3bfd1c1c3b710d9ad989' into eclair-plus-aosp

* commit '754c178ae551aedcbbfd3bfd1c1c3b710d9ad989':
  Add qsort_r() implementation to the C library.

14 years agoAdd qsort_r() implementation to the C library.
David 'Digit' Turner [Thu, 3 Dec 2009 01:38:41 +0000 (17:38 -0800)]
Add qsort_r() implementation to the C library.

NOTE: This replaces qsort.c with the FreeBSD version. While
      the patch changes the source, it should not alter the
      implementation that should use the exact same algorithm.

14 years agoam df55c642: am e1e68492: Merge change Ifa58a406 into eclair
Dima Zavin [Thu, 3 Dec 2009 10:20:57 +0000 (02:20 -0800)]
am df55c642: am e1e68492: Merge change Ifa58a406 into eclair

Merge commit 'df55c64203ac96fa0447357d1d19e6adee52c8d1' into eclair-mr2-plus-aosp

* commit 'df55c64203ac96fa0447357d1d19e6adee52c8d1':
  libc: kernel: Update msm_kgsl.h header

14 years agoam e1e68492: Merge change Ifa58a406 into eclair
Dima Zavin [Thu, 3 Dec 2009 10:14:57 +0000 (02:14 -0800)]
am e1e68492: Merge change Ifa58a406 into eclair

Merge commit 'e1e684920f3bea04f7cccee9f2d7ecd8b9a1ba47' into eclair-plus-aosp

* commit 'e1e684920f3bea04f7cccee9f2d7ecd8b9a1ba47':
  libc: kernel: Update msm_kgsl.h header

14 years agoam e1e68492: Merge change Ifa58a406 into eclair
Dima Zavin [Thu, 3 Dec 2009 10:14:56 +0000 (02:14 -0800)]
am e1e68492: Merge change Ifa58a406 into eclair

Merge commit 'e1e684920f3bea04f7cccee9f2d7ecd8b9a1ba47' into eclair-mr2

* commit 'e1e684920f3bea04f7cccee9f2d7ecd8b9a1ba47':
  libc: kernel: Update msm_kgsl.h header

14 years agoMerge change Ifa58a406 into eclair
Android (Google) Code Review [Thu, 3 Dec 2009 10:09:47 +0000 (02:09 -0800)]
Merge change Ifa58a406 into eclair

* changes:
  libc: kernel: Update msm_kgsl.h header

14 years agoam aeebf717: am db63eff2: am fe62de1a: Add support for R_ARM_REL32 to the dynamic...
David 'Digit' Turner [Thu, 3 Dec 2009 04:31:36 +0000 (20:31 -0800)]
am aeebf717: am db63eff2: am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.

Merge commit 'aeebf717ad596f144d7ba8f8d5778bdbbd51cbe7'

* commit 'aeebf717ad596f144d7ba8f8d5778bdbbd51cbe7':
  Add support for R_ARM_REL32 to the dynamic linker.

14 years agoam db63eff2: am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.
David 'Digit' Turner [Wed, 2 Dec 2009 19:23:26 +0000 (11:23 -0800)]
am db63eff2: am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.

Merge commit 'db63eff2d5790d40577baefea1d1895e3004fd22' into eclair-mr2-plus-aosp

* commit 'db63eff2d5790d40577baefea1d1895e3004fd22':
  Add support for R_ARM_REL32 to the dynamic linker.

14 years agoam fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.
David 'Digit' Turner [Wed, 2 Dec 2009 19:17:29 +0000 (11:17 -0800)]
am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.

Merge commit 'fe62de1ad036a1417df44b7b1a7c65cc79dc7091' into eclair-plus-aosp

* commit 'fe62de1ad036a1417df44b7b1a7c65cc79dc7091':
  Add support for R_ARM_REL32 to the dynamic linker.

14 years agoam fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.
David 'Digit' Turner [Wed, 2 Dec 2009 19:16:57 +0000 (11:16 -0800)]
am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.

Merge commit 'fe62de1ad036a1417df44b7b1a7c65cc79dc7091' into eclair-mr2

* commit 'fe62de1ad036a1417df44b7b1a7c65cc79dc7091':
  Add support for R_ARM_REL32 to the dynamic linker.

14 years agoAdd support for R_ARM_REL32 to the dynamic linker.
David 'Digit' Turner [Wed, 2 Dec 2009 18:54:53 +0000 (10:54 -0800)]
Add support for R_ARM_REL32 to the dynamic linker.

Merged from eclair-mr2

14 years agolibc: kernel: Update msm_kgsl.h header
Dima Zavin [Thu, 19 Nov 2009 17:55:56 +0000 (09:55 -0800)]
libc: kernel: Update msm_kgsl.h header

Change-Id: Ifa58a406c9419c5ad73a1f9456add6dd54bfb2ba
Signed-off-by: Dima Zavin <dima@android.com>
14 years agoFix libc logging implementation.
Andy McFadden [Tue, 1 Dec 2009 01:09:45 +0000 (17:09 -0800)]
Fix libc logging implementation.

The file descriptor wasn't getting set, so the writev() call was
silently failing.

There's a parallel implementation over in system/core/liblog, but it's
still using the old approach and didn't have this problem.

14 years agoMerge change Ic1202510
Android (Google) Code Review [Thu, 26 Nov 2009 00:25:04 +0000 (16:25 -0800)]
Merge change Ic1202510

* changes:
  Added a comment.

14 years agoAdded a comment.
Andy McFadden [Wed, 25 Nov 2009 22:16:53 +0000 (14:16 -0800)]
Added a comment.

The structs for stdin/stdout/stderr are formed with a static initializer
that needs to be updated if something in FILE is changed.

14 years agoam ae77aae8: am 07401a68: am cd5df2d9: Rebuild the time zone data files in 32-bit...
Eric Fischer [Tue, 24 Nov 2009 22:14:02 +0000 (14:14 -0800)]
am ae77aae8: am 07401a68: am cd5df2d9: Rebuild the time zone data files in 32-bit format instead of 64-bit.

Merge commit 'ae77aae80cb78b33f32e65c43a473d5e297b866b'

* commit 'ae77aae80cb78b33f32e65c43a473d5e297b866b':
  Rebuild the time zone data files in 32-bit format instead of 64-bit.

14 years agoam 07401a68: am cd5df2d9: Rebuild the time zone data files in 32-bit format instead...
Eric Fischer [Tue, 24 Nov 2009 22:09:34 +0000 (14:09 -0800)]
am 07401a68: am cd5df2d9: Rebuild the time zone data files in 32-bit format instead of 64-bit.

Merge commit '07401a681f7530a8126fb0fd07a097828337b30a' into eclair-mr2-plus-aosp

* commit '07401a681f7530a8126fb0fd07a097828337b30a':
  Rebuild the time zone data files in 32-bit format instead of 64-bit.

14 years agoam cd5df2d9: Rebuild the time zone data files in 32-bit format instead of 64-bit.
Eric Fischer [Tue, 24 Nov 2009 22:02:30 +0000 (14:02 -0800)]
am cd5df2d9: Rebuild the time zone data files in 32-bit format instead of 64-bit.

Merge commit 'cd5df2d92c3adeac41e27aab5ba0f999c753c4c4' into eclair-mr2

* commit 'cd5df2d92c3adeac41e27aab5ba0f999c753c4c4':
  Rebuild the time zone data files in 32-bit format instead of 64-bit.

14 years agoam cd5df2d9: Rebuild the time zone data files in 32-bit format instead of 64-bit.
Eric Fischer [Tue, 24 Nov 2009 22:01:54 +0000 (14:01 -0800)]
am cd5df2d9: Rebuild the time zone data files in 32-bit format instead of 64-bit.

Merge commit 'cd5df2d92c3adeac41e27aab5ba0f999c753c4c4' into eclair-plus-aosp

* commit 'cd5df2d92c3adeac41e27aab5ba0f999c753c4c4':
  Rebuild the time zone data files in 32-bit format instead of 64-bit.

14 years agoRebuild the time zone data files in 32-bit format instead of 64-bit.
Eric Fischer [Tue, 24 Nov 2009 21:52:05 +0000 (13:52 -0800)]
Rebuild the time zone data files in 32-bit format instead of 64-bit.

The 64-bit data is not currently being used and more than doubles the size.

14 years agoam a5d96513: am 8d7c6953: am 7e617899: Correct the raw offsets in the time zone index...
Eric Fischer [Tue, 24 Nov 2009 01:12:28 +0000 (17:12 -0800)]
am a5d96513: am 8d7c6953: am 7e617899: Correct the raw offsets in the time zone index for a few zones.

Merge commit 'a5d9651368779ae054f4184c5881566fdee85003'

* commit 'a5d9651368779ae054f4184c5881566fdee85003':
  Correct the raw offsets in the time zone index for a few zones.

14 years agoam 8d7c6953: am 7e617899: Correct the raw offsets in the time zone index for a few...
Eric Fischer [Tue, 24 Nov 2009 01:08:20 +0000 (17:08 -0800)]
am 8d7c6953: am 7e617899: Correct the raw offsets in the time zone index for a few zones.

Merge commit '8d7c6953373b4e2c6f49dfff741bf0da09030760' into eclair-mr2-plus-aosp

* commit '8d7c6953373b4e2c6f49dfff741bf0da09030760':
  Correct the raw offsets in the time zone index for a few zones.

14 years agoam 7e617899: Correct the raw offsets in the time zone index for a few zones.
Eric Fischer [Tue, 24 Nov 2009 01:04:43 +0000 (17:04 -0800)]
am 7e617899: Correct the raw offsets in the time zone index for a few zones.

Merge commit '7e6178998507f993eedf6bec726b0c28881f0485' into eclair-plus-aosp

* commit '7e6178998507f993eedf6bec726b0c28881f0485':
  Correct the raw offsets in the time zone index for a few zones.

14 years agoam 7e617899: Correct the raw offsets in the time zone index for a few zones.
Eric Fischer [Tue, 24 Nov 2009 01:04:18 +0000 (17:04 -0800)]
am 7e617899: Correct the raw offsets in the time zone index for a few zones.

Merge commit '7e6178998507f993eedf6bec726b0c28881f0485' into eclair-mr2

* commit '7e6178998507f993eedf6bec726b0c28881f0485':
  Correct the raw offsets in the time zone index for a few zones.

14 years agoCorrect the raw offsets in the time zone index for a few zones.
Eric Fischer [Tue, 24 Nov 2009 00:28:11 +0000 (16:28 -0800)]
Correct the raw offsets in the time zone index for a few zones.

ZoneCompactor was using the system time zone database to get the offsets
instead of using the data it was compiling, so for newly added or recently
changed zones the index could be inconsistent with the data.

Affected zones: San_Luis, Casey, Davis, Mawson, Kathmandu, Novokuznetsk

14 years agoam 01a1f8b0: am b5239ed1: libc: allow usage of time64.h from cpp code
Fred Fettinger [Mon, 23 Nov 2009 21:43:42 +0000 (13:43 -0800)]
am 01a1f8b0: am b5239ed1: libc: allow usage of time64.h from cpp code

Merge commit '01a1f8b080d9d4e619ce00039f195f6fa3aa2045'

* commit '01a1f8b080d9d4e619ce00039f195f6fa3aa2045':
  libc: allow usage of time64.h from cpp code

14 years agoam b5239ed1: libc: allow usage of time64.h from cpp code
Fred Fettinger [Mon, 23 Nov 2009 21:39:03 +0000 (13:39 -0800)]
am b5239ed1: libc: allow usage of time64.h from cpp code

Merge commit 'b5239ed16aeba648f1c9bcb7a4887b8a41670326' into eclair-mr2-plus-aosp

* commit 'b5239ed16aeba648f1c9bcb7a4887b8a41670326':
  libc: allow usage of time64.h from cpp code

14 years agolibc: allow usage of time64.h from cpp code
Fred Fettinger [Fri, 20 Nov 2009 22:57:14 +0000 (16:57 -0600)]
libc: allow usage of time64.h from cpp code

Wrapped declarations in time64.h with __BEGIN_DECLS/__END_DECLS so that
the prototypes are correctly identified as extern C.

Change-Id: I253453307831c929a6c7174b28b48bceef946fed
Signed-off-by: Fred Fettinger <fred.fettinger@motorola.com>
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoam 9cb69cf4: am 25a3a3ea: am a6083b77: Update zoneinfo time zone data to version...
Eric Fischer [Fri, 20 Nov 2009 23:55:50 +0000 (15:55 -0800)]
am 9cb69cf4: am 25a3a3ea: am a6083b77: Update zoneinfo time zone data to version 2009s

Merge commit '9cb69cf4dc8962204715a7662c7d0e778a7ee113'

* commit '9cb69cf4dc8962204715a7662c7d0e778a7ee113':
  Update zoneinfo time zone data to version 2009s

14 years agoam 25a3a3ea: am a6083b77: Update zoneinfo time zone data to version 2009s
Eric Fischer [Fri, 20 Nov 2009 23:47:49 +0000 (15:47 -0800)]
am 25a3a3ea: am a6083b77: Update zoneinfo time zone data to version 2009s

Merge commit '25a3a3ea8cb234bead6d80a71823713b80acfea8' into eclair-mr2-plus-aosp

* commit '25a3a3ea8cb234bead6d80a71823713b80acfea8':
  Update zoneinfo time zone data to version 2009s

14 years agoam a6083b77: Update zoneinfo time zone data to version 2009s
Eric Fischer [Fri, 20 Nov 2009 23:42:15 +0000 (15:42 -0800)]
am a6083b77: Update zoneinfo time zone data to version 2009s

Merge commit 'a6083b7768a2d1efc52805ff7ce049866186c744' into eclair-plus-aosp

* commit 'a6083b7768a2d1efc52805ff7ce049866186c744':
  Update zoneinfo time zone data to version 2009s

14 years agoam a6083b77: Update zoneinfo time zone data to version 2009s
Eric Fischer [Fri, 20 Nov 2009 23:42:11 +0000 (15:42 -0800)]
am a6083b77: Update zoneinfo time zone data to version 2009s

Merge commit 'a6083b7768a2d1efc52805ff7ce049866186c744' into eclair-mr2

* commit 'a6083b7768a2d1efc52805ff7ce049866186c744':
  Update zoneinfo time zone data to version 2009s

14 years agoUpdate zoneinfo time zone data to version 2009s
Eric Fischer [Fri, 20 Nov 2009 22:39:55 +0000 (14:39 -0800)]
Update zoneinfo time zone data to version 2009s

http://b/issue?id=2272477

14 years agoam fdfa1677: am 362b2aab: Merge change Ib4550a04 into eclair-mr2
Vladimir Chtchetkine [Fri, 20 Nov 2009 01:37:46 +0000 (17:37 -0800)]
am fdfa1677: am 362b2aab: Merge change Ib4550a04 into eclair-mr2

Merge commit 'fdfa16776ca8f33f671cbac5dd9fa8bd761e16a8'

* commit 'fdfa16776ca8f33f671cbac5dd9fa8bd761e16a8':
  Split libc_debug.so into two .so modules loaded on demand from libc.so

14 years agoam 362b2aab: Merge change Ib4550a04 into eclair-mr2
Vladimir Chtchetkine [Thu, 19 Nov 2009 19:28:22 +0000 (11:28 -0800)]
am 362b2aab: Merge change Ib4550a04 into eclair-mr2

Merge commit '362b2aabee2dd04e04a3ad9c09f0ad0212569be4' into eclair-mr2-plus-aosp

* commit '362b2aabee2dd04e04a3ad9c09f0ad0212569be4':
  Split libc_debug.so into two .so modules loaded on demand from libc.so

14 years agoMerge change Ib4550a04 into eclair-mr2
Android (Google) Code Review [Thu, 19 Nov 2009 19:24:10 +0000 (11:24 -0800)]
Merge change Ib4550a04 into eclair-mr2

* changes:
  Split libc_debug.so into two .so modules loaded on demand from libc.so

14 years agoSplit libc_debug.so into two .so modules loaded on demand from libc.so
Vladimir Chtchetkine [Tue, 17 Nov 2009 22:13:38 +0000 (14:13 -0800)]
Split libc_debug.so into two .so modules loaded on demand from libc.so

This change is intended to eliminate need to replace libc.so with libc_debug.so in order to enablememory allocation debugging.
This is also the first step towards implementing extended memoryallocation debugging using emulator's capabilities in monitoring memory access.

14 years agoam ebf3ea00: am 34ea5117: Add support for R_ARM_REL32 to the dynamic linker.
David 'Digit' Turner [Wed, 18 Nov 2009 00:16:52 +0000 (16:16 -0800)]
am ebf3ea00: am 34ea5117: Add support for R_ARM_REL32 to the dynamic linker.

Merge commit 'ebf3ea006e5367fff93d2491eec24c4b1a633805'

* commit 'ebf3ea006e5367fff93d2491eec24c4b1a633805':
  Add support for R_ARM_REL32 to the dynamic linker.

14 years agoam 34ea5117: Add support for R_ARM_REL32 to the dynamic linker.
David 'Digit' Turner [Wed, 18 Nov 2009 00:06:26 +0000 (16:06 -0800)]
am 34ea5117: Add support for R_ARM_REL32 to the dynamic linker.

Merge commit '34ea5117dbeba41ae5dfdfb2c2ec8cae23388b66' into eclair-mr2-plus-aosp

* commit '34ea5117dbeba41ae5dfdfb2c2ec8cae23388b66':
  Add support for R_ARM_REL32 to the dynamic linker.

14 years agoAdd support for R_ARM_REL32 to the dynamic linker.
David 'Digit' Turner [Tue, 17 Nov 2009 22:56:26 +0000 (14:56 -0800)]
Add support for R_ARM_REL32 to the dynamic linker.

14 years agoam a7f8f312: merge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 23:03:49 +0000 (15:03 -0800)]
am a7f8f312: merge from open-source master

Merge commit 'a7f8f312e0791509b2382f90861fe9f373bd4f0b'

* commit 'a7f8f312e0791509b2382f90861fe9f373bd4f0b':
  eclair snapshot

14 years agomerge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 22:55:00 +0000 (14:55 -0800)]
merge from open-source master

14 years agomerge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 22:05:54 +0000 (14:05 -0800)]
merge from open-source master

Merge commit 'goog/stage-korg-master' into HEAD

14 years agomerge from eclair
Jean-Baptiste Queru [Sun, 15 Nov 2009 20:05:31 +0000 (12:05 -0800)]
merge from eclair

14 years agoam 817b4c45: merge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 19:30:50 +0000 (11:30 -0800)]
am 817b4c45: merge from open-source master

Merge commit '817b4c45f05c613a4a1ac5940687a2ed24f3b093'

* commit '817b4c45f05c613a4a1ac5940687a2ed24f3b093':
  modified SYSCALLS.TXT to support SuperH architecture

14 years agomerge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 18:58:55 +0000 (10:58 -0800)]
merge from open-source master

14 years agoam 195082ab: am e8870ffc: am 110044b1: libc: kernel: Update msm_kgsl.h header
Dima Zavin [Fri, 13 Nov 2009 12:15:28 +0000 (04:15 -0800)]
am 195082ab: am e8870ffc: am 110044b1: libc: kernel: Update msm_kgsl.h header

Merge commit '195082ab52090aeaebf00b845e0944388dcd92e7'

* commit '195082ab52090aeaebf00b845e0944388dcd92e7':
  libc: kernel: Update msm_kgsl.h header

14 years agoam e8870ffc: am 110044b1: libc: kernel: Update msm_kgsl.h header
Dima Zavin [Fri, 13 Nov 2009 12:08:01 +0000 (04:08 -0800)]
am e8870ffc: am 110044b1: libc: kernel: Update msm_kgsl.h header

Merge commit 'e8870ffc965d553a885f63b26e724da279728b72' into eclair-mr2-plus-aosp

* commit 'e8870ffc965d553a885f63b26e724da279728b72':
  libc: kernel: Update msm_kgsl.h header

14 years agoam 110044b1: libc: kernel: Update msm_kgsl.h header
Dima Zavin [Fri, 13 Nov 2009 12:01:52 +0000 (04:01 -0800)]
am 110044b1: libc: kernel: Update msm_kgsl.h header

Merge commit '110044b131122e6886b962d5d16b1031695c374b' into eclair-mr2

* commit '110044b131122e6886b962d5d16b1031695c374b':
  libc: kernel: Update msm_kgsl.h header

14 years agoam 110044b1: libc: kernel: Update msm_kgsl.h header
Dima Zavin [Fri, 13 Nov 2009 11:51:47 +0000 (03:51 -0800)]
am 110044b1: libc: kernel: Update msm_kgsl.h header

Merge commit '110044b131122e6886b962d5d16b1031695c374b' into eclair-plus-aosp

* commit '110044b131122e6886b962d5d16b1031695c374b':
  libc: kernel: Update msm_kgsl.h header

14 years agolibc: kernel: Update msm_kgsl.h header
Dima Zavin [Fri, 13 Nov 2009 10:29:17 +0000 (02:29 -0800)]
libc: kernel: Update msm_kgsl.h header

Change-Id: I8b22bcb4816fca5e0b92fee4b2ccb0ef135be5a9
Signed-off-by: Dima Zavin <dima@android.com>
14 years agoeclair snapshot
Jean-Baptiste Queru [Fri, 13 Nov 2009 02:45:14 +0000 (18:45 -0800)]
eclair snapshot

14 years agomerge from open-source master
Jean-Baptiste Queru [Wed, 11 Nov 2009 16:19:07 +0000 (08:19 -0800)]
merge from open-source master

14 years agoAdd stdlib functions mbstowcs() and wcstombs().
Dan Bornstein [Tue, 10 Nov 2009 20:15:33 +0000 (12:15 -0800)]
Add stdlib functions mbstowcs() and wcstombs().

As with the other wchar functions in Bionic, these are really
minimally functional stubs.

Change-Id: I805bc5642e7bc22d9d730cfc18f9fb4a5f164416

14 years agoMerge change I37d0317d
Android Code Review [Mon, 9 Nov 2009 23:21:09 +0000 (15:21 -0800)]
Merge change I37d0317d

* changes:
  modified SYSCALLS.TXT to support SuperH architecture

14 years agoam 83362689: merge from open-source master
Jean-Baptiste Queru [Mon, 9 Nov 2009 20:07:54 +0000 (12:07 -0800)]
am 83362689: merge from open-source master

Merge commit '83362689f5b1f6393d376d242fe29541b63ead2d'

* commit '83362689f5b1f6393d376d242fe29541b63ead2d':
  added and modified linker to support SuperH architecture
  Add the BSD sys_signame array.
  added and modified bionic code to support SuperH architecture

14 years agomerge from open-source master
Jean-Baptiste Queru [Mon, 9 Nov 2009 16:04:48 +0000 (08:04 -0800)]
merge from open-source master

14 years agomerge from open-source master
Jean-Baptiste Queru [Mon, 9 Nov 2009 00:09:17 +0000 (16:09 -0800)]
merge from open-source master

14 years agoadded and modified linker to support SuperH architecture
Shin-ichiro KAWASAKI [Fri, 6 Nov 2009 01:36:37 +0000 (10:36 +0900)]
added and modified linker to support SuperH architecture

14 years agoAdd the BSD sys_signame array.
Thorsten Glaser [Fri, 2 Oct 2009 13:39:00 +0000 (15:39 +0200)]
Add the BSD sys_signame array.

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
14 years agoam ecac54db: am 3ba822cc: am 199f9d92: Improve memcpy performance from 290 MiB/s...
Mathias Agopian [Fri, 30 Oct 2009 03:13:12 +0000 (20:13 -0700)]
am ecac54db: am 3ba822cc: am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)

Merge commit 'ecac54db21256952b4b4a9c6f17604ec31743183'

* commit 'ecac54db21256952b4b4a9c6f17604ec31743183':
  Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)

14 years agoam 3ba822cc: am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s...
Mathias Agopian [Fri, 30 Oct 2009 02:53:39 +0000 (19:53 -0700)]
am 3ba822cc: am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)

Merge commit '3ba822cc3f0a252db73cf63cb8390e46fc0ceb0a' into eclair-mr2-plus-aosp

* commit '3ba822cc3f0a252db73cf63cb8390e46fc0ceb0a':
  Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)

14 years agoam 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)
Mathias Agopian [Fri, 30 Oct 2009 02:27:07 +0000 (19:27 -0700)]
am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)

Merge commit '199f9d923804d74e021dd80e48ec75c0a96dba77' into eclair-mr2

* commit '199f9d923804d74e021dd80e48ec75c0a96dba77':
  Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)

14 years agoam 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)
Mathias Agopian [Thu, 29 Oct 2009 09:44:15 +0000 (02:44 -0700)]
am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)

Merge commit '199f9d923804d74e021dd80e48ec75c0a96dba77' into eclair-plus-aosp

* commit '199f9d923804d74e021dd80e48ec75c0a96dba77':
  Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)

14 years agoImprove memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)
Mathias Agopian [Wed, 28 Oct 2009 09:54:37 +0000 (02:54 -0700)]
Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)

use 64 bytes cache lines, reduce the main loop to 64-bytes instead of
128 bytes and adjust the prefetch distance to the optimal value.

14 years agoAdd weak symbol support. Also fix a bug caused by a typo.
Doug Kwan [Mon, 26 Oct 2009 19:05:23 +0000 (12:05 -0700)]
Add weak symbol support.  Also fix a bug caused by a typo.