1. ae2e4b7 Add netcat server mode, -l, -L, and -t. by Rob Landley · 16 years ago
  2. b5d557f Work around a reiserfs bug. (One line change, switch from looking at broken struct dirent->dt_type to looking at stat() output. The rest are unrelated variable renames.) by Rob Landley · 16 years ago
  3. d1aaa0a Announce 0.0.7. by Rob Landley · 16 years ago
  4. 7e7789d Added tag 0.0.7 for changeset db86f4df58b9 by Rob Landley · 16 years ago
  5. d9ee848 Added tag 0.0.6 for changeset 6e65eefc37e9 by Rob Landley · 16 years ago
  6. 839fb0b Tighten up chvt, save a few bytes. by Rob Landley · 16 years ago
  7. bdf037f Upgrade patch to detect hunks that start after a false start. by Rob Landley · 16 years ago
  8. cebe48a Fix giant glaring thinko. by Rob Landley · 16 years ago
  9. 24396bb An error from an input file isn't fatal, keep reading remaining input files. by Rob Landley · 16 years ago
  10. 5a9c37f Chroot should stop option parsing at the first non-option argument. by Rob Landley · 16 years ago
  11. e824ed1 Tweak from Roberto Foglietta. by Rob Landley · 16 years ago
  12. f15387d Roberto Foglietta pointed out that readall() needs fdlength() to restore by Rob Landley · 16 years ago
  13. 15b2315 Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len. by Rob Landley · 16 years ago
  14. 2bfaaf2 Add "tee" command. by Rob Landley · 16 years ago
  15. df92ef5 Finish bzcat. by Rob Landley · 16 years ago
  16. 1a35c47 Teach option parsing logic that ^ means stop parsing after this option. by Rob Landley · 16 years ago
  17. 8cca60d A pathological case of huffman coding that uses 8 bits to code each of 256 by Rob Landley · 16 years ago
  18. b1487dc Option parsing: stopearly is now a ^ prefix (not +), and an option string with by Rob Landley · 16 years ago
  19. f901f24 Basic tests for sort. Needs more... by Rob Landley · 16 years ago
  20. 32113a2 Only apply global flags to fallback sort. by Rob Landley · 16 years ago
  21. 7bc357d Cosmetic tweak, only show skipped tests when VERBOSE set. by Rob Landley · 16 years ago
  22. 37256ff Adjust "optional" function (gen_config.h became generated/config.h). by Rob Landley · 16 years ago
  23. 49fcd9a Most of an susv3 compliant sort implementation (loosely based on the one I wrote back in 2005). by Rob Landley · 16 years ago
  24. 4ac6656 Assemble '*' repeated argument list in order. Also implement '@' counter. by Rob Landley · 16 years ago
  25. fe0f3d5 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.) by Rob Landley · 16 years ago
  26. 76ab475 Add seq, and tests for it. by Rob Landley · 16 years ago
  27. 59f490c Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). by Rob Landley · 16 years ago
  28. 1a221d9 Fix command line option parsing so "echo -xen" actually prints "-xen". Add by Rob Landley · 16 years ago
  29. da57094 Sort was including the trailing comma and getting the order wrong. by Rob Landley · 16 years ago
  30. 988abb3 Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. by Rob Landley · 16 years ago
  31. e156d44 More tweaks to rmdir.test and the testing infrastructure. by Rob Landley · 16 years ago
  32. 121a9d4 Add rmdir and test for it. by Rob Landley · 16 years ago
  33. 8e99874 Fluffier error message. by Rob Landley · 16 years ago
  34. 87df5f6 Try to convince make to be less stupid about rebuilding. by Rob Landley · 16 years ago
  35. c564834 Teach run-all-tests mode to only test enabled commands. by Rob Landley · 16 years ago
  36. 0a2d88a Remove extraneous output. by Rob Landley · 16 years ago
  37. ac9c592 Very simple cat tests, with more test ideas commented out. by Rob Landley · 16 years ago
  38. 3fc4e0f Teach get_rawline() to continue until a configurable char, and xstrndup() by Rob Landley · 16 years ago
  39. f639c65 We don't open a destination filehandle for symlinks, so xclose() would barf. by Rob Landley · 16 years ago
  40. dd4d83e Add -v to cp. by Rob Landley · 16 years ago
  41. aef99f4 Thinko in cat. by Rob Landley · 16 years ago
  42. d5928d5 Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail by Rob Landley · 16 years ago
  43. 52b499c Spent the five minutes to implement "cat". by Rob Landley · 16 years ago
  44. 0a91d9d Added tag 0.0.5 for changeset 09ecbdf58c87 by Rob Landley · 16 years ago
  45. a95475b New release coming. by Rob Landley · 16 years ago
  46. 09c13c9 Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.) by Rob Landley · 16 years ago
  47. 9d243a2 Update help, move test.sh to scripts, and fix "make test" to call right script. by Rob Landley · 16 years ago
  48. bf081b9 Add uninstall and uninstall_flat. by Rob Landley · 16 years ago
  49. 05fbd1e Add install target, and make install_flat use scripts/install.sh by Rob Landley · 16 years ago
  50. 50c8c02 Another cp -r fix, another test case... by Rob Landley · 16 years ago
  51. 5ba6663 Update cp -r to work better, add relevant tests to test suite. by Rob Landley · 16 years ago
  52. 603a93d If we don't remember to closedir(), the leaked filehandles add up. by Rob Landley · 16 years ago
  53. 4416cae Fix -r logic, it needs both source and dest paths explicitly stated. by Rob Landley · 16 years ago
  54. aba353e Enabling debugging should not change behavior. Oops. by Rob Landley · 16 years ago
  55. de69527 Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLi by Rob Landley · 16 years ago
  56. b15365a Add an install script, with --long --symlink --force and --uninstall options. by Rob Landley · 16 years ago
  57. 7a585c6 Don't delete testdir after running test.sh. Add it to make clean instead. by Rob Landley · 16 years ago
  58. 775257b Remove some commented out code. by Rob Landley · 16 years ago
  59. 7f184fa Make cp pass most of its test suite. Still need to add symlink support. by Rob Landley · 16 years ago
  60. 6e6871c Add first pass at cp, totally untested, unlikely to work yet. :) by Rob Landley · 16 years ago
  61. 61190a3 Add enable/disable/exclude logic, update docs. by Rob Landley · 16 years ago
  62. 58c8508 Yet more build dependency tweaks... by Rob Landley · 16 years ago
  63. dd28202 Start of tests for cp. by Rob Landley · 16 years ago
  64. 7bc7971 Dirtree needs to use lstat(), not stat. And failure should probably be a by Rob Landley · 16 years ago
  65. 0f8c4c5 Add TOYFLAG_UMASK. by Rob Landley · 16 years ago
  66. 6882ee8 Partial update. Needs more work. by Rob Landley · 16 years ago
  67. 26bf9e6 Add toys.optc, an argv-style count for toys.optargs. by Rob Landley · 16 years ago
  68. 0a521a2 Fix up (admittedly stubby) mdev so it's actually hooked up to the build. by Rob Landley · 16 years ago
  69. 8dd5134 Script from Roberto Foglietta to do config2help in bash instead of python. by Rob Landley · 16 years ago
  70. f641854 Add spaces after some commas (from Charlie Shepherd). by Rob Landley · 16 years ago
  71. 94dd3e7 Remove extra newlines on error_paths by Charlie Shepherd · 16 years ago
  72. 54524c9 Fix filename in header by Charlie Shepherd · 16 years ago
  73. e21e64b Update .hgignore to cover new generated/ directory by Charlie Shepherd · 16 years ago
  74. 32fe27f Fix copyright name by Charlie Shepherd · 16 years ago
  75. 76a2e46 Die on compilation or stripping failure by Charlie Shepherd · 16 years ago
  76. 651e253 Have chvt print an error message (and exit with error) when it fails. by Rob Landley · 16 years ago
  77. 12138e4 Teach perror_exit() to take a NULL argument when we just want "command: error". by Rob Landley · 16 years ago
  78. 5c4a217 Comment and whitespace cleanups by Charlie Shepherd (code's the same). by Rob Landley · 16 years ago
  79. 5c010f7 Might as well make the dependencies slightly more paranoid. by Rob Landley · 16 years ago
  80. 81d937d Sort newtoys.h by command name, not by USE_ macro. by Rob Landley · 16 years ago
  81. 841223d Fix crash when running unknown command via symlink. by Rob Landley · 16 years ago
  82. 41cb696 Hit makefile dependencies so install step doesn't rebuild toybox. by Rob Landley · 16 years ago
  83. 7c04f01 Fluff out hello.c to supply more example code as a skeleton for new commands, by Rob Landley · 16 years ago
  84. 6ef04ef Move dlist_add() to lib/llist.c by Rob Landley · 16 years ago
  85. b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 16 years ago
  86. eb9b8da Minor cleanup: move mke2fs options into mke2fs.c. by Rob Landley · 16 years ago
  87. 2d471ce More documentation for generated/* files. by Rob Landley · 16 years ago
  88. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 16 years ago
  89. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 16 years ago
  90. 58ecc3e Move some generated files into the "generated" subdirectory. by Rob Landley · 16 years ago
  91. 6a9e5b4 Very early stub of sed, does nothing yet. by Rob Landley · 16 years ago
  92. bd91551 Web page tweak. by Rob Landley · 16 years ago
  93. daa7fe6 Add chvt from David Anders. by Rob Landley · 16 years ago
  94. 797a4c3 Fluffier web page. by Rob Landley · 16 years ago
  95. b9d0cf1 More web page tweaks. by Rob Landley · 16 years ago
  96. e258af3 Update web pages. by Rob Landley · 16 years ago
  97. daa1d3c A bit more documentation on Patch. by Rob Landley · 16 years ago
  98. a45173b Update help text a bit. by Rob Landley · 16 years ago
  99. 6c43718 Teach readlink to actually do -f. by Rob Landley · 16 years ago
  100. 3e19db7 Release notice. by Rob Landley · 16 years ago