Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: Add an intermediate version of the static libc without malloc | Dima Zavin | 2009-05-27 | 1 | -0/+26 |
| | | | | | | | For now, this will only used by the dynamic loader to ensure that malloc and friends are never called. Signed-off-by: Dima Zavin <dima@android.com> | ||||
* | libc: Cleanup the libc makefile. | Dima Zavin | 2009-05-27 | 1 | -116/+84 |
| | | | | | | | | Removes a lot of redundant code, and reorganizes the file. We first setup all the comomn variables we may need, and then define the actual libraries that need to be generated. Signed-off-by: Dima Zavin <dima@android.com> | ||||
* | Merge change 2470 into donut | Android (Google) Code Review | 2009-05-27 | 2 | -2/+27 |
|\ | | | | | | | | | * changes: Fix getservent() so that it returns s_port in network byte order. Also add a new document detailing known issues in the C library. | ||||
| * | Fix getservent() so that it returns s_port in network byte order. | David 'Digit' Turner | 2009-05-27 | 2 | -2/+27 |
| | | | | | | | | Also add a new document detailing known issues in the C library. | ||||
* | | Merge change 1852 into donut | Android (Google) Code Review | 2009-05-27 | 2 | -2/+18 |
|\ \ | | | | | | | | | | | | | * changes: Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated __cxa_finalize() implementation This patch uses "#if ANDROID" instead of "#if 1" in the __cxa_finalize() fix | ||||
| * | | Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated ↵ | David 'Digit' Turner | 2009-05-20 | 2 | -2/+18 |
| | | | | | | | | | | | | | | | | | | __cxa_finalize() implementation This patch uses "#if ANDROID" instead of "#if 1" in the __cxa_finalize() fix | ||||
* | | | add msm_camera.h header and .gitignore file to bionic | Iliyan Malchev | 2009-05-26 | 1 | -0/+354 |
| | | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com> | ||||
* | | | update msm_adsp.h header | Iliyan Malchev | 2009-05-26 | 1 | -7/+13 |
| |/ |/| | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com> | ||||
* | | Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN support. | David 'Digit' Turner | 2009-05-20 | 4 | -2/+88 |
|/ | | | | Also update tools/update_all.py to not use perforce add/edit/delete commands automatically now that we're using git | ||||
* | revert to previous implementation of __aeabi_atexit() since the new one ↵ | David 'Digit' Turner | 2009-05-15 | 1 | -1/+2 |
| | | | | | | seems to crash a static ICU String destructor. I don't have the time to investigate why right now, so a revert is preferred. Damn... | ||||
* | Fix __aeabi_atexit to call __cxa_atexit properly. This function is defined ↵ | David 'Digit' Turner | 2009-05-14 | 1 | -2/+3 |
| | | | | by the C++ ABI for ARM document. | ||||
* | change getaddrinfo() implementation to match GLibc. | David 'Digit' Turner | 2009-05-05 | 1 | -2/+6 |
| | | | | | | | | | | | | | | the issue is that the BSD implementation doesn't accept a call like: getaddrinfo(SERVER_NAME, "9999", NULL, &res); because if will reject a numerical string in the second parameter if no hints are explicitely provided. This technically doesn't violate POSIX but might make porting Linux software a bit difficult. For more details see: http://groups.google.com/group/android-ndk/browse_thread/thread/818ab9c53f24c87 also comment debugging printf() calls which shouldn't be there. | ||||
* | Merge change 57 into donut | Android (Google) Code Review | 2009-05-01 | 1 | -0/+37 |
|\ | | | | | | | | | * changes: Add the domain search list for VPN connection. The current solution is to read the net.dns.search property, and expand the list during the resolve initialization. In the future, we could implement search list per process. | ||||
| * | Add the domain search list for VPN connection. | Chung-yih Wang | 2009-04-13 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | The current solution is to read the net.dns.search property, and expand the list during the resolve initialization. In the future, we could implement search list per process. Update: refine the code accordingly. Update: remove unnecessary code. Update: remove the unused variable. | ||||
* | | libc: Replace a reference to TARGET_BUILD_TYPE with DEBUG_BIONIC_LIBC | Dave Bort | 2009-04-24 | 1 | -1/+1 |
|/ | | | | | | | We're soon going to stop using TARGET_BUILD_TYPE==debug to debug native modules. Signed-off-by: Dave Bort <dbort@android.com> | ||||
* | AI 143161: am: CL 142857 Add some bluring to the animation. This requires a ↵ | Mathias Agopian | 2009-03-27 | 1 | -0/+1 |
| | | | | | | | | | new kernel which will be checked-in later, at which point the blur effect will automatically be enabled. Original author: mathias Merged from: //branches/cupcake/... Automated import of CL 143161 | ||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 1 | -0/+1 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1631 | -0/+144391 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1631 | -144388/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -11/+8 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -8/+11 |
| | |||||
* | auto import from //branches/cupcake/...@132569 | The Android Open Source Project | 2009-02-20 | 1 | -0/+15 |
| | |||||
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 28 | -819/+1556 |
| | |||||
* | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 1 | -1/+1 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 16 | -60/+1531 |
| | |||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 7 | -37/+186 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 12 | -12/+32 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 33 | -26/+414 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 276 | -439/+11192 |
| | |||||
* | Initial Contributionandroid-1.0 | The Android Open Source Project | 2008-10-21 | 1428 | -0/+130855 |