1. 2c22685 Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment by Rob Landley · 17 years ago
  2. 5d43eb4 Replace space indent with tab indent by Charlie Shepherd · 17 years ago
  3. 5bc74b6 Add .hgignore file by Charlie Shepherd · 17 years ago
  4. 59f757e Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the by Rob Landley · 17 years ago
  5. ce8aae4 Patch fromm Roberto Foglietta: distclean should remove toys/help.h by Rob Landley · 17 years ago
  6. 2c4f3cb Add or correct file descriptions by Charlie Shepherd · 17 years ago
  7. 064d1b1 Move toybox_old delete (for bloatcheck) from clean to distclean. by Rob Landley · 17 years ago
  8. 6a6dee3 Fix from Charlie Shepherd: at end of string, don't match the null terminator by Rob Landley · 17 years ago
  9. 961e171 xcreate(): perror already prints error name and newline, remove redundancy. by Rob Landley · 17 years ago
  10. 8ae467c Patch from Charlie Shepherd: Implement touch, set the default in Config.in to by Rob Landley · 17 years ago
  11. 503d0f5 Get toysh.c to start using the option parsing logic, and some minor cleanup. by Rob Landley · 17 years ago
  12. 9abf136 Need to commit this too. :) by Rob Landley · 17 years ago
  13. d06c58d Promote help to global config option, teach error_exit() to output usage message when called by Rob Landley · 17 years ago
  14. 103b7e0 Break out dirtree.c and let it call a function instead of returning the data. by Rob Landley · 17 years ago
  15. df27a60 Missing config dependency: The mdev config file should depend on mdev. by Rob Landley · 17 years ago
  16. 34d4ce7 Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option. by Rob Landley · 17 years ago
  17. a76f82c Minor tweak to web page. by Rob Landley · 17 years ago
  18. 7ecedea Add "help" command. (Building help/help.h requires python, but I'll ship by Rob Landley · 17 years ago
  19. 6ed92f3 Tweak error message. by Rob Landley · 17 years ago
  20. 9303e2f More klibc fixes from Maximilian Attems, strlcpy() this time. by Rob Landley · 17 years ago
  21. f3c56e7 Remove strings.h which Maximilian Attems points out is obsolete: by Rob Landley · 17 years ago
  22. 9aa9d14 Update web page to mention 0.0.3 release. by Rob Landley · 17 years ago
  23. 145879c Added tag 0.0.3 for changeset a459c6b39645 by Rob Landley · 17 years ago
  24. e35f2b8 Fix makefile to defconfig properly, and leak in a bit of the new test by Rob Landley · 17 years ago
  25. 132922a Fix READLINK_F dependency. by Rob Landley · 17 years ago
  26. 2b8b127 Change defaults of working commands to yes, so "make defconfig" is more by Rob Landley · 17 years ago
  27. 56dac2a Add a dummy "touch" to make it all build again. by Rob Landley · 17 years ago
  28. 5288145 Add readlink. Why doesn't mercurial show newly added files in "hg diff"? by Rob Landley · 17 years ago
  29. 5084fea Add xputs() to detect EOF on writes. by Rob Landley · 17 years ago
  30. 7aa9d8f Fix "Need 1 arguments". by Rob Landley · 17 years ago
  31. 0d8dfb2 Vladimir Oleynik pointed out that va_start() twice in the same function by Rob Landley · 17 years ago
  32. 4307a7b Make warning go away. by Rob Landley · 17 years ago
  33. 18d43ff Work around uClibc weirdness. by Rob Landley · 17 years ago
  34. 171af61 More cross compiling infrastructure. by Rob Landley · 17 years ago
  35. fc2224b Show the compiler how to optimize out the option parsing logic when nothing by Rob Landley · 17 years ago
  36. b841cd2 Allow applets with optarg string NULL to use toy.optargs[]. by Rob Landley · 17 years ago
  37. 9fdf465 Humor dash, which is broken. by Rob Landley · 17 years ago
  38. 30d79a1 Make it easier to specify which compiler to use. by Rob Landley · 17 years ago
  39. f2f98fa Add sleep. by Rob Landley · 17 years ago
  40. 8e0520c Link to ars technica paedia broke because ars is now using Windows 2003 on by Rob Landley · 17 years ago
  41. f2ccc2d Add true and false. by Rob Landley · 17 years ago
  42. 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 17 years ago
  43. c92fde0 Add sync and an incomplete version of mdev. by Rob Landley · 17 years ago
  44. 4f34f0a And more mke2fs changes. by Rob Landley · 17 years ago
  45. 8f4119a Next iteration of mke2fs development. by Rob Landley · 17 years ago
  46. d989df3 Apply uClibc's changes to this kconfig. by Rob Landley · 17 years ago
  47. 217047b Move project name to Makefile. by Rob Landley · 17 years ago
  48. 6126b25 Convert HOST_CC to HOSTCC to be more like uClibc build. by Rob Landley · 17 years ago
  49. d1ed4c6 Change help text: not just used for the kernel. by Rob Landley · 17 years ago
  50. b90926a Add web page background image and check in some half-finished ext2 by Rob Landley · 17 years ago
  51. 3caedb7 Fix oneit: <1 is only parsed at the start of the argument list. by Rob Landley · 18 years ago
  52. 1465cfa Calculate block and inode usage in group table and bitmaps. by Rob Landley · 18 years ago
  53. cff28b7 Precalculate block and inode usage given a starting file tree. This compiles, by Rob Landley · 18 years ago
  54. 5f1d7e2 An old test suite wrapper I wrote, cleaned up a bit and checked for copyrights. by Rob Landley · 18 years ago
  55. f575716 Add atolx() which understands extensions for kilobytes and megabytes and such. by Rob Landley · 18 years ago
  56. fb6c09e Calculate st_nlink for each node, via a small but n^2 algorithm. by Rob Landley · 18 years ago
  57. 2aa494d MacOS X has a defective sed with no -r. by Rob Landley · 18 years ago
  58. 4f5a671 More work on mke2fs.c. Random in-progress snapshot... by Rob Landley · 18 years ago
  59. 6275b1f Make kconfig build on MacOS X. (Because it's there.) by Rob Landley · 18 years ago
  60. 720fc26 Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count by Rob Landley · 18 years ago
  61. 97c63ec Rename functions.c to lib.c. (Easier name to remember.) by Rob Landley · 18 years ago
  62. d25f7e4 Add xstat(), read_dirtree(), and read_dirtree_node(). by Rob Landley · 18 years ago
  63. fd1c5ba Teach build to build only the toys/*.c selected in .config, and teach by Rob Landley · 18 years ago
  64. 5a60e26 Trim a redundant definition that confuses older compilers. (Regression testing by Rob Landley · 18 years ago
  65. bf284cb Toybox option parsing must stop at the first non-option argument. by Rob Landley · 18 years ago
  66. edee7dd Missing comma, and slight simplification in defconfig sed invocation. by Rob Landley · 18 years ago
  67. de05a70 Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. by Rob Landley · 18 years ago
  68. bcfad87 Add make install_flat. by Rob Landley · 18 years ago
  69. a6d696b Small cleanup to prepare for cross-compile friendly make install. by Rob Landley · 18 years ago
  70. 00569d6 Added tag 0.0.2 for changeset d2e38cb0b1cd by Rob Landley · 18 years ago
  71. c555a0c I forgot to add count.c a while ago. (Memo to self: grab snapshots and build by Rob Landley · 18 years ago
  72. ad8287d Move download->downloads (be consistent) and add a skeletal index bar along by Rob Landley · 18 years ago
  73. 15406bb This creates an almost valid empty ext2 filesystem, except for a few superblock by Rob Landley · 18 years ago
  74. 9568d5a mke2fs: Stopping for dinner. It compiles. by Rob Landley · 18 years ago
  75. 3ac8d26 More work on mke2fs. by Rob Landley · 18 years ago
  76. 43d7e90 Move superblock initialization to a function. Trim unused padding from by Rob Landley · 18 years ago
  77. 22eca62 One more field, minor shrinking, and start on block groups. by Rob Landley · 18 years ago
  78. 90495a4 Filling out most of the ext2 superblock correctly now. by Rob Landley · 18 years ago
  79. 028a544 Update args.c to implement numeric arguments. by Rob Landley · 18 years ago
  80. b3a3382 The fdlength() ioctl apparently doesn't work on files (and the lseek trick by Rob Landley · 18 years ago
  81. 6b7092f More work on mke2fs. by Rob Landley · 18 years ago
  82. e2580db More random progress on mke2fs. Nothing to see yet. by Rob Landley · 18 years ago
  83. b882f1e Add "yes" command. by Rob Landley · 18 years ago
  84. a4f7988 Teach pwd to detect write errors. by Rob Landley · 18 years ago
  85. 452ff9e Comment and whitespace cleanups by Rob Landley · 18 years ago
  86. 3ec53ce Helps to "hg add" echo.c. Also, implement \0123 escapes for -e. by Rob Landley · 18 years ago
  87. 24d1d45 Add "echo". Has -n and -e (but not \0123 yet). by Rob Landley · 18 years ago
  88. 125a2c7 Merge a memset with an existing loop, tweak comments. by Rob Landley · 18 years ago
  89. 94515a2 Merge two similar loops and expand a comment. by Rob Landley · 18 years ago
  90. 59b3017 Another suggestion from Manuel: Grab 2 bits instead of 1 inside a loop. Saves by Rob Landley · 18 years ago
  91. e790130 Add count command. by Rob Landley · 18 years ago
  92. 5aab966 Save 4 bytes of stack space. by Rob Landley · 18 years ago
  93. 6000f13 In bunzip replace setjmp/longjmp handling with error_exit(), replace string by Rob Landley · 18 years ago
  94. 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 18 years ago
  95. 813840c More optimizations originally suggested by Manuel Nova: Use a sentinel value by Rob Landley · 18 years ago
  96. c4a5521 Minor cleanups. by Rob Landley · 18 years ago
  97. 457047a Turn a memmove into a while(), reducing running time by 3.5% in my tests. by Rob Landley · 18 years ago
  98. 6c8eaae Another application of Manuel Nova's "math instead of ifs" trick. Saves 17b. by Rob Landley · 18 years ago
  99. 8aa0e94 Minor optimization the compiler already does for us (according to bloatcheck), by Rob Landley · 18 years ago
  100. cac0ab0 Fix off by one error in a test. by Rob Landley · 18 years ago