summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am 294d3f74: Merge "Remove a prehistoric fastboot hack."Elliott Hughes2015-03-191-7/+1
|\ | | | | | | | | * commit '294d3f745274330fc86476332f9431285400be2b': Remove a prehistoric fastboot hack.
| * Merge "Remove a prehistoric fastboot hack."Elliott Hughes2015-03-191-7/+1
| |\
| | * Remove a prehistoric fastboot hack.Elliott Hughes2015-03-191-7/+1
| |/ | | | | | | | | | | | | If you don't have android-info.txt in your zip file, you're probably not using a current fastboot binary anyway. Change-Id: Ic721dc5f068f704c6792493d1e99f05f907678ba
* | am 445e5ede: Merge "Switch fastboot to libziparchive."Elliott Hughes2015-03-192-26/+22
|\ \ | |/ | | | | | | * commit '445e5edeeb7c303ea517752cd5de4c6aac0a2d77': Switch fastboot to libziparchive.
| * Merge "Switch fastboot to libziparchive."Elliott Hughes2015-03-192-26/+22
| |\
| | * Switch fastboot to libziparchive.Elliott Hughes2015-03-182-26/+22
| | | | | | | | | | | | | | | Bug: 19765860 Change-Id: I83ea56e3b317893995d7106852b65584f99c0e64
* | | am b4ebc475: Merge "Fix memory leak on jdwp_process_free()"Dan Albert2015-03-191-0/+1
|\ \ \ | |/ / | | | | | | | | | * commit 'b4ebc475e678e1dce5e4c78436a0b2fc4813159d': Fix memory leak on jdwp_process_free()
| * | Merge "Fix memory leak on jdwp_process_free()"Dan Albert2015-03-191-0/+1
| |\ \
| | * | Fix memory leak on jdwp_process_free()SungHyun Kwon2015-03-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if many jdwp connection are created(), the memory will be leaked. When it deletes heap memory on jdwp_process_free(), the proc->fde just set to null. so it need to free() in fdevent_destory().
* | | | am 57bf3109: Merge "Prepare for switching to libziparchive."Elliott Hughes2015-03-197-78/+122
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '57bf3109db7559f36c7c182cf87fe52c14b98f0d': Prepare for switching to libziparchive.
| * | | Merge "Prepare for switching to libziparchive."Elliott Hughes2015-03-197-78/+122
| |\ \ \ | | | |/ | | |/|
| | * | Prepare for switching to libziparchive.Elliott Hughes2015-03-187-78/+122
| | | | | | | | | | | | | | | | | | | | Bug: 19765860 Change-Id: I58249d28fbc4975428d0dcac5107d1994c35676c
* | | | am b054582b: Merge "libziparchive: fix issue with a directory with one file"Narayan Kamath2015-03-193-1/+17
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'b054582b90de67a5839345b3a39ad683329f1453': libziparchive: fix issue with a directory with one file
| * | | Merge "libziparchive: fix issue with a directory with one file"Narayan Kamath2015-03-193-1/+17
| |\ \ \ | | |/ / | |/| |
| | * | libziparchive: fix issue with a directory with one fileMykola Kondratenko2015-03-193-1/+17
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | libziparchive fails to iterate some bootanimation archives reporting invalid offset error. This is caused by failure to process a directory with one file (when name_offset + file_name_length == cd_offset). Change-Id: I2733e7f782c14a6fadd5491bb94318ac968df206
* | | am ee2e362f: Merge "Remove useless memset from init."Elliott Hughes2015-03-191-1/+0
|\ \ \ | |/ / | | | | | | | | | * commit 'ee2e362f8be4cbf68bb38fa1916a1f395677c593': Remove useless memset from init.
| * | Merge "Remove useless memset from init."Elliott Hughes2015-03-191-1/+0
| |\ \
| | * | Remove useless memset from init.Elliott Hughes2015-03-181-1/+0
| | | | | | | | | | | | | | | | Change-Id: Ia880810bb2c9a976dceeb0ffdba0cb98e69e3c6d
* | | | am d9a65a65: Merge "Improving the time to wait for assigning IP address"Dmitry Shmidt2015-03-191-2/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'd9a65a65610cb675b092cd343f04e2176a57c26f': Improving the time to wait for assigning IP address
| * | | Merge "Improving the time to wait for assigning IP address"Dmitry Shmidt2015-03-191-2/+4
| |\ \ \
| | * | | Improving the time to wait for assigning IP addressdaisuke niwa2015-02-271-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Framework always spends 600msec for getting IP address. DhcpStateMachine.runDhcp calls NetworkUtils.stopDhcp. After that, it calls NetworkUtils.runDhcp. In this case, wait_for_property of dhcp_utils.c calls three times. At least three times, usleep is called. So move usleep statement after property_get statement. Change-Id: I77ffb9a5a64875b47bb528b494bb60b68c1acb5a
* | | | | am 4e0a2523: Merge "liblog: reject empty logging messages"Mark Salyzyn2015-03-181-0/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '4e0a252372052f194764c3c0a511e17d22549e6c': liblog: reject empty logging messages
| * | | | Merge "liblog: reject empty logging messages"Mark Salyzyn2015-03-181-0/+4
| |\ \ \ \
| | * | | | liblog: reject empty logging messagesMark Salyzyn2015-03-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A regression after "liblog: Instrument logging of logd write drops" where an empty payload would result in an insufficient iovec to report the write drop. Change-Id: Iffabcfbb0680898d7a42004700e638e9d940ff5f
* | | | | | am 26c4c905: Merge "Remove chroot from init."Elliott Hughes2015-03-184-12/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * commit '26c4c905d3fc19b24f12a6aa0e22217f0e73e5de': Remove chroot from init.
| * | | | | Merge "Remove chroot from init."Elliott Hughes2015-03-184-12/+0
| |\ \ \ \ \
| | * | | | | Remove chroot from init.Elliott Hughes2015-03-184-12/+0
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This is not obviously useful. Let's wait until we have an actual need. Change-Id: I2c75c96314b281e89df25b6ed202b3dd5dfdaf15
* | | | | | am 8b0c8b19: Merge "logd: replace internal CLOCK_MONOTONIC use with sequence ↵Mark Salyzyn2015-03-189-66/+77
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | numbers" * commit '8b0c8b197e31f615d140494a2505b313c621a6ed': logd: replace internal CLOCK_MONOTONIC use with sequence numbers
| * | | | | Merge "logd: replace internal CLOCK_MONOTONIC use with sequence numbers"Mark Salyzyn2015-03-189-66/+77
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | logd: replace internal CLOCK_MONOTONIC use with sequence numbersMark Salyzyn2015-03-189-66/+77
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - switch to simpler and faster internal sequence number, drops a syscall overhead on 32-bit platforms. - add ability to break-out of flushTo loop with filter return -1 allowing in reduction in reader overhead. Change-Id: Ic5cb2b9afa4d9470153971fc9197b07279e2b79d
* | | | | am 5aa097c8: Merge "Remove obsolete files from fs_config\'s list."Elliott Hughes2015-03-181-7/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '5aa097c8a7b9326e1add7a23bf4d31febd25127b': Remove obsolete files from fs_config's list.
| * | | | Merge "Remove obsolete files from fs_config's list."Elliott Hughes2015-03-181-7/+0
| |\ \ \ \
| | * | | | Remove obsolete files from fs_config's list.Elliott Hughes2015-03-181-7/+0
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I83716f48754de889d811d74074f9a32dc666c05e
* | | | | am 789c99a4: Merge "Switch init over to _PATH_DEFPATH."Elliott Hughes2015-03-182-1/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '789c99a48e185a1e74af5fe9f837944bf4bf6b57': Switch init over to _PATH_DEFPATH.
| * | | | Merge "Switch init over to _PATH_DEFPATH."Elliott Hughes2015-03-182-1/+3
| |\ \ \ \
| | * | | | Switch init over to _PATH_DEFPATH.Elliott Hughes2015-03-172-1/+3
| | |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 19564110 Change-Id: I343b4a360b10319dca13ab01f2d411ff940e9052
* | | | | am 26746a46: Merge "Print the build id of shared libraries if present."Christopher Ferris2015-03-184-61/+229
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '26746a4621e91dbadaaec945025e1f87b959333b': Print the build id of shared libraries if present.
| * | | | Merge "Print the build id of shared libraries if present."Christopher Ferris2015-03-184-61/+229
| |\ \ \ \
| | * | | | Print the build id of shared libraries if present.Christopher Ferris2015-03-174-61/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For every map that has a name, and if it's a mapped in shared library, print the build id. Refactor the way dump_all_maps logs data. Refactor the way stack segments are dumped. Bug: 19371018 Change-Id: Ic08d05a4b13f128925743936fb84d8059f7cb56f
* | | | | | am 2df0aac6: Merge "Fix file descriptor leakage in adbd"Dan Albert2015-03-173-10/+20
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * commit '2df0aac657e1287930ce1cf699328a0fe7deacb1': Fix file descriptor leakage in adbd
| * | | | | Merge "Fix file descriptor leakage in adbd"Dan Albert2015-03-173-10/+20
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix file descriptor leakage in adbdPavel Labath2015-03-173-10/+20
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adb_auth_init in adb_auth_client.cpp sets FD_CLOEXEC on the control socket, which prevents the leakage. However if ro.adb.secure property is unset (as it is on the emulator), adb_auth_init is not invoked, which results in the control socket fd leaking into any process started by the deamon (specifically, any command executed through adb shell). Split the fd cleanup into a separate function that is called unconditionally. Change-Id: I73ea84977542ddfc4ac20599593ecf3745ae9108
* | | | | am 837a6739: Merge "Add variable length read to Backtrace."Christopher Ferris2015-03-174-87/+333
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '837a67393d8493cccb28f20e2e00c5fc1e3b0272': Add variable length read to Backtrace.
| * | | | Merge "Add variable length read to Backtrace."Christopher Ferris2015-03-174-87/+333
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Add variable length read to Backtrace.Christopher Ferris2015-03-174-87/+333
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Included tests for this new feature. Changed the NULLs to nullptr in backtrace_test. Changed UniquePtr to std::unique_ptr in backtrace_test. Change-Id: I92375465b8f8ba84589834cc162db5915bf1be81
* | | | am 928cbdd2: Merge "Add common string utilities to libbase."Dan Albert2015-03-174-0/+302
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '928cbdd2c34cd5db9b344e593866f9e1e1e477e2': Add common string utilities to libbase.
| * | | Merge "Add common string utilities to libbase."Dan Albert2015-03-174-0/+302
| |\ \ \
| | * | | Add common string utilities to libbase.Dan Albert2015-03-164-0/+302
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are useful outside of ART. Nothing changed (aside from fixing Trim to not segfault on empty strings), so ART should be able to move to using these. Change-Id: Id026ebffe8d31f784a91834786ab189680b13a0f
* | | | | am a650e17f: Merge "Remove netcfg."Elliott Hughes2015-03-174-312/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'a650e17f33ac6943b699565250563cdb8f2c210d': Remove netcfg.
| * | | | Merge "Remove netcfg."Elliott Hughes2015-03-174-312/+0
| |\ \ \ \