summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Merge change 9642Android (Google) Code Review2009-08-081-8/+42
|\
| * Don't request IPv6 addresses if AI_ADDRCONFIG is specified and the system has...Lorenzo Colitti2009-08-041-8/+42
* | merge from open-source masterJean-Baptiste Queru2009-08-072-0/+88
|\ \
| * \ Merge change 10057Android Code Review2009-08-072-0/+88
| |\ \
| | * | Add mspace_merge_objectsBarry Hayes2009-06-022-0/+88
| | * | Automated import from //branches/cupcake/...@142857,142857android-sdk-1.5_r3android-sdk-1.5_r1android-sdk-1.5-preandroid-1.5r4android-1.5r3android-1.5r2android-1.5Mathias Agopian2009-03-251-0/+1
* | | | libc: add linux/msm_kgsl.h kernel includeDima Zavin2009-08-051-0/+149
* | | | libc: kernel: let clean_header tool take path to kernel originals as argumentDima Zavin2009-08-051-1/+3
* | | | Fix strftime to use localized month names.Eric Fischer2009-08-031-2/+2
| |_|/ |/| |
* | | am 3773d35e: Make the DNS resolver accept domain names with an underscore.David 'Digit' Turner2009-07-281-1/+8
|\ \ \ | |/ /
| * | Make the DNS resolver accept domain names with an underscore.David 'Digit' Turner2009-07-271-1/+8
* | | am 39f3745c: Restore malloc debug.Andy McFadden2009-07-214-16/+21
|\ \ \ | |/ /
| * | Restore malloc debug.Andy McFadden2009-07-214-16/+21
* | | am b56b5659: Fix the C library runtime initialization order.David 'Digit' Turner2009-07-204-100/+115
|\ \ \ | |/ /
| * | Fix the C library runtime initialization order.David 'Digit' Turner2009-07-184-100/+115
* | | am ef0bd185: Pass the elfdata pointer in a slot of the temporary TLS area.David 'Digit' Turner2009-07-201-0/+7
|\ \ \ | |/ /
| * | Pass the elfdata pointer in a slot of the temporary TLS area.David 'Digit' Turner2009-07-171-0/+7
* | | Merge change 7652Android (Google) Code Review2009-07-172-219/+443
|\ \ \
| * | | Updating v4l2 headers from kernelRebecca Schultz Zavin2009-07-162-219/+443
* | | | Merge change 7610Android (Google) Code Review2009-07-162-0/+52
|\ \ \ \
| * | | | linux: add headers for lis331dlh and sfh7743 sensor drivers.Mike Lockwood2009-07-162-0/+52
| |/ / /
* | | | Add linux/ethtool.h header fileDmitry Shmidt2009-07-161-0/+321
|/ / /
* | | allow pthread_mutexattr_setpshared to accept SHARED mutexes, since our curren...Mathias Agopian2009-07-131-1/+12
* | | 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
|\ \ \ | |/ /
| * | 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 ch...David 'Digit' Turner2009-07-093-63/+88
|\ \ \ | |/ /
| * | Prevent a crash in the memory leak checker (which happened in chk_free())David 'Digit' Turner2009-07-103-63/+88
* | | bionic: add cleaned-up proximity-sensor headerIliyan Malchev2009-07-081-0/+23
* | | am 380f2498: Merge change 5184 into donutAndroid (Google) Code Review2009-06-241-24/+26
|\ \ \ | |/ /
| * | Merge change 5184 into donutAndroid (Google) Code Review2009-06-241-24/+26
| |\ \
| | * | update clean msm_camera.hIliyan Malchev2009-06-231-24/+26
* | | | delete akm8973.h from original headersIliyan Malchev2009-06-231-33/+0
* | | | add header for akm8973Iliyan Malchev2009-06-222-0/+78
* | | | am 09baf4e8: Add Glibc-compatible macro aliases for the nanosecond time acces...David 'Digit' Turner2009-06-221-0/+7
|\ \ \ \ | |/ / /
| * | | Add Glibc-compatible macro aliases for the nanosecond time accessors in stat ...David 'Digit' Turner2009-06-221-0/+7
| |/ /
* | | Merge change 4025Android (Google) Code Review2009-06-174-2/+12
|\ \ \
| * | | Make IPv6 definitions comply with RFC 3493:Lorenzo Colitti2009-06-164-2/+12
* | | | am 9cfccefa: Update cleaned-up kernel headersDavid 'Digit' Turner2009-06-162-35/+35
|\ \ \ \ | | |/ / | |/| |
| * | | 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
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | 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
|\ \ \ | |/ /
| * | bionic: update msm_camera.h headerIliyan Malchev2009-06-041-38/+38
* | | am 3a654b1e: Revert "Fix the C library initialization to avoid calling static...David 'Digit' Turner2009-06-039-227/+91
|\ \ \ | |/ /
| * | Revert "Fix the C library initialization to avoid calling static C++ construc...David 'Digit' Turner2009-06-039-227/+91
* | | am 03eabfe6: Fix the C library initialization to avoid calling static C++ con...David 'Digit' Turner2009-06-039-91/+227
|\ \ \ | |/ /
| * | Fix the C library initialization to avoid calling static C++ constructors twice.David 'Digit' Turner2009-06-029-91/+227
* | | am 49e55332: libc: Add an intermediate version of the static libc without mallocDima Zavin2009-05-281-0/+26
|\ \ \ | |/ /
| * | libc: Add an intermediate version of the static libc without mallocDima Zavin2009-05-271-0/+26