1. 617681d Remove unnecessary #includes of <sys/atomics.h>. by Elliott Hughes · 11 years ago
  2. 2122aac toolbox: fix x86 build by Greg Hackmann · 11 years ago
  3. eeed45f toolbox: fix build by Greg Hackmann · 11 years ago
  4. 36ccca1 Merge "toolbox: turn on -Werror" by Mark Salyzyn · 11 years ago
  5. 5f6beb1 Merge ""stop" / "start must apply to the secondary zygote as well." by Narayan Kamath · 11 years ago
  6. d20ba7f Merge "ps: add flag to show ABI" by Kenny Root · 11 years ago
  7. f94853f Clean up some unnecessary system_properties cruft. by Elliott Hughes · 11 years ago
  8. 8f197e6 ps: add flag to show ABI by Kenny Root · 11 years ago
  9. aa90776 toolbox: turn on -Werror by Mark Salyzyn · 11 years ago
  10. 22e22ac "stop" / "start must apply to the secondary zygote as well. by Narayan Kamath · 11 years ago
  11. a67914e Merge "Fix top(1) SIGPIPE behavior." by Elliott Hughes · 11 years ago
  12. 5922d3b Fix top(1) SIGPIPE behavior. by Elliott Hughes · 11 years ago
  13. 3967f81 Fix buffer overflow in syren utility by nks · 11 years ago
  14. e25a641 Move date off the non-portable bionic32 'strtotimeval'. by Elliott Hughes · 11 years ago
  15. 4727c77 toolbox: ls: 64 bit compile warnings by Mark Salyzyn · 11 years ago
  16. 161b55f toolbox: schedtop 64 bit build issue by Mark Salyzyn · 11 years ago
  17. 7c1fc0e fix: making lsof show devies and loaded .so file names correctly by Dmitriy Ivanov · 11 years ago
  18. 3f6b63e Declare (and simplify) uid_from_user. by Elliott Hughes · 11 years ago
  19. fbcdf6f Merge "Switch to BSD chown (for -R, primarily)." by Elliott Hughes · 11 years ago
  20. 0b02467 Switch to BSD chown (for -R, primarily). by Elliott Hughes · 11 years ago
  21. 4014501 Fix grep -f. by Elliott Hughes · 11 years ago
  22. 2f77bb6 Remove unused #includes of <asm/page.h>. by Elliott Hughes · 11 years ago
  23. 500308a Add -D option to restorecon for relabeling /data/data. by Stephen Smalley · 11 years ago
  24. 2e7347d Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API." by Nick Kralevich · 11 years ago
  25. 2c1d62d Remove a pre-uapi hack from nandread. by Elliott Hughes · 11 years ago
  26. 27a9365 Convert all selinux_android_restorecon and _setfilecon calls to new API. by Stephen Smalley · 11 years ago
  27. 2761b71 Unify toolbox restorecon and libselinux restorecon implementations. by Stephen Smalley · 11 years ago
  28. 2430a06 Fix 'r' for LP64. by Elliott Hughes · 11 years ago
  29. c1e91b0 Remove obsolete 'setconsole' command. by Elliott Hughes · 11 years ago
  30. ccecf14 system/core 64-bit cleanup. by Elliott Hughes · 11 years ago
  31. d340734 toolbox: Fix date tool with /dev/alarm by Benoit Goby · 11 years ago
  32. bfa7d08 SWAP_FLAG_* constants are now in <sys/swap.h>. by Elliott Hughes · 11 years ago
  33. ded3464 toolbox-ls: re-introduce clobbered error message by William Roberts · 11 years ago
  34. 4a7bc60 toolbox: date: use RTC subsystem on devices without /dev/alarm by Greg Hackmann · 11 years ago
  35. c057503 toolbox: date: fix parameter type warnings by Greg Hackmann · 11 years ago
  36. fa66f1e toolbox: uptime: use clock_gettime() on devices without /dev/alarm by Greg Hackmann · 11 years ago
  37. 7f625ed toolbox: uptime: fix unused parameter warnings by Greg Hackmann · 11 years ago
  38. 8dfdf65 Minor cleanups. by Nick Kralevich · 11 years ago
  39. 4ec2910 Increase buffer size, use bounds checking functions by Nick Kralevich · 11 years ago
  40. 66ed50a Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEAD by The Android Open Source Project · 11 years ago
  41. b05a2e5 Fix nandread to build with old or uapi headers. by Elliott Hughes · 11 years ago
  42. 1e1d291 Add standard options to readlink by Michael Wright · 11 years ago
  43. 9f50abd Add basic readlink command by Michael Wright · 11 years ago
  44. 9227bd3 Move liblog headers to system/core/include/log by Colin Cross · 11 years ago
  45. fb32808 Merge "toolbox: swap utils" by Rom Lemarchand · 11 years ago
  46. cf0b4d9 Merge "Do not exit early on errors when -f is specified" by Ken Sumrall · 11 years ago
  47. 3b2b2b5 Merge "Update the touch command to take a human readable timestamp" by Ken Sumrall · 11 years ago
  48. 0354829 Do not exit early on errors when -f is specified by Ken Sumrall · 12 years ago
  49. 13495a1 Update the touch command to take a human readable timestamp by Ken Sumrall · 12 years ago
  50. 367297c toolbox: swap utils by Rom Lemarchand · 12 years ago
  51. a44c31c am e755dfd4: Merge changes I1db3137b,I0f66144e by Colin Cross · 12 years ago
  52. 68e9b6b toolbox: reimplement watchprops using __system_property_foreach() by Greg Hackmann · 12 years ago
  53. 389e358 toolbox: reimplement watchprops using __system_property_foreach() by Greg Hackmann · 12 years ago
  54. 99c1a41 resolved conflicts for merge of 95a41f6b to stage-aosp-master by Colin Cross · 12 years ago
  55. 8196316 toolbox: hide property implementation from watchprops by Colin Cross · 12 years ago
  56. 9177963 toolbox: hide property implementation from watchprops by Colin Cross · 12 years ago
  57. 89c2be3 am 603746f0: am 59fa7e10: Merge "Fixed reversed output in netstat Recv-Q Send-Q columns" by Brian Carlstrom · 12 years ago
  58. 603746f am 59fa7e10: Merge "Fixed reversed output in netstat Recv-Q Send-Q columns" by Brian Carlstrom · 12 years ago
  59. 3c412f6 Fixed reversed output in netstat Recv-Q Send-Q columns by Brian Carlstrom · 12 years ago
  60. 29393d6 fix another misuse of strncat by Nick Kralevich · 12 years ago
  61. 960ac43 fix strncat misuse by Nick Kralevich · 12 years ago
  62. 44a5fb5 Merge "fs_mgr: make block devices read-only" by Nick Kralevich · 12 years ago
  63. 49edc0a am 4c1840e6: am 5ea58543: Merge "mount: fix incorrect string length calculation" by Nick Kralevich · 12 years ago
  64. 4c1840e am 5ea58543: Merge "mount: fix incorrect string length calculation" by Nick Kralevich · 12 years ago
  65. 29a5298 mount: fix incorrect string length calculation by Nick Kralevich · 12 years ago
  66. e18c0d5 fs_mgr: make block devices read-only by Nick Kralevich · 12 years ago
  67. ba4ac0c am 03546553: am b73a0ef4: Merge "use lseek64 to resolve offset oveflow" by Colin Cross · 12 years ago
  68. 0354655 am b73a0ef4: Merge "use lseek64 to resolve offset oveflow" by Colin Cross · 12 years ago
  69. c05aae4 use lseek64 to resolve offset oveflow by Jongrak Kwon · 12 years ago
  70. 39f6dd6 am 129b6d90: am 083b5ccb: Add liblog by Ying Wang · 12 years ago
  71. 129b6d9 am 083b5ccb: Add liblog by Ying Wang · 12 years ago
  72. 083b5cc Add liblog by Ying Wang · 12 years ago
  73. 58b0642 am d3859e43: am 6e0b9ecb: Merge "toolbox/dmesg: do not hardcode KLOG_BUF_LEN" by Colin Cross · 12 years ago
  74. d3859e4 am 6e0b9ecb: Merge "toolbox/dmesg: do not hardcode KLOG_BUF_LEN" by Colin Cross · 12 years ago
  75. 6e0b9ec Merge "toolbox/dmesg: do not hardcode KLOG_BUF_LEN" by Colin Cross · 12 years ago
  76. e5920ff am a7096004: am 911ba269: Merge "Add -i option to toolbox cmd ls" by Geremy Condra · 12 years ago
  77. a709600 am 911ba269: Merge "Add -i option to toolbox cmd ls" by Geremy Condra · 12 years ago
  78. 403b195 Add -i option to toolbox cmd ls by William Roberts · 12 years ago
  79. edee93d toolbox/dmesg: do not hardcode KLOG_BUF_LEN by James Sullins · 13 years ago
  80. c6d7e20 toolbox: Make reboot a separate command from toolbox by Benoit Goby · 12 years ago
  81. 391f365 toolbox: Fix rm -f with multiple files by Benoit Goby · 12 years ago
  82. 4db7df7 toolbox: renice: Add -t TYPE parameter and switch to getopt by Dmitry Shmidt · 12 years ago
  83. 487c4ea am 7ec62dbd: am 82ea44f8: Merge "Change setsebool syntax to be consistent with other init built-ins." by Dima Zavin · 12 years ago
  84. 82ea44f Merge "Change setsebool syntax to be consistent with other init built-ins." by Dima Zavin · 12 years ago
  85. 0e23fee Change setsebool syntax to be consistent with other init built-ins. by Stephen Smalley · 12 years ago
  86. 229d2ac am b8db1e09: am 777991d9: Merge "Fixed improper size displaying in \'df\' utility" by Elliott Hughes · 12 years ago
  87. 777991d Merge "Fixed improper size displaying in 'df' utility" by Elliott Hughes · 12 years ago
  88. efb5e3c resolved conflicts for merge of 20f5daa8 to master by Kenny Root · 12 years ago
  89. 20f5daa resolved conflicts for merge of 44f4f8a4 to jb-mr1-dev-plus-aosp by Kenny Root · 12 years ago
  90. b83c098 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  91. f638b7e am e47eb98a: am 674c0445: Merge "toolbox: silence some compiler warnings" by Kenny Root · 12 years ago
  92. e47eb98 am 674c0445: Merge "toolbox: silence some compiler warnings" by Kenny Root · 12 years ago
  93. ef5d034 toolbox: silence some compiler warnings by Kenny Root · 12 years ago
  94. 1f90dcd Fixed improper size displaying in 'df' utility by Michal Frynas · 13 years ago
  95. ad8663e am 08f748a2: am 42a1e6c9: Merge "Iteration on multi-user external storage." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  96. bfcd810 Iteration on multi-user external storage. by Jeff Sharkey · 12 years ago
  97. 1ef97de am 81eecb1e: am 2ab69388: am 76080925: am 52d5dfc8: Merge "vmstat: Fix -n flag" by Jean-Baptiste Queru · 12 years ago
  98. 2ab6938 am 76080925: am 52d5dfc8: Merge "vmstat: Fix -n flag" by Jean-Baptiste Queru · 12 years ago
  99. 52d5dfc Merge "vmstat: Fix -n flag" by Jean-Baptiste Queru · 12 years ago
  100. 78f7aef Merge "Make usage() static in du.c to avoid conflicts" by Jon Larimer · 12 years ago