1. 18d43ff Work around uClibc weirdness. by Rob Landley · 17 years ago
  2. 171af61 More cross compiling infrastructure. by Rob Landley · 17 years ago
  3. fc2224b Show the compiler how to optimize out the option parsing logic when nothing by Rob Landley · 17 years ago
  4. b841cd2 Allow applets with optarg string NULL to use toy.optargs[]. by Rob Landley · 17 years ago
  5. 9fdf465 Humor dash, which is broken. by Rob Landley · 17 years ago
  6. 30d79a1 Make it easier to specify which compiler to use. by Rob Landley · 17 years ago
  7. f2f98fa Add sleep. by Rob Landley · 17 years ago
  8. 8e0520c Link to ars technica paedia broke because ars is now using Windows 2003 on by Rob Landley · 17 years ago
  9. f2ccc2d Add true and false. by Rob Landley · 17 years ago
  10. 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 17 years ago
  11. c92fde0 Add sync and an incomplete version of mdev. by Rob Landley · 17 years ago
  12. 4f34f0a And more mke2fs changes. by Rob Landley · 17 years ago
  13. 8f4119a Next iteration of mke2fs development. by Rob Landley · 17 years ago
  14. d989df3 Apply uClibc's changes to this kconfig. by Rob Landley · 17 years ago
  15. 217047b Move project name to Makefile. by Rob Landley · 17 years ago
  16. 6126b25 Convert HOST_CC to HOSTCC to be more like uClibc build. by Rob Landley · 17 years ago
  17. d1ed4c6 Change help text: not just used for the kernel. by Rob Landley · 17 years ago
  18. b90926a Add web page background image and check in some half-finished ext2 by Rob Landley · 18 years ago
  19. 3caedb7 Fix oneit: <1 is only parsed at the start of the argument list. by Rob Landley · 18 years ago
  20. 1465cfa Calculate block and inode usage in group table and bitmaps. by Rob Landley · 18 years ago
  21. cff28b7 Precalculate block and inode usage given a starting file tree. This compiles, by Rob Landley · 18 years ago
  22. 5f1d7e2 An old test suite wrapper I wrote, cleaned up a bit and checked for copyrights. by Rob Landley · 18 years ago
  23. f575716 Add atolx() which understands extensions for kilobytes and megabytes and such. by Rob Landley · 18 years ago
  24. fb6c09e Calculate st_nlink for each node, via a small but n^2 algorithm. by Rob Landley · 18 years ago
  25. 2aa494d MacOS X has a defective sed with no -r. by Rob Landley · 18 years ago
  26. 4f5a671 More work on mke2fs.c. Random in-progress snapshot... by Rob Landley · 18 years ago
  27. 6275b1f Make kconfig build on MacOS X. (Because it's there.) by Rob Landley · 18 years ago
  28. 720fc26 Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count by Rob Landley · 18 years ago
  29. 97c63ec Rename functions.c to lib.c. (Easier name to remember.) by Rob Landley · 18 years ago
  30. d25f7e4 Add xstat(), read_dirtree(), and read_dirtree_node(). by Rob Landley · 18 years ago
  31. fd1c5ba Teach build to build only the toys/*.c selected in .config, and teach by Rob Landley · 18 years ago
  32. 5a60e26 Trim a redundant definition that confuses older compilers. (Regression testing by Rob Landley · 18 years ago
  33. bf284cb Toybox option parsing must stop at the first non-option argument. by Rob Landley · 18 years ago
  34. edee7dd Missing comma, and slight simplification in defconfig sed invocation. by Rob Landley · 18 years ago
  35. de05a70 Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. by Rob Landley · 18 years ago
  36. bcfad87 Add make install_flat. by Rob Landley · 18 years ago
  37. a6d696b Small cleanup to prepare for cross-compile friendly make install. by Rob Landley · 18 years ago
  38. 00569d6 Added tag 0.0.2 for changeset d2e38cb0b1cd by Rob Landley · 18 years ago
  39. c555a0c I forgot to add count.c a while ago. (Memo to self: grab snapshots and build by Rob Landley · 18 years ago
  40. ad8287d Move download->downloads (be consistent) and add a skeletal index bar along by Rob Landley · 18 years ago
  41. 15406bb This creates an almost valid empty ext2 filesystem, except for a few superblock by Rob Landley · 18 years ago
  42. 9568d5a mke2fs: Stopping for dinner. It compiles. by Rob Landley · 18 years ago
  43. 3ac8d26 More work on mke2fs. by Rob Landley · 18 years ago
  44. 43d7e90 Move superblock initialization to a function. Trim unused padding from by Rob Landley · 18 years ago
  45. 22eca62 One more field, minor shrinking, and start on block groups. by Rob Landley · 18 years ago
  46. 90495a4 Filling out most of the ext2 superblock correctly now. by Rob Landley · 18 years ago
  47. 028a544 Update args.c to implement numeric arguments. by Rob Landley · 18 years ago
  48. b3a3382 The fdlength() ioctl apparently doesn't work on files (and the lseek trick by Rob Landley · 18 years ago
  49. 6b7092f More work on mke2fs. by Rob Landley · 18 years ago
  50. e2580db More random progress on mke2fs. Nothing to see yet. by Rob Landley · 18 years ago
  51. b882f1e Add "yes" command. by Rob Landley · 18 years ago
  52. a4f7988 Teach pwd to detect write errors. by Rob Landley · 18 years ago
  53. 452ff9e Comment and whitespace cleanups by Rob Landley · 18 years ago
  54. 3ec53ce Helps to "hg add" echo.c. Also, implement \0123 escapes for -e. by Rob Landley · 18 years ago
  55. 24d1d45 Add "echo". Has -n and -e (but not \0123 yet). by Rob Landley · 18 years ago
  56. 125a2c7 Merge a memset with an existing loop, tweak comments. by Rob Landley · 18 years ago
  57. 94515a2 Merge two similar loops and expand a comment. by Rob Landley · 18 years ago
  58. 59b3017 Another suggestion from Manuel: Grab 2 bits instead of 1 inside a loop. Saves by Rob Landley · 18 years ago
  59. e790130 Add count command. by Rob Landley · 18 years ago
  60. 5aab966 Save 4 bytes of stack space. by Rob Landley · 18 years ago
  61. 6000f13 In bunzip replace setjmp/longjmp handling with error_exit(), replace string by Rob Landley · 18 years ago
  62. 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 18 years ago
  63. 813840c More optimizations originally suggested by Manuel Nova: Use a sentinel value by Rob Landley · 18 years ago
  64. c4a5521 Minor cleanups. by Rob Landley · 18 years ago
  65. 457047a Turn a memmove into a while(), reducing running time by 3.5% in my tests. by Rob Landley · 18 years ago
  66. 6c8eaae Another application of Manuel Nova's "math instead of ifs" trick. Saves 17b. by Rob Landley · 18 years ago
  67. 8aa0e94 Minor optimization the compiler already does for us (according to bloatcheck), by Rob Landley · 18 years ago
  68. cac0ab0 Fix off by one error in a test. by Rob Landley · 18 years ago
  69. 0dc2d49 Comment and whitespace changes. by Rob Landley · 18 years ago
  70. ea96222 Memmove is 11 bytes shorter than the unrolled loop, and Manuel Nova pointed by Rob Landley · 18 years ago
  71. 636b5cf Add a quick and dirt bzcat (stdin to stdout only for the moment) to test by Rob Landley · 18 years ago
  72. 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 18 years ago
  73. 3388f4c xread() and xwrite() should take void *, not char *. by Rob Landley · 18 years ago
  74. d3e9d64 Add xaccess() by Rob Landley · 18 years ago
  75. f3e452a Add rewrite(), writeall(),and xwrite() to match the read versions. by Rob Landley · 18 years ago
  76. 1322beb xopen() wants 2 arguments unless you're creating a file, in which case you by Rob Landley · 18 years ago
  77. 016bf82 Two unrelated additions I'm working on cross over in this file. In theory I by Rob Landley · 18 years ago
  78. 17afeba Blah. The sed filter's not right, I'll try again later. by Rob Landley · 18 years ago
  79. 46968f7 Remove more warnings. by Rob Landley · 18 years ago
  80. e2f796c Make some of gcc 4.1's dumber warnings go away. by Rob Landley · 18 years ago
  81. c6f481c Comment tweak. by Rob Landley · 18 years ago
  82. 04fa1e1 Note the mailing list. by Rob Landley · 18 years ago
  83. 78b47ff Teach clean and distclean to zap more files. by Rob Landley · 18 years ago
  84. cd2edfd Add bloat-o-meter, make bloatcheck, and scripts/showasm. by Rob Landley · 18 years ago
  85. 28a0dec Trawling through the archives: a broken test, an unnecessary memset, and a by Rob Landley · 18 years ago
  86. 2de8f3e More whitespace/cowbell. (And change comment style to //.) by Rob Landley · 18 years ago
  87. 61a9cc5 Reduce flag duplication and make kconfig use HOST_CC. by Rob Landley · 18 years ago
  88. 6973a1d Add my old micro-bunzip library. Needs some cleanup... by Rob Landley · 18 years ago
  89. 65b7df5 Leftover from when I cleaned this up for another project. by Rob Landley · 18 years ago
  90. 1521a9e Add cat -v. by Rob Landley · 18 years ago
  91. b23d230 Add oneit. by Rob Landley · 18 years ago
  92. 1674e2a Fix a warning. by Rob Landley · 18 years ago
  93. 58c6c1b More work on option parsing. "df -t tmpfs" actually seems to work now. by Rob Landley · 18 years ago
  94. f06af2b Add another warning check and a missing dependency. by Rob Landley · 18 years ago
  95. 8167fd5 I got the mercurial web browser thingy set up, note it on the web page. by Rob Landley · 18 years ago
  96. fdb667e Fix a half-dozen bugs in argument parsing. More seems to work than not now. by Rob Landley · 18 years ago
  97. 54ebcce Allocate a more sane amount of memory. by Rob Landley · 18 years ago
  98. 4541e88 Fix thinko (inverted test). by Rob Landley · 18 years ago
  99. 2a813ff Add one if() that has lots of whitespace fallout. by Rob Landley · 18 years ago
  100. 8324b89 New option parsing infrastructure (doesn't use getopt). Hook it up to by Rob Landley · 18 years ago