summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "bionic: add aic3254 and msm_audio_aac header" into gingerbreadcm-7.0.3cm-7.0.2.1cm-7.0.1cm-7.0.0Steve Kondik2011-04-102-0/+164
|\
| * bionic: add aic3254 and msm_audio_aac headerGiulio Cervera2011-04-092-0/+164
* | Update msm_q6vdec header to match new decoder.Steve Kondik2011-04-091-1/+7
|/
* Merge "removing shadowing redeclaration of result" into gingerbreadSteve Kondik2011-03-241-1/+0
|\
| * removing shadowing redeclaration of resultchriz2011-03-031-1/+0
* | bionic: Update PMEM and VIDC headersSteve Kondik2011-03-213-61/+138
|/
* Merge branch 'gingerbread' of git://android.git.kernel.org/platform/bionic in...Steve Kondik2011-02-282-46/+100
|\
| * Merge "Only look up A records if the system has IPv4." into gingerbreadandroid-cts-2.3_r2android-2.3.3_r1aandroid-2.3.3_r1.1android-2.3.3_r1David Turner2011-01-181-29/+59
| |\
| | * Only look up A records if the system has IPv4.Lorenzo Colitti2011-01-151-29/+59
| * | Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9Steinar H. Gunderson2011-01-141-13/+31
| * | Backport (simple cherry-pick) 64b6c43379dba176659bc1313b6bb488ac94cfd6Steinar H. Gunderson2011-01-141-0/+4
| * | Backport (simple cherry-pick) d1624add2b73ce8ff7826ce27b1d6d6e35bb83a6Steinar H. Gunderson2011-01-141-4/+6
| |/
* | Use more optimized version of memmoveJohannes Carlsson2011-02-091-34/+3
* | bionic: Add ARM optimized strcpy()Jim Huang2011-01-202-1/+141
* | Use ARMv6 instruction for handling byte orderJim Huang2011-01-201-0/+83
* | Posix-compliance: raise() didn't work with threadsSimo Melenius2010-12-211-1/+2
* | [bionic] implement work around for tegra errata 657451Gary King2010-12-213-0/+13
* | link libthread_db against libcGary King2010-12-211-1/+1
* | bionic: use correct TLS code pathGary King2010-12-211-0/+5
* | bionic: Add NASTY_PTHREAD_CREATE_HACKSteve Kondik2010-12-203-0/+15
* | msm_mdp.h: ifdef the reference to sharpening_strengthBradley Froehle2010-12-181-0/+2
* | bionic: Add msm_audio_7X30 header fileSteve Kondik2010-12-181-0/+329
* | 7x30: Update msm_mdp.h header from CodeAurora/HTCSteve Kondik2010-12-181-48/+103
* | bionic: Add msm_rotator.hNaomi Luis2010-12-181-0/+61
* | bionic: Add akm8975 headerSteve Kondik2010-12-181-0/+92
* | mark this as cyanogen bionic for busyboxKoushik Dutta2010-12-171-0/+2
* | Additions necessary for busyboxSteve Kondik2010-12-1725-3/+472
|/
* Add pn544.h clean kernel headerandroid-cts-2.3_r1android-2.3_r1android-2.3.2_r1android-2.3.1_r1Nick Pelly2010-11-011-0/+21
* libc: fix executable destruction support.David 'Digit' Turner2010-10-214-5/+61
* libc: fix typo in waitid() declaration.David 'Digit' Turner2010-10-131-1/+1
* Fix the build. Oops.David 'Digit' Turner2010-10-111-0/+2
* Merge "libc: tag missing functions in system headers." into gingerbreadDavid 'Digit' Turner2010-10-118-12/+34
|\
| * libc: tag missing functions in system headers.David 'Digit' Turner2010-10-098-12/+34
* | libc: optimize memmove() with memcpy() if possible.David 'Digit' Turner2010-10-071-1/+4
|/
* Revert "libc: memmove(): non-overlapping block optim."Marco Nelissen2010-09-281-5/+1
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-2812-0/+162
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-2810-14/+30
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-289-0/+80
* Merge "libc: Add missing C++ guards to <pathconf.h>" into gingerbreadDavid 'Digit' Turner2010-09-281-0/+6
|\
| * libc: Add missing C++ guards to <pathconf.h>David 'Digit' Turner2010-09-271-0/+6
* | Merge "libc: memmove(): non-overlapping block optim." into gingerbreadDavid 'Digit' Turner2010-09-281-1/+5
|\ \
| * | libc: memmove(): non-overlapping block optim.David 'Digit' Turner2010-09-271-1/+5
| |/
* | Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbreadDavid 'Digit' Turner2010-09-281-0/+4
|\ \
| * | libc: add missing O_CLOEXEC from <fcntl.h>David 'Digit' Turner2010-09-271-0/+4
| |/
* | Merge "libc: Add missing pipe2() declaration and implementation." into ginger...David 'Digit' Turner2010-09-2810-4/+92
|\ \
| * | libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-2710-4/+92
| |/
* | Merge "libm: remove aliasing issue." into gingerbreadDavid 'Digit' Turner2010-09-281-1/+1
|\ \
| * | libm: remove aliasing issue.David 'Digit' Turner2010-09-271-1/+1
| |/
* | libc: remove C++ comments from public headers.David 'Digit' Turner2010-09-276-8/+6
|/
* Use a recursive lock for pthread_once. DO NOT MERGE.Wink Saville2010-09-221-3/+3