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