1. 3829236 Build vendor toybox unconditionally. by padarshr · 8 years ago
  2. f353b24 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  3. f5907c9 Manually inline TOP_COMMON and PGKILL_COMMON help text until I can teach by Rob Landley · 8 years ago
  4. f19b20f Grep exits with 2 for errors, which can happen at any time ( > /dev/full). by Rob Landley · 8 years ago
  5. e59d2e4 config2help.c: Rename trim() to skip_spaces(), fluff out comments a bit. by Rob Landley · 8 years ago
  6. 3824843 Add grep -M match and -S skip supporting wildcard patterns. by Rob Landley · 8 years ago
  7. bc30897 Twitter's code of conduct page went down, so mirror the old archive.org version. by Rob Landley · 8 years ago
  8. fa8a33c Provide error messages for files we can open but not read (ala directories). by Rob Landley · 8 years ago
  9. 24b1cc8 Fix bug where grep stopped at first dangling symlink and error_exited(). by Rob Landley · 8 years ago
  10. 1f33eeb Promote dmesg back to lsb. by Rob Landley · 8 years ago
  11. 6fbe288 Cleanup dmesg (as posted to the list). by Rob Landley · 8 years ago
  12. e1ee741 Add comment explaining strend() by Rob Landley · 8 years ago
  13. ab33097 Have help_exit() give a brief "See %s --help" message instead of the by Rob Landley · 8 years ago
  14. 3255075 Don't add cpio TRAILER!!! entry by default, add new --trailer option if you by Rob Landley · 8 years ago
  15. fe3d63b Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  16. 51a1e91 Allow ':' in property names. by Elliott Hughes · 8 years ago
  17. 04a2c85 Merge "Allow ':' in property names." by Treehugger Robot · 8 years ago
  18. c69eba3 Allow ':' in property names. by Elliott Hughes · 8 years ago
  19. 1014fe7 toybox: Enable LSPCI functionality by Dmitry Shmidt · 8 years ago
  20. 1abba7d teach head -v and -q by Ilya Kuzmich · 8 years ago
  21. cf2e8d0 Replace two space indents with tab indents in help text (for consistency). by Rob Landley · 8 years ago
  22. 8fb41fc Add separators in help -a with command name. by Rob Landley · 8 years ago
  23. eb7e847 Be more consistent about periods in help text. by Elliott Hughes · 8 years ago
  24. 3233e2f Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  25. 8ab2d8a Add -0 to env. by Rob Landley · 8 years ago
  26. e6ac7c1 Teach env that - as first argument means -i for some reason. (Posix!) by Rob Landley · 8 years ago
  27. 12f0744 Add and use xmmap. by Elliott Hughes · 8 years ago
  28. 5a159cc Add minof/maxof macros that autodetect type. Make xzcat use them. by Rob Landley · 8 years ago
  29. 77f9c77 fixup code style by Joyounger · 8 years ago
  30. 00e6da9 Promote chrt by Rob Landley · 8 years ago
  31. f86f2f4 Cleaup chrt by Rob Landley · 8 years ago
  32. 83b3531 Add bzip2 support to tar. by Elliott Hughes · 8 years ago
  33. d852ec1 Implement date %N, loosely inspired by Elliott Hughes's patch. by Rob Landley · 8 years ago
  34. 57605d2 factor shouldn't give incorrect answers for >64-bit integers. by Elliott Hughes · 8 years ago
  35. cf6a235 Minor tweaks to install.sh. by Rob Landley · 8 years ago
  36. d94bd8e Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  37. aa1a5d2 Switch to testcmd and add "-e all but \c" test. by Rob Landley · 8 years ago
  38. 0a55883 Make fewer assumptions about the shell in echo.test. by Elliott Hughes · 8 years ago
  39. d74b562 Move strend() to lib/lib.c by Rob Landley · 8 years ago
  40. 71921dc Remove old uClibc compatibility glue. It's been 5 years since the last release. by Rob Landley · 8 years ago
  41. c4ca233 Now that xopen() no longer returns stdio, !fd doesn't need strcmp("-") to verify by Rob Landley · 8 years ago
  42. 31b1872 Fix error in writing output that was causing zcat to always fail. by Mike Moreton · 9 years ago
  43. 75eea7d Error if we can't autodetect filesystem type. by Rob Landley · 8 years ago
  44. 1ca2399 Add all the toybox symbolic links to recovery. by Elliott Hughes · 8 years ago
  45. 7766669 Include $(BUILD_NUMBER_FROM_FILE) in the toybox --version. by Elliott Hughes · 8 years ago
  46. 429b7a3 Switch to toybox gzip/gunzip/zcat. by Elliott Hughes · 8 years ago
  47. 2b69f38 Add toybox_vendor for treble products by Sandeep Patil · 8 years ago
  48. 91ed7bc libselinux can depend on libcutils by Mark Salyzyn · 8 years ago
  49. 400d7a8 Remove mkfifo from the uncategorized list. by Elliott Hughes · 8 years ago
  50. 86537b3 Fix the find tests. by Elliott Hughes · 8 years ago
  51. c5a1dd4 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  52. be3e318 Android NDK doesn't have cutils/sched_policy.h so add a probed config symbol. by Rob Landley · 8 years ago
  53. 333b4d3 Android needs -llog to link. by Elliott Hughes · 8 years ago
  54. 6c74ee8 Building mkpasswd on Android makes no sense. by Elliott Hughes · 8 years ago
  55. de3e5ea Implement zlib-based gzip/gunzip/zcat. by Elliott Hughes · 8 years ago
  56. 083c9bc Elliott wants to run the toybox tests on android host and there's an sh but by Rob Landley · 8 years ago
  57. 2d06767 Forgot to check in one of the files for bzcat.test by Rob Landley · 8 years ago
  58. 5ffa456 Another FAQ, and some related tweaks as long as I was there. by Rob Landley · 8 years ago
  59. 52a5544 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  60. bf28043 Add ls -ll (with --full-time as a compatibility synonym) to show nanoseconds. by Rob Landley · 8 years ago
  61. 9be140e The kernel needs bc to build because by Rob Landley · 8 years ago
  62. 64279d4 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  63. 8d826bf Use $(( rather than $[ for arithmetic in expand.test. by Elliott Hughes · 8 years ago
  64. 151ac30 Make ls.test work without awk. by Elliott Hughes · 8 years ago
  65. d524310 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  66. 060a9f3 Speed up tail.test for shells without builtin printf. by Elliott Hughes · 8 years ago
  67. 007af35 Default to -b rather than -q when output is to a tty. by Rob Landley · 8 years ago
  68. a9c20a4 Fix "make test_split". by Elliott Hughes · 8 years ago
  69. ddc2344 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  70. 3354319 Silence a broken warning by hitting it with a rock. by Rob Landley · 8 years ago
  71. 42704b7 Make fdisk buildable. by Elliott Hughes · 8 years ago
  72. 36b6eb7 Fix touch -a/-m (and add the missing tests). by Elliott Hughes · 8 years ago
  73. 0956d16 Add "uudecode -o -" support. by Elliott Hughes · 8 years ago
  74. fea6d56 Fix the ls -m test (which is just a whitespace issue, but eh). by Rob Landley · 8 years ago
  75. 87edec9 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  76. a0d0af0 Make renice.test work without awk. by Elliott Hughes · 8 years ago
  77. 2f6c9e8 Remove mount.test awk dependency. by Elliott Hughes · 8 years ago
  78. fc0385f Make pgrep tests runnable on toybox-only systems. by Elliott Hughes · 8 years ago
  79. 92ca5af Make pkill tests runnable on a toybox-only system. by Elliott Hughes · 8 years ago
  80. f966da9 Make bzcat tests runnable on a toybox-only system. by Elliott Hughes · 8 years ago
  81. 216e4da Add "testcmd" function as an alternative to "testing" for tests/*.test, and by Rob Landley · 8 years ago
  82. 84155ed Merge changes I85f365f5,I2b3c82fb,I4f196054,I9343237c,I53e4444f, ... by Treehugger Robot · 8 years ago
  83. bd30a7b Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  84. a456c2f Fix ls -a and ls -A tests. by Elliott Hughes · 8 years ago
  85. 6232dc6 Trivial cleanup. (Whitespace, brackets, and remove unnecessary typecasts.) by Rob Landley · 8 years ago
  86. d1c664a Add gzip support. (Doesn't show source OS and timestamp, but reporting them by Rob Landley · 8 years ago
  87. 385a237 Implement dmesg -T. by Elliott Hughes · 8 years ago
  88. 9fb8ea3 Build toybox diff. am: 98aae74f4a by Elliott Hughes · 8 years ago
  89. 98aae74 Build toybox diff. by Elliott Hughes · 8 years ago
  90. 36beb53 Don't try to implement %s, we have @seconds, strptime() in libc tends by Rob Landley · 8 years ago
  91. c7ed874 New date range tests are simple, won't catch Feb 29 in non-leap-year by Rob Landley · 8 years ago
  92. 05e4ba4 Replace chkmktime() (which produces false positive normalization failures) by Rob Landley · 8 years ago
  93. da2934e Use external/bzip2 for bunzip2 and bzcat. am: 7602ee6309 by Elliott Hughes · 8 years ago
  94. af39a2c ps: don't query for terminal size if not a tty. by Josh Gao · 8 years ago
  95. 7602ee6 Use external/bzip2 for bunzip2 and bzcat. by Elliott Hughes · 8 years ago
  96. 7ec23e6 Fix the type of the callback in getprop. by Elliott Hughes · 8 years ago
  97. 6e9fcac We grew a few more commands that weren't on the roadmap (mostly from android) by Rob Landley · 8 years ago
  98. df46ccd Merge remote-tracking branch 'toybox/master' into HEAD am: f6e803dd5c by Elliott Hughes · 8 years ago
  99. f6e803d Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  100. d3267c6 Now that just about everything has --help, don't output help for argument errors by Rob Landley · 8 years ago