1. 053b865 Enhance native stack dumps. by Jeff Brown · 12 years ago
  2. 29319a6 cutils: sched_policy: remove audio app/sys groups, merge into fg by Dima Zavin · 12 years ago
  3. 13ed76b cutils: sched_policy: make bg group be nested under fg by Dima Zavin · 12 years ago
  4. 5b878d2 Revert "Revert "Use O_CLOEXEC when opening cgroup fds."" by Jeff Brown · 12 years ago
  5. bff8f3f Add stubs for host builds. by Jeff Brown · 12 years ago
  6. 4df54bc Revert "Use O_CLOEXEC when opening cgroup fds." by Jeff Brown · 12 years ago
  7. e1440d8 Use O_CLOEXEC when opening cgroup fds. by Jeff Brown · 12 years ago
  8. e34b917 Support full 32 bits for socket tags. by Jeff Sharkey · 12 years ago
  9. 10ec3c7 Add more SP_ constants by Glenn Kasten · 12 years ago
  10. 69bfb1f Scheduling group cleanup - add comment, SP_DEFAULT by Glenn Kasten · 12 years ago
  11. 15621e0 cutils: return the remote uid on netlink recv failure by Geremy Condra · 12 years ago
  12. 4a6b384 Provide portable wrapper for qsort_r. by Jeff Brown · 12 years ago
  13. 14d0c6c Add missing includes. by Jeff Brown · 12 years ago
  14. c4edb9e Merge "cutils: str_parms: when deleting entry, need to also remove key" by Dima Zavin · 12 years ago
  15. 0ad682c Merge "Add get_sched_policy_name() and use in ps and top" by Glenn Kasten · 12 years ago
  16. 86c7cc8 Add get_sched_policy_name() and use in ps and top by Glenn Kasten · 12 years ago
  17. efd7501 cutils: str_parms: when deleting entry, need to also remove key by Dima Zavin · 12 years ago
  18. 86bfbe3 cutils: str_parms: free the key if the value was replaced during create/add by Dima Zavin · 12 years ago
  19. 9d4dbf4 Merge "Added rules to build 64-bit libraries: lib64cutils.a and lib64log.a" by Andrew Hsieh · 12 years ago
  20. eccfb08 Revert "cutils: str_parms: make test executable build for host instead" by Dima Zavin · 12 years ago
  21. 7d31e6e cutils: str_parms: make test executable build for host instead by Dima Zavin · 12 years ago
  22. a603e40 cutils: str_parms: test str_parms_add_str too by Dima Zavin · 12 years ago
  23. 70b9303 cutils: str_parms: need to also dup the key when adding to hash by Dima Zavin · 12 years ago
  24. 99e7f7a Added rules to build 64-bit libraries: lib64cutils.a and lib64log.a by Andrew Hsieh · 12 years ago
  25. 7913bc0 libcutils: Use proper private header to access C library's <time.h> extension by David 'Digit' Turner · 12 years ago
  26. 01dda20 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 12 years ago
  27. ae8b56c Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 12 years ago
  28. fe71a61 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 12 years ago
  29. 8d66c49 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  30. 69f4cd7 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  31. 29656d3 qtaguid: shhhh. LOGI -> LOGV by JP Abgrall · 13 years ago
  32. 243123f libcutils: qtaguid: Support new functions, add tag resource tracking. by JP Abgrall · 13 years ago
  33. 7e14e0c cutils: only build klog for target by Dima Zavin · 13 years ago
  34. da04c52 init/cutils: move list utility code to cutils from init by Dima Zavin · 13 years ago
  35. 8f91282 init/cutils: move kernel logging interface to libcutils from init by Dima Zavin · 13 years ago
  36. 2d55e02 libcutils/init: move uevent socket opening code to libcutils by Dima Zavin · 13 years ago
  37. 9b5c774 libcutils: qtaguid: support socket untagging, return errors. by Ashish Sharma · 13 years ago
  38. 29e1e73 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  39. 1ac6dde Move qtaguid.c from common sources in Android.mk to fix windows build. by Ashish Sharma · 13 years ago
  40. 8626cce Add communication support for xt_qtaguid(network traffic accounting) kernel module. by Ashish Sharma · 13 years ago
  41. 3142a20 Merge "Config utils improvement" by Eric Laurent · 13 years ago
  42. 2b8f76c Tracking merge of dalvik-dev to master by jeffhao · 13 years ago
  43. e555f54 Merge "Crypto changes for devices that don't write ext4 fs on wipe" by Ken Sumrall · 13 years ago
  44. b05b0b5 Crypto changes for devices that don't write ext4 fs on wipe by Ken Sumrall · 13 years ago
  45. c3cf1a8 Config utils improvement by Eric Laurent · 13 years ago
  46. 57de8b8 rename uevent_checked_recv to uevent_kernel_multicast_recv by Nick Kralevich · 13 years ago
  47. 14fc0c2 libcutils: build str_parms test for target instead of host by Dima Zavin · 13 years ago
  48. 0e02fca Merge "libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils" by Dima Zavin · 13 years ago
  49. c5ae7db Merge "libcutils: hashmap: save next pointer in forEach before calling callback" by Dima Zavin · 13 years ago
  50. b0d0e26 resolved conflicts for merge of 2baeb898 to honeycomb-plus-aosp by Nick Kralevich · 13 years ago
  51. 3f582e9 Fold uevent message origin checking from init into libcutils. by Vernon Tang · 13 years ago
  52. de35f27 am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message origin checking from init into libcutils."" by Nick Kralevich · 13 years ago
  53. de9e65d Revert "Fold uevent message origin checking from init into libcutils." by Nick Kralevich · 13 years ago
  54. e3ab424 am a7cf7ed9: am 282c2ab4: Merge "Fold uevent message origin checking from init into libcutils." by Nick Kralevich · 13 years ago
  55. 8405ec0 Fold uevent message origin checking from init into libcutils. by Vernon Tang · 13 years ago
  56. 0fad7d0 libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils by Dima Zavin · 13 years ago
  57. 4fab9ac libcutils: hashmap: save next pointer in forEach before calling callback by Dima Zavin · 13 years ago
  58. f0a670e do not merge. Fix a race in system properties. by satok · 13 years ago
  59. 7cf20f9 Merge "Fix a race in system properties." by Brad Fitzpatrick · 13 years ago
  60. e3aeeb4 Try to unmount writable filesystems when rebooting by Ken Sumrall · 13 years ago
  61. eb1f0c6 Fix a race in system properties. by Brad Fitzpatrick · 13 years ago
  62. 0a16d83 Remove unconditional swap from the android atomic operations suite. by Carl Shapiro · 13 years ago
  63. bb12ac9 Assembly coded android_memset16 and android_memset32 by Lu, Hongjiu · 14 years ago
  64. d7a2952 Assembly coded android_memset16 and android_memset32 by Bruce Beare · 14 years ago
  65. d55f0ad Qualify the source argument of atomic loads as a const pointer. by Carl Shapiro · 14 years ago
  66. 7ab237f Including dl heap stubs for the dalvikvm host build by Jesse Wilson · 14 years ago
  67. f2af88e Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  68. 93b0cb4 Define inline atomic operations for x86 and ARM. by Carl Shapiro · 14 years ago
  69. 8dfa47d Atomic/SMP update, part 2. by Andy McFadden · 14 years ago
  70. ac322da Atomic/SMP update. by Andy McFadden · 14 years ago
  71. 86b1215 fix windows SDK build by Brad Fitzpatrick · 14 years ago
  72. e43c248 More fixes to Binder perf regression from Eclair by Brad Fitzpatrick · 14 years ago
  73. 253e27a Optimize set_sched_policy(), which gets called in every binder call. by Brad Fitzpatrick · 14 years ago
  74. 7e8529a system/core: Switch libsysutils & sched_policy LOG -> SLOG by San Mehat · 14 years ago
  75. 503df20 cutils: sched_policy: Make getSchedulerGroup() play nicely with multiple control groups by San Mehat · 14 years ago
  76. 85cf568 cutils: schedpolicy: remove stray include by San Mehat · 14 years ago
  77. e2fe261 cutils: iosched_policy: Don't do anything for simulator by San Mehat · 14 years ago
  78. 10d469b system: Add support for getting/setting i/o priorities and include a userspace tool by San Mehat · 14 years ago
  79. 2dcf1fb Merge "Break out create_contiguous_mspace_with_base This routine allows creating a contiguous mspace from raw mapped memory. In turn, this will enable preallocation of the 3 heap spaces, which will help remembered sets and zygote/app checks given pointer values." by Barry Hayes · 14 years ago
  80. b17772d Break out create_contiguous_mspace_with_base by Barry Hayes · 14 years ago
  81. fe5684e Try to fix Mac build. by Andy McFadden · 14 years ago
  82. cf63d5d Implementation of open_memstream(). by Andy McFadden · 14 years ago
  83. 8cd186d Fix bogus pointer math. by Barry Hayes · 15 years ago
  84. d7dbd7b am f95837a1: am cf9f442e: am c1c38dd0: system: sched_policy: Don\'t return an error when the thread we\'re trying to move exits on us by San Mehat · 15 years ago
  85. 0927990 Add missing symbol type directives. by Doug Kwan · 15 years ago
  86. f95837a am cf9f442e: am c1c38dd0: system: sched_policy: Don\'t return an error when the thread we\'re trying to move exits on us by San Mehat · 15 years ago
  87. c1c38dd system: sched_policy: Don't return an error when the thread we're trying to move exits on us by San Mehat · 15 years ago
  88. ac61a69 am 9fdf607c: am b63747d4: am f6eba8fa: cutils: make set_process_name set kernel thread name as well by Erik Gilling · 15 years ago
  89. 9fdf607 am b63747d4: am f6eba8fa: cutils: make set_process_name set kernel thread name as well by Erik Gilling · 15 years ago
  90. f6eba8f cutils: make set_process_name set kernel thread name as well by Erik Gilling · 15 years ago
  91. 1c2ce69 am 525fb03e: am 58e50f80: am 805d67ab: cutils: sched_policy: Fix bug where we were unable to move backgrounded threads into the foreground by San Mehat · 15 years ago
  92. f15b4ef am 748cb49e: am cc43ee42: am d2e4e46c: cutils: schedpolicy: Add debug code to log sched policy transitions by San Mehat · 15 years ago
  93. 525fb03 am 58e50f80: am 805d67ab: cutils: sched_policy: Fix bug where we were unable to move backgrounded threads into the foreground by San Mehat · 15 years ago
  94. 748cb49 am cc43ee42: am d2e4e46c: cutils: schedpolicy: Add debug code to log sched policy transitions by San Mehat · 15 years ago
  95. 805d67a cutils: sched_policy: Fix bug where we were unable to move backgrounded threads into the foreground by San Mehat · 15 years ago
  96. d2e4e46 cutils: schedpolicy: Add debug code to log sched policy transitions by San Mehat · 15 years ago
  97. 5f64815 am 38b2ddc4: am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  98. 38b2ddc am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  99. c0dfca7 cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  100. 21ec779 Add stack unwinding directives to atomic-android-arm.S. by Ben Cheng · 15 years ago