1. f4dafbc Disable integer overflow sanitizer in grep. by Ivan Lozano · 7 years ago
  2. 4a16646 Revert "delete toolbox/r.c" by Chris Fries · 7 years ago
  3. 23bcbf0 Merge "Add building and installing of grep for vendor." by Treehugger Robot · 7 years ago
  4. 0c3b1bd Add building and installing of grep for vendor. by Erik Staats · 7 years ago
  5. c286f47 Remove <sys/mtio.h> workaround. by Elliott Hughes · 7 years ago
  6. 49641ba libtoolbox_dd / grep: Android.mk -> bp by Yifan Hong · 7 years ago
  7. be9024d This code has moved to toybox proper. by Elliott Hughes · 7 years ago
  8. 455567f Add a reasonably full implementation of gzip/gunzip/zcat. by Elliott Hughes · 7 years ago
  9. 14667c1 Revert "Only allow system to write to existing input nodes." by Michael Wright · 7 years ago
  10. 344e929 Only allow system to write to existing input nodes. by Michael Wright · 7 years ago
  11. 8a475f7 delete toolbox/r.c by Nick Kralevich · 8 years ago
  12. 1c2f612 toolbox: exit when failed to allocate buffer for ioctl by Ting-Yuan Huang · 8 years ago
  13. 58da81d toolbox: fix memory leak by Ting-Yuan Huang · 8 years ago
  14. 36e0d39 Rely on the platform -std default. by Elliott Hughes · 8 years ago
  15. c733a76 Lose sendevent to toybox. by Elliott Hughes · 8 years ago
  16. 80beb50 Merge "Fix the generated getevent labels." by Treehugger Robot · 8 years ago
  17. b22b998 Fix the generated getevent labels. by Elliott Hughes · 8 years ago
  18. 50f39dd Lose start/stop to toybox. by Elliott Hughes · 8 years ago
  19. 01e5a6c Remove more obsolete MTD stuff. by Elliott Hughes · 8 years ago
  20. cf75c1b Lose log to toybox. by Elliott Hughes · 8 years ago
  21. 4558428 Lose top to toybox. by Elliott Hughes · 8 years ago
  22. 1f406e2 Remove toolbox ioctl. by Elliott Hughes · 8 years ago
  23. ee2da03 Remove invalid uses of -l and -I by Dan Willemsen · 8 years ago
  24. c713bce Fix misc-macro-parentheses warnings in init and other core modules. by Chih-Hung Hsieh · 8 years ago
  25. eea3c0e Lose ps to toybox. by Elliott Hughes · 8 years ago
  26. defd249 toolbox ps: replace strcpy with snprintf. by Elliott Hughes · 8 years ago
  27. 2123c6f Merge "Add empty <util.h> to build BSD source." by Treehugger Robot · 8 years ago
  28. 36abd48 Add empty <util.h> to build BSD source. by Elliott Hughes · 8 years ago
  29. 5c1b3af Fix 'ps.c' formatting. by Jorge Lucangeli Obes · 8 years ago
  30. c5e7f73 Fix 'ps --ppid'. by Jorge Lucangeli Obes · 8 years ago
  31. 72886ce Remove toolbox iftop. by Elliott Hughes · 8 years ago
  32. 22b3567 Fix toolbox failure return to match similar tools. by Elliott Hughes · 8 years ago
  33. ad2c07e Clean up toolbox runner slightly. by Elliott Hughes · 8 years ago
  34. 2c5b89a Merge "Cleanup uses of sprintf so we can deprecate it." by George Burgess IV · 8 years ago
  35. e7aa2b2 Cleanup uses of sprintf so we can deprecate it. by George Burgess IV · 8 years ago
  36. 15ca17c Remove toolbox prlimit. by Elliott Hughes · 8 years ago
  37. fd64c5d Make toolbox top a little more like everyone else's. by Elliott Hughes · 8 years ago
  38. c434cf8 Allow building with Python 3.x by Bernhard Rosenkränzer · 8 years ago
  39. 0bb350a Add missing liblog dependency by Dimitry Ivanov · 8 years ago
  40. bd02a47 Fix generation of event labels for getevent. by Elliott Hughes · 8 years ago
  41. 78e0806 Always have ps output to stdout at least one line. by Christopher Ferris · 8 years ago
  42. 6268d4c Toolbox: |ps -t| now correctly displays the USER for threads by Phani (Gargey) Avadhanam · 9 years ago
  43. d7bd575 Improve top(1) compatibility and interactive usefulness. by Elliott Hughes · 9 years ago
  44. d2e26c0 Fix ps -Z so it combines with other arguments. by Elliott Hughes · 9 years ago
  45. 5dc119a Remove the name filtering from toolbox ps. by Elliott Hughes · 9 years ago
  46. cca6019 Lose df to toybox. by Elliott Hughes · 9 years ago
  47. 5cf29bc Lose du to toybox. by Elliott Hughes · 9 years ago
  48. 42325f0 Lose lsof to toybox. by Elliott Hughes · 9 years ago
  49. ce98fc4 Merge "Lose ls to toybox." by Elliott Hughes · 9 years ago
  50. e66be4d Lose ls to toybox. by Elliott Hughes · 9 years ago
  51. 1498261 Merge "Lose uptime to toybox." by Elliott Hughes · 9 years ago
  52. 703a3f1 lsof fixes. by Elliott Hughes · 9 years ago
  53. 49ef9c0 Lose uptime to toybox. by Elliott Hughes · 9 years ago
  54. 17ddfcb Lose ionice and renice to toybox. by Elliott Hughes · 9 years ago
  55. e8606c8 Remove watchprops. by Elliott Hughes · 9 years ago
  56. 3294ad1 Toolbox: Disable unused-const-variable warning by Andreas Gampe · 9 years ago
  57. 24d41e7 Switch to toybox mount(1). by Elliott Hughes · 9 years ago
  58. 6e83c3d Make start/stop warn if you're not root. by Elliott Hughes · 9 years ago
  59. 88f0f4b Revert "Switch to toybox ls." by Elliott Hughes · 9 years ago
  60. 9c94aa9 Switch to toybox ls. by Elliott Hughes · 9 years ago
  61. 5976018 Improve toolbox SIGPIPE behavior. by Elliott Hughes · 9 years ago
  62. cf5f9b9 Move ls implementation detail into ls. by Elliott Hughes · 9 years ago
  63. 5b50fc3 Lose getprop to toybox. by Elliott Hughes · 9 years ago
  64. 3da8e5e Lose setprop to toybox. by Elliott Hughes · 9 years ago
  65. 877dfc2 Lose restorecon to toybox. by Elliott Hughes · 9 years ago
  66. 17cb719 Lose umount to toybox. by Elliott Hughes · 9 years ago
  67. bcc2b5f Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 9 years ago
  68. 4868b07 toolbox: ioctl: fix signedness on ioctl_nr by Chris Fries · 10 years ago
  69. 798ec0c Lose route to toybox. by Elliott Hughes · 9 years ago
  70. c065419 toolbox: Fixed type mismatch for ioctl(BLKGETSIZE) by Johan Redestig · 9 years ago
  71. f299405 Lose load_policy to toybox. by Elliott Hughes · 9 years ago
  72. 608fb70 $ANDROID_BUILD_TOP isn't set for continuous builds. by Elliott Hughes · 9 years ago
  73. c7f3c5c Auto-generate the getevent labels from <linux/input.h>. by Elliott Hughes · 9 years ago
  74. addb229 Lose runcon to toybox. by Elliott Hughes · 9 years ago
  75. 1223594 Remove /dev/alarm cruft from uptime. by Elliott Hughes · 9 years ago
  76. 031fa81 Remove schedtop. by Elliott Hughes · 9 years ago
  77. 1b9cc5b Remove obsolete smd tool. by Elliott Hughes · 9 years ago
  78. d4b2d89 Remove getsebool/setsebool from init and toolbox. by Stephen Smalley · 9 years ago
  79. 1f90933 am ed5b81c9: Merge "Fix LP32 build." by Elliott Hughes · 9 years ago
  80. 8576aa0 am 9cce837d: Merge "Increase output width for wchan and pc on 64 bit targets." by Elliott Hughes · 9 years ago
  81. 8ac94d3 Fix LP32 build. by Elliott Hughes · 9 years ago
  82. 08b3466 Increase output width for wchan and pc on 64 bit targets. by Chris Dearman · 9 years ago
  83. 965ec3e am 6385d626: Merge "Remove toolbox\'s obsolete \'wipe\' command." by Elliott Hughes · 9 years ago
  84. bfa9d6a Remove toolbox's obsolete 'wipe' command. by Elliott Hughes · 9 years ago
  85. daef336 am 830914a4: Merge "Lose touch to toybox." by Elliott Hughes · 9 years ago
  86. c6fa276 Lose touch to toybox. by Elliott Hughes · 9 years ago
  87. 05d8a22 am 051f369a: Merge "Build BSD grep separately from toolbox." by Elliott Hughes · 9 years ago
  88. d20218e Build BSD grep separately from toolbox. by Elliott Hughes · 9 years ago
  89. 3a8064c am 0114e124: Merge "Add ps --ppid." by Elliott Hughes · 9 years ago
  90. b5fc313 Add ps --ppid. by Elliott Hughes · 9 years ago
  91. 2e14f61 am 06b4e982: Merge "Add missing <malloc.h> and <string.h> includes." by Elliott Hughes · 9 years ago
  92. a744b05 Add missing <malloc.h> and <string.h> includes. by Elliott Hughes · 9 years ago
  93. 68a6f88 am ae79cb5a: Merge "Add missing <string.h> includes." by Elliott Hughes · 9 years ago
  94. 2b7d75d Add missing <string.h> includes. by Elliott Hughes · 9 years ago
  95. f8eac2f am ce34551c: Merge "Lose id to toybox." by Elliott Hughes · 9 years ago
  96. 1bf5054 Lose id to toybox. by Elliott Hughes · 9 years ago
  97. f5a6c6b am 17e2f436: Merge "Lose cmp to toybox." by Elliott Hughes · 9 years ago
  98. b546991 Lose cmp to toybox. by Elliott Hughes · 9 years ago
  99. d5c46b6 am 3d7951d4: Merge "Lose chown to toybox." by Elliott Hughes · 9 years ago
  100. 6eb88b2 Lose chown to toybox. by Elliott Hughes · 9 years ago