1. 0524912 More of same. by Isaac Dunham · 12 years ago
  2. d111ad2 More cleanup on find. by Rob Landley · 12 years ago
  3. 791ff1e Redo find's indenting from tabs to two spaces. by Rob Landley · 12 years ago
  4. f88db71 Partial cleanup of find by Felix Janda · 12 years ago
  5. 9bd7a16 Some xzcat cleanup by Isaac Dunham. by Rob Landley · 12 years ago
  6. a137c3f Fix argument parsing so -- doesn't include itself in output. by Rob Landley · 12 years ago
  7. a586f20 More ifconfig cleanups, mostly removing unused code. by Rob Landley · 12 years ago
  8. 70c5ea6 Drive-by cleanup on ifconfig. by Rob Landley · 12 years ago
  9. 4cc2042 An ifconfig bugfix from the original submitter. by Rob Landley · 12 years ago
  10. a6124a5 Kyungwan Han submitted ifconfig. by Rob Landley · 12 years ago
  11. 2edb485 Clean uudecode up the rest of the way, move pending->posix and default y. by Rob Landley · 12 years ago
  12. 28df7d5 More uudecode cleanup. by Rob Landley · 12 years ago
  13. f529a55 More uudecode cleanup. by Rob Landley · 12 years ago
  14. a77f36d Change uuencode test to match what other uuencode implementations actually produce. by Rob Landley · 12 years ago
  15. ca04c7f Where I left off on analysis of other multicall binaries... by Rob Landley · 12 years ago
  16. f597042 Incremental cleanup of uudecode. by Rob Landley · 12 years ago
  17. b7e8385 Fix the USE() macro around NEWTOY, tweak help text, remove unnecessary wrapper, tweak whitespace and curly brackets. by Rob Landley · 12 years ago
  18. 3e06a1c uudecode test should just call "uudecode" (not multiplexer via a path), and first test shouldn't succeed if toybox isn't even there. by Rob Landley · 12 years ago
  19. 94c9559 Add help text for pending test command. (No actual implementation yet.) by Rob Landley · 12 years ago
  20. f5b4bbe Finish uuencode cleanup, default y, move it from pending to posix. by Rob Landley · 12 years ago
  21. 240d0d6 First round of uuencode cleanup: generate table, tweak help text, remove unnecessary output buffers, simplify base64 functions.. by Rob Landley · 12 years ago
  22. 911ec8a Logger, by Ilya Kuzmich. by Rob Landley · 12 years ago
  23. 64427a8 uuencode/decode tests and tweaks from Erich Plondke. by Rob Landley · 12 years ago
  24. 5cb3e26 Fix a bug in patch I fixed back in 2010 but forgot to apply here. by Rob Landley · 12 years ago
  25. 6f5ef6f Update news page and link to ELC 2013 talk on toybox. by Rob Landley · 12 years ago
  26. da7fc1c Add -a to who and switch to default y in defconfig. by Rob Landley · 12 years ago
  27. 29264d8 Explain that code in the "pending" directory isn't necessarily ready for prime time. by Rob Landley · 12 years ago
  28. 121db2a uuencode and uudecode by Erich Plondke. by Rob Landley · 12 years ago
  29. 02656c7 The old nbd-client I wrote in 2010. Needs cleanup. by Rob Landley · 12 years ago
  30. e5f3a0b Remove unused min/max macros. by Rob Landley · 12 years ago
  31. 33cdec5 Move mdev into the pending directory, since it's not done yet. by Rob Landley · 13 years ago
  32. 971d57e Isaac Dunham took the public domain xz-embedded code and made an xzcat. I glued all his files together into one big one and threw it in pending. It needs something between cleanup and a complete rewrite. by Rob Landley · 13 years ago
  33. ee86b1d Simplify license text, as mentioned on the mailing list. by Rob Landley · 13 years ago
  34. a5a1403 Added tag 0.4.4 for changeset 52e69f6710ca by Rob Landley · 13 years ago
  35. 04fc2db Remove more debug code from find. by Rob Landley · 13 years ago
  36. db12a37 A couple quick fixes to find so I can try it out. by Rob Landley · 13 years ago
  37. 55da839 Find by Gurang Shastri. by Rob Landley · 13 years ago
  38. 25b043b Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't conform to posix-2008. by Rob Landley · 13 years ago
  39. 364d9ab O_NOFOLLOW is specified by posix-2008 and varies by target, don't try to supply them for broken headers. by Rob Landley · 13 years ago
  40. f9d7c95 Call stat "stat" instead of "st" in menuconfig. Use xmalloc() instead of malloc. by Rob Landley · 13 years ago
  41. 61dacaa Fix whitespace in submitted stat command. by Rob Landley · 13 years ago
  42. e3f0787 Fix another allyesconfig build break in the pending directory. by Rob Landley · 13 years ago
  43. cc99be2 Sed's still just a stub, but clean it up enough so it at least compiles. by Rob Landley · 13 years ago
  44. 5383200 Add readahead. by Rob Landley · 13 years ago
  45. 9559c2c Comment updates and a policy statement about avoiding #define GNU_dammit by Rob Landley · 13 years ago
  46. 9a69a92 Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.) by Rob Landley · 13 years ago
  47. 799515e Fix a warning when debug code enabled. by Rob Landley · 13 years ago
  48. dd009d6 Move some unfinished commands to the "pending" directory. by Rob Landley · 13 years ago
  49. 865afc5 Implement cp -s option. by Rob Landley · 13 years ago
  50. d1fcf4f Tweak cmp test to be a little more deterministic. by Rob Landley · 13 years ago
  51. 44b9d04 More support for old (~2008) build environments, move the #ifdef checks for symbols out of specific library version checks (shouldn't hurt anything), remove obsolete debug macro. by Rob Landley · 13 years ago
  52. af00119 Some older build environments don't have LOOP_CTL_GET_FREE or LOOP_SET_CAPACITY. Substitute constants so they can get the rest of losetup without a build break. by Rob Landley · 13 years ago
  53. 2279108 Fix -in behavior: descend into existing directory without prompting, show full path in error messages, actually overwrite when answering yes to -i. by Rob Landley · 13 years ago
  54. c26ca6e Wrong closing tag in roadmap.html. by Rob Landley · 13 years ago
  55. f5b50e9 id: make "id -Gn root" print root's groups instead of current user (and without leading space), enforce max 1 argument and at most one of Ggu. by Rob Landley · 13 years ago
  56. 9d6e088 Add time command (that only does posix mode). by Rob Landley · 13 years ago
  57. 4e998e5 Added tag 0.4.3 for changeset f8f5ddb6b69a by Rob Landley · 13 years ago
  58. 5ddc312 Adjust umask(0) for cp -p so mknod doesn't have to try to fchmodat() without the unsupported symlink nofollow flag. by Rob Landley · 13 years ago
  59. 3a99aef Switch readlink on by default, and fill out readlink.test. by Rob Landley · 13 years ago
  60. 7c0e280 Fix xabspath() resolving symlink after .., and properly detecting failure for last entry after nondir. by Rob Landley · 13 years ago
  61. 6be5ac6 Make "sudo cp -rp /dev/null blah" work. Still not happy with it, fchmodat(AT_SYMLINK_NOFOLLOW) doesn't work (there's a glibc bug open for this. It's really a missing kernel syscall, but glibc fails without ever making any syscall if you feed it that flag, which isn't helpful). by Rob Landley · 13 years ago
  62. ae9243a Work around more random uClibc-specific breakage. by Rob Landley · 13 years ago
  63. 1a33c6b Silence deeply stupid gcc warning. (First non-declaration line of function: if (file) ffd = open(); at end of of function: if (file) close(ffd); "file" is an argument to the function and nothing else assigns to it. gcc warning on that close, "ffd may be used uninitialized!" _HOW_?) by Rob Landley · 13 years ago
  64. bccb6db Revert some debug code accidentally checked in at commit 715. by Rob Landley · 13 years ago
  65. ae6a84b Update -p and -f to apply properly to various conditions. Still some bugs to squeeze out but this gets the infrastructure mostly right (and does away with the remaining gotos). by Rob Landley · 13 years ago
  66. 8d84a99 Teach cp to do -n. by Rob Landley · 13 years ago
  67. c428b54 Teach cp to do mknod. by Rob Landley · 13 years ago
  68. c0f11f3 Adapt cp to updated dirtree code. by Rob Landley · 13 years ago
  69. 41ed979 Use basename() where appropriate. by Rob Landley · 13 years ago
  70. 90e8605 Make basename use basename(). by Rob Landley · 13 years ago
  71. 662a267 Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other places that were setting it that no longer need to. by Rob Landley · 13 years ago
  72. 090c5c6 Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtree functions. by Rob Landley · 13 years ago
  73. ef2af2e Add losetup. (Who knows, it might even work.) by Rob Landley · 13 years ago
  74. 5e9d865 Fix invalid free in toysh. by Felix Janda · 13 years ago
  75. 90c6dfa Getting the pwd -L behavior right is fiddly. by Rob Landley · 13 years ago
  76. 840ed12 Add some tests for pwd. by Felix Janda · 13 years ago
  77. 3bb115d Add options -L and -P to pwd. by Felix Janda · 13 years ago
  78. 8abf095 Ashwini Sharma pointed out that my previous tweak to [!abc] groups still didn't get the error reporting right (test case "touch -d 12 -r f2 f1"). This says "no 'r' with 'd'" for that, and still shouldn't be able to fall off the end of the list (segfault) because an option can't conflict with itself (that's what the ~(1<<i) on lib/args.c line 317 is for). by Rob Landley · 13 years ago
  79. 63e042c Add tests to mkfifo based on tests for mkdir. by Felix Janda · 13 years ago
  80. d0d0f40 mkfifo -m is already implemented. by Felix Janda · 13 years ago
  81. 6d91e0f Fix option grouping. by Rob Landley · 13 years ago
  82. bf1e70f TOYBOX_DEBUG warns about lack of suid bit when running a STAYROOT command, but it shouldn't warn just because the multiplexer command "toybox" is stayroot. by Rob Landley · 13 years ago
  83. f02ca1e A screen width of 1 is possible (in some weird setups), and gives ls -C a division by zero error. by Rob Landley · 13 years ago
  84. 27cec9a Minor cleanups. by Rob Landley · 13 years ago
  85. 41b4748 LSB does not allow killall to kill itself by Elie De Brauwer · 13 years ago
  86. e5af216 Minor tweaks. by Rob Landley · 13 years ago
  87. c5b15db Add some tests for mkdir by Felix Janda · 13 years ago
  88. 208f6c1 Add -m option to mkdir by Felix Janda · 13 years ago
  89. ca4035b Extend killall with support for -v and -i by Elie De Brauwer · 13 years ago
  90. a48e579 Elie De Brauwer pointed out that xputs() isn't reliably reporting errors because there's no flush. Rather than change the output granularity, flush before exit and check errors there. (We still need xputc() doing it so "yes" doesn't continue forever.) by Rob Landley · 13 years ago
  91. a8f3bf0 Whitespace. by Rob Landley · 13 years ago
  92. 434d351 Extend seq to support -f (format string) and -s (string separator) as requested by LSB by Elie De Brauwer · 13 years ago
  93. de08aef Fix tac to handle the "abc\ndef" case properly by Elie De Brauwer · 13 years ago
  94. 7a78d92 Update mkstatus.py, roadmap.html, and status.html. by Rob Landley · 13 years ago
  95. 7d01b31 Refactoring broke rev by Elie De Brauwer · 13 years ago
  96. 8390c65 Web page update for release. by Rob Landley · 13 years ago
  97. 93504e6 Minor cleanups. by Rob Landley · 13 years ago
  98. fadbd60 Adding implementation of rev including tests by Elie De Brauwer · 13 years ago
  99. e9e10b5 Adding tests for tac based on cat tests by Elie De Brauwer · 13 years ago
  100. d4d5119 Simplify tac, the newline checking is already done in the get_line() function by Elie De Brauwer · 13 years ago