- e275043 Merge "Fix bug #37284906, adb shell crashes on windows with invalid options. For example, "adb.exe shell -list" crashes without this fix. Test: adb.exe shell -list-packages" by Huihong Luo · 7 years ago
- af39885 Fix bug #37284906, adb shell crashes on windows with invalid options. by Huihong Luo · 7 years ago
- f854045 Merge "init: fix copy/paste mistake" by Treehugger Robot · 7 years ago
- 94f3bcd init: fix copy/paste mistake by Tom Cherry · 7 years ago
- e3e4ec7 Merge "Skip unnecessary sleep during shutdown" by Wei Wang · 7 years ago
- 8c00e42 Skip unnecessary sleep during shutdown by Wei Wang · 7 years ago
- f583ff6 Merge "Fix a potential memory leak" by Treehugger Robot · 7 years ago
- f26cf6d Fix a potential memory leak by Ting-Yuan Huang · 7 years ago
- 1a955fa Merge "Pass in message_version_ received from the secure side." by Treehugger Robot · 7 years ago
- 44ad937 Merge "Decrease size of LogBufferElements to 32 bytes." by Christopher Ferris · 7 years ago
- 334929b Merge changes I7f00c5f0,Idc18f331,I1e7d3a88 by Tom Cherry · 7 years ago
- 89bcc85 init: use Result<T> for the parsing functions by Tom Cherry · 7 years ago
- 557946e init: use Result<T> for builtin functions by Tom Cherry · 7 years ago
- 11a3aee init: introduce Result<T> for return values and error handling by Tom Cherry · 7 years ago
- d467db9 Merge "init: split security functions out of init.cpp" by Tom Cherry · 7 years ago
- 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 7 years ago
- bb2f03f Merge "Compare new unwinder to old unwinder in debuggerd." by Christopher Ferris · 7 years ago
- 6452b90 Merge "Add demangling of function name." by Christopher Ferris · 7 years ago
- 28fa8b0 Merge "Enable non-secure side to receive messages > 4K" by Treehugger Robot · 7 years ago
- 94b0e4f Merge "debuggerd_handler: print pid and process name." by Treehugger Robot · 7 years ago
- 38b9b49 Pass in message_version_ received from the secure side. by Jocelyn Bohr · 7 years ago
- f95338f Merge "init: fix format issue" by Treehugger Robot · 7 years ago
- 9a8c855 Compare new unwinder to old unwinder in debuggerd. by Christopher Ferris · 7 years ago
- 81e6c0b debuggerd_handler: print pid and process name. by Josh Gao · 7 years ago
- 04fdec0 Add demangling of function name. by Christopher Ferris · 7 years ago
- 12bd22b Merge "init: Add readahead built-in command" by Treehugger Robot · 7 years ago
- 1f87cd1 init: fix format issue by Tom Cherry · 7 years ago
- 74e74f9 Decrease size of LogBufferElements to 32 bytes. by Christopher Ferris · 7 years ago
- 542aae4 init: Add readahead built-in command by Wei Wang · 7 years ago
- af6a262 Merge "Fix another set of bugs." by Christopher Ferris · 7 years ago
- 9e484bd Fix another set of bugs. by Christopher Ferris · 7 years ago
- b3ed377 Enable non-secure side to receive messages > 4K by Jocelyn Bohr · 8 years ago
- 4723d7c Merge "Add HSM AID." by Treehugger Robot · 7 years ago
- f73c5e1 Add HSM AID. by Andrew Scull · 7 years ago
- de6b44a Merge "bootstat: switch from root.root to system.log" by Treehugger Robot · 7 years ago
- ff7e13c Merge "Don't try to strip a shell script" by Treehugger Robot · 7 years ago
- 30bd51c Merge changes If1cffa85,I9011a959 by Tom Cherry · 7 years ago
- e1cf0f5 Don't try to strip a shell script by Dan Willemsen · 7 years ago
- 5d89e6c Merge "Include asan options from data partition." by Treehugger Robot · 7 years ago
- 2a978d3 init: move property_service.cpp to libinit by Tom Cherry · 7 years ago
- 45a9d67 init: statically link libselinux to init_tests by Tom Cherry · 7 years ago
- 5cd87d3 Merge "Small clean ups" by Christopher Ferris · 7 years ago
- ad7f1bc Merge "logcat: transition to Android.bp" by Mark Salyzyn · 7 years ago
- ce30d07b1 Include asan options from data partition. by Ryan Campbell · 7 years ago
- c3ad75b bootstat: switch from root.root to system.log by Mark Salyzyn · 7 years ago
- 3b4b075 Small clean ups by Christopher Ferris · 7 years ago
- 507f69f logcat: transition to Android.bp by Mark Salyzyn · 7 years ago
- 2d1d881 Merge "logcat: fix error propagation." by Treehugger Robot · 7 years ago
- 210e43c logcat: fix error propagation. by Mark Salyzyn · 7 years ago
- 2c3a2a8 Merge "ueventd: add test to ensure selabel_lookup() is thread safe" by Tom Cherry · 7 years ago
- 57ef66b ueventd: add test to ensure selabel_lookup() is thread safe by Tom Cherry · 7 years ago
- 24c39f0 Merge "fastboot: Add --disable-verity and --disable-verification options." by Treehugger Robot · 7 years ago
- f602dd4 Merge "Add AID for LoWPAN subsystem" by Treehugger Robot · 7 years ago
- b6ea435 fastboot: Add --disable-verity and --disable-verification options. by David Zeuthen · 7 years ago
- 01f7576 Add AID for LoWPAN subsystem by Robert Quattlebaum · 7 years ago
- 69ff500 Merge "Fix clang-tidy performance warnings in system/core." by Chih-hung Hsieh · 7 years ago
- 401c9cb Merge "init: more unique_fd, less goto" by Tom Cherry · 7 years ago
- 7c4609c init: more unique_fd, less goto by Tom Cherry · 7 years ago
- 59b33cb Merge "libcutils: write trace event into socket in container" by Treehugger Robot · 7 years ago
- 90657bb Merge "Return correct error code when finish input length is too long." by Treehugger Robot · 7 years ago
- f1e5edf Return correct error code when finish input length is too long. by Jocelyn Bohr · 7 years ago
- e5d975c Fix clang-tidy performance warnings in system/core. by Chih-Hung Hsieh · 7 years ago
- 172b1d0 Merge "Add support for the new unwind method." by Christopher Ferris · 7 years ago
- 472808a Merge changes from topic 'libcutils_private_headers' by Yifan Hong · 7 years ago
- 6f3981c Add support for the new unwind method. by Christopher Ferris · 7 years ago
- e403038 libcutils: write trace event into socket in container by Earl Ou · 8 years ago
- 5c65599 Merge "cutils: update property_get to use diagnose_if." by Treehugger Robot · 7 years ago
- e61e2fc Merge "Stop asking for old versions of C++ in system/core." by Treehugger Robot · 7 years ago
- b31ca1a Merge "Fix reference to out of scope local in adb_thread_setname." by Treehugger Robot · 7 years ago
- b680712 Remove private headers from libcutils.vendor by Yifan Hong · 7 years ago
- 09c8967 Move android_filesystem_config.h => fs_config.h by Yifan Hong · 7 years ago
- b5c90e9 Merge "Revert "base: work around thread safety analysis bug."" by Josh Gao · 7 years ago
- c54e3db Revert "base: work around thread safety analysis bug." by Josh Gao · 7 years ago
- f3c7f10 Merge "base: work around thread safety analysis bug." by Josh Gao · 7 years ago
- f914029 Merge "Make sure freeaddrinfo is always called on failure." by Treehugger Robot · 7 years ago
- 9bf11c1 cutils: update property_get to use diagnose_if. by George Burgess IV · 7 years ago
- ac8a484 Merge "libappfuse: use an explicit buffer size" by Treehugger Robot · 7 years ago
- e4509da base: work around thread safety analysis bug. by Josh Gao · 7 years ago
- 8753358 libappfuse: use an explicit buffer size by George Burgess IV · 7 years ago
- 972d078 Stop asking for old versions of C++ in system/core. by Elliott Hughes · 7 years ago
- ceb7814 Merge "Remove TODOs for std::string removal." by Treehugger Robot · 7 years ago
- 7462f18 Fix reference to out of scope local in adb_thread_setname. by Elliott Hughes · 7 years ago
- 3ff453a Make sure freeaddrinfo is always called on failure. by Elliott Hughes · 7 years ago
- e7b8fc2 Merge "Add comments to "public.libraries.*.txt"." by Treehugger Robot · 7 years ago
- 7009a3c Merge "Allow mips to build." by Christopher Ferris · 7 years ago
- 32766f1 Allow mips to build. by Christopher Ferris · 7 years ago
- c34afb1 Merge "init: use unique_fd in builtins.cpp" by Tom Cherry · 7 years ago
- 0d2cac9 Merge "Revert "Add support for the new unwind method."" by Christopher Ferris · 7 years ago
- bd625ef Revert "Add support for the new unwind method." by Christopher Ferris · 7 years ago
- 9ccf627 Merge "Add support for the new unwind method." by Christopher Ferris · 7 years ago
- e4bd153 Merge "Fix misc-macro-parentheses warnings in system/core." by Treehugger Robot · 7 years ago
- 85244e8 Fix misc-macro-parentheses warnings in system/core. by Chih-Hung Hsieh · 7 years ago
- 7037991 init: use unique_fd in builtins.cpp by Tom Cherry · 7 years ago
- 2a2a8d9 Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe by Tom Cherry · 7 years ago
- 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 7 years ago
- eeee831 init: move reaping from ServiceManager to signal_handler.cpp by Tom Cherry · 7 years ago
- 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 7 years ago
- eb3fa92 Merge "init: fix process restarting" by Tom Cherry · 7 years ago
- c7ba2bb Merge "fastboot: call mke2fs to format ext4 filesystem on windows" by Treehugger Robot · 7 years ago
- be4eec0 Merge "fastboot: enable uninit_bg for ext4" by Treehugger Robot · 7 years ago