1. 90e4213 Announce 0.0.9.2 bugfix release. by Rob Landley · 15 years ago
  2. d6b2613 Fix bug spotted by Jean-Christphe Dubois: reserve space for null terminator. by Rob Landley · 15 years ago
  3. 25afd65 Announce 0.0.9.1 bugfix release. by Rob Landley · 15 years ago
  4. 528056f Added tag 0.0.9.1 for changeset add8b512f41a by Rob Landley · 15 years ago
  5. aa7f3fa Another patch corner case. by Rob Landley · 15 years ago
  6. 121582e Old news.html update, but never actually checked in. by Rob Landley · 15 years ago
  7. 3681622 Regenerate Config.in when toys/*.c changes. by Rob Landley · 15 years ago
  8. 72341ae Rearchitect patch to handle more darn corner cases. by Rob Landley · 15 years ago
  9. 687bea5 Convert non-bool config values (such as int) into config.h entries. by Rob Landley · 15 years ago
  10. 1193a02 Re-wordwrap and reorder the .config->config.h sed script. (No real changes, just one command/line in a clearer order.) by Rob Landley · 15 years ago
  11. 53dda1a Comment tweaks. by Rob Landley · 15 years ago
  12. ddae5e9 Fix thinko. by Rob Landley · 15 years ago
  13. 933d7b6 Announce 0.0.8 release. by Rob Landley · 15 years ago
  14. 8e6c823 Added tag 0.0.8 for changeset 86e2bdb2ad66 by Rob Landley · 15 years ago
  15. e7a169b Fix typo. by Rob Landley · 15 years ago
  16. 5247671 Add mkswap. by Rob Landley · 15 years ago
  17. d3e61fc Hello shouldn't be enabled in defconfig. by Rob Landley · 15 years ago
  18. ba3ed79 Accidentally changed cksum behavior with the -P flag, toggle its meaning. by Rob Landley · 15 years ago
  19. b15b8fa Add -N, -I, -L, and -P options to cksum. by Rob Landley · 15 years ago
  20. 2f638c3 Add -F option to cksum. by Rob Landley · 15 years ago
  21. 328686f Make patch work with -R when deleting files. by Rob Landley · 15 years ago
  22. 7e849c5 Check in crc_init needed by cksum. (Oops.) by Rob Landley · 15 years ago
  23. 433c030 Add cksum. by Rob Landley · 15 years ago
  24. e4341aa Fix the old dead link about mepis with one from linux.com. (Thanks Christian Holtje.) by Rob Landley · 15 years ago
  25. 546ead6 Two bugfixes for deleting files (-p and message) by Rob Landley · 15 years ago
  26. cca4450 Teach oneit to reboot on exit more reliably. by Rob Landley · 16 years ago
  27. 7471b56 Shut up some new aggressively stupid warnings gcc 4.3 produces. by Rob Landley · 16 years ago
  28. dcb52f7 Fix netcat -f by Rob Landley · 16 years ago
  29. 5f612e7 Fix typo. by Rob Landley · 16 years ago
  30. 8ee966f Add uname by Rob Landley · 16 years ago
  31. a605d68 The epoch can also show up as 1970-01-01 (depending on timezone), so treat any year >0 and <= 1970 as meaning "file does not exist". by Rob Landley · 16 years ago
  32. 7dbbe0d More than 4k of input can be queued up in a pipe, so loop needs to continue reading until POLLIN is exhausted before acknowledging POLLHUP. by Rob Landley · 16 years ago
  33. 206a832 Shell $(netcat) won't return unless child's stdin/stdout/stderr are closed. by Rob Landley · 16 years ago
  34. 053b42c Second attempt at making netcat -l work properly. by Rob Landley · 16 years ago
  35. ae2e4b7 Add netcat server mode, -l, -L, and -t. by Rob Landley · 16 years ago
  36. 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
  37. d1aaa0a Announce 0.0.7. by Rob Landley · 16 years ago
  38. 7e7789d Added tag 0.0.7 for changeset db86f4df58b9 by Rob Landley · 16 years ago
  39. d9ee848 Added tag 0.0.6 for changeset 6e65eefc37e9 by Rob Landley · 16 years ago
  40. 839fb0b Tighten up chvt, save a few bytes. by Rob Landley · 16 years ago
  41. bdf037f Upgrade patch to detect hunks that start after a false start. by Rob Landley · 16 years ago
  42. cebe48a Fix giant glaring thinko. by Rob Landley · 16 years ago
  43. 24396bb An error from an input file isn't fatal, keep reading remaining input files. by Rob Landley · 16 years ago
  44. 5a9c37f Chroot should stop option parsing at the first non-option argument. by Rob Landley · 16 years ago
  45. e824ed1 Tweak from Roberto Foglietta. by Rob Landley · 16 years ago
  46. f15387d Roberto Foglietta pointed out that readall() needs fdlength() to restore by Rob Landley · 16 years ago
  47. 15b2315 Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len. by Rob Landley · 16 years ago
  48. 2bfaaf2 Add "tee" command. by Rob Landley · 16 years ago
  49. df92ef5 Finish bzcat. by Rob Landley · 16 years ago
  50. 1a35c47 Teach option parsing logic that ^ means stop parsing after this option. by Rob Landley · 16 years ago
  51. 8cca60d A pathological case of huffman coding that uses 8 bits to code each of 256 by Rob Landley · 16 years ago
  52. b1487dc Option parsing: stopearly is now a ^ prefix (not +), and an option string with by Rob Landley · 16 years ago
  53. f901f24 Basic tests for sort. Needs more... by Rob Landley · 16 years ago
  54. 32113a2 Only apply global flags to fallback sort. by Rob Landley · 16 years ago
  55. 7bc357d Cosmetic tweak, only show skipped tests when VERBOSE set. by Rob Landley · 16 years ago
  56. 37256ff Adjust "optional" function (gen_config.h became generated/config.h). by Rob Landley · 16 years ago
  57. 49fcd9a Most of an susv3 compliant sort implementation (loosely based on the one I wrote back in 2005). by Rob Landley · 16 years ago
  58. 4ac6656 Assemble '*' repeated argument list in order. Also implement '@' counter. by Rob Landley · 16 years ago
  59. fe0f3d5 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.) by Rob Landley · 16 years ago
  60. 76ab475 Add seq, and tests for it. by Rob Landley · 16 years ago
  61. 59f490c Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). by Rob Landley · 16 years ago
  62. 1a221d9 Fix command line option parsing so "echo -xen" actually prints "-xen". Add by Rob Landley · 16 years ago
  63. da57094 Sort was including the trailing comma and getting the order wrong. by Rob Landley · 16 years ago
  64. 988abb3 Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. by Rob Landley · 16 years ago
  65. e156d44 More tweaks to rmdir.test and the testing infrastructure. by Rob Landley · 16 years ago
  66. 121a9d4 Add rmdir and test for it. by Rob Landley · 16 years ago
  67. 8e99874 Fluffier error message. by Rob Landley · 16 years ago
  68. 87df5f6 Try to convince make to be less stupid about rebuilding. by Rob Landley · 16 years ago
  69. c564834 Teach run-all-tests mode to only test enabled commands. by Rob Landley · 16 years ago
  70. 0a2d88a Remove extraneous output. by Rob Landley · 16 years ago
  71. ac9c592 Very simple cat tests, with more test ideas commented out. by Rob Landley · 16 years ago
  72. 3fc4e0f Teach get_rawline() to continue until a configurable char, and xstrndup() by Rob Landley · 16 years ago
  73. f639c65 We don't open a destination filehandle for symlinks, so xclose() would barf. by Rob Landley · 16 years ago
  74. dd4d83e Add -v to cp. by Rob Landley · 16 years ago
  75. aef99f4 Thinko in cat. by Rob Landley · 16 years ago
  76. d5928d5 Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail by Rob Landley · 16 years ago
  77. 52b499c Spent the five minutes to implement "cat". by Rob Landley · 16 years ago
  78. 0a91d9d Added tag 0.0.5 for changeset 09ecbdf58c87 by Rob Landley · 16 years ago
  79. a95475b New release coming. by Rob Landley · 16 years ago
  80. 09c13c9 Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.) by Rob Landley · 16 years ago
  81. 9d243a2 Update help, move test.sh to scripts, and fix "make test" to call right script. by Rob Landley · 16 years ago
  82. bf081b9 Add uninstall and uninstall_flat. by Rob Landley · 16 years ago
  83. 05fbd1e Add install target, and make install_flat use scripts/install.sh by Rob Landley · 16 years ago
  84. 50c8c02 Another cp -r fix, another test case... by Rob Landley · 16 years ago
  85. 5ba6663 Update cp -r to work better, add relevant tests to test suite. by Rob Landley · 16 years ago
  86. 603a93d If we don't remember to closedir(), the leaked filehandles add up. by Rob Landley · 16 years ago
  87. 4416cae Fix -r logic, it needs both source and dest paths explicitly stated. by Rob Landley · 16 years ago
  88. aba353e Enabling debugging should not change behavior. Oops. by Rob Landley · 16 years ago
  89. de69527 Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLi by Rob Landley · 16 years ago
  90. b15365a Add an install script, with --long --symlink --force and --uninstall options. by Rob Landley · 16 years ago
  91. 7a585c6 Don't delete testdir after running test.sh. Add it to make clean instead. by Rob Landley · 16 years ago
  92. 775257b Remove some commented out code. by Rob Landley · 16 years ago
  93. 7f184fa Make cp pass most of its test suite. Still need to add symlink support. by Rob Landley · 16 years ago
  94. 6e6871c Add first pass at cp, totally untested, unlikely to work yet. :) by Rob Landley · 16 years ago
  95. 61190a3 Add enable/disable/exclude logic, update docs. by Rob Landley · 16 years ago
  96. 58c8508 Yet more build dependency tweaks... by Rob Landley · 16 years ago
  97. dd28202 Start of tests for cp. by Rob Landley · 16 years ago
  98. 7bc7971 Dirtree needs to use lstat(), not stat. And failure should probably be a by Rob Landley · 16 years ago
  99. 0f8c4c5 Add TOYFLAG_UMASK. by Rob Landley · 16 years ago
  100. 6882ee8 Partial update. Needs more work. by Rob Landley · 16 years ago