summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use __ANDROID__ instead of HAVE_ANDROID_OS."Elliott Hughes2015-07-304-11/+11
|\
| * Use __ANDROID__ instead of HAVE_ANDROID_OS.Elliott Hughes2015-07-304-11/+11
* | Use _WIN32 rather than HAVE_WINSOCK.Elliott Hughes2015-07-296-10/+10
|/
* Merge "Set mode bits for /system/etc/recovery.img."Tao Bao2015-07-281-0/+1
|\
| * Set mode bits for /system/etc/recovery.img.Tao Bao2015-07-271-0/+1
* | Merge "Fix socket_network_client_timeout error check."Elliott Hughes2015-07-241-1/+1
|\ \
| * | Fix socket_network_client_timeout error check.Elliott Hughes2015-07-241-1/+1
* | | Turn on warnings for libcutils, fix a bug.Elliott Hughes2015-07-242-6/+5
|/ /
* | Report getaddrinfo failures correctly.Elliott Hughes2015-07-231-3/+8
* | Merge "Use fsck.f2fs -a instead of -f for faster boot"Yusuke Sato2015-07-211-32/+155
|\ \ | |/ |/|
| * Use fsck.f2fs -a instead of -f for faster bootYusuke Sato2015-07-151-32/+155
* | Fix the Mac libcutils build.Elliott Hughes2015-07-181-11/+7
* | Switch libcutils from gethostbyname to getaddrinfo.Elliott Hughes2015-07-181-56/+55
* | libcutils: fs_config: Add folders normally created in init.rcDaniel Rosenberg2015-07-081-0/+4
|/
* Merge "Don't use TEMP_FAILURE_RETRY on close in system/core."android-m-previewElliott Hughes2015-05-271-3/+3
|\
| * Don't use TEMP_FAILURE_RETRY on close in system/core.Elliott Hughes2015-05-151-3/+3
* | klog: don't unconditionally call mknod()Nick Kralevich2015-05-181-0/+5
|/
* Switch arch-arm/memset32.S to unified syntax.Elliott Hughes2015-05-122-12/+11
* Remove libbacktrace definition of gettid.Dan Albert2015-04-301-6/+1
* Fix gettid() on Windows.Dan Albert2015-04-291-21/+21
* Remove dead code.Elliott Hughes2015-04-211-335/+0
* Merge "[MIPS] Fast android_memset for Mips64, Mipsr6"Elliott Hughes2015-04-163-325/+96
|\
| * [MIPS] Fast android_memset for Mips64, Mipsr6Duane Sand2015-04-163-325/+96
* | Merge "Revert "cutils: add OS-independent endian.h""Greg Hackmann2015-04-162-61/+0
|\ \
| * | Revert "cutils: add OS-independent endian.h"Greg Hackmann2015-04-162-61/+0
* | | Merge "cutils: add OS-independent endian.h"Greg Hackmann2015-04-162-0/+61
|\| |
| * | cutils: add OS-independent endian.hGreg Hackmann2015-04-162-0/+61
* | | Merge "Move trace.h to stdatomic."Yabin Cui2015-04-162-8/+8
|\ \ \ | |/ / |/| |
| * | Move trace.h to stdatomic.Yabin Cui2015-04-162-8/+8
* | | libcutils: fs_config must use O_BINARYMark Salyzyn2015-04-161-2/+6
* | | libcutils: fs_config: winsdk_tools build fixMark Salyzyn2015-04-161-1/+1
| |/ |/|
* | libcutils: drop use of mmapMark Salyzyn2015-04-151-45/+30
* | libcutils: add fs_config_generateMark Salyzyn2015-04-151-0/+21
* | libcutils: fs_config read from fileMark Salyzyn2015-04-151-12/+141
* | Revert "libcutils: fs_config read from file"Mark Salyzyn2015-04-151-125/+12
|/
* libcutils: fs_config read from fileMark Salyzyn2015-04-151-12/+125
* android_filesystem_config: move fs_config to libcutilsMark Salyzyn2015-04-061-11/+0
* libcutils: add fs_configMark Salyzyn2015-04-062-0/+146
* Fix Windows strlcpy.c build.Elliott Hughes2015-04-021-2/+1
* Be more intention-revealing with libcutils' strlcpy.Elliott Hughes2015-04-022-20/+8
* Move all libcutils tests into the gtests.Elliott Hughes2015-04-025-90/+96
* Move mips/mips64 android_memset16/android_memset32 into libcutils.Elliott Hughes2015-04-024-73/+327
* Fix shared version of libcutils on the host to include strlcpyBrian Carlstrom2015-04-021-1/+1
* Revert "Disable the static libcutils tests."Dan Albert2015-04-011-17/+15
* Merge "Define atrace_* functions for both target and host."Richard Uhler2015-04-013-2/+38
|\
| * Define atrace_* functions for both target and host.Richard Uhler2015-03-273-2/+38
* | Always unlink /dev/__kmsg__.Elliott Hughes2015-03-281-4/+1
* | Log more timing information from init.Elliott Hughes2015-03-281-22/+21
|/
* Merge "Add make target for shared libcutils on host."Richard Uhler2015-03-251-1/+11
|\
| * Add make target for shared libcutils on host.Richard Uhler2015-03-241-1/+11