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