- 67959bc cutils: Add clang FORTIFY support by George Burgess IV · 8 years ago
- ce07b6f Merge "fix warning: Null pointer argument in call to memory comparison function" by Treehugger Robot · 8 years ago
- 71c0993 Merge changes Ia23b932a,I33e8a0ca,I0a5e7939,I13db1f45,I2a9dba81, ... by Mark Salyzyn · 8 years ago
- 33f6717 fix warning: Null pointer argument in call to memory comparison function by Yunlian Jiang · 8 years ago
- 23f4e6b Merge "Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime."" by James Hawkins · 8 years ago
- 7100288 liblog: add local_logger by Mark Salyzyn · 9 years ago
- 0e3167e Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime." by James Hawkins · 8 years ago
- 96432fc liblog: add __android_log_config_*_close() by Mark Salyzyn · 9 years ago
- cf983bc liblog: add android_log_logger_list management by Mark Salyzyn · 9 years ago
- 62d0d2d liblog: add logprint to host build by Mark Salyzyn · 9 years ago
- 8f2492f liblog: benchmark: Use local LOGGER_NULL frontend by Mark Salyzyn · 11 years ago
- 850d06e liblog: Add android_set_log_frontend by Mark Salyzyn · 11 years ago
- ec5d6cb Merge changes I1a28c21c,I02faec3b,I16a2050b by Josh Gao · 8 years ago
- 914955a Merge "bootstat: Remove custom uptime parser in favor of elapsedRealtime." by Treehugger Robot · 8 years ago
- a3b6d30 Merge "liblog: fix an undefined-behavor in __write_to_log_daemon()" by Treehugger Robot · 8 years ago
- a8629e8 Merge "liblog: fix a memory leak in __android_log_pmsg_file_write()" by Treehugger Robot · 8 years ago
- 6efb877 liblog: fix an undefined-behavor in __write_to_log_daemon() by Ting-Yuan Huang · 8 years ago
- 106c3e6 liblog: fix a memory leak in __android_log_pmsg_file_write() by Ting-Yuan Huang · 8 years ago
- 26f40c0 bootstat: Remove custom uptime parser in favor of elapsedRealtime. by James Hawkins · 8 years ago
- 8eb237a Merge "liblog: logger.h fortify comments" by Mark Salyzyn · 8 years ago
- 7048f0b liblog: logger.h fortify comments by Mark Salyzyn · 8 years ago
- c24cc8a crash_dump: collect open files before dropping caps. by Josh Gao · 8 years ago
- 7a0ee64 debuggerd_test: improve error when crasher fails to exec. by Josh Gao · 8 years ago
- a7d7eb6 debuggerd_test: fix crasher path. by Josh Gao · 8 years ago
- 887b6b9 Merge "Don't print 168^W143 lines of help when someone makes a typo." by Elliott Hughes · 8 years ago
- 59b8e35 Merge "crash_dump: read /proc/<pid>/maps before dropping capabilities." by Josh Gao · 8 years ago
- 347164c crash_dump: read /proc/<pid>/maps before dropping capabilities. by Josh Gao · 8 years ago
- 9df2860 Merge "Make __android_log_assert behave more like libc asserts." by Elliott Hughes · 8 years ago
- 36b8ccb Merge "debuggerd_handler: fix prctl return value check." by Josh Gao · 8 years ago
- 54ef57d debuggerd_handler: fix prctl return value check. by Josh Gao · 8 years ago
- 2ec36b0 Don't print 168^W143 lines of help when someone makes a typo. by Elliott Hughes · 8 years ago
- 6b74258 Merge "Log errors from loading public libraries" by Dimitry Ivanov · 8 years ago
- 15a264e Log errors from loading public libraries by Evan Ralston · 9 years ago
- 5bae1b8 Make __android_log_assert behave more like libc asserts. by Elliott Hughes · 8 years ago
- 279cb8b Merge changes from topic 'debuggerd_ambient' by Josh Gao · 8 years ago
- 564aeca Merge "init: clean up exec command" by Treehugger Robot · 9 years ago
- 01b25ab Merge "bootstat: Log bootloader timing metrics to Tron." by James Hawkins · 9 years ago
- c8cad2c Merge "Revert "Get fastboot working on OS X"" by Elliott Hughes · 9 years ago
- 2d0fdaa init: clean up exec command by Wei Wang · 9 years ago
- 98a6db5 Merge changes I69e6489d,Ic17d52a7 by Mark Salyzyn · 9 years ago
- 1cd4102 Merge "logd: add getEventTag command and service" by Mark Salyzyn · 9 years ago
- 35c1a62 Revert "Get fastboot working on OS X" by Elliott Hughes · 9 years ago
- be46fd1 bootstat: Log bootloader timing metrics to Tron. by James Hawkins · 9 years ago
- c9e5f37 liblog: add android_lookupEventTagNum by Mark Salyzyn · 9 years ago
- 7da7fab liblog: add /dev/event-log-tags for Tag Map by Mark Salyzyn · 9 years ago
- 61e9ce6 logd: add getEventTag command and service by Mark Salyzyn · 9 years ago
- b3ee52e debuggerd_handler: don't use clone(..., SIGCHLD, ...) by Josh Gao · 9 years ago
- 85bcaf6 crash_dump: drop capabilities after we ptrace attach. by Josh Gao · 9 years ago
- fe90276 crash_dump: use /proc/<pid> fd to check tid process membership. by Josh Gao · 9 years ago
- 7ae426c debuggerd_handler: raise ambient capset before execing. by Josh Gao · 9 years ago
- 3dfe401 Merge changes I321e2193,I1da92e2b by Treehugger Robot · 9 years ago
- e700597 dlext_namespace.h: Declare android_get_LD_LIBRARY_PATH by Jesse Hall · 9 years ago
- b75d82b Make dlext_namespaces.h available to users of libnativeloader by Jesse Hall · 9 years ago
- d85cf0f Merge "Revert "Enable seccomp in init with generated policy"" by Paul Lawrence · 9 years ago
- f4ae620 Merge "Better seccomp/kuser_helper diagnostics from debuggerd." by Elliott Hughes · 9 years ago
- c4af05f Revert "Enable seccomp in init with generated policy" by Paul Lawrence · 9 years ago
- d25e4c5 Merge "init: add wait_for_prop builtin command" by Treehugger Robot · 9 years ago
- 0f0caf9 Merge "Expand seccomp whitelist" by Treehugger Robot · 9 years ago
- 0ba5359 Better seccomp/kuser_helper diagnostics from debuggerd. by Elliott Hughes · 9 years ago
- bcabf10 Merge "debuggerd_handler: add and use fatal_errno." by Treehugger Robot · 9 years ago
- 2e71ceb Expand seccomp whitelist by Alex Shlyapnikov · 9 years ago
- ac91b0c Revert "Give crash_dump CAP_SYS_PTRACE." by Josh Gao · 9 years ago
- e5fe799 Merge "usb_dispatch.cpp: Lower severity of logging statement." by Treehugger Robot · 9 years ago
- 132ac31 init: add wait_for_prop builtin command by Wei Wang · 9 years ago
- aced420 usb_dispatch.cpp: Lower severity of logging statement. by Nick Kralevich · 9 years ago
- afe2595 Merge "Disable integer sanitization on host." by Evgenii Stepanov · 9 years ago
- ae03c69 Merge changes from topic 'adf-uapi-cleanup' by Treehugger Robot · 9 years ago
- 31cf946 Merge "bootstat: Update the wording of 'soft reboot' to 'runtime restart'." by Treehugger Robot · 9 years ago
- f1c2350 bootstat: Update the wording of 'soft reboot' to 'runtime restart'. by James Hawkins · 9 years ago
- 2cd07e8 Merge "Expand seccomp whitelist" by Treehugger Robot · 9 years ago
- 54c7886 Disable integer sanitization on host. by Evgenii Stepanov · 9 years ago
- 8afdd2a Expand seccomp whitelist by Paul Lawrence · 9 years ago
- fe79bcb libadf: move ADF uapi header out of bionic by Greg Hackmann · 9 years ago
- 6462bb4 debuggerd_handler: add and use fatal_errno. by Josh Gao · 9 years ago
- 09f8f98 libadf: adf_test: fix clang + kati build by Greg Hackmann · 9 years ago
- 301e7e2 Merge "Expand seccomp whitelist" by Treehugger Robot · 9 years ago
- ae3f906 Expand seccomp whitelist by Paul Lawrence · 9 years ago
- 26a714a Merge "logcat: test: inject() tuning" by Treehugger Robot · 9 years ago
- 53f2d82 Merge changes Ibd7bbddb,I2f571009 by Treehugger Robot · 9 years ago
- 698035b Merge "debuggerd_handler: improve nonfatal signal message." by Josh Gao · 9 years ago
- 1e4afb5 debuggerd: fix `debuggerd <pid>` by Josh Gao · 9 years ago
- 4ed00c8 debuggerd_handler: improve nonfatal signal message. by Josh Gao · 9 years ago
- b53f903 debuggerd: fix `debuggerd -b <pid>` by Josh Gao · 9 years ago
- 0617179 Merge "libsync: Replace inserting tuple into unordered_map in favour of pair." by Treehugger Robot · 9 years ago
- 33aa9fc Merge "Revert "Continue using the legacy NDK android/log.h."" by Treehugger Robot · 9 years ago
- 9b4d7e1 logcat: test: inject() tuning by Mark Salyzyn · 9 years ago
- 380b2f4 libsync: Replace inserting tuple into unordered_map in favour of pair. by mtezych · 9 years ago
- a6c62f6 Merge "Do not build any host targets on mac." by Treehugger Robot · 9 years ago
- bdac221 Revert "Continue using the legacy NDK android/log.h." by Mark Salyzyn · 9 years ago
- 01d5037 Do not build any host targets on mac. by Christopher Ferris · 9 years ago
- a5cfc8b Merge "Remote reference to log/logger.h" by Christopher Ferris · 9 years ago
- 71a2dcf Remote reference to log/logger.h by Christopher Ferris · 9 years ago
- e69b1b9 Merge "New version of unwinder." by Christopher Ferris · 9 years ago
- d04b1ac Merge "init: split property context into platform & non-platform components" by Sandeep Patil · 9 years ago
- 9cd890e Merge "bionic and init don't need to share knowledge of property file locations." by Treehugger Robot · 9 years ago
- 183ca56 Merge "fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>" by Treehugger Robot · 9 years ago
- 795798d bionic and init don't need to share knowledge of property file locations. by Elliott Hughes · 9 years ago
- d0ff90a Merge "Allow failing app through seccomp policy" by Treehugger Robot · 9 years ago
- 7dde4fa Merge "boottime/init: Report ro.boottime.init* properties in milliseconds." by James Hawkins · 9 years ago
- e4ddaa4 Allow failing app through seccomp policy by Paul Lawrence · 9 years ago