summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ANW: fix my fix for a file descriptor leakJamie Gennis2012-09-201-1/+1
* Merge "ISSUE 6849488 Bluedroid stack, remove system/bluetooth." into jb-mr1-devZhihai Xu2012-09-201-6/+0
|\
| * ISSUE 6849488 Bluedroid stack, remove system/bluetooth.Zhihai Xu2012-09-201-6/+0
* | Merge "ANW: fix an fd leak" into jb-mr1-devMathias Agopian2012-09-201-3/+2
|\ \
| * | ANW: fix an fd leakJamie Gennis2012-09-201-3/+2
| |/
* | Merge "Move AndroidConfig.hs to the build project." into jb-mr1-devYing Wang2012-09-208-2854/+0
|\ \
| * | Move AndroidConfig.hs to the build project.Ying Wang2012-09-208-2854/+0
| |/
* / Add explicit sync call to ion libraryRebecca Schultz Zavin2012-09-201-0/+1
|/
* Merge "Wrap system calls in TEMP_FAILURE_RETRY." into jb-mr1-devJeff Sharkey2012-09-131-0/+15
|\
| * Wrap system calls in TEMP_FAILURE_RETRY.Jeff Sharkey2012-09-131-0/+15
* | am c92961dc: am b905f121: am 9796a83a: Merge "Add shared app gid to fs config"Kenny Root2012-09-131-0/+3
|\ \ | |/ |/|
| * Add shared app gid to fs configKenny Root2012-09-131-0/+3
| * Merge "Export flags needed for ifc_reset_connections API in netutils"Wink Saville2012-08-281-0/+3
| |\
| | * Export flags needed for ifc_reset_connections API in netutilsAlex Yakavenka2012-08-151-0/+3
* | | audio: new audio devices enum valuesEric Laurent2012-09-071-19/+41
* | | Device and mode definitions for remote submixJean-Michel Trivi2012-09-062-10/+26
* | | File-system utilities for installd and zygote.Jeff Sharkey2012-08-302-3/+50
* | | Revert "Revert "Upgrade to dlmalloc 2.8.5.""Ian Rogers2012-08-281-128/+0
* | | Merge "Add an IMPL_DEFINED pixel format." into jb-mr1-devJamie Gennis2012-08-241-0/+16
|\ \ \
| * | | Add an IMPL_DEFINED pixel format.Jamie Gennis2012-08-221-0/+16
* | | | Merge "Iteration on multi-user external storage." into jb-mr1-devJeff Sharkey2012-08-221-3/+0
|\ \ \ \
| * | | | Iteration on multi-user external storage.Jeff Sharkey2012-08-221-3/+0
* | | | | Revert "Upgrade to dlmalloc 2.8.5."Brian Carlstrom2012-08-221-0/+128
* | | | | update libsync to support new timeout semanticsErik Gilling2012-08-211-1/+1
|/ / / /
* | | | am e05ac541: am 9d779bf1: Merge "Upgrade to dlmalloc 2.8.5."Brian Carlstrom2012-08-201-128/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Upgrade to dlmalloc 2.8.5.Ian Rogers2012-08-201-128/+0
* | | Merge "Migrate sdcard0 to shell-accessible location." into jb-mr1-devJeff Brown2012-08-201-1/+1
|\ \ \
| * | | Migrate sdcard0 to shell-accessible location.Jeff Sharkey2012-08-201-1/+1
* | | | am cd82a6fe: am 36b1399d: Merge "diskconfig: Add missing include for loff_t"Jean-Baptiste Queru2012-08-201-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge "diskconfig: Add missing include for loff_t"Jean-Baptiste Queru2012-08-201-0/+1
| |\ \ | | |/ | |/|
| | * diskconfig: Add missing include for loff_tAndrew Boie2012-07-231-0/+1
* | | Merge "Multi-user external storage support." into jb-mr1-devJeff Sharkey2012-08-162-3/+6
|\ \ \
| * | | Multi-user external storage support.Jeff Sharkey2012-08-152-3/+6
* | | | am 83c4398b: am cc12ed32: Merge "[MIPS] debuggerd and libcorkscrew support"Jean-Baptiste Queru2012-08-151-0/+13
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "[MIPS] debuggerd and libcorkscrew support"Jean-Baptiste Queru2012-08-151-0/+13
| |\ \ \
| | * | | [MIPS] debuggerd and libcorkscrew supportChris Dearman2012-08-101-0/+13
| | | |/ | | |/|
* | | | am e8e73b01: am 311a4758: Merge "Remove system/core\'s remnants of SH support."Jean-Baptiste Queru2012-08-132-381/+0
|\| | | | |_|/ |/| |
| * | Remove system/core's remnants of SH support.Elliott Hughes2012-08-112-381/+0
* | | am 2ff60998: am 605f8706: Merge "Add Mips architecture to system/core/include"Elliott Hughes2012-08-115-1/+862
|\| |
| * | Merge "Add Mips architecture to system/core/include"Elliott Hughes2012-08-115-1/+862
| |\ \ | | |/ | |/|
| | * Add Mips architecture to system/core/includeDuane Sand2012-05-295-1/+862
| | * Merge "Added missing header to window.h"Dima Zavin2012-05-021-0/+1
| | |\
| | | * Added missing header to window.hHomin Lee2012-04-201-0/+1
| | * | Use #define value of 1 to indicate presence of headers.Jeff Brown2012-04-284-8/+8
| | * | Merge from AOSPJean-Baptiste Queru2012-04-241-0/+3
| | |\ \
| | | * | type definition for future compat.Eric Laurent2012-04-181-0/+3
| | | |/
| | * / Forward compatibilityJean-Baptiste Queru2012-04-241-1/+2
| | |/
| | * Rename LOG_ASSERT to ALOG_ASSERTSteve Block2012-01-171-4/+7
| | * Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-171-7/+16
| | * Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-171-7/+16