1. cff28b7 Precalculate block and inode usage given a starting file tree. This compiles, by Rob Landley · 17 years ago
  2. 5f1d7e2 An old test suite wrapper I wrote, cleaned up a bit and checked for copyrights. by Rob Landley · 17 years ago
  3. f575716 Add atolx() which understands extensions for kilobytes and megabytes and such. by Rob Landley · 17 years ago
  4. fb6c09e Calculate st_nlink for each node, via a small but n^2 algorithm. by Rob Landley · 17 years ago
  5. 2aa494d MacOS X has a defective sed with no -r. by Rob Landley · 17 years ago
  6. 4f5a671 More work on mke2fs.c. Random in-progress snapshot... by Rob Landley · 17 years ago
  7. 6275b1f Make kconfig build on MacOS X. (Because it's there.) by Rob Landley · 17 years ago
  8. 720fc26 Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count by Rob Landley · 17 years ago
  9. 97c63ec Rename functions.c to lib.c. (Easier name to remember.) by Rob Landley · 17 years ago
  10. d25f7e4 Add xstat(), read_dirtree(), and read_dirtree_node(). by Rob Landley · 17 years ago
  11. fd1c5ba Teach build to build only the toys/*.c selected in .config, and teach by Rob Landley · 17 years ago
  12. 5a60e26 Trim a redundant definition that confuses older compilers. (Regression testing by Rob Landley · 17 years ago
  13. bf284cb Toybox option parsing must stop at the first non-option argument. by Rob Landley · 17 years ago
  14. edee7dd Missing comma, and slight simplification in defconfig sed invocation. by Rob Landley · 17 years ago
  15. de05a70 Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. by Rob Landley · 17 years ago
  16. bcfad87 Add make install_flat. by Rob Landley · 17 years ago
  17. a6d696b Small cleanup to prepare for cross-compile friendly make install. by Rob Landley · 17 years ago
  18. 00569d6 Added tag 0.0.2 for changeset d2e38cb0b1cd by Rob Landley · 17 years ago
  19. c555a0c I forgot to add count.c a while ago. (Memo to self: grab snapshots and build by Rob Landley · 17 years ago
  20. ad8287d Move download->downloads (be consistent) and add a skeletal index bar along by Rob Landley · 17 years ago
  21. 15406bb This creates an almost valid empty ext2 filesystem, except for a few superblock by Rob Landley · 17 years ago
  22. 9568d5a mke2fs: Stopping for dinner. It compiles. by Rob Landley · 17 years ago
  23. 3ac8d26 More work on mke2fs. by Rob Landley · 17 years ago
  24. 43d7e90 Move superblock initialization to a function. Trim unused padding from by Rob Landley · 17 years ago
  25. 22eca62 One more field, minor shrinking, and start on block groups. by Rob Landley · 17 years ago
  26. 90495a4 Filling out most of the ext2 superblock correctly now. by Rob Landley · 17 years ago
  27. 028a544 Update args.c to implement numeric arguments. by Rob Landley · 17 years ago
  28. b3a3382 The fdlength() ioctl apparently doesn't work on files (and the lseek trick by Rob Landley · 17 years ago
  29. 6b7092f More work on mke2fs. by Rob Landley · 18 years ago
  30. e2580db More random progress on mke2fs. Nothing to see yet. by Rob Landley · 18 years ago
  31. b882f1e Add "yes" command. by Rob Landley · 18 years ago
  32. a4f7988 Teach pwd to detect write errors. by Rob Landley · 18 years ago
  33. 452ff9e Comment and whitespace cleanups by Rob Landley · 18 years ago
  34. 3ec53ce Helps to "hg add" echo.c. Also, implement \0123 escapes for -e. by Rob Landley · 18 years ago
  35. 24d1d45 Add "echo". Has -n and -e (but not \0123 yet). by Rob Landley · 18 years ago
  36. 125a2c7 Merge a memset with an existing loop, tweak comments. by Rob Landley · 18 years ago
  37. 94515a2 Merge two similar loops and expand a comment. by Rob Landley · 18 years ago
  38. 59b3017 Another suggestion from Manuel: Grab 2 bits instead of 1 inside a loop. Saves by Rob Landley · 18 years ago
  39. e790130 Add count command. by Rob Landley · 18 years ago
  40. 5aab966 Save 4 bytes of stack space. by Rob Landley · 18 years ago
  41. 6000f13 In bunzip replace setjmp/longjmp handling with error_exit(), replace string by Rob Landley · 18 years ago
  42. 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 18 years ago
  43. 813840c More optimizations originally suggested by Manuel Nova: Use a sentinel value by Rob Landley · 18 years ago
  44. c4a5521 Minor cleanups. by Rob Landley · 18 years ago
  45. 457047a Turn a memmove into a while(), reducing running time by 3.5% in my tests. by Rob Landley · 18 years ago
  46. 6c8eaae Another application of Manuel Nova's "math instead of ifs" trick. Saves 17b. by Rob Landley · 18 years ago
  47. 8aa0e94 Minor optimization the compiler already does for us (according to bloatcheck), by Rob Landley · 18 years ago
  48. cac0ab0 Fix off by one error in a test. by Rob Landley · 18 years ago
  49. 0dc2d49 Comment and whitespace changes. by Rob Landley · 18 years ago
  50. ea96222 Memmove is 11 bytes shorter than the unrolled loop, and Manuel Nova pointed by Rob Landley · 18 years ago
  51. 636b5cf Add a quick and dirt bzcat (stdin to stdout only for the moment) to test by Rob Landley · 18 years ago
  52. 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 18 years ago
  53. 3388f4c xread() and xwrite() should take void *, not char *. by Rob Landley · 18 years ago
  54. d3e9d64 Add xaccess() by Rob Landley · 18 years ago
  55. f3e452a Add rewrite(), writeall(),and xwrite() to match the read versions. by Rob Landley · 18 years ago
  56. 1322beb xopen() wants 2 arguments unless you're creating a file, in which case you by Rob Landley · 18 years ago
  57. 016bf82 Two unrelated additions I'm working on cross over in this file. In theory I by Rob Landley · 18 years ago
  58. 17afeba Blah. The sed filter's not right, I'll try again later. by Rob Landley · 18 years ago
  59. 46968f7 Remove more warnings. by Rob Landley · 18 years ago
  60. e2f796c Make some of gcc 4.1's dumber warnings go away. by Rob Landley · 18 years ago
  61. c6f481c Comment tweak. by Rob Landley · 18 years ago
  62. 04fa1e1 Note the mailing list. by Rob Landley · 18 years ago
  63. 78b47ff Teach clean and distclean to zap more files. by Rob Landley · 18 years ago
  64. cd2edfd Add bloat-o-meter, make bloatcheck, and scripts/showasm. by Rob Landley · 18 years ago
  65. 28a0dec Trawling through the archives: a broken test, an unnecessary memset, and a by Rob Landley · 18 years ago
  66. 2de8f3e More whitespace/cowbell. (And change comment style to //.) by Rob Landley · 18 years ago
  67. 61a9cc5 Reduce flag duplication and make kconfig use HOST_CC. by Rob Landley · 18 years ago
  68. 6973a1d Add my old micro-bunzip library. Needs some cleanup... by Rob Landley · 18 years ago
  69. 65b7df5 Leftover from when I cleaned this up for another project. by Rob Landley · 18 years ago
  70. 1521a9e Add cat -v. by Rob Landley · 18 years ago
  71. b23d230 Add oneit. by Rob Landley · 18 years ago
  72. 1674e2a Fix a warning. by Rob Landley · 18 years ago
  73. 58c6c1b More work on option parsing. "df -t tmpfs" actually seems to work now. by Rob Landley · 18 years ago
  74. f06af2b Add another warning check and a missing dependency. by Rob Landley · 18 years ago
  75. 8167fd5 I got the mercurial web browser thingy set up, note it on the web page. by Rob Landley · 18 years ago
  76. fdb667e Fix a half-dozen bugs in argument parsing. More seems to work than not now. by Rob Landley · 18 years ago
  77. 54ebcce Allocate a more sane amount of memory. by Rob Landley · 18 years ago
  78. 4541e88 Fix thinko (inverted test). by Rob Landley · 18 years ago
  79. 2a813ff Add one if() that has lots of whitespace fallout. by Rob Landley · 18 years ago
  80. 8324b89 New option parsing infrastructure (doesn't use getopt). Hook it up to by Rob Landley · 18 years ago
  81. b29ceb8 Web site updates, and a design document. by Rob Landley · 18 years ago
  82. 3f92058 Redo the index page (flesh it out about halfway), and a couple tweaks to by Rob Landley · 18 years ago
  83. 5c63c92 The web page should be in the repository, and while I'm at it let's see if I by Rob Landley · 18 years ago
  84. f2311a4 Add pwd. Consolidate toy list information under toylist.h. by Rob Landley · 18 years ago
  85. 0a04b3e Implement which. Add hello world to menuconfig. Wrap the various applet main by Rob Landley · 18 years ago
  86. 7fc43f7 Better dependencies, and feed the linker --gc-sections. (Which is not an by Rob Landley · 18 years ago
  87. 63d4168 Added tag 0.0.1 for changeset 8f8a8ac59c14 by Rob Landley · 18 years ago
  88. 3c49a45 Thinko: the Config.in for the toys should be in ./toys, not ./lib. by Rob Landley · 18 years ago
  89. fa98d01 Add xabspath(), is_file_type(), which_in_path(), and find_in_path(). by Rob Landley · 18 years ago
  90. 15bdc11 Linked list functions, forgot to add this to the repository. by Rob Landley · 18 years ago
  91. 401ae8f Make the config generate gen_config.h with CFG_ and USE() macros. by Rob Landley · 18 years ago
  92. 9b3fc7d Add a hello world applet, partly as an example and partly for testing purposes. by Rob Landley · 18 years ago
  93. 1f24e80 The darn thing accidentally created a branch. I had to copy a half-dozen by Rob Landley · 18 years ago
  94. 6ccb1b7 The Config files don't need the CONFIG_ prefix. by landley · 18 years ago
  95. 5257cf5 Add menuconfig, plus some basic Config info, lots of which is just future by landley · 18 years ago
  96. 52fb042 Closer support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the by landley · 18 years ago
  97. 64b2e23 Add reread(), readall(), and xread() on the bus ride in to work... by landley · 18 years ago
  98. 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
  99. 2f588f7 Rest of thinko fix. by landley · 18 years ago
  100. 8ce06f2 Thinko fix. by landley · 18 years ago