1. 4ffed01 Exclude bionic private headers from include path by Dmitriy Ivanov · 10 years ago
  2. a361503 Merge "Consolidate adb trace macro defines into its own header file." into lmp-dev by leozwang · 10 years ago
  3. d3fc15f Consolidate adb trace macro defines into its own header file. by leozwang · 10 years ago
  4. 4bb951a Merge "BlobCache: fix uninitialized memory" into lmp-dev by Antoine Labour · 10 years ago
  5. 2f2e79d debuggerd: tombstone: suppress logger request for logd process by Mark Salyzyn · 10 years ago
  6. 166cfe6 Added default constructor for log_t. by Brigid Smith · 10 years ago
  7. a6ff5c9 Fix adb "ptsname is not thread-safe; use ptsname_r instead" build break. by Elliott Hughes · 10 years ago
  8. b0b856e Fix "ptsname is not thread-safe; use ptsname_r instead" build break. by Elliott Hughes · 10 years ago
  9. 5f6ebc2 BlobCache: fix uninitialized memory by Antoine Labour · 10 years ago
  10. 1e92ed5 audio: define type for unique audio Ids. by Eric Laurent · 10 years ago
  11. a768c30 audio: add audio device address helper function by Eric Laurent · 10 years ago
  12. 0a381a3 audio: move struct audio_config definition to audio.h by Eric Laurent · 10 years ago
  13. dd3363c Merge "Define new audio attribute flag: beacon" into lmp-dev by Jean-Michel Trivi · 10 years ago
  14. 0047368 Prevent the accidental closure of fd[0] for missing zip files. by Neil Fuller · 10 years ago
  15. c3dbe12 Define new audio attribute flag: beacon by Jean-Michel Trivi · 10 years ago
  16. 74ff4fc Merge "Follow refactoring of install-abandon command." into lmp-dev by Jeff Sharkey · 10 years ago
  17. 7bb5660 Refresh toolbox. by Elliott Hughes · 10 years ago
  18. eb49dd7 Remove invalid 64-bit host objects. by Stephen Hines · 10 years ago
  19. ac77e1f Follow refactoring of install-abandon command. by Jeff Sharkey · 10 years ago
  20. 5a25523 Merge "Redirect debug output to logcat." into lmp-dev by leozwang · 10 years ago
  21. 504b4e9 Merge "sdcard: ensure installd fs upgrade has completed" into lmp-dev by Nick Kralevich · 10 years ago
  22. 8d28fa7 sdcard: ensure installd fs upgrade has completed by Nick Kralevich · 10 years ago
  23. 2befa73 Remove <cutils/tztime.h>. by Elliott Hughes · 10 years ago
  24. d5c4174 logcat: test: logrotate flags by Mark Salyzyn · 10 years ago
  25. e43b99a Correction to TRACE format strings by Marcus Oakland · 10 years ago
  26. 64567d1 Merge "graphics: update raw10 to allow padding between rows" into lmp-dev by Zhijun He · 10 years ago
  27. d41f1a7 Clarify init's write command. by Elliott Hughes · 10 years ago
  28. c73b73a graphics: update raw10 to allow padding between rows by Zhijun He · 10 years ago
  29. 48a9042 Redirect debug output to logcat. by leozwang · 10 years ago
  30. e5ab3e3 Add a comment to not delete seemingly unused code. by Sreeram Ramachandran · 10 years ago
  31. eec2326 Put back some deleted code. by Sreeram Ramachandran · 10 years ago
  32. 759356b Merge "Cleanup: Delete dead code." into lmp-dev by Sreeram Ramachandran · 10 years ago
  33. 435fe9b Stop and start netd explicitly for "adb shell stop/start". DO NOT MERGE by Sreeram Ramachandran · 10 years ago
  34. a723689 Cleanup: Delete dead code. by Sreeram Ramachandran · 10 years ago
  35. 930d53e Switch to NetBSD's kill(1). by Elliott Hughes · 10 years ago
  36. bb2e400 Fix cp(1) for files in /proc. by Elliott Hughes · 10 years ago
  37. 67cb1ae Remove the /dev/.booting file before triggering boot. by Riley Andrews · 10 years ago
  38. ef16a17 Merge "adb: set O_CLOEXEC on lots of file descriptors" into lmp-dev by Nick Kralevich · 10 years ago
  39. fe8d7f4 adb: set O_CLOEXEC on lots of file descriptors by Nick Kralevich · 10 years ago
  40. b14f65c Do not typedef char16_t if it is a keyword. by Hans Boehm · 10 years ago
  41. c11146e Fix implicit declaration of function 'prctl' in logd. by Elliott Hughes · 10 years ago
  42. cbbb83b Fix implicit declaration of function 'prctl' in adb. by Elliott Hughes · 10 years ago
  43. 400c381 Move sched_policy.c off bionic's PR_SET_TIMERSLACK_PID. by Elliott Hughes · 10 years ago
  44. 7677e04 Merge "newfs_msdos: Added option to cluster-align the start of the root directory" into lmp-dev by Daniel Rosenberg · 10 years ago
  45. 4415e2a Scan all descriptors when checking for fastboot [DO NOT MERGE] by Patrick Tjin · 10 years ago
  46. 04f9b2a debuggerd: use O_NOFOLLOW|O_CLOEXEC for tombstones by Nick Kralevich · 10 years ago
  47. 052f275 newfs_msdos: Added option to cluster-align the start of the root directory by Daniel Rosenberg · 10 years ago
  48. cadd5bb Add force usage and config type for HDMI-CEC system audio mode. by Jungshik Jang · 10 years ago
  49. e9f7361 Add SIGFPE to crasher. by Elliott Hughes · 10 years ago
  50. 7e55d88 Merge topic 'lmkd' into lmp-dev by Colin Cross · 10 years ago
  51. aae5d43 Add missing arm64 registers. by Elliott Hughes · 10 years ago
  52. f8857cc lmkd: kill a process if zoneinfo can't be read by Colin Cross · 10 years ago
  53. 16b0946 lmkd: kill multiple tasks by Colin Cross · 10 years ago
  54. ce85d95 lmkd: use open instead of fopen by Colin Cross · 10 years ago
  55. 1a0d9be lmkd: make lmkd SCHED_FIFO by Colin Cross · 10 years ago
  56. 71bbc67 Fix the build in clang by Christopher Tate · 10 years ago
  57. b28ff91 lmkd: mlock all memory by Colin Cross · 10 years ago
  58. 9d9e62c lmkd: remove libcutils from LOCAL_SHARED_LIBRARIES by Colin Cross · 10 years ago
  59. a5e65d8 Allow sticky transform to be set in ANativeWindow. by Ruben Brunk · 10 years ago
  60. 1404e65 Merge "Fix 64-bit builds." into lmp-dev by Jeff Sharkey · 10 years ago
  61. c03064e Fix 64-bit builds. by Jeff Sharkey · 10 years ago
  62. fd0f390 Merge "Move unlink("/dev/.booting") until after filesystems are mounted." into lmp-dev by Riley Andrews · 10 years ago
  63. 80c7a5e Move unlink("/dev/.booting") until after filesystems are mounted. by Riley Andrews · 10 years ago
  64. 2eb3d3b am 7b29cc8c: Merge branch \'lmp-dev-plus-aosp\' of https://googleplex-android.googlesource.com/_direct/platform/system/core into lmp-dev-plus-aosp by Todd Poynor · 10 years ago
  65. 7b29cc8 Merge branch 'lmp-dev-plus-aosp' of https://googleplex-android.googlesource.com/_direct/platform/system/core into lmp-dev-plus-aosp by Todd Poynor · 10 years ago
  66. c6cca01 am 24ca56e1: am 923e7408: audio: add definitions for aac sub formats by aarti jadhav-gaikwad · 10 years ago
  67. 2cb1c3c am 9ec4cb80: am f813da2d: am e26ca55b: am b12e40da: am 0a7b44d5: am ab98d2e6: Merge "Create a data directory for netd and other network-related files." by Sreeram Ramachandran · 10 years ago
  68. c43a3e8 am 9f8fa8f2: am 99adb755: am b5dfe272: am f761709a: am 1829b14c: am 18e754ee: Merge "Fix LP64 tombstone.cpp build failure." by Elliott Hughes · 10 years ago
  69. 4d5d830 am b5e36713: am afacbefb: am 7ca8bae8: am 4f27968f: am 494bd36d: am dda63545: Merge "Improving maps output." by Elliott Hughes · 10 years ago
  70. 342681c am 80e236a1: am 9ae2b5e1: am 8c7e0520: am cddb15b8: am b4e74db7: am 3fa71b8e: Merge "Remove sshd." by dcashman · 10 years ago
  71. b61ae5d am d7fedf9a: am 6fe31610: Merge "Fix size of "values" fields of audio_gain_config." by Jungshik Jang · 10 years ago
  72. 37ad4cc am 6a6f1166: am 2c7cfc10: Remove forced usage types for HDMI-CEC system audio mode. by Jungshik Jang · 10 years ago
  73. c543235 am d48e5fb4: am a78fc234: healthd: Reports arbitrary numbers for capacity and temperature when connected to fake battery. by Ruchi Kandoi · 10 years ago
  74. 4d96be1 am 59a954a8: am 212e9798: add cleanspec for lmkd by Colin Cross · 10 years ago
  75. 01dc8b1 am 8cb357ea: am 420f0a25: Merge "lmkd: use libprocessgroup to kill forked processes" by Colin Cross · 10 years ago
  76. 67fcd84 am 350a68bf: am fb27d34d: Merge "Add libprocessgroup" by Colin Cross · 10 years ago
  77. 2cdaf1c am 8f6c821b: am bf9ef519: am cb7be1e8: am 87c7a0d7: am 77a2c22d: Merge "adbd: adb root should terminate adbd only if it\'s debuggable" by Badhri Jagan Sridharan · 10 years ago
  78. b28f4c0 am 5dda36bd: am c89c0c65: am 75b3d8c0: am d0fa7342: am 660ba372: Merge "Fix arm emulator "D register out of range for selected VFP version" build failure." by Elliott Hughes · 10 years ago
  79. 67f549b am 3a03e61c: am 0dd3fe22: am b237f5fb: am 5acbb9bc: am b5186598: Merge "Integrate vfp-crasher with crasher." by Elliott Hughes · 10 years ago
  80. 920fca2 am a06bbdf5: am 67db9d5f: am b2ac4243: am f76c8fe6: am 328c3ef6: Merge "Fix typo in fs.h" by Elliott Hughes · 10 years ago
  81. b91775b am 1d6279ee: am 038975a5: Merge "lmkd: pass uid from ActivityManager to lmkd" by Colin Cross · 10 years ago
  82. cc20ac8 am a352c8c8: am ee0388e7: am f89ddf76: am d05245a4: am c87237f5: Merge "restorecon_recursive /cache" by Nick Kralevich · 10 years ago
  83. 37b8600 am 9d09b12d: am 33e7b131: Made formatting for newfs_msdos.c more uniform by Daniel Rosenberg · 10 years ago
  84. 72629c9 am e360bb45: am 6ebab06d: am f043f061: am 060b6ecb: am 6e141aea: Merge "Fix sdcard\'s FUSE_FSYNCDIR handling." by Elliott Hughes · 10 years ago
  85. 076c480 am 63917b10: am 40372e5b: am 94645665: am f8acdcbe: am 75b7171f: Merge "Make sdcard log to the log rather than stderr." by Elliott Hughes · 10 years ago
  86. 554006b am ac53a4af: am a916e260: Merge "audio: add definition for new audio loopback input device" by Terry Heo · 10 years ago
  87. d9d01d0 am 09ef42ab: am 14253c1a: Merge "init.rc: add seclabel to flash_recovery" by Nick Kralevich · 10 years ago
  88. de85663 am 0c9dc552: am aecb7f84: Merge "Revert "Revert "sound trigger: several data structure updates""" by Eric Laurent · 10 years ago
  89. e208250 am 2f26cd9e: am 85449d36: am b12e40da: am 0a7b44d5: am ab98d2e6: Merge "Create a data directory for netd and other network-related files." by Sreeram Ramachandran · 10 years ago
  90. c433035 am ef0a3cfa: am 81542db7: am f761709a: am 1829b14c: am 18e754ee: Merge "Fix LP64 tombstone.cpp build failure." by Elliott Hughes · 10 years ago
  91. 1a23f5a am 3c6216a8: am 85090337: am 4f27968f: am 494bd36d: am dda63545: Merge "Improving maps output." by Elliott Hughes · 10 years ago
  92. b82ef7e am 1ecce47d: am 9f3a11ed: am cddb15b8: am b4e74db7: am 3fa71b8e: Merge "Remove sshd." by dcashman · 10 years ago
  93. 7d8490e am 0de8ac24: am e6b0c566: am 981dcd79: Merge "Add comment to discourage use of cutils/atomic.h." by Hans Boehm · 10 years ago
  94. 960df97 Add install-multiple to adb. by Jeff Sharkey · 10 years ago
  95. 24ca56e am 923e7408: audio: add definitions for aac sub formats by aarti jadhav-gaikwad · 10 years ago
  96. 9ec4cb8 am f813da2d: am e26ca55b: am b12e40da: am 0a7b44d5: am ab98d2e6: Merge "Create a data directory for netd and other network-related files." by Sreeram Ramachandran · 10 years ago
  97. 9f8fa8f am 99adb755: am b5dfe272: am f761709a: am 1829b14c: am 18e754ee: Merge "Fix LP64 tombstone.cpp build failure." by Elliott Hughes · 10 years ago
  98. b5e3671 am afacbefb: am 7ca8bae8: am 4f27968f: am 494bd36d: am dda63545: Merge "Improving maps output." by Elliott Hughes · 10 years ago
  99. 80e236a am 9ae2b5e1: am 8c7e0520: am cddb15b8: am b4e74db7: am 3fa71b8e: Merge "Remove sshd." by dcashman · 10 years ago
  100. d7fedf9 am 6fe31610: Merge "Fix size of "values" fields of audio_gain_config." by Jungshik Jang · 10 years ago