- 05 Feb, 2010 2 commits
-
-
The Android Open Source Project authored
Merge commit 'ba8bfedd' into eclair-plus-aosp * commit 'ba8bfedd': android-2.1_r1 snapshot
-
The Android Open Source Project authored
-
- 02 Feb, 2010 4 commits
-
-
Iliyan Malchev authored
Merge commit 'd0996bb4' into eclair-plus-aosp * commit 'd0996bb4': bionic: update processed kernel header tpa2018d1.h
-
Iliyan Malchev authored
Merge commit '276313ec' into eclair-plus-aosp * commit '276313ec': bionic: add processed kernel headers a1026.h and tpa2018d1.h
-
Iliyan Malchev authored
Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
Iliyan Malchev authored
Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- 29 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 12 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 03 Dec, 2009 6 commits
-
-
Mathias Agopian authored
Merge commit '5f53a182' into eclair-plus-aosp * commit '5f53a182': Revert "Add qsort_r() implementation to the C library."
-
Mathias Agopian authored
This reverts commit 754c178a. Turns out we don't need it afterall (needed a stable sort anyways). So, we'll make that change in the dev branch instead.
-
David 'Digit' Turner authored
Merge commit '754c178a' into eclair-plus-aosp * commit '754c178a': Add qsort_r() implementation to the C library.
-
David 'Digit' Turner authored
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.
-
Dima Zavin authored
Merge commit 'e1e68492' into eclair-plus-aosp * commit 'e1e68492': libc: kernel: Update msm_kgsl.h header
-
Android (Google) Code Review authored
* changes: libc: kernel: Update msm_kgsl.h header
-
- 02 Dec, 2009 3 commits
-
-
David 'Digit' Turner authored
Merge commit 'fe62de1a' into eclair-plus-aosp * commit 'fe62de1a': Add support for R_ARM_REL32 to the dynamic linker.
-
David 'Digit' Turner authored
Merged from eclair-mr2
-
Dima Zavin authored
Change-Id: Ifa58a406c9419c5ad73a1f9456add6dd54bfb2ba Signed-off-by:
Dima Zavin <dima@android.com>
-
- 24 Nov, 2009 2 commits
-
-
Eric Fischer authored
Merge commit 'cd5df2d9' into eclair-plus-aosp * commit 'cd5df2d9': Rebuild the time zone data files in 32-bit format instead of 64-bit.
-
Eric Fischer authored
The 64-bit data is not currently being used and more than doubles the size.
-
- 23 Nov, 2009 2 commits
-
-
Eric Fischer authored
Merge commit '7e617899' into eclair-plus-aosp * commit '7e617899': Correct the raw offsets in the time zone index for a few zones.
-
Eric Fischer authored
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
-
- 20 Nov, 2009 2 commits
-
-
Eric Fischer authored
Merge commit 'a6083b77' into eclair-plus-aosp * commit 'a6083b77': Update zoneinfo time zone data to version 2009s
-
Eric Fischer authored
http://b/issue?id=2272477
-
- 15 Nov, 2009 2 commits
-
-
Jean-Baptiste Queru authored
Merge commit 'goog/stage-korg-master' into HEAD
-
Jean-Baptiste Queru authored
-
- 13 Nov, 2009 2 commits
-
-
Dima Zavin authored
Merge commit '110044b1' into eclair-plus-aosp * commit '110044b1': libc: kernel: Update msm_kgsl.h header
-
Dima Zavin authored
Change-Id: I8b22bcb4816fca5e0b92fee4b2ccb0ef135be5a9 Signed-off-by:
Dima Zavin <dima@android.com>
-
- 12 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 11 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 09 Nov, 2009 1 commit
-
-
Android Code Review authored
* changes: modified SYSCALLS.TXT to support SuperH architecture
-
- 08 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 05 Nov, 2009 2 commits
-
-
Shin-ichiro KAWASAKI authored
-
Thorsten Glaser authored
Signed-off-by:
Thorsten Glaser <tg@mirbsd.org>
-
- 29 Oct, 2009 1 commit
-
-
Mathias Agopian authored
Merge commit '199f9d92' into eclair-plus-aosp * commit '199f9d92': Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)
-
- 28 Oct, 2009 1 commit
-
-
Mathias Agopian authored
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.
-
- 23 Oct, 2009 2 commits
-
-
Iliyan Malchev authored
Merge commit '763ac283' into eclair-plus-aosp * commit '763ac283': bionic/linker: make the buddy allocator compute max_order on its own bionic/linker: change the buddy allocator to take a handle to the managed area
-
Android (Google) Code Review authored
* changes: bionic/linker: make the buddy allocator compute max_order on its own bionic/linker: change the buddy allocator to take a handle to the managed area
-
- 21 Oct, 2009 2 commits
-
-
Andy McFadden authored
Merge commit '96bbbe21' into eclair-plus-aosp * commit '96bbbe21': Wrap ARM abort() to improve stack trace.
-
Andy McFadden authored
The code generated for Thumb and Thumb2 targets has different handling for abort(). Because abort() is "noreturn", it doesn't need to preserve the callee-save registers. The Thumb2 version trashes LR and makes it impossible to figure out who called abort(). This inserts a trivial stub function; net effect is stack traces are reasonable after an abort(). For bug 2191452. Eclair branch Dr. No approved by: hiroshi
-
- 19 Oct, 2009 1 commit
-
-
Iliyan Malchev authored
Signed-off-by:
Iliyan Malchev <malchev@google.com>
-