- 19 Feb, 2014 1 commit
-
-
Alex Ray authored
Change-Id: I54230dc2c0e481228457e8a01a50d300c917e657
-
- 16 Feb, 2014 4 commits
-
-
Colin Cross authored
* commit 'bb2da79f': Start debuggerd64 for 64-bit processes
-
Colin Cross authored
* commit '27fd413d': Start debuggerd64 for 64-bit processes
-
Colin Cross authored
-
Dan Willemsen authored
Change-Id: I2fc33d9eb2726b043d2f13bfab0c605dbb6083c7
-
- 15 Feb, 2014 4 commits
-
-
JP Abgrall authored
* commit '6e6140e0': sdcard: direct I/O file access fix
-
JP Abgrall authored
* commit 'f7cf1a06': sdcard: direct I/O file access fix
-
JP Abgrall authored
-
Arpad Horvath authored
If a file is opened in direct I/O mode (with O_DIRECT flag), the read buffer addess must be aligned to memory page size boundary. The Direct I/O is not needed for normal files, however, some special hardware access (e.g. smart SD cards) will not work without it. Change-Id: I42babeee86dba1880fd23e2592fddd7060da3e20
-
- 13 Feb, 2014 9 commits
-
-
Colin Cross authored
* commit '2bcf2437': charger: add locale global variable
-
Colin Cross authored
* commit 'd0307bee': charger: add locale global variable
-
Colin Cross authored
-
Colin Cross authored
* commit '594f0917': build debuggerd and debuggerd64 on 64-bit architectures
-
Colin Cross authored
* commit 'a6b77056': build debuggerd and debuggerd64 on 64-bit architectures
-
Colin Cross authored
Some functions in minui reference a global extern char *locale. None of them are used by charger, but the bfd linker cannot optimize them out and fails to link charger. Define char *locale in charger.c so it can resolve the symbol. Change-Id: I738daf95d24356bf96bd226d91a5dc64b5d4dc9b
-
Colin Cross authored
-
Colin Cross authored
Change-Id: I1518d45ae0c5e0fed31d071fdaf19a67bad1bdfc
-
Nick Kralevich authored
am 488b5eaf: am 2e7347d6: Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API." * commit '488b5eaf': Convert all selinux_android_restorecon and _setfilecon calls to new API.
-
- 12 Feb, 2014 11 commits
-
-
Nick Kralevich authored
* commit '2e7347d6': Convert all selinux_android_restorecon and _setfilecon calls to new API.
-
Nick Kralevich authored
-
Colin Cross authored
* commit 'f094fd03': pixelflinger: support multilib builds
-
Elliott Hughes authored
* commit '620a8800': x86_64: Add atomic funtions
-
Colin Cross authored
* commit 'd8b63266': pixelflinger: use __builtin___clear_cache instead of cacheflush
-
Colin Cross authored
* commit 'dc97eec0': pixelflinger: support multilib builds
-
Elliott Hughes authored
* commit '1c1bd845': x86_64: Add atomic funtions
-
Colin Cross authored
* commit '7419498c': pixelflinger: use __builtin___clear_cache instead of cacheflush
-
Colin Cross authored
-
Elliott Hughes authored
-
Qiming Shi authored
This patch adds atomic functions for x86_64. Change-Id: I298c760a1e6efa2ce2c61a143f833b6785805442 Signed-off-by:
Qiming Shi <qiming.shi@intel.com>
-
- 11 Feb, 2014 3 commits
-
-
Colin Cross authored
-
Colin Cross authored
Use the LOCAL_*_arch variables to support building for 32-bit and 64-bit at the same time. Change-Id: Ibef8044e8b6500a6aa111320eb35bcdaf51ad064
-
Colin Cross authored
cacheflush doesn't exist on LP64 any more, and gcc's __builtin___clear_cache is better in every way. Use it instead. Change-Id: Ibbf6facbdefc15b6dda51d014e1c44fb7aa2b17d
-
- 10 Feb, 2014 4 commits
-
-
Colin Cross authored
* commit 'ec08c03c': log: add compile-time checking when ALOGV is disabled
-
Colin Cross authored
* commit '85516e9d': log: add compile-time checking when ALOGV is disabled
-
Colin Cross authored
-
Colin Cross authored
Wrap the call in a if (0) when verbose logging is disabled to provide compile time checking. Also add a printf format attribute to the function to warn if parameters are incorrect. Change-Id: Ic77edeadcc4d886ca0f8b434f8550e18e22d5901
-
- 08 Feb, 2014 4 commits
-
-
Christopher Ferris authored
* commit '48e81834': Use stat structure to keep oldest mtime.
-
Elliott Hughes authored
* commit '696c75c1': Remove a pre-uapi hack from nandread.
-
Colin Cross authored
* commit 'd90b11b6': Fix logging errors inside ALOGV
-
Elliott Hughes authored
* commit '3bff7e3e': Use socklen_t instead of int in debuggerd.
-