1. f5275f9 Switch to toybox rm. by Elliott Hughes · 9 years ago
  2. 6b4d05c Switch to toybox cp. by Elliott Hughes · 9 years ago
  3. baf5adf Stop building obsolete cpio, killall5, link, and unlink. by Elliott Hughes · 9 years ago
  4. d4a6d66 Switch rmdir to toybox. by Elliott Hughes · 9 years ago
  5. d13bf6a Switch to toybox mkdir. by Elliott Hughes · 9 years ago
  6. 7611563 Switch to toybox chcon. by Elliott Hughes · 9 years ago
  7. 0c366ac Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  8. 0a0435c Switch to toybox mknod. by Elliott Hughes · 10 years ago
  9. e75b1d8 here's a patch that should let us replace toolbox's chcon. by Elliott Hughes · 10 years ago
  10. 53a43da Add more(1). by Elliott Hughes · 10 years ago
  11. 5c7cca0 Switch to toybox chmod. by Elliott Hughes · 10 years ago
  12. ed053c0 Make unescape_delimited_string() copy the string so error reporting isn't so messed up. by Rob Landley · 10 years ago
  13. 285c4ef Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  14. acb2d0e Fix some sed bugs and improve error reporting. by Rob Landley · 10 years ago
  15. 95211ea Switch to toybox kill. by Elliott Hughes · 10 years ago
  16. 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
  17. 2fb85a3 Implement xstrncat() and fix xstrndup(). by Rob Landley · 10 years ago
  18. 2080060 Switch to toybox vmstat. by Elliott Hughes · 10 years ago
  19. 0a79156 Add shred. by Rob Landley · 10 years ago
  20. edc2753 Build all of netcat now bionic has <pty.h>. by Elliott Hughes · 10 years ago
  21. 2ebbefb More gzip stuff: now creates -0 compression files (store only), and does so to stdout. by Rob Landley · 10 years ago
  22. 7fcfbe7 [Android] Regenerate generated files. by Elliott Hughes · 10 years ago
  23. 3184519 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  24. 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
  25. bce8a51 Note posix mailing list posting correcting a bug in the web version of the standard. by Rob Landley · 10 years ago
  26. a03a044 Don't mount a filesystem over an existing one with the same /dev and /dir. by Rob Landley · 10 years ago
  27. 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
  28. 1ba12b4 Start of deflate compress-side code, mostly refactoring and stubs so far. by Rob Landley · 10 years ago
  29. 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
  30. 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
  31. de211e0 Tests for operator priority groupings. by Rob Landley · 10 years ago
  32. 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
  33. 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
  34. 7701bf9 Minor whitespace cleanups. by Rob Landley · 10 years ago
  35. c3657fd expr.c: Added '==' sign into list of operations. Also added support for regex pattern match. by Ashwini Sharma · 10 years ago
  36. 42a36d6 Improve error reporting in parallel build. (On error, wait for all children to finish before exiting.) by Rob Landley · 10 years ago
  37. 6d28370 Make sendfile use libbuf. by Rob Landley · 10 years ago
  38. 75fea67 Tiny in-passing cleanups to more.c. by Rob Landley · 10 years ago
  39. dc5bd76 Check in most recent release notes. by Rob Landley · 10 years ago
  40. fd49375 When running a test, the diff is always an ascii diff, not binary. by Rob Landley · 10 years ago
  41. 6d33f3a Add "change" subdirectory to make clean. by Rob Landley · 10 years ago
  42. 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
  43. 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
  44. 01e06c4 New ifconfig tests from Cynt Rynt. by Rob Landley · 10 years ago
  45. 8f7bc7a Switch to toybox readlink. by Elliott Hughes · 10 years ago
  46. c99e20b Switch to toybox dmesg. by Elliott Hughes · 10 years ago
  47. 39de8d5 Regenerate generated files after upstream sync. by Elliott Hughes · 10 years ago
  48. 6702014 Merge remote-tracking branch 'toybox/master' into clean by Elliott Hughes · 10 years ago
  49. 6a66049 Update dmesg, loosely based on a patch from Elliott Hughes. by Rob Landley · 10 years ago
  50. 9f98941 Switch to toybox nohup. by Elliott Hughes · 10 years ago
  51. f232c37 Variant of a patch from Ashwini Sharma, making df /dev/node work and tweaking the spacing. by Rob Landley · 10 years ago
  52. 620bc1a Switch to toybox mkswap, swapoff, swapon. by Elliott Hughes · 10 years ago
  53. 68e18cd Switch printenv to toybox. by Elliott Hughes · 10 years ago
  54. 1fb2080 Android-related roadmap.html updates. by enh · 10 years ago
  55. 9ab563b Tweak the "ignoring return value" fortify workaround for readlinkat. by Rob Landley · 10 years ago
  56. 62cf8d6 Switch to toybox sleep. by Elliott Hughes · 10 years ago
  57. 8536828 Switch sync to toybox. by Elliott Hughes · 10 years ago
  58. e3ebdf0 Remove halt/poweroff/reboot. by Elliott Hughes · 10 years ago
  59. 331b22d Use LOCAL_POST_LINK_CMD to install toybox symlinks by Ying Wang · 10 years ago
  60. 6a646ef Switch insmod/lsmod/rmmod to toybox. by Elliott Hughes · 10 years ago
  61. 03275a8 Move clear, false, and true over to toybox. by Elliott Hughes · 10 years ago
  62. 5a5a089 Merge "As long as Android's going to require fortify, fixup the warnings it generates." by Elliott Hughes · 10 years ago
  63. 9725f20 Merge "Whitespace/code style." by Elliott Hughes · 10 years ago
  64. d5deffa Merge "A patch against your current ToT that builds in AOSP master." by Elliott Hughes · 10 years ago
  65. f6c28b6 As long as Android's going to require fortify, fixup the warnings it generates. by Rob Landley · 10 years ago
  66. ea6fc27 Whitespace/code style. by Rob Landley · 10 years ago
  67. 6a29bb1 A patch against your current ToT that builds in AOSP master. by Elliott Hughes · 10 years ago
  68. aeb6123 Merge "Add usleep and note that inotifyd could replace notify." by Elliott Hughes · 10 years ago
  69. 59966ec Merge "Don't include asm/* files directly." by Elliott Hughes · 10 years ago
  70. acb1274 Merge "Patch from Elliott Hughes for Android/bionic build." by Elliott Hughes · 10 years ago
  71. 10bd49e Add usleep and note that inotifyd could replace notify. by Elliott Hughes · 10 years ago
  72. 3280d99 Don't include asm/* files directly. by Rob Landley · 10 years ago
  73. 69a9f25 Patch from Elliott Hughes for Android/bionic build. by Rob Landley · 10 years ago
  74. d8d2d3c Build toybox. by Elliott Hughes · 10 years ago
  75. 29e5e24 Make md5sum and sha1sum work on big endian systems. by Rob Landley · 10 years ago
  76. 5614785 Fixups for the android/bionic build probes patch. by Rob Landley · 10 years ago
  77. 46ddf0e probe for getspnam(), forkpty(), utmpx, replace sethostname() by Isaac Dunham · 10 years ago
  78. 159a7f1 Fix "tail -c 10" segfault spotted by Lukasz Szpakowski. by Rob Landley · 10 years ago
  79. 45bd6a2 More sed bugfixes. by Rob Landley · 10 years ago
  80. e9b1a61 sed: fix 'q', and { }, and } after s/// with no semicolon. by Rob Landley · 10 years ago
  81. 4a94ed0 More sed corner cases. (Empty regex repeats previous regex, implement -i, etc.) by Rob Landley · 10 years ago
  82. 4a6eb58 Fix more sed bugs. by Rob Landley · 10 years ago
  83. 7928b0d Fix sed 'b' with no label and 'N' in general. by Rob Landley · 10 years ago
  84. 2814e45 More sed bugfixes. (Did you know s/[/]// is a valid sed expression?) by Rob Landley · 10 years ago
  85. 0c558f0 Debugging pass on sed: make the existing test suite pass. by Rob Landley · 10 years ago
  86. 1d5f48f Add a few more sed tests. by Rob Landley · 10 years ago
  87. 9dbcee4 Add color support for scripts/test.sh and new SKIP_HOST for tests expected to fail on non-toybox implementations. by Rob Landley · 10 years ago
  88. 222fc81 sed: implement s & and \1 backrefs. by Rob Landley · 10 years ago
  89. cb652fa Implement more sed plumbing, including s/// (without \1 or & yet). by Rob Landley · 10 years ago
  90. 6e087a3 Remove unnecessary assignment spotted by Cynt Rynt. by Rob Landley · 10 years ago
  91. 5490107 Implement another largeish chunk of sed. Untested, unfinished, do not use yet. by Rob Landley · 10 years ago
  92. 72f8a5f First cleanup pass on hwclock. by Rob Landley · 10 years ago
  93. 4483eaa hwclock: get and set the hwclock by Ashwini Sharma · 10 years ago
  94. 80cef25 ipcrm : remove msg que, sem or shared memory by Ashwini Sharma · 10 years ago
  95. eece7ed Yet more sed tests. by Rob Landley · 10 years ago
  96. 4e5b247 Implement a few sed commands. Not done, and not tested yet. by Rob Landley · 10 years ago
  97. b069d8d More sed tests. by Rob Landley · 10 years ago
  98. b1ef8dd Next round of sed infrastructure, parses most commands now, doesn't implement them yet. by Rob Landley · 10 years ago
  99. 7a976a0 Attached are new toys TR and CRONTAB. by Ashwini Sharma · 10 years ago
  100. 82671e1 Test for ls -d from Isaac Dunham, and he pointed out -F also disables symlink following. by Rob Landley · 10 years ago