| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Add qsort_r() implementation to the C library."android-sdk-2.1_r1android-2.1_r2.1sandroid-2.1_r2android-2.1_r1 | Mathias Agopian | 2009-12-03 | 1 | -1/+0 |
| | | | | | | | | 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. | ||||
| * | Add qsort_r() implementation to the C library. | David 'Digit' Turner | 2009-12-03 | 1 | -0/+1 |
| | | | | | | | 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. | ||||
| * | Add pthread_mutex_lock_timeout_np | David 'Digit' Turner | 2009-09-22 | 1 | -0/+7 |
| | | | | | | | | | This is used to perform a mutex lock for a given amount of milliseconds before giving up. Using the _np prefix since this is absolutely not portable. Also remove a compiler warning in pthread_attr_getstackaddr | ||||
| * | libc: add void to clock() function prototype | Erik Gilling | 2009-09-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Erik Gilling <konkers@android.com> | ||||
| * | added pthread_cond_timedwait_relative_np() | Mathias Agopian | 2009-07-13 | 1 | -0/+20 |
| | | |||||
| * | am 09baf4e8: Add Glibc-compatible macro aliases for the nanosecond time ↵ | David 'Digit' Turner | 2009-06-22 | 1 | -0/+7 |
| |\ | | | | | | | | | | | | | | | | | accessors in stat structure Merge commit '09baf4e881c78e67c7849aa81432ceb34e72e913' * commit '09baf4e881c78e67c7849aa81432ceb34e72e913': Add Glibc-compatible macro aliases for the nanosecond time accessors in stat structure | ||||
| | * | Add Glibc-compatible macro aliases for the nanosecond time accessors in stat ↵ | David 'Digit' Turner | 2009-06-22 | 1 | -0/+7 |
| | | | | | | | | | structure | ||||
| * | | Make IPv6 definitions comply with RFC 3493: | Lorenzo Colitti | 2009-06-16 | 3 | -1/+12 |
| | | | | | | | | | | | - Add some definitions to netinet/in6.h - Include netinet/in6.h from netinet/in.h | ||||
| * | | Add standalone_months field to libc strftime(). | Eric Fischer | 2009-05-15 | 1 | -0/+1 |
| | | | | | | | | | | | Replicate my change 722a5c0462f38827f4097065bfc3826b9e0e9fb4 into bionic in an attempt to fix the build. | ||||
| * | | auto import //branches/master/...@140412 | The Android Open Source Project | 2009-03-18 | 1 | -0/+19 |
| |/ | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 128 | -0/+11682 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 128 | -11682/+0 |
| | | |||||
| * | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 4 | -108/+0 |
| | | |||||
| * | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 7 | -7/+69 |
| | | |||||
| * | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 1 | -0/+3 |
| | | |||||
| * | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 7 | -101/+27 |
| | | |||||
| * | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 13 | -747/+39 |
| | | |||||
| * | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 23 | -166/+198 |
| | | |||||
| * | Initial Contributionandroid-1.0 | The Android Open Source Project | 2008-10-21 | 138 | -0/+12475 |
