1. d353398 Switch to toybox cmp. by Elliott Hughes · 9 years ago
  2. 6ee70fc Switch to toybox chown. by Elliott Hughes · 9 years ago
  3. 2fd8368 Fix "warning: implicit declaration of function 'basename' is invalid in C99". by Elliott Hughes · 9 years ago
  4. 4ac9dd6 Regenerate toybox generated files. by Elliott Hughes · 9 years ago
  5. 1d80763 Merge changes If492fccc,Ia2fd3ced,I50d32077 by Elliott Hughes · 9 years ago
  6. abd5466 Merge changes I698a1608,I9d66c41d,I3a4917a5,Id3d633ff,Id0dead30, ... by Elliott Hughes · 9 years ago
  7. db988a9 Merge changes Ia8df7446,I77c8d1a7,Iaad492fd,I87fd25f2,I4f534572, ... by Elliott Hughes · 9 years ago
  8. a31cb8c Merge changes Ide699acc,I774c599c,I5c419e37,I7f24174d,I989f453e, ... by Elliott Hughes · 9 years ago
  9. c6d01d3 Merge "Teach factor to accept whitespace separated arguments (reported by Robert Thompson)." by Elliott Hughes · 9 years ago
  10. 9aaeff3 Switch to toybox date, and add hwclock. by Elliott Hughes · 9 years ago
  11. f492fcc Switch netcat to stop parsing command line at first nonoption argument instead of stopping after -l or -L. by Rob Landley · 9 years ago
  12. a2fd3ce Make touch -d miliseconds work. (Still only 6 digits precision instead of 9, but it's a start.) by Rob Landley · 9 years ago
  13. 4f060a3 Switch to toybox ifconfig. by Elliott Hughes · 9 years ago
  14. 123aecf Switch on toybox inotifyd. by Elliott Hughes · 9 years ago
  15. 1e0e5ea Switch to toybox cat. by Elliott Hughes · 9 years ago
  16. 50d3207 i found a few problems while manually smoke testing toybox chown versus toolbox (NetBSD) chown... by Elliott Hughes · 9 years ago
  17. 698a160 Let chown build standalone. by Rob Landley · 9 years ago
  18. 347e42b Add sed and tr. by Elliott Hughes · 9 years ago
  19. 5fcb106 Remove factor and readahead. by Elliott Hughes · 9 years ago
  20. 9d66c41 sed bugfix: N or n at end of script would save the terminating NULL as the resume position, so the script would restart from beginning. by Rob Landley · 9 years ago
  21. 3a4917a sed s/// can have line continuations in the replacement part, with or without a \ escaping the newline. by Rob Landley · 9 years ago
  22. d3d633f Promote printf. by Rob Landley · 9 years ago
  23. d0dead3 One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.) by Rob Landley · 9 years ago
  24. caa6b01 Cleanup pass on printf. by Rob Landley · 9 years ago
  25. 70cbfe8 More half-finished cleanup of printf.c, and more test suite entries. by Rob Landley · 9 years ago
  26. dd2cc65 Since "printf" is a shell builtin, printf.test wasn't actually testing anything. by Rob Landley · 9 years ago
  27. cc39d95 More printf cleanup, and test suite entries. by Rob Landley · 9 years ago
  28. a8df744 Fix sed backslash parsing in square bracket pattern sections. by Rob Landley · 9 years ago
  29. 77c8d1a Another cleanup pass on printf. by Rob Landley · 9 years ago
  30. aad492f Move fflush() checking to xexit() and have exit paths in main() call that. by Rob Landley · 9 years ago
  31. 87fd25f Cleanup pass on printf. by Rob Landley · 9 years ago
  32. 4f53457 Need to update install.c for the changed OLDTOY() argument list. by Rob Landley · 9 years ago
  33. 3c99404 Tweak status.html by Rob Landley · 9 years ago
  34. 82effc9 Switch a lot of strncpy() calls to xstrncpy(). by Rob Landley · 9 years ago
  35. 5f53d13 strncpy(optptr, hname, strlen(hname)) is really just strcpy(). by Rob Landley · 9 years ago
  36. 86c747a strtol() doesn't return error indicator for overflow, it just sets errno. So add estrtol() (which clears errno first), and xstrtol() (which error_exit()s on overflow). by Rob Landley · 9 years ago
  37. cf2516a Debris from flag handling rewrite: don't allow -^A to actually trigger. by Rob Landley · 9 years ago
  38. eeff24f typo fixes by Elliott Hughes · 9 years ago
  39. 88fe313 Fix for mix from Isaac Dunham (who can actually test it). (I tweaked the curly brackets.) by Rob Landley · 9 years ago
  40. f3e56f4 Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags). by Rob Landley · 9 years ago
  41. 5834ddd When CP_MORE was disabled, the d flag was still in the [-exclusion] list at the end and option parsing fell off the end looking for it (segfault) if DEBUG wasn't enabled to check for that. by Rob Landley · 9 years ago
  42. de699ac When you include the posix header libgen.h, glibc #defines basename to some random other symbol name (because gnu) and this screws up nontrivial macro expansions of NEWTOY(basename), so work around it in portability.h. by Rob Landley · 9 years ago
  43. 774c599 Link to gmane web archive. by Rob Landley · 9 years ago
  44. 5c419e3 Another random link for the design page. by Rob Landley · 9 years ago
  45. 7f24174 Fluff out help text. by Rob Landley · 9 years ago
  46. 989f453 Promote mix by Rob Landley · 9 years ago
  47. 73b8bb5 Cleanup mix.c. by Rob Landley · 9 years ago
  48. 4391e57 Teach factor to accept whitespace separated arguments (reported by Robert Thompson). by Rob Landley · 9 years ago
  49. 9250c95 Switch to toybox getenforce/setenforce. by Elliott Hughes · 9 years ago
  50. 17d6633 Merge "Regenerate generated files after upstream sync." by Elliott Hughes · 9 years ago
  51. 3926538 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  52. 8bf50d6 Another sed bug. (The e2fsprogs build uses multiple line continuations on the same command.) by Rob Landley · 9 years ago
  53. c2b5710 Promote sed to posix. by Rob Landley · 9 years ago
  54. aa3602f Merge changes I32cd2b77,Ia136fa57,I95b76828 by Elliott Hughes · 9 years ago
  55. f9551b3 Regenerate generated files after upstream sync. by Elliott Hughes · 9 years ago
  56. d5c66a9 getenforce and setenforce by Elliott Hughes · 9 years ago
  57. 627cd0f those of us who need to check in generated files find that 'tr' and by Elliott Hughes · 9 years ago
  58. 677c1b5 Merge catv back into cat as discussed on the list. Add comments about infrastructure upgrades needed to restore separate catv option. by Rob Landley · 9 years ago
  59. 5f9893b Switch to toybox netstat. by Elliott Hughes · 9 years ago
  60. 9b5000c Allocate space for null terminator. by Rob Landley · 9 years ago
  61. ea8be3d sed 'r' didn't work right. by Rob Landley · 9 years ago
  62. c09b79d Another sed bug. (The e2fsprogs build uses multiple line continuations on the same command.) by Rob Landley · 9 years ago
  63. 875b5b4 Remove uudecode/uuencode. by Elliott Hughes · 9 years ago
  64. 1a1e0a9 Promote sed to posix. by Rob Landley · 9 years ago
  65. 32cd2b7 sed: implement 'l' by Rob Landley · 9 years ago
  66. a136fa5 Add tizen section to roadmap. by Rob Landley · 9 years ago
  67. 95b7682 More sed bugs. by Rob Landley · 9 years ago
  68. 1588c5c Rebuild configuration after latest sync. by Elliott Hughes · 9 years ago
  69. e00e66d Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  70. 1486223 Regenerate the configuration after the upstream sync. by Elliott Hughes · 9 years ago
  71. 28ae298 Merge "Fix yet another sed bug." by Elliott Hughes · 9 years ago
  72. 9489576 Merge "Make sed a\ line continuations work properly for different pattern input modes." by Elliott Hughes · 9 years ago
  73. 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 · 9 years ago
  74. 34501e9 Merge "Last sed bugfix broke 'b', fix it." by Elliott Hughes · 9 years ago
  75. 8b476f4 Merge "Leftover variable from factoring out base64_init() caused an unused variable warning." by Elliott Hughes · 9 years ago
  76. 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 · 9 years ago
  77. f0c5411 Merge "Forgot to check in a header file for base64." by Elliott Hughes · 9 years ago
  78. 9f451f7 Merge "Add "make help" entry for "make change"." by Elliott Hughes · 9 years ago
  79. 70b2fa7 Merge changes I0517eb7d,I87fbe12d by Elliott Hughes · 9 years ago
  80. c2d6740 Decouple cp and mv so mv uses its own --help text. by Rob Landley · 9 years ago
  81. 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 · 9 years ago
  82. 5f17264 Stop building 'count' and 'oneit'. by Elliott Hughes · 9 years ago
  83. 3c3e83a Build various 'pending' toybox commands that are in toolbox. by Elliott Hughes · 9 years ago
  84. dbcacc6 Switch to toybox mv. by Elliott Hughes · 9 years ago
  85. f5275f9 Switch to toybox rm. by Elliott Hughes · 9 years ago
  86. 6b4d05c Switch to toybox cp. by Elliott Hughes · 9 years ago
  87. baf5adf Stop building obsolete cpio, killall5, link, and unlink. by Elliott Hughes · 9 years ago
  88. d4a6d66 Switch rmdir to toybox. by Elliott Hughes · 9 years ago
  89. d13bf6a Switch to toybox mkdir. by Elliott Hughes · 9 years ago
  90. 7611563 Switch to toybox chcon. by Elliott Hughes · 9 years ago
  91. a1ea6bb Fix yet another sed bug. by Rob Landley · 9 years ago
  92. 807a50d Make sed a\ line continuations work properly for different pattern input modes. by Rob Landley · 9 years ago
  93. 2c23705 Fix bug in sed y/// where bytes in target but not in source were replaced by zeroes (nul terminator overwritten). by Rob Landley · 9 years ago
  94. 76ea44a Last sed bugfix broke 'b', fix it. by Rob Landley · 9 years ago
  95. 4e49a94 Leftover variable from factoring out base64_init() caused an unused variable warning. by Rob Landley · 9 years ago
  96. 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 · 9 years ago
  97. 5bec5ba Forgot to check in a header file for base64. by Rob Landley · 9 years ago
  98. e72ea20 Add "make help" entry for "make change". by Rob Landley · 9 years ago
  99. 0517eb7 Add base64. by Rob Landley · 9 years ago
  100. 87fbe12 Remove more strncpy() calls. by Rob Landley · 9 years ago