- 04 Mar, 2014 3 commits
-
-
Nick Kralevich authored
* commit '3530b9cd': Remove obsolete vdc call.
-
Nick Kralevich authored
* commit '02916aa2': Remove obsolete vdc call.
-
Nick Kralevich authored
Since ca8e66a8, init has been handling reboots and filesystem unmounts. Remove obsolete call to vdc. Bug: 12504045 Change-Id: If8704ca042cb3a68857743b9973e48c52e7eb881 (cherry picked from commit 225459a5)
-
- 29 Jan, 2014 5 commits
-
-
Christopher Ferris authored
* commit '773c9ab7': Fix global pointing to local variable.
-
Christopher Ferris authored
* commit 'c96c2954': Fix global pointing to local variable.
-
Christopher Ferris authored
* commit 'a152ed73': Fix global pointing to local variable.
-
Christopher Ferris authored
-
Christopher Ferris authored
Change-Id: I933cbb680ca6310c13634f09a9827077c8dbd568
-
- 28 Jan, 2014 28 commits
-
-
Kristian Monsen authored
* commit 'a40636f3': Fix code style, put unused in the end
-
Kristian Monsen authored
* commit '5abe06bf': Fix code style, put unused in the end
-
Kristian Monsen authored
* commit '6e34793b': Fix code style, put unused in the end
-
Kristian Monsen authored
-
Christopher Ferris authored
* commit 'aaf89887': Re-enable libunwind for arm.
-
Christopher Ferris authored
* commit '6fe31b2f': Re-enable libunwind for arm.
-
Christopher Ferris authored
* commit 'd391c9b4': Re-enable libunwind for arm.
-
Christopher Ferris authored
-
Mark Salyzyn authored
am 7b9bb36a: am 0256e1f6: am d2acdd82: Merge changes I70ab37d5,I716f89c0,I34c96adf,I77650923,I35b0d1ee, ... * commit '7b9bb36a': (29 commits) 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 ...
-
Kristian Monsen authored
Change-Id: I7315b35049924d5067203a432584b8f29e5a1391
-
Mark Salyzyn authored
* commit '0256e1f6': (29 commits) 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 ...
-
Mark Salyzyn authored
* commit 'd2acdd82': (29 commits) 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 ...
-
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
am 11322efd: am acd96b11: am 12db3eb6: Merge "Move restorecon and restorecon_recursive code to libselinux." * commit '11322efd': Move restorecon and restorecon_recursive code to libselinux.
-
Nick Kralevich authored
* commit 'acd96b11': Move restorecon and restorecon_recursive code to libselinux.
-
Nick Kralevich authored
* commit '12db3eb6': Move restorecon and restorecon_recursive code to libselinux.
-
Nick Kralevich authored
-
Kristian Monsen authored
* commit '97ea590b': Fixes some warnings
-
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
* commit '9aaba5ca': Fixes some warnings
-
Kristian Monsen authored
* commit '8c6b9b0d': Fixes some warnings
-
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
* commit 'bbc92ee7': adbd: Don't close/reopen FFS ep0 on disconnect
-
Benoit Goby authored
* commit '68a74ec4': adbd: Don't close/reopen FFS ep0 on disconnect
-
Benoit Goby authored
* commit '6ddabb7a': adbd: Don't close/reopen FFS ep0 on disconnect
-
Benoit Goby authored
-
- 27 Jan, 2014 4 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
-