1. efda21c Change command main() functions to return void, and exit(toys.exitval) from by Rob Landley · 17 years ago
  2. 7634b55 Add loopfiles() function, make catv use it. by Rob Landley · 17 years ago
  3. f7bb55b Add a comment about a case that made me stop and think. by Rob Landley · 17 years ago
  4. d213bc2 Rebuild toybox when a header file changes by Charlie Shepherd · 17 years ago
  5. 860f263 Patch from Charlie Shepherd: remove extra \n from error_exit() arguments. by Rob Landley · 17 years ago
  6. 0d88c38 Add comment, and whitespace changes. by Rob Landley · 17 years ago
  7. 0dea00d Add kconfig/conf to .hgignore by Charlie Shepherd · 17 years ago
  8. 801aa55 Add tty applet by Charlie Shepherd · 17 years ago
  9. b938705 Add comment and very minor tweak. by Rob Landley · 17 years ago
  10. 860902c Remove a few bytes from basename and add 'em back (and more) in the help string. by Rob Landley · 17 years ago
  11. c15b3ed Patch from Charlie Shepherd to add basename and dirname. (Fixed up to apply.) by Rob Landley · 17 years ago
  12. 57389ec Re-roll loop, making code smaller. Also localize all the crypto information by Rob Landley · 17 years ago
  13. f198082 Untangle algorithm: use uint64_t for count, move union into struct, use struct by Rob Landley · 17 years ago
  14. 0a22c5c More cleanup: consistent indents, uint32_t, rename functions and structs, by Rob Landley · 17 years ago
  15. b911de3 Whitespace change: 4 spaces become one tab. by Rob Landley · 17 years ago
  16. 9fe9901 Minimal changes to make it actually work on an x86-64 host. by Rob Landley · 17 years ago
  17. 509dd14 Start with public domain SHA-1 in C by Steve Reid <steve@edmweb.com> by Rob Landley · 17 years ago
  18. b5b82d9 Implement dmesg. by Rob Landley · 17 years ago
  19. 126f9c5 Tighten up error handling, add a umask() call so -m 123 actually works. by Rob Landley · 17 years ago
  20. e15850a Replace strlcpy() with xstrcpy(), which exits if the string won't fit. by Rob Landley · 17 years ago
  21. efa93b9 Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd. by Rob Landley · 17 years ago
  22. ac442b4 Zap a warning. by Rob Landley · 17 years ago
  23. d0c379e Fix error message by Charlie Shepherd · 17 years ago
  24. 00ee268 Simplify touch -l slightly. by Rob Landley · 17 years ago
  25. 627dc77 Add an option to let touch extend or truncate a file and rename the err label to time_error to reduce confusion. by Charlie Shepherd · 17 years ago
  26. ded91bd Don't error on stat success, and create files with a sensible mode instead of 000 by Charlie Shepherd · 17 years ago
  27. d42ed83 Use builtin functions to simplify some code in touch by Charlie Shepherd · 17 years ago
  28. d3ab5f0 Fix typo in toysh tty description. by Charlie Shepherd · 17 years ago
  29. 6d15f37 Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when toys/Config.in is updated) by Charlie Shepherd · 17 years ago
  30. 60c2e3e Add initial mkfifo implementation by Charlie Shepherd · 17 years ago
  31. 2c22685 Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment by Rob Landley · 17 years ago
  32. 5d43eb4 Replace space indent with tab indent by Charlie Shepherd · 17 years ago
  33. 5bc74b6 Add .hgignore file by Charlie Shepherd · 17 years ago
  34. 59f757e Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the by Rob Landley · 17 years ago
  35. ce8aae4 Patch fromm Roberto Foglietta: distclean should remove toys/help.h by Rob Landley · 17 years ago
  36. 2c4f3cb Add or correct file descriptions by Charlie Shepherd · 17 years ago
  37. 064d1b1 Move toybox_old delete (for bloatcheck) from clean to distclean. by Rob Landley · 17 years ago
  38. 6a6dee3 Fix from Charlie Shepherd: at end of string, don't match the null terminator by Rob Landley · 17 years ago
  39. 961e171 xcreate(): perror already prints error name and newline, remove redundancy. by Rob Landley · 17 years ago
  40. 8ae467c Patch from Charlie Shepherd: Implement touch, set the default in Config.in to by Rob Landley · 17 years ago
  41. 503d0f5 Get toysh.c to start using the option parsing logic, and some minor cleanup. by Rob Landley · 17 years ago
  42. 9abf136 Need to commit this too. :) by Rob Landley · 17 years ago
  43. d06c58d Promote help to global config option, teach error_exit() to output usage message when called by Rob Landley · 17 years ago
  44. 103b7e0 Break out dirtree.c and let it call a function instead of returning the data. by Rob Landley · 17 years ago
  45. df27a60 Missing config dependency: The mdev config file should depend on mdev. by Rob Landley · 17 years ago
  46. 34d4ce7 Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option. by Rob Landley · 17 years ago
  47. a76f82c Minor tweak to web page. by Rob Landley · 17 years ago
  48. 7ecedea Add "help" command. (Building help/help.h requires python, but I'll ship by Rob Landley · 17 years ago
  49. 6ed92f3 Tweak error message. by Rob Landley · 17 years ago
  50. 9303e2f More klibc fixes from Maximilian Attems, strlcpy() this time. by Rob Landley · 17 years ago
  51. f3c56e7 Remove strings.h which Maximilian Attems points out is obsolete: by Rob Landley · 17 years ago
  52. 9aa9d14 Update web page to mention 0.0.3 release. by Rob Landley · 17 years ago
  53. 145879c Added tag 0.0.3 for changeset a459c6b39645 by Rob Landley · 17 years ago
  54. e35f2b8 Fix makefile to defconfig properly, and leak in a bit of the new test by Rob Landley · 17 years ago
  55. 132922a Fix READLINK_F dependency. by Rob Landley · 17 years ago
  56. 2b8b127 Change defaults of working commands to yes, so "make defconfig" is more by Rob Landley · 17 years ago
  57. 56dac2a Add a dummy "touch" to make it all build again. by Rob Landley · 17 years ago
  58. 5288145 Add readlink. Why doesn't mercurial show newly added files in "hg diff"? by Rob Landley · 17 years ago
  59. 5084fea Add xputs() to detect EOF on writes. by Rob Landley · 17 years ago
  60. 7aa9d8f Fix "Need 1 arguments". by Rob Landley · 17 years ago
  61. 0d8dfb2 Vladimir Oleynik pointed out that va_start() twice in the same function by Rob Landley · 17 years ago
  62. 4307a7b Make warning go away. by Rob Landley · 17 years ago
  63. 18d43ff Work around uClibc weirdness. by Rob Landley · 17 years ago
  64. 171af61 More cross compiling infrastructure. by Rob Landley · 17 years ago
  65. fc2224b Show the compiler how to optimize out the option parsing logic when nothing by Rob Landley · 17 years ago
  66. b841cd2 Allow applets with optarg string NULL to use toy.optargs[]. by Rob Landley · 17 years ago
  67. 9fdf465 Humor dash, which is broken. by Rob Landley · 17 years ago
  68. 30d79a1 Make it easier to specify which compiler to use. by Rob Landley · 17 years ago
  69. f2f98fa Add sleep. by Rob Landley · 17 years ago
  70. 8e0520c Link to ars technica paedia broke because ars is now using Windows 2003 on by Rob Landley · 17 years ago
  71. f2ccc2d Add true and false. by Rob Landley · 17 years ago
  72. 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 17 years ago
  73. c92fde0 Add sync and an incomplete version of mdev. by Rob Landley · 17 years ago
  74. 4f34f0a And more mke2fs changes. by Rob Landley · 17 years ago
  75. 8f4119a Next iteration of mke2fs development. by Rob Landley · 17 years ago
  76. d989df3 Apply uClibc's changes to this kconfig. by Rob Landley · 17 years ago
  77. 217047b Move project name to Makefile. by Rob Landley · 17 years ago
  78. 6126b25 Convert HOST_CC to HOSTCC to be more like uClibc build. by Rob Landley · 17 years ago
  79. d1ed4c6 Change help text: not just used for the kernel. by Rob Landley · 17 years ago
  80. b90926a Add web page background image and check in some half-finished ext2 by Rob Landley · 17 years ago
  81. 3caedb7 Fix oneit: <1 is only parsed at the start of the argument list. by Rob Landley · 18 years ago
  82. 1465cfa Calculate block and inode usage in group table and bitmaps. by Rob Landley · 18 years ago
  83. cff28b7 Precalculate block and inode usage given a starting file tree. This compiles, by Rob Landley · 18 years ago
  84. 5f1d7e2 An old test suite wrapper I wrote, cleaned up a bit and checked for copyrights. by Rob Landley · 18 years ago
  85. f575716 Add atolx() which understands extensions for kilobytes and megabytes and such. by Rob Landley · 18 years ago
  86. fb6c09e Calculate st_nlink for each node, via a small but n^2 algorithm. by Rob Landley · 18 years ago
  87. 2aa494d MacOS X has a defective sed with no -r. by Rob Landley · 18 years ago
  88. 4f5a671 More work on mke2fs.c. Random in-progress snapshot... by Rob Landley · 18 years ago
  89. 6275b1f Make kconfig build on MacOS X. (Because it's there.) by Rob Landley · 18 years ago
  90. 720fc26 Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count by Rob Landley · 18 years ago
  91. 97c63ec Rename functions.c to lib.c. (Easier name to remember.) by Rob Landley · 18 years ago
  92. d25f7e4 Add xstat(), read_dirtree(), and read_dirtree_node(). by Rob Landley · 18 years ago
  93. fd1c5ba Teach build to build only the toys/*.c selected in .config, and teach by Rob Landley · 18 years ago
  94. 5a60e26 Trim a redundant definition that confuses older compilers. (Regression testing by Rob Landley · 18 years ago
  95. bf284cb Toybox option parsing must stop at the first non-option argument. by Rob Landley · 18 years ago
  96. edee7dd Missing comma, and slight simplification in defconfig sed invocation. by Rob Landley · 18 years ago
  97. de05a70 Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. by Rob Landley · 18 years ago
  98. bcfad87 Add make install_flat. by Rob Landley · 18 years ago
  99. a6d696b Small cleanup to prepare for cross-compile friendly make install. by Rob Landley · 18 years ago
  100. 00569d6 Added tag 0.0.2 for changeset d2e38cb0b1cd by Rob Landley · 18 years ago