summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rewrite atomic.h to use stdatomic.h."Hans Boehm2014-10-048-124/+1039
* Rewrite atomic.h to use stdatomic.h.Hans Boehm2014-10-018-1039/+124
* Merge "LibNativeBridge: Add early init & env setup"Andreas Gampe2014-09-241-3/+28
|\
| * LibNativeBridge: Add early init & env setupjgu212014-09-231-3/+28
* | defined(HAVE_OFF_T) is really just !defined(__APPLE__).Elliott Hughes2014-09-221-8/+4
|/
* Use the correct debuggerd given the tid.Christopher Ferris2014-09-131-3/+16
* liblog: logcat: colored output.Pierre Zurek2014-09-111-0/+1
* NativeBridge: Refactor for new initialization flowAndreas Gampe2014-09-041-6/+16
* Merge "Change /dalvik-cache to be owned by root."Brian Carlstrom2014-08-281-1/+1
|\
| * Change /dalvik-cache to be owned by root.Alex Light2014-08-271-1/+1
* | Remove android_... store_barriers and 64-bit atomics.Hans Boehm2014-08-278-225/+0
|/
* NativeBridge: Tighten security on libnativebridgeAndreas Gampe2014-08-221-0/+15
* Merge "Only the Mac doesn't have open_memstream."Elliott Hughes2014-08-211-2/+2
|\
| * Only the Mac doesn't have open_memstream.Elliott Hughes2014-08-201-2/+2
* | There's no non-SMP LP64.Elliott Hughes2014-08-203-37/+0
|/
* Remove androidGetTid.Elliott Hughes2014-08-182-5/+2
* Merge "Replace char* with ZipEntryName in ziparchive API."Piotr Jastrzebski2014-08-161-4/+13
|\
| * Replace char* with ZipEntryName in ziparchive API.Piotr Jastrzebski2014-08-151-4/+13
* | Merge "Move native bridge library in system/core"Calin Juravle2014-08-151-0/+118
|\ \ | |/ |/|
| * Move native bridge library in system/coreCalin Juravle2014-08-121-0/+118
* | Revert "Make sure that names of all entries have the same encoding."Piotr Jastrzebski2014-08-131-5/+0
* | Make sure that names of all entries have the same encoding.Piotr Jastrzebski2014-08-131-0/+5
* | Add EndIteration method to free memory allocatedPiotr Jastrzebski2014-08-111-4/+10
* | Merge "RefBase: make Renamer destructor virtual"Elliott Hughes2014-08-051-2/+4
|\ \ | |/ |/|
| * RefBase: make Renamer destructor virtualUkri Niemimuukko2014-08-061-2/+4
* | Merge "[MIPSR6] Skip pixelflinger, memset assembler code on mips32r6"Elliott Hughes2014-08-051-1/+1
|\ \
| * | [MIPSR6] Skip pixelflinger, memset assembler code on mips32r6Duane Sand2014-07-311-1/+1
* | | Allow getting an uncached process map.Christopher Ferris2014-08-041-1/+4
|/ /
* | Remove <cutils/tztime.h>.Elliott Hughes2014-07-241-24/+0
* | Do not typedef char16_t if it is a keyword.Hans Boehm2014-07-161-1/+4
* | Add comment to discourage use of cutils/atomic.h.Hans Boehm2014-07-111-2/+33
|/
* implement LOG_EVENT_STRINGNick Kralevich2014-07-012-1/+2
* Rename __unused to __UNUSED for glibc support.Ian Rogers2014-06-271-6/+6
* Remove android_atomic_swap from mips & mips64.Elliott Hughes2014-06-232-34/+0
* Merge "[MIPS64] add atomic-mips64"Elliott Hughes2014-06-232-0/+253
|\
| * [MIPS64] add atomic-mips64Duane Sand2014-06-032-0/+253
* | cutils: Add property_get_bool, _get_int32, _get_int64Igor Murashkin2014-06-201-0/+59
* | log: Fix warning with __USE_MINGW_ANSI_STDIODan Willemsen2014-06-121-0/+8
* | Make su 04750Nick Kralevich2014-06-081-1/+1
* | Merge "Add new AID shared by all apps in a profile"Robin Lee2014-06-041-0/+2
|\ \
| * | Add new AID shared by all apps in a profileRobin Lee2014-04-291-0/+2
* | | Merge "Use format(gnu_printf, ...) for windows build with __USE_MINGW_ANSI_ST...Andrew Hsieh2014-06-041-0/+8
|\ \ \ | |_|/ |/| |
| * | Use format(gnu_printf, ...) for windows build with __USE_MINGW_ANSI_STDIOAndrew Hsieh2014-05-091-0/+8
* | | Merge "Updated trace.h to recognize ATRACE_TAG_BIONIC."Elliott Hughes2014-05-281-1/+2
|\ \ \
| * | | Updated trace.h to recognize ATRACE_TAG_BIONIC.Brigid Smith2014-05-271-1/+2
* | | | Merge "system/window.h: add deprecation warnings"Mark Salyzyn2014-05-281-1/+18
|\ \ \ \
| * | | | system/window.h: add deprecation warningsMark Salyzyn2014-05-231-1/+18
* | | | | Add UID and directory for RELRO sharing support.Torne (Richard Coles)2014-05-271-0/+3
|/ / / /
* | | | include: cleanup for -Wsystem-headerMark Salyzyn2014-05-239-21/+41
* | | | Merge "Fix list_for_each_safe macro"Colin Cross2014-05-221-3/+3
|\ \ \ \