1. 8ae467c Patch from Charlie Shepherd: Implement touch, set the default in Config.in to by Rob Landley · 17 years ago
  2. 503d0f5 Get toysh.c to start using the option parsing logic, and some minor cleanup. by Rob Landley · 17 years ago
  3. d06c58d Promote help to global config option, teach error_exit() to output usage message when called by Rob Landley · 17 years ago
  4. 103b7e0 Break out dirtree.c and let it call a function instead of returning the data. by Rob Landley · 17 years ago
  5. df27a60 Missing config dependency: The mdev config file should depend on mdev. by Rob Landley · 17 years ago
  6. 7ecedea Add "help" command. (Building help/help.h requires python, but I'll ship by Rob Landley · 17 years ago
  7. 132922a Fix READLINK_F dependency. by Rob Landley · 17 years ago
  8. 2b8b127 Change defaults of working commands to yes, so "make defconfig" is more by Rob Landley · 17 years ago
  9. 56dac2a Add a dummy "touch" to make it all build again. by Rob Landley · 17 years ago
  10. 5288145 Add readlink. Why doesn't mercurial show newly added files in "hg diff"? by Rob Landley · 17 years ago
  11. b841cd2 Allow applets with optarg string NULL to use toy.optargs[]. by Rob Landley · 17 years ago
  12. f2f98fa Add sleep. by Rob Landley · 17 years ago
  13. f2ccc2d Add true and false. by Rob Landley · 17 years ago
  14. 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 17 years ago
  15. c92fde0 Add sync and an incomplete version of mdev. by Rob Landley · 17 years ago
  16. 4f34f0a And more mke2fs changes. by Rob Landley · 17 years ago
  17. 8f4119a Next iteration of mke2fs development. by Rob Landley · 17 years ago
  18. 3caedb7 Fix oneit: <1 is only parsed at the start of the argument list. by Rob Landley · 18 years ago
  19. 1465cfa Calculate block and inode usage in group table and bitmaps. by Rob Landley · 18 years ago
  20. cff28b7 Precalculate block and inode usage given a starting file tree. This compiles, by Rob Landley · 18 years ago
  21. fb6c09e Calculate st_nlink for each node, via a small but n^2 algorithm. by Rob Landley · 18 years ago
  22. 2aa494d MacOS X has a defective sed with no -r. by Rob Landley · 18 years ago
  23. 4f5a671 More work on mke2fs.c. Random in-progress snapshot... by Rob Landley · 18 years ago
  24. 720fc26 Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count by Rob Landley · 18 years ago
  25. 5a60e26 Trim a redundant definition that confuses older compilers. (Regression testing by Rob Landley · 18 years ago
  26. bf284cb Toybox option parsing must stop at the first non-option argument. by Rob Landley · 18 years ago
  27. de05a70 Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. by Rob Landley · 18 years ago
  28. a6d696b Small cleanup to prepare for cross-compile friendly make install. by Rob Landley · 18 years ago
  29. c555a0c I forgot to add count.c a while ago. (Memo to self: grab snapshots and build by Rob Landley · 18 years ago
  30. 15406bb This creates an almost valid empty ext2 filesystem, except for a few superblock by Rob Landley · 18 years ago
  31. 9568d5a mke2fs: Stopping for dinner. It compiles. by Rob Landley · 18 years ago
  32. 3ac8d26 More work on mke2fs. by Rob Landley · 18 years ago
  33. 43d7e90 Move superblock initialization to a function. Trim unused padding from by Rob Landley · 18 years ago
  34. 22eca62 One more field, minor shrinking, and start on block groups. by Rob Landley · 18 years ago
  35. 90495a4 Filling out most of the ext2 superblock correctly now. by Rob Landley · 18 years ago
  36. 028a544 Update args.c to implement numeric arguments. by Rob Landley · 18 years ago
  37. 6b7092f More work on mke2fs. by Rob Landley · 18 years ago
  38. e2580db More random progress on mke2fs. Nothing to see yet. by Rob Landley · 18 years ago
  39. b882f1e Add "yes" command. by Rob Landley · 18 years ago
  40. a4f7988 Teach pwd to detect write errors. by Rob Landley · 18 years ago
  41. 452ff9e Comment and whitespace cleanups by Rob Landley · 18 years ago
  42. 3ec53ce Helps to "hg add" echo.c. Also, implement \0123 escapes for -e. by Rob Landley · 18 years ago
  43. 24d1d45 Add "echo". Has -n and -e (but not \0123 yet). by Rob Landley · 18 years ago
  44. e790130 Add count command. by Rob Landley · 18 years ago
  45. 6000f13 In bunzip replace setjmp/longjmp handling with error_exit(), replace string by Rob Landley · 18 years ago
  46. 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 18 years ago
  47. 636b5cf Add a quick and dirt bzcat (stdin to stdout only for the moment) to test by Rob Landley · 18 years ago
  48. 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 18 years ago
  49. 1322beb xopen() wants 2 arguments unless you're creating a file, in which case you by Rob Landley · 18 years ago
  50. 016bf82 Two unrelated additions I'm working on cross over in this file. In theory I by Rob Landley · 18 years ago
  51. 1521a9e Add cat -v. by Rob Landley · 18 years ago
  52. b23d230 Add oneit. by Rob Landley · 18 years ago
  53. 1674e2a Fix a warning. by Rob Landley · 18 years ago
  54. 58c6c1b More work on option parsing. "df -t tmpfs" actually seems to work now. by Rob Landley · 18 years ago
  55. 4541e88 Fix thinko (inverted test). by Rob Landley · 18 years ago
  56. 8324b89 New option parsing infrastructure (doesn't use getopt). Hook it up to by Rob Landley · 18 years ago
  57. f2311a4 Add pwd. Consolidate toy list information under toylist.h. by Rob Landley · 18 years ago
  58. 0a04b3e Implement which. Add hello world to menuconfig. Wrap the various applet main by Rob Landley · 18 years ago
  59. 3c49a45 Thinko: the Config.in for the toys should be in ./toys, not ./lib. by Rob Landley · 18 years ago
  60. 9b3fc7d Add a hello world applet, partly as an example and partly for testing purposes. by Rob Landley · 18 years ago
  61. 52fb042 Closer support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the by landley · 18 years ago
  62. 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
  63. cd9dfc3 Next drop of toysh, plus more infratructure. by landley · 18 years ago
  64. 4f344e3 Infrastructure, first drop of toy shell, and a bit of work on df. by landley · 18 years ago
  65. c562150 Next snapshot. Tries to grab something out of lib in order to build, I have by landley · 18 years ago
  66. 13bab2f Starting a new project. Just a bit past the "hello world" stage... by landley · 18 years ago