- 31 Jan, 2014 6 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I959b04e5539d6f24ce96cd6737434f932d717e1b
-
Pavel Chupin authored
Change-Id: I2e432839f86c33c2adbaac8cc12ca8961956044b Signed-off-by:
Pavel Chupin <pavel.v.chupin@intel.com>
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: Iabe82720d3261a9bd35763c260d3c4b6d422e287
-
- 30 Jan, 2014 17 commits
-
-
Elliott Hughes authored
-
Kévin PETIT authored
This one makes dump_memory reasonably architecture-agnostic so it is possible to share the code between architectures. It also includes a few small improvements in tombstone.cpp. Change-Id: Ib8a9599bfa420b41e80207988e87aee1b9d79541 Signed-off-by:
Kévin PETIT <kevin.petit@arm.com>
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I77e36b83048b40ba53b6790b7c31beac27feee56
-
Elliott Hughes authored
-
Pavel Chupin authored
Change-Id: I098787f57801f68d0419732d5fd475c7e916c92c Signed-off-by:
Pavel Chupin <pavel.v.chupin@intel.com>
-
Christopher Ferris authored
-
Christopher Ferris authored
Change-Id: I9eff7486b9fe89eac57b5555649b871bc6f1cc77
-
Colin Cross authored
* changes: fs_mgr: split fstab parsing into separate file fs_mgr: update ext4_parse_sb to match change in ext4_utils
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I4db233fb85c8f0b0c210771a8c75ae8e67dff96f
-
Ian Rogers authored
-
Elliott Hughes authored
-
Ian Rogers authored
Change-Id: I5c65ea196bb9a197a74899ceb53543f289f6d494
-
Elliott Hughes authored
Change-Id: I90cf89453f2718fd4bec2bf17ea616ee8165d36a
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I9fa536ea25f7e2d953488b0d317d8a5237b43d03
-
- 29 Jan, 2014 2 commits
-
-
Christopher Ferris authored
-
Christopher Ferris authored
Change-Id: I933cbb680ca6310c13634f09a9827077c8dbd568
-
- 28 Jan, 2014 10 commits
-
-
Kristian Monsen authored
-
Christopher Ferris authored
-
Kristian Monsen authored
Change-Id: I7315b35049924d5067203a432584b8f29e5a1391
-
Mark Salyzyn authored
* changes: libsysutils: SocketListener export release libsysutils: Add iovec/runOnEachSocket liblog: support struct logger_event_v2 format liblog: update timestamp on NOTICE file libcutils: resolve warning in iosched_policy.c liblog: Add const pedantics logcat: Add -T flag (-t w/o assumption of -d) logcat: Add logcat test suite liblog: Add cpu utilization test liblog: Add liblog test suite debuggerd: Support newline split in log messages liblog: deprecate export LOGGER ioctl definitions liblog: deprecate export of LOGGER_LOG_* defines liblog: Add README liblog: resolve build warning messages liblog: high CPU usage from logcat liblog: fix build again liblog: drop use of sys/cdefs.h liblog: git_master@964770 build problem logcat: Incorporate liblog reading API debuggerd: Incorporate liblog reading API liblog: Interface to support abstracting log read adb: deprecate legacy log service interface adb: regression from Move list.c to inlines liblog: whitespace cleanup libcutils: bug str_parms.c:str_parms_get_float(). libcutils: UNUSED argument warnings libsysutils: Get rid of warnings libcutils: Move list.c to inlines on list.h
-
Nick Kralevich authored
-
Christopher Ferris authored
Update to handle the new optimized way that libunwind works. In addition, a small refactor of the BacktraceMap code. A few new tests of for good measure. Change-Id: I2f9b4f5ad5a0dfe907b31febee76e4b9b94fb76f
-
Kristian Monsen authored
-
Kristian Monsen authored
- Implicit decleared function - Unused variable Change-Id: Ia701e66682cb6788f0716a2ef7556ed07227f78f
-
Stephen Smalley authored
This requires telling libselinux to use the sehandle already obtained by init rather than re-acquiring it internally. init retains ownership of the sehandle because it performs the initial load, uses the sehandle for other purposes (e.g. labeling of directories created via mkdir and labeling of socket files), and handles the policy reload property trigger. Change-Id: I4a380caab7f8481c33eb64fcdb16b6cabe918ebd Signed-off-by:
Stephen Smalley <sds@tycho.nsa.gov>
-
Benoit Goby authored
-
- 27 Jan, 2014 5 commits
-
-
Mark Salyzyn authored
* Foreground thread (legacy) closes connection by reporting false return value for onDataAvailable. * Background thread can choose instead to close the connection asynchronously by calling release, must return true for the onDataAvailable method. (cherry picked from commit d7ad4e40) Change-Id: I70ab37d5c22b02804aa3b4dfb26cc9b75291f8b6
-
Mark Salyzyn authored
SocketClient: * Replace sendDataLocked with sendDataLockedv which takes an iovec. * Add a version of sendData, sendDatav, which takes an iovec. * do not preserve iovec content through sendDatav SocketListener: * Add runOnEachSocket, which allows to to specify a SocketClientCommand to run individually on each socket. This allows you to do broadcast-like actions customized for each individual socket. * Client safe list reference counting for sendBroadcast & runOnEach Socket (cherry picked from commit a6e96557 ) Signed-off-by:
Nick Kralevich <nnk@google.com> Signed-off-by:
Mark Salyzyn <salyzyn@google.com> Change-Id: I716f89c01b4cb7af900045c7e41fac1492defb06
-
Mark Salyzyn authored
(cherry picked from commit c176e14c) Change-Id: I34c96adffab3478dae8f5a2597a840caad5092cc
-
Mark Salyzyn authored
(cherry picked from commit b69e092d) Change-Id: I776509232aaa50e14fe79e45ab133c0ea3985933
-
Mark Salyzyn authored
(cherry picked from commit 407038cd) Change-Id: I35b0d1eeba21cc1ed9645a5acfa180ed20797c56
-