summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Restore malloc debug.Andy McFadden2009-07-214-16/+21
| | | | | | | | | | | | | | | | | | Some libc changes were preventing the initialization call from being made. The basic problem appears to be that libc_init_common.c is only built once, and it's only built for the non-debug libc.
* | | am b56b5659: Fix the C library runtime initialization order.David 'Digit' Turner2009-07-204-100/+115
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'b56b5659b3996e98c2060f168d1cff1474e77d2a' * commit 'b56b5659b3996e98c2060f168d1cff1474e77d2a': Fix the C library runtime initialization order.
| * | Fix the C library runtime initialization order.David 'Digit' Turner2009-07-184-100/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows libc.so to run the C runtime initializer as soon as the dynamic linker loads the shared library, i.e. before any other initializers (e.g. static C++ constructors in other shared libraries the executable depends on). This also removes the bug where the initializers from the executable itself were run twice: once by the dynamic linker, and another time by __libc_init as defined by libc_init_dynamic.c
* | | am ef0bd185: Pass the elfdata pointer in a slot of the temporary TLS area.David 'Digit' Turner2009-07-201-0/+7
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'ef0bd1857041ffde069cf52138aaf22c1af7130e' * commit 'ef0bd1857041ffde069cf52138aaf22c1af7130e': Pass the elfdata pointer in a slot of the temporary TLS area.
| * | Pass the elfdata pointer in a slot of the temporary TLS area.David 'Digit' Turner2009-07-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to properly initialize the C runtime when libc.so is loaded by the dynamic linker. Move the temporary TLS setup before the first system call, just in case something really horrible happens, we won't crash when trying to write an error code in 'errno' Remove the broken TLS_SLOT_THREAD_ID setup. First, this slot should normally receive the address of a pthread_internal_t, not a kernel thread identifier. Second, it is never used by the linker anyway. Also remove an obsolete comment.
* | | Merge change 7652Android (Google) Code Review2009-07-172-219/+443
|\ \ \ | | | | | | | | | | | | | | | | * changes: Updating v4l2 headers from kernel
| * | | Updating v4l2 headers from kernelRebecca Schultz Zavin2009-07-162-219/+443
| | | | | | | | | | | | | | | | Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
* | | | Merge change 7610Android (Google) Code Review2009-07-162-0/+52
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: linux: add headers for lis331dlh and sfh7743 sensor drivers.
| * | | | linux: add headers for lis331dlh and sfh7743 sensor drivers.Mike Lockwood2009-07-162-0/+52
| |/ / / | | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Add linux/ethtool.h header fileDmitry Shmidt2009-07-161-0/+321
|/ / / | | | | | | | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | allow pthread_mutexattr_setpshared to accept SHARED mutexes, since our ↵Mathias Agopian2009-07-131-1/+12
| | | | | | | | | | | | current impl actually uses shared mutexes
* | | added pthread_cond_timedwait_relative_np()Mathias Agopian2009-07-132-0/+35
| | |
* | | am db4616b2: Add <linux/uinput.h> to C library kernel headersDavid 'Digit' Turner2009-07-091-0/+67
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'db4616b2d3234a1916cafb48e65c50cf302afcde' * commit 'db4616b2d3234a1916cafb48e65c50cf302afcde': Add <linux/uinput.h> to C library kernel headers
| * | Add <linux/uinput.h> to C library kernel headersDavid 'Digit' Turner2009-07-101-0/+67
| | |
* | | am c4eee376: Prevent a crash in the memory leak checker (which happened in ↵David 'Digit' Turner2009-07-093-63/+88
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | chk_free()) Merge commit 'c4eee3765bf9dd81ff055e70ff7daa83a3926d2a' * commit 'c4eee3765bf9dd81ff055e70ff7daa83a3926d2a': Prevent a crash in the memory leak checker (which happened in chk_free())
| * | Prevent a crash in the memory leak checker (which happened in chk_free())David 'Digit' Turner2009-07-103-63/+88
| | | | | | | | | | | | | | | | | | Simplify the code a little, removing un-necessary mutex locks/unlocks. Provide slightly better diagnostic message in case of corruption. Use snprintf/strlcat instead of sprintf/strcat
* | | bionic: add cleaned-up proximity-sensor headerIliyan Malchev2009-07-081-0/+23
| | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | am 380f2498: Merge change 5184 into donutAndroid (Google) Code Review2009-06-241-24/+26
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '380f24983e8e33d0b189dda198ec64c1766a359d' * commit '380f24983e8e33d0b189dda198ec64c1766a359d': update clean msm_camera.h
| * | Merge change 5184 into donutAndroid (Google) Code Review2009-06-241-24/+26
| |\ \ | | | | | | | | | | | | | | | | * changes: update clean msm_camera.h
| | * | update clean msm_camera.hIliyan Malchev2009-06-231-24/+26
| | | | | | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | | delete akm8973.h from original headersIliyan Malchev2009-06-231-33/+0
| | | | | | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | | add header for akm8973Iliyan Malchev2009-06-222-0/+78
| | | | | | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | | am 09baf4e8: Add Glibc-compatible macro aliases for the nanosecond time ↵David 'Digit' Turner2009-06-221-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' Turner2009-06-221-0/+7
| |/ / | | | | | | | | | structure
* | | Merge change 4025Android (Google) Code Review2009-06-174-2/+12
|\ \ \ | | | | | | | | | | | | | | | | * changes: Make IPv6 definitions comply with RFC 3493: - Add some definitions to netinet/in6.h - Include netinet/in6.h from netinet/in.h
| * | | Make IPv6 definitions comply with RFC 3493:Lorenzo Colitti2009-06-164-2/+12
| | | | | | | | | | | | | | | | | | | | - Add some definitions to netinet/in6.h - Include netinet/in6.h from netinet/in.h
* | | | am 9cfccefa: Update cleaned-up kernel headersDavid 'Digit' Turner2009-06-162-35/+35
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Merge commit '9cfccefa055554c7e951741c01373a52a82d3fd6' * commit '9cfccefa055554c7e951741c01373a52a82d3fd6': Update cleaned-up kernel headers
| * | | Update cleaned-up kernel headersDavid 'Digit' Turner2009-06-162-35/+35
| | | |
* | | | am 3ddc15e1: Add new clean header for PPP on PPTP (VPN)David 'Digit' Turner2009-06-141-0/+28
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | | | | | | Merge commit '3ddc15e10a6f5690e53e729c0da2c42f0eb944d1' * commit '3ddc15e10a6f5690e53e729c0da2c42f0eb944d1': Add new clean header for PPP on PPTP (VPN)
| * | Add new clean header for PPP on PPTP (VPN)David 'Digit' Turner2009-06-121-0/+28
| | |
* | | am bf8709f5: bionic: update msm_camera.h headerIliyan Malchev2009-06-041-38/+38
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'bf8709f54b1eabbd4e9bb81e91b9385a9863f505' * commit 'bf8709f54b1eabbd4e9bb81e91b9385a9863f505': bionic: update msm_camera.h header
| * | bionic: update msm_camera.h headerIliyan Malchev2009-06-041-38/+38
| | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | am 3a654b1e: Revert "Fix the C library initialization to avoid calling ↵David 'Digit' Turner2009-06-039-227/+91
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | static C++ constructors twice." Merge commit '3a654b1e04d4275ae315cfe1b196998acf10052c' * commit '3a654b1e04d4275ae315cfe1b196998acf10052c': Revert "Fix the C library initialization to avoid calling static C++ constructors twice."
| * | Revert "Fix the C library initialization to avoid calling static C++ ↵David 'Digit' Turner2009-06-039-227/+91
| | | | | | | | | | | | | | | | | | constructors twice." This reverts commit 03eabfe65e1e2c36f4d26c78a730fa19a3bdada3.
* | | am 03eabfe6: Fix the C library initialization to avoid calling static C++ ↵David 'Digit' Turner2009-06-039-91/+227
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | constructors twice. Merge commit '03eabfe65e1e2c36f4d26c78a730fa19a3bdada3' * commit '03eabfe65e1e2c36f4d26c78a730fa19a3bdada3': Fix the C library initialization to avoid calling static C++ constructors twice.
| * | Fix the C library initialization to avoid calling static C++ constructors twice.David 'Digit' Turner2009-06-029-91/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was due to the fact that, in the case of dynamic executables, the dynamic linker calls the DT_PREINIT_ARRAY, DT_INIT and DT_INIT_ARRAY constructors when loading shared libraries and dynamic executables, *before* calling the executable's entry point (i.e. arch-$ARCH/bionic/crtbegin_dynamic.c) which in turns call __libc_init() in libc.so, as defined by bionic/libc_init_dynamic.c The latter did call these constructors array again, mistakenly. The patch also updates the documentation of many related functions. Also adds a new section to linker/README.TXT explaining restrictions on C library usage. The patch has been tested on a Dream for stability issues with proprietary blobs: - H264 decoding works - Camera + Video recording works - GPS works - Sensors work The tests in system/extra/tests/bionic/libc/common/test_static_cpp_mutex.cpp has been run and shows the static C++ constructor being called only once.
* | | am 49e55332: libc: Add an intermediate version of the static libc without mallocDima Zavin2009-05-281-0/+26
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '49e55332784b82f7112ee7c1ea3c176c9dc32d7a' * commit '49e55332784b82f7112ee7c1ea3c176c9dc32d7a': libc: Add an intermediate version of the static libc without malloc
| * | libc: Add an intermediate version of the static libc without mallocDima Zavin2009-05-271-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>
* | | am ca122b0e: libc: Cleanup the libc makefile.Dima Zavin2009-05-281-116/+84
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'ca122b0e34df0e8c485be0d3ab1b80f728b76276' * commit 'ca122b0e34df0e8c485be0d3ab1b80f728b76276': libc: Cleanup the libc makefile.
| * | libc: Cleanup the libc makefile.Dima Zavin2009-05-271-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>
* | | am cdb68bf8: Merge change 2470 into donutAndroid (Google) Code Review2009-05-272-2/+27
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'cdb68bf8ce26448cfe173d86f1c074e167c3420f' * commit 'cdb68bf8ce26448cfe173d86f1c074e167c3420f': Fix getservent() so that it returns s_port in network byte order.
| * | Merge change 2470 into donutAndroid (Google) Code Review2009-05-272-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' Turner2009-05-272-2/+27
| | | | | | | | | | | | | | | | Also add a new document detailing known issues in the C library.
* | | | am 5c106fca: Merge change 1852 into donutAndroid (Google) Code Review2009-05-272-2/+18
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '5c106fcaa5b9d0a3ebeb2e8cdca589129d6a7ebd' * commit '5c106fcaa5b9d0a3ebeb2e8cdca589129d6a7ebd': Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated __cxa_finalize() implementation
| * | | Merge change 1852 into donutAndroid (Google) Code Review2009-05-272-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' Turner2009-05-202-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | __cxa_finalize() implementation This patch uses "#if ANDROID" instead of "#if 1" in the __cxa_finalize() fix
* | | | | am 94a144ea: add msm_camera.h header and .gitignore file to bionicIliyan Malchev2009-05-261-0/+354
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '94a144eabd1c7477e77e81e83aa04d43c8a79791' * commit '94a144eabd1c7477e77e81e83aa04d43c8a79791': add msm_camera.h header and .gitignore file to bionic
| * | | | add msm_camera.h header and .gitignore file to bionicIliyan Malchev2009-05-261-0/+354
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | | | am 1c8e1094: update msm_adsp.h headerIliyan Malchev2009-05-261-7/+13
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '1c8e10945eb1ab1352f73c7fb026b99397a8ca70' * commit '1c8e10945eb1ab1352f73c7fb026b99397a8ca70': update msm_adsp.h header
| * | | | update msm_adsp.h headerIliyan Malchev2009-05-261-7/+13
| | |/ / | |/| | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>