1. 5247671 Add mkswap. by Rob Landley · 16 years ago
  2. d3e61fc Hello shouldn't be enabled in defconfig. by Rob Landley · 16 years ago
  3. ba3ed79 Accidentally changed cksum behavior with the -P flag, toggle its meaning. by Rob Landley · 16 years ago
  4. b15b8fa Add -N, -I, -L, and -P options to cksum. by Rob Landley · 16 years ago
  5. 2f638c3 Add -F option to cksum. by Rob Landley · 16 years ago
  6. 328686f Make patch work with -R when deleting files. by Rob Landley · 16 years ago
  7. 433c030 Add cksum. by Rob Landley · 16 years ago
  8. 546ead6 Two bugfixes for deleting files (-p and message) by Rob Landley · 16 years ago
  9. cca4450 Teach oneit to reboot on exit more reliably. by Rob Landley · 16 years ago
  10. 7471b56 Shut up some new aggressively stupid warnings gcc 4.3 produces. by Rob Landley · 16 years ago
  11. dcb52f7 Fix netcat -f by Rob Landley · 16 years ago
  12. 5f612e7 Fix typo. by Rob Landley · 16 years ago
  13. 8ee966f Add uname by Rob Landley · 16 years ago
  14. 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
  15. 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
  16. 206a832 Shell $(netcat) won't return unless child's stdin/stdout/stderr are closed. by Rob Landley · 16 years ago
  17. 053b42c Second attempt at making netcat -l work properly. by Rob Landley · 16 years ago
  18. ae2e4b7 Add netcat server mode, -l, -L, and -t. by Rob Landley · 16 years ago
  19. 839fb0b Tighten up chvt, save a few bytes. by Rob Landley · 16 years ago
  20. bdf037f Upgrade patch to detect hunks that start after a false start. by Rob Landley · 16 years ago
  21. cebe48a Fix giant glaring thinko. by Rob Landley · 16 years ago
  22. 24396bb An error from an input file isn't fatal, keep reading remaining input files. by Rob Landley · 16 years ago
  23. 5a9c37f Chroot should stop option parsing at the first non-option argument. by Rob Landley · 16 years ago
  24. 2bfaaf2 Add "tee" command. by Rob Landley · 16 years ago
  25. df92ef5 Finish bzcat. by Rob Landley · 16 years ago
  26. b1487dc Option parsing: stopearly is now a ^ prefix (not +), and an option string with by Rob Landley · 16 years ago
  27. 32113a2 Only apply global flags to fallback sort. by Rob Landley · 16 years ago
  28. 49fcd9a Most of an susv3 compliant sort implementation (loosely based on the one I wrote back in 2005). by Rob Landley · 16 years ago
  29. 76ab475 Add seq, and tests for it. by Rob Landley · 16 years ago
  30. 59f490c Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). by Rob Landley · 16 years ago
  31. 1a221d9 Fix command line option parsing so "echo -xen" actually prints "-xen". Add by Rob Landley · 16 years ago
  32. 988abb3 Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. by Rob Landley · 16 years ago
  33. 121a9d4 Add rmdir and test for it. by Rob Landley · 16 years ago
  34. f639c65 We don't open a destination filehandle for symlinks, so xclose() would barf. by Rob Landley · 16 years ago
  35. dd4d83e Add -v to cp. by Rob Landley · 16 years ago
  36. aef99f4 Thinko in cat. by Rob Landley · 16 years ago
  37. d5928d5 Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail by Rob Landley · 16 years ago
  38. 52b499c Spent the five minutes to implement "cat". by Rob Landley · 16 years ago
  39. 50c8c02 Another cp -r fix, another test case... by Rob Landley · 17 years ago
  40. 5ba6663 Update cp -r to work better, add relevant tests to test suite. by Rob Landley · 17 years ago
  41. 4416cae Fix -r logic, it needs both source and dest paths explicitly stated. by Rob Landley · 17 years ago
  42. de69527 Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLi by Rob Landley · 17 years ago
  43. 7f184fa Make cp pass most of its test suite. Still need to add symlink support. by Rob Landley · 17 years ago
  44. 6e6871c Add first pass at cp, totally untested, unlikely to work yet. :) by Rob Landley · 17 years ago
  45. 0f8c4c5 Add TOYFLAG_UMASK. by Rob Landley · 17 years ago
  46. 0a521a2 Fix up (admittedly stubby) mdev so it's actually hooked up to the build. by Rob Landley · 17 years ago
  47. 32fe27f Fix copyright name by Charlie Shepherd · 17 years ago
  48. 651e253 Have chvt print an error message (and exit with error) when it fails. by Rob Landley · 17 years ago
  49. 5c4a217 Comment and whitespace cleanups by Charlie Shepherd (code's the same). by Rob Landley · 17 years ago
  50. 7c04f01 Fluff out hello.c to supply more example code as a skeleton for new commands, by Rob Landley · 17 years ago
  51. 6ef04ef Move dlist_add() to lib/llist.c by Rob Landley · 17 years ago
  52. b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 17 years ago
  53. eb9b8da Minor cleanup: move mke2fs options into mke2fs.c. by Rob Landley · 17 years ago
  54. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 17 years ago
  55. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 17 years ago
  56. 58ecc3e Move some generated files into the "generated" subdirectory. by Rob Landley · 17 years ago
  57. 6a9e5b4 Very early stub of sed, does nothing yet. by Rob Landley · 17 years ago
  58. daa7fe6 Add chvt from David Anders. by Rob Landley · 17 years ago
  59. daa1d3c A bit more documentation on Patch. by Rob Landley · 17 years ago
  60. a45173b Update help text a bit. by Rob Landley · 17 years ago
  61. 6c43718 Teach readlink to actually do -f. by Rob Landley · 17 years ago
  62. 11586a9 Fix patch to use @@ values and match EOF when fewer trailing than starting by Rob Landley · 17 years ago
  63. 07c78d3 Make touch work reliably when file doesn't exist and clean up headers a bit. by Rob Landley · 17 years ago
  64. 3548341 Make patch's file add actually work, including directory creating and by Rob Landley · 17 years ago
  65. e745d8e Upgrade patch to understand creating and deleting files. by Rob Landley · 17 years ago
  66. 4bdf4e8 Typo spotted by Adrian Davey. by Rob Landley · 17 years ago
  67. 344139a Patch should be working now, change config default... by Rob Landley · 17 years ago
  68. 42ecbab Patch command. by Rob Landley · 17 years ago
  69. bc07865 Start of "patch" support. Writes to stdout at the moment. by Rob Landley · 17 years ago
  70. 5c67e35 Update links and add some more spec comments. by Rob Landley · 17 years ago
  71. a8f2580 Add -c option to oneit, to specify console other than /dev/tty0. by Rob Landley · 17 years ago
  72. fece5cb Add comments about SUSv3 specs (or lack thereof). by Rob Landley · 17 years ago
  73. ebff8ee Other chroots fall back to "/bin/sh -i", so add the -i. by Rob Landley · 17 years ago
  74. 64d2e82 Minor cleanups to sha1sum. by Rob Landley · 17 years ago
  75. 8e34ca6 Add chroot. by Rob Landley · 17 years ago
  76. 29266f4 Add first pass at netcat. Base applet, -f, and -w implemented. by Rob Landley · 17 years ago
  77. 7abb976 Minor cleanups/tweaks to touch. by Rob Landley · 17 years ago
  78. ce6750a Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too. by Rob Landley · 17 years ago
  79. efda21c Change command main() functions to return void, and exit(toys.exitval) from by Rob Landley · 17 years ago
  80. 7634b55 Add loopfiles() function, make catv use it. by Rob Landley · 17 years ago
  81. 860f263 Patch from Charlie Shepherd: remove extra \n from error_exit() arguments. by Rob Landley · 17 years ago
  82. 0d88c38 Add comment, and whitespace changes. by Rob Landley · 17 years ago
  83. 801aa55 Add tty applet by Charlie Shepherd · 17 years ago
  84. b938705 Add comment and very minor tweak. by Rob Landley · 17 years ago
  85. 860902c Remove a few bytes from basename and add 'em back (and more) in the help string. by Rob Landley · 17 years ago
  86. c15b3ed Patch from Charlie Shepherd to add basename and dirname. (Fixed up to apply.) by Rob Landley · 17 years ago
  87. 57389ec Re-roll loop, making code smaller. Also localize all the crypto information by Rob Landley · 17 years ago
  88. f198082 Untangle algorithm: use uint64_t for count, move union into struct, use struct by Rob Landley · 17 years ago
  89. 0a22c5c More cleanup: consistent indents, uint32_t, rename functions and structs, by Rob Landley · 17 years ago
  90. b911de3 Whitespace change: 4 spaces become one tab. by Rob Landley · 17 years ago
  91. 9fe9901 Minimal changes to make it actually work on an x86-64 host. by Rob Landley · 17 years ago
  92. 509dd14 Start with public domain SHA-1 in C by Steve Reid <steve@edmweb.com> by Rob Landley · 17 years ago
  93. b5b82d9 Implement dmesg. by Rob Landley · 17 years ago
  94. 126f9c5 Tighten up error handling, add a umask() call so -m 123 actually works. by Rob Landley · 17 years ago
  95. ac442b4 Zap a warning. by Rob Landley · 17 years ago
  96. d0c379e Fix error message by Charlie Shepherd · 17 years ago
  97. 00ee268 Simplify touch -l slightly. by Rob Landley · 17 years ago
  98. 627dc77 Add an option to let touch extend or truncate a file and rename the err label to time_error to reduce confusion. by Charlie Shepherd · 17 years ago
  99. ded91bd Don't error on stat success, and create files with a sensible mode instead of 000 by Charlie Shepherd · 17 years ago
  100. d42ed83 Use builtin functions to simplify some code in touch by Charlie Shepherd · 17 years ago