- 18 Mar, 2010 2 commits
-
-
David Turner authored
-
David Turner authored
-
- 17 Mar, 2010 3 commits
-
-
Matt Fischer authored
dladdr() is a GNU extension function, which allows the caller to retrieve symbol information for a specified memory address. It is useful for things like generating backtrace information at runtime. Change-Id: I3a1def1a6c9c666d93e1e97b7d260dfa5b9b79a9
-
David Turner authored
-
David Turner authored
-
- 16 Mar, 2010 4 commits
-
-
David Turner authored
-
David Turner authored
-
David Turner authored
-
David Turner authored
-
- 04 Mar, 2010 1 commit
-
-
Bruce Beare authored
-
- 12 Feb, 2010 1 commit
-
-
Matt Fischer authored
On ARM EABI, 64-bit function parameters must be aligned to an even/odd register pair. The weird way these stubs were written (using separate lo/hi parameters) prevented this alignment from being enforced by the compiler.
-
- 09 Feb, 2010 1 commit
-
-
Iliyan Malchev authored
Merge commit 'ee424e23' into eclair-plus-aosp * commit 'ee424e23': bionic: update processed kernel header a1026.h
-
- 08 Feb, 2010 1 commit
-
-
Iliyan Malchev authored
Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- 05 Feb, 2010 6 commits
-
-
André Goddard Rosa authored
... for the consistency sake. Signed-off-by:
André Goddard Rosa <andre.goddard@gmail.com>
-
André Goddard Rosa authored
... and simplify the generated code. Signed-off-by:
André Goddard Rosa <andre.goddard@gmail.com>
-
André Goddard Rosa authored
... by using similar logic as used in pthread_detach(). Signed-off-by:
André Goddard Rosa <andre.goddard@gmail.com>
-
André Goddard Rosa authored
Signed-off-by:
André Goddard Rosa <andre.goddard@gmail.com>
-
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>
-
- 30 Jan, 2010 2 commits
-
-
André Goddard Rosa authored
Signed-off-by:
André Goddard Rosa <andre.goddard@gmail.com>
-
André Goddard Rosa authored
Remove redundant not NULL check already done in free(). Signed-off-by:
André Goddard Rosa <andre.goddard@gmail.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
-