1. 1588c5c Rebuild configuration after latest sync. by Elliott Hughes · 10 years ago
  2. e00e66d Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  3. 1486223 Regenerate the configuration after the upstream sync. by Elliott Hughes · 10 years ago
  4. 28ae298 Merge "Fix yet another sed bug." by Elliott Hughes · 10 years ago
  5. 9489576 Merge "Make sed a\ line continuations work properly for different pattern input modes." by Elliott Hughes · 10 years ago
  6. ee5b05d Merge "Fix bug in sed y/// where bytes in target but not in source were replaced by zeroes (nul terminator overwritten)." by Elliott Hughes · 10 years ago
  7. 34501e9 Merge "Last sed bugfix broke 'b', fix it." by Elliott Hughes · 10 years ago
  8. 8b476f4 Merge "Leftover variable from factoring out base64_init() caused an unused variable warning." by Elliott Hughes · 10 years ago
  9. 379c9a9 Merge "Oops. xfork() moved to portability.c and the config2help.c build wasn't including that. (Worked until I did a "make clean".)" by Elliott Hughes · 10 years ago
  10. f0c5411 Merge "Forgot to check in a header file for base64." by Elliott Hughes · 10 years ago
  11. 9f451f7 Merge "Add "make help" entry for "make change"." by Elliott Hughes · 10 years ago
  12. 70b2fa7 Merge changes I0517eb7d,I87fbe12d by Elliott Hughes · 10 years ago
  13. c2d6740 Decouple cp and mv so mv uses its own --help text. by Rob Landley · 10 years ago
  14. bce0e00 Give fstype its own config symbol (separate from blkid), and fix blkid not using more accurate ext3/ext4 filesystem sub-type. by Rob Landley · 10 years ago
  15. 5f17264 Stop building 'count' and 'oneit'. by Elliott Hughes · 10 years ago
  16. 3c3e83a Build various 'pending' toybox commands that are in toolbox. by Elliott Hughes · 10 years ago
  17. dbcacc6 Switch to toybox mv. by Elliott Hughes · 10 years ago
  18. f5275f9 Switch to toybox rm. by Elliott Hughes · 10 years ago
  19. 6b4d05c Switch to toybox cp. by Elliott Hughes · 10 years ago
  20. baf5adf Stop building obsolete cpio, killall5, link, and unlink. by Elliott Hughes · 10 years ago
  21. d4a6d66 Switch rmdir to toybox. by Elliott Hughes · 10 years ago
  22. d13bf6a Switch to toybox mkdir. by Elliott Hughes · 10 years ago
  23. 7611563 Switch to toybox chcon. by Elliott Hughes · 10 years ago
  24. a1ea6bb Fix yet another sed bug. by Rob Landley · 10 years ago
  25. 807a50d Make sed a\ line continuations work properly for different pattern input modes. by Rob Landley · 10 years ago
  26. 2c23705 Fix bug in sed y/// where bytes in target but not in source were replaced by zeroes (nul terminator overwritten). by Rob Landley · 10 years ago
  27. 76ea44a Last sed bugfix broke 'b', fix it. by Rob Landley · 10 years ago
  28. 4e49a94 Leftover variable from factoring out base64_init() caused an unused variable warning. by Rob Landley · 10 years ago
  29. 79839a4 Oops. xfork() moved to portability.c and the config2help.c build wasn't including that. (Worked until I did a "make clean".) by Rob Landley · 10 years ago
  30. 5bec5ba Forgot to check in a header file for base64. by Rob Landley · 10 years ago
  31. e72ea20 Add "make help" entry for "make change". by Rob Landley · 10 years ago
  32. 0517eb7 Add base64. by Rob Landley · 10 years ago
  33. 87fbe12 Remove more strncpy() calls. by Rob Landley · 10 years ago
  34. 0c366ac Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  35. 0a0435c Switch to toybox mknod. by Elliott Hughes · 10 years ago
  36. e75b1d8 here's a patch that should let us replace toolbox's chcon. by Elliott Hughes · 10 years ago
  37. 53a43da Add more(1). by Elliott Hughes · 10 years ago
  38. 5c7cca0 Switch to toybox chmod. by Elliott Hughes · 10 years ago
  39. ed053c0 Make unescape_delimited_string() copy the string so error reporting isn't so messed up. by Rob Landley · 10 years ago
  40. 285c4ef Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  41. acb2d0e Fix some sed bugs and improve error reporting. by Rob Landley · 10 years ago
  42. 95211ea Switch to toybox kill. by Elliott Hughes · 10 years ago
  43. 50fc9ed Work with buildroot's extensively patched uClibc, and for nommu support move xfork() to portability.h and #ifdef based on __uClinux__ (which seems to be the nommu compiler define). by Rob Landley · 10 years ago
  44. 2fb85a3 Implement xstrncat() and fix xstrndup(). by Rob Landley · 10 years ago
  45. 2080060 Switch to toybox vmstat. by Elliott Hughes · 10 years ago
  46. 0a79156 Add shred. by Rob Landley · 10 years ago
  47. edc2753 Build all of netcat now bionic has <pty.h>. by Elliott Hughes · 10 years ago
  48. 2ebbefb More gzip stuff: now creates -0 compression files (store only), and does so to stdout. by Rob Landley · 10 years ago
  49. 7fcfbe7 [Android] Regenerate generated files. by Elliott Hughes · 10 years ago
  50. 3184519 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  51. fad2fb0 Fix bug pointed out by Elliott Hughes ("vmstat 1" should repeat endlessly), and remove final delay (after all output) for "vmstat 2 3" case. by Rob Landley · 10 years ago
  52. bce8a51 Note posix mailing list posting correcting a bug in the web version of the standard. by Rob Landley · 10 years ago
  53. a03a044 Don't mount a filesystem over an existing one with the same /dev and /dir. by Rob Landley · 10 years ago
  54. aebcdfa Switching on fortify was not kind to the pending directory. Fix the actual build break (open(O_CREAT) without permissions). by Rob Landley · 10 years ago
  55. 1ba12b4 Start of deflate compress-side code, mostly refactoring and stubs so far. by Rob Landley · 10 years ago
  56. 10e0d86 Ashwini Sharma pointed out that "mkdir sub; ln -s . sub/up; du -L sub" shouldn't loop endlessly. by Rob Landley · 10 years ago
  57. ef6a773 Refactor expr and add another test entry that works with TEST_HOST=1 but not with the one in pending. by Rob Landley · 10 years ago
  58. de211e0 Tests for operator priority groupings. by Rob Landley · 10 years ago
  59. a92f4e1 Remove the strncpy from mountpoint, and make a lot of other changes while I'm here (to be described on the mailing list). by Rob Landley · 10 years ago
  60. dc11ed8 The "re-exec to regain root permissions" logic broke the error message when calling root-only commands through the multiplexer. by Rob Landley · 10 years ago
  61. 7701bf9 Minor whitespace cleanups. by Rob Landley · 10 years ago
  62. c3657fd expr.c: Added '==' sign into list of operations. Also added support for regex pattern match. by Ashwini Sharma · 10 years ago
  63. 42a36d6 Improve error reporting in parallel build. (On error, wait for all children to finish before exiting.) by Rob Landley · 10 years ago
  64. 6d28370 Make sendfile use libbuf. by Rob Landley · 10 years ago
  65. 75fea67 Tiny in-passing cleanups to more.c. by Rob Landley · 10 years ago
  66. dc5bd76 Check in most recent release notes. by Rob Landley · 10 years ago
  67. fd49375 When running a test, the diff is always an ascii diff, not binary. by Rob Landley · 10 years ago
  68. 6d33f3a Add "change" subdirectory to make clean. by Rob Landley · 10 years ago
  69. 62390fd Add "make change" target to build the big toybox binary as a bunch of little ones (in the "change" subdirectory), and tweak scripts/make.sh to avoid redundant work when rebuilding. by Rob Landley · 10 years ago
  70. e7835d7 sed: c needs to trigger range logic like d, D works like d when there isn't anything left in the line, and more tests. by Rob Landley · 10 years ago
  71. 01e06c4 New ifconfig tests from Cynt Rynt. by Rob Landley · 10 years ago
  72. 8f7bc7a Switch to toybox readlink. by Elliott Hughes · 10 years ago
  73. c99e20b Switch to toybox dmesg. by Elliott Hughes · 10 years ago
  74. 39de8d5 Regenerate generated files after upstream sync. by Elliott Hughes · 10 years ago
  75. 6702014 Merge remote-tracking branch 'toybox/master' into clean by Elliott Hughes · 10 years ago
  76. 6a66049 Update dmesg, loosely based on a patch from Elliott Hughes. by Rob Landley · 10 years ago
  77. 9f98941 Switch to toybox nohup. by Elliott Hughes · 10 years ago
  78. f232c37 Variant of a patch from Ashwini Sharma, making df /dev/node work and tweaking the spacing. by Rob Landley · 10 years ago
  79. 620bc1a Switch to toybox mkswap, swapoff, swapon. by Elliott Hughes · 10 years ago
  80. 68e18cd Switch printenv to toybox. by Elliott Hughes · 10 years ago
  81. 1fb2080 Android-related roadmap.html updates. by enh · 10 years ago
  82. 9ab563b Tweak the "ignoring return value" fortify workaround for readlinkat. by Rob Landley · 10 years ago
  83. 62cf8d6 Switch to toybox sleep. by Elliott Hughes · 10 years ago
  84. 8536828 Switch sync to toybox. by Elliott Hughes · 10 years ago
  85. e3ebdf0 Remove halt/poweroff/reboot. by Elliott Hughes · 10 years ago
  86. 331b22d Use LOCAL_POST_LINK_CMD to install toybox symlinks by Ying Wang · 10 years ago
  87. 6a646ef Switch insmod/lsmod/rmmod to toybox. by Elliott Hughes · 10 years ago
  88. 03275a8 Move clear, false, and true over to toybox. by Elliott Hughes · 10 years ago
  89. 5a5a089 Merge "As long as Android's going to require fortify, fixup the warnings it generates." by Elliott Hughes · 10 years ago
  90. 9725f20 Merge "Whitespace/code style." by Elliott Hughes · 10 years ago
  91. d5deffa Merge "A patch against your current ToT that builds in AOSP master." by Elliott Hughes · 10 years ago
  92. f6c28b6 As long as Android's going to require fortify, fixup the warnings it generates. by Rob Landley · 10 years ago
  93. ea6fc27 Whitespace/code style. by Rob Landley · 10 years ago
  94. 6a29bb1 A patch against your current ToT that builds in AOSP master. by Elliott Hughes · 10 years ago
  95. aeb6123 Merge "Add usleep and note that inotifyd could replace notify." by Elliott Hughes · 10 years ago
  96. 59966ec Merge "Don't include asm/* files directly." by Elliott Hughes · 10 years ago
  97. acb1274 Merge "Patch from Elliott Hughes for Android/bionic build." by Elliott Hughes · 10 years ago
  98. 10bd49e Add usleep and note that inotifyd could replace notify. by Elliott Hughes · 10 years ago
  99. 3280d99 Don't include asm/* files directly. by Rob Landley · 10 years ago
  100. 69a9f25 Patch from Elliott Hughes for Android/bionic build. by Rob Landley · 10 years ago