summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "bionic: on pthread_join(), avoid extra check in case we find the thread"David Turner2010-03-181-5/+4
|\
| * bionic: on pthread_join(), avoid extra check in case we find the threadAndré Goddard Rosa2010-02-051-5/+4
| | | | | | | | | | | | ... by using similar logic as used in pthread_detach(). Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
* | Merge "bionic: ftell() returns a long, not an int"David Turner2010-03-181-1/+1
|\ \
| * | bionic: ftell() returns a long, not an intAndré Goddard Rosa2010-02-051-1/+1
| |/ | | | | | | Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
* | Added support for dladdr()Matt Fischer2010-03-175-15/+101
| | | | | | | | | | | | | | | | 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
* | Merge "x86 syscall system call implementation"David Turner2010-03-172-0/+53
|\ \
| * | x86 syscall system call implementationBruce Beare2010-03-042-0/+53
| | |
* | | Merge "Fix pread()/pwrite() stubs"David Turner2010-03-172-4/+4
|\ \ \
| * | | Fix pread()/pwrite() stubsMatt Fischer2010-02-122-4/+4
| | |/ | |/| | | | | | | | | | | | | | | | 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.
* | | Merge "bionic: remove unneeded variable from chk_realloc()"David Turner2010-03-161-2/+3
|\ \ \
| * | | bionic: remove unneeded variable from chk_realloc()André Goddard Rosa2010-02-051-2/+3
| |/ / | | | | | | | | | | | | | | | ... and simplify the generated code. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
* | | Merge "bionic: equalize the <unknown> program name between ssp.c and ↵David Turner2010-03-161-2/+2
|\ \ \ | | | | | | | | | | | | libc_init_common.c"
| * | | bionic: equalize the <unknown> program name between ssp.c and libc_init_common.cAndré Goddard Rosa2010-02-051-2/+2
| |/ / | | | | | | | | | | | | | | | ... for the consistency sake. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
* | | Merge "improve readability of string: fix indentation and remove trailing ↵David Turner2010-03-1613-18/+17
|\ \ \ | | | | | | | | | | | | spaces"
| * | | improve readability of string: fix indentation and remove trailing spacesAndré Goddard Rosa2010-01-3013-18/+17
| | | | | | | | | | | | | | | | Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
* | | | Merge "optimize delete/delete[] operators by removing unneeded branch"David Turner2010-03-161-12/+4
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | optimize delete/delete[] operators by removing unneeded branchAndré Goddard Rosa2010-01-301-12/+4
| |/ | | | | | | | | | | Remove redundant not NULL check already done in free(). Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
* | am ee424e23: bionic: update processed kernel header a1026.hIliyan Malchev2010-02-091-1/+2
|\ \ | | | | | | | | | | | | | | | | | | Merge commit 'ee424e23c10c051ee4760177c85f6003ff20108c' into eclair-plus-aosp * commit 'ee424e23c10c051ee4760177c85f6003ff20108c': bionic: update processed kernel header a1026.h
| * | bionic: update processed kernel header a1026.handroid-cts-2.1_r5android-cts-2.1_r4android-cts-2.1_r3android-cts-2.1_r2Iliyan Malchev2010-02-081-1/+2
| | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | am ba8bfedd: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'ba8bfedd04824eea944236ffc885f866c5e9c651' into eclair-plus-aosp * commit 'ba8bfedd04824eea944236ffc885f866c5e9c651': android-2.1_r1 snapshot
| * | reconcile main tree with open-source eclairandroid-sdk-tools_r5The Android Open Source Project2010-02-050-0/+0
| |\ \
| | * \ reconcile android-2.1_r1 snapshotThe Android Open Source Project2010-01-290-0/+0
| | |\ \
| | | * | android-2.1_r1 snapshotThe Android Open Source Project2010-01-126-7/+24
| | | | |
* | | | | am d0996bb4: bionic: update processed kernel header tpa2018d1.hIliyan Malchev2010-02-021-0/+8
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'd0996bb4cd6b6d0fa7c643a809f01e33adc2638d' into eclair-plus-aosp * commit 'd0996bb4cd6b6d0fa7c643a809f01e33adc2638d': bionic: update processed kernel header tpa2018d1.h
| * | | | bionic: update processed kernel header tpa2018d1.handroid-2.1_r2.1p2android-2.1_r2.1pIliyan Malchev2010-02-021-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | | | am 276313ec: bionic: add processed kernel headers a1026.h and tpa2018d1.hIliyan Malchev2010-02-022-0/+91
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '276313ec18c18a07e867dffe568a377583cfd905' into eclair-plus-aosp * commit '276313ec18c18a07e867dffe568a377583cfd905': bionic: add processed kernel headers a1026.h and tpa2018d1.h
| * | | | bionic: add processed kernel headers a1026.h and tpa2018d1.hIliyan Malchev2010-02-022-0/+91
| |/ / / | | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | | am 5f53a182: Revert "Add qsort_r() implementation to the C library."Mathias Agopian2009-12-034-76/+37
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '5f53a18204ec991f5a77872806eeaa185936aa8c' into eclair-plus-aosp * commit '5f53a18204ec991f5a77872806eeaa185936aa8c': Revert "Add qsort_r() implementation to the C library."
| * | | Revert "Add qsort_r() implementation to the C library."android-sdk-2.1_r1android-2.1_r2.1sandroid-2.1_r2android-2.1_r1Mathias Agopian2009-12-034-76/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | am 754c178a: Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-034-37/+76
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '754c178ae551aedcbbfd3bfd1c1c3b710d9ad989' into eclair-plus-aosp * commit '754c178ae551aedcbbfd3bfd1c1c3b710d9ad989': Add qsort_r() implementation to the C library.
| * | | Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-034-37/+76
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | am e1e68492: Merge change Ifa58a406 into eclairDima Zavin2009-12-031-0/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'e1e684920f3bea04f7cccee9f2d7ecd8b9a1ba47' into eclair-plus-aosp * commit 'e1e684920f3bea04f7cccee9f2d7ecd8b9a1ba47': libc: kernel: Update msm_kgsl.h header
| * | | Merge change Ifa58a406 into eclairAndroid (Google) Code Review2009-12-031-0/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: libc: kernel: Update msm_kgsl.h header
| | * | | libc: kernel: Update msm_kgsl.h headerDima Zavin2009-12-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifa58a406c9419c5ad73a1f9456add6dd54bfb2ba Signed-off-by: Dima Zavin <dima@android.com>
* | | | | am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-12-022-6/+14
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'fe62de1ad036a1417df44b7b1a7c65cc79dc7091' into eclair-plus-aosp * commit 'fe62de1ad036a1417df44b7b1a7c65cc79dc7091': Add support for R_ARM_REL32 to the dynamic linker.
| * | | | Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-12-022-6/+14
| |/ / / | | | | | | | | | | | | Merged from eclair-mr2
* | | | am cd5df2d9: Rebuild the time zone data files in 32-bit format instead of ↵Eric Fischer2009-11-242-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Rebuild the time zone data files in 32-bit format instead of 64-bit.Eric Fischer2009-11-242-0/+0
| | | | | | | | | | | | | | | | The 64-bit data is not currently being used and more than doubles the size.
* | | | am 7e617899: Correct the raw offsets in the time zone index for a few zones.Eric Fischer2009-11-231-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '7e6178998507f993eedf6bec726b0c28881f0485' into eclair-plus-aosp * commit '7e6178998507f993eedf6bec726b0c28881f0485': Correct the raw offsets in the time zone index for a few zones.
| * | | Correct the raw offsets in the time zone index for a few zones.Eric Fischer2009-11-231-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | am a6083b77: Update zoneinfo time zone data to version 2009sEric Fischer2009-11-203-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'a6083b7768a2d1efc52805ff7ce049866186c744' into eclair-plus-aosp * commit 'a6083b7768a2d1efc52805ff7ce049866186c744': Update zoneinfo time zone data to version 2009s
| * | | Update zoneinfo time zone data to version 2009sEric Fischer2009-11-203-1/+1
| | | | | | | | | | | | | | | | http://b/issue?id=2272477
* | | | merge from open-source masterJean-Baptiste Queru2009-11-150-0/+0
|\ \ \ \ | | |_|/ | |/| | | | | | Merge commit 'goog/stage-korg-master' into HEAD
| * | | merge from eclairJean-Baptiste Queru2009-11-1547-3219/+5098
| |\ \ \ | | | |/ | | |/|
| | * | eclair snapshotJean-Baptiste Queru2009-11-1250-3218/+5185
| | | |
* | | | am 110044b1: libc: kernel: Update msm_kgsl.h headerDima Zavin2009-11-131-0/+7
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Merge commit '110044b131122e6886b962d5d16b1031695c374b' into eclair-plus-aosp * commit '110044b131122e6886b962d5d16b1031695c374b': libc: kernel: Update msm_kgsl.h header
| * | | libc: kernel: Update msm_kgsl.h headerandroid-sdk-2.0.1_r1android-sdk-2.0.1-docs_r1android-2.0.1_r1Dima Zavin2009-11-131-0/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: I8b22bcb4816fca5e0b92fee4b2ccb0ef135be5a9 Signed-off-by: Dima Zavin <dima@android.com>
* | | | merge from open-source masterJean-Baptiste Queru2009-11-113-22/+135
|\ \ \ \ | | |/ / | |/| |
| * | | Merge change I37d0317dAndroid Code Review2009-11-093-22/+135
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: modified SYSCALLS.TXT to support SuperH architecture
| | * | | modified SYSCALLS.TXT to support SuperH architectureShin-ichiro KAWASAKI2009-09-013-22/+135
| | | | |