1. 8b479b4 Add a wrapper to run tests out of scripts/test. With no arguments, runs all by Rob Landley · 17 years ago
  2. 3e09c88 Script to use stty with netcat -f to talk to a serial port. by Rob Landley · 17 years ago
  3. b4ed762 Basic tests for readlink. by Rob Landley · 17 years ago
  4. bc07865 Start of "patch" support. Writes to stdout at the moment. by Rob Landley · 17 years ago
  5. 4e68de1 Update web pages. by Rob Landley · 17 years ago
  6. 8eff1e6 Set the executable bit in license.html so the server side #includes get parsed. by Rob Landley · 17 years ago
  7. 5c67e35 Update links and add some more spec comments. by Rob Landley · 17 years ago
  8. aaffc07 Changeset 186 assumed that toys.exitval defaults to 0. Actually change the by Rob Landley · 17 years ago
  9. ea6387a Add some more .PHONY targets. by Rob Landley · 17 years ago
  10. a8f2580 Add -c option to oneit, to specify console other than /dev/tty0. by Rob Landley · 17 years ago
  11. fece5cb Add comments about SUSv3 specs (or lack thereof). by Rob Landley · 17 years ago
  12. ebff8ee Other chroots fall back to "/bin/sh -i", so add the -i. by Rob Landley · 17 years ago
  13. 64d2e82 Minor cleanups to sha1sum. by Rob Landley · 17 years ago
  14. 8e34ca6 Add chroot. by Rob Landley · 17 years ago
  15. f760401 Netcat needs this to build. by Rob Landley · 17 years ago
  16. 29266f4 Add first pass at netcat. Base applet, -f, and -w implemented. by Rob Landley · 17 years ago
  17. 7abb976 Minor cleanups/tweaks to touch. by Rob Landley · 17 years ago
  18. ce6750a Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too. by Rob Landley · 17 years ago
  19. efda21c Change command main() functions to return void, and exit(toys.exitval) from by Rob Landley · 17 years ago
  20. 7634b55 Add loopfiles() function, make catv use it. by Rob Landley · 17 years ago
  21. f7bb55b Add a comment about a case that made me stop and think. by Rob Landley · 17 years ago
  22. d213bc2 Rebuild toybox when a header file changes by Charlie Shepherd · 17 years ago
  23. 860f263 Patch from Charlie Shepherd: remove extra \n from error_exit() arguments. by Rob Landley · 17 years ago
  24. 0d88c38 Add comment, and whitespace changes. by Rob Landley · 17 years ago
  25. 0dea00d Add kconfig/conf to .hgignore by Charlie Shepherd · 17 years ago
  26. 801aa55 Add tty applet by Charlie Shepherd · 17 years ago
  27. b938705 Add comment and very minor tweak. by Rob Landley · 17 years ago
  28. 860902c Remove a few bytes from basename and add 'em back (and more) in the help string. by Rob Landley · 17 years ago
  29. c15b3ed Patch from Charlie Shepherd to add basename and dirname. (Fixed up to apply.) by Rob Landley · 17 years ago
  30. 57389ec Re-roll loop, making code smaller. Also localize all the crypto information by Rob Landley · 17 years ago
  31. f198082 Untangle algorithm: use uint64_t for count, move union into struct, use struct by Rob Landley · 17 years ago
  32. 0a22c5c More cleanup: consistent indents, uint32_t, rename functions and structs, by Rob Landley · 17 years ago
  33. b911de3 Whitespace change: 4 spaces become one tab. by Rob Landley · 17 years ago
  34. 9fe9901 Minimal changes to make it actually work on an x86-64 host. by Rob Landley · 17 years ago
  35. 509dd14 Start with public domain SHA-1 in C by Steve Reid <steve@edmweb.com> by Rob Landley · 17 years ago
  36. b5b82d9 Implement dmesg. by Rob Landley · 17 years ago
  37. 126f9c5 Tighten up error handling, add a umask() call so -m 123 actually works. by Rob Landley · 17 years ago
  38. e15850a Replace strlcpy() with xstrcpy(), which exits if the string won't fit. by Rob Landley · 17 years ago
  39. efa93b9 Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd. by Rob Landley · 17 years ago
  40. ac442b4 Zap a warning. by Rob Landley · 17 years ago
  41. d0c379e Fix error message by Charlie Shepherd · 17 years ago
  42. 00ee268 Simplify touch -l slightly. by Rob Landley · 17 years ago
  43. 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
  44. ded91bd Don't error on stat success, and create files with a sensible mode instead of 000 by Charlie Shepherd · 17 years ago
  45. d42ed83 Use builtin functions to simplify some code in touch by Charlie Shepherd · 17 years ago
  46. d3ab5f0 Fix typo in toysh tty description. by Charlie Shepherd · 17 years ago
  47. 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
  48. 60c2e3e Add initial mkfifo implementation by Charlie Shepherd · 17 years ago
  49. 2c22685 Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment by Rob Landley · 17 years ago
  50. 5d43eb4 Replace space indent with tab indent by Charlie Shepherd · 17 years ago
  51. 5bc74b6 Add .hgignore file by Charlie Shepherd · 17 years ago
  52. 59f757e Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the by Rob Landley · 17 years ago
  53. ce8aae4 Patch fromm Roberto Foglietta: distclean should remove toys/help.h by Rob Landley · 17 years ago
  54. 2c4f3cb Add or correct file descriptions by Charlie Shepherd · 17 years ago
  55. 064d1b1 Move toybox_old delete (for bloatcheck) from clean to distclean. by Rob Landley · 17 years ago
  56. 6a6dee3 Fix from Charlie Shepherd: at end of string, don't match the null terminator by Rob Landley · 17 years ago
  57. 961e171 xcreate(): perror already prints error name and newline, remove redundancy. by Rob Landley · 17 years ago
  58. 8ae467c Patch from Charlie Shepherd: Implement touch, set the default in Config.in to by Rob Landley · 17 years ago
  59. 503d0f5 Get toysh.c to start using the option parsing logic, and some minor cleanup. by Rob Landley · 17 years ago
  60. 9abf136 Need to commit this too. :) by Rob Landley · 17 years ago
  61. d06c58d Promote help to global config option, teach error_exit() to output usage message when called by Rob Landley · 17 years ago
  62. 103b7e0 Break out dirtree.c and let it call a function instead of returning the data. by Rob Landley · 17 years ago
  63. df27a60 Missing config dependency: The mdev config file should depend on mdev. by Rob Landley · 17 years ago
  64. 34d4ce7 Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option. by Rob Landley · 17 years ago
  65. a76f82c Minor tweak to web page. by Rob Landley · 17 years ago
  66. 7ecedea Add "help" command. (Building help/help.h requires python, but I'll ship by Rob Landley · 17 years ago
  67. 6ed92f3 Tweak error message. by Rob Landley · 17 years ago
  68. 9303e2f More klibc fixes from Maximilian Attems, strlcpy() this time. by Rob Landley · 17 years ago
  69. f3c56e7 Remove strings.h which Maximilian Attems points out is obsolete: by Rob Landley · 17 years ago
  70. 9aa9d14 Update web page to mention 0.0.3 release. by Rob Landley · 17 years ago
  71. 145879c Added tag 0.0.3 for changeset a459c6b39645 by Rob Landley · 17 years ago
  72. e35f2b8 Fix makefile to defconfig properly, and leak in a bit of the new test by Rob Landley · 17 years ago
  73. 132922a Fix READLINK_F dependency. by Rob Landley · 17 years ago
  74. 2b8b127 Change defaults of working commands to yes, so "make defconfig" is more by Rob Landley · 17 years ago
  75. 56dac2a Add a dummy "touch" to make it all build again. by Rob Landley · 17 years ago
  76. 5288145 Add readlink. Why doesn't mercurial show newly added files in "hg diff"? by Rob Landley · 17 years ago
  77. 5084fea Add xputs() to detect EOF on writes. by Rob Landley · 17 years ago
  78. 7aa9d8f Fix "Need 1 arguments". by Rob Landley · 17 years ago
  79. 0d8dfb2 Vladimir Oleynik pointed out that va_start() twice in the same function by Rob Landley · 17 years ago
  80. 4307a7b Make warning go away. by Rob Landley · 17 years ago
  81. 18d43ff Work around uClibc weirdness. by Rob Landley · 17 years ago
  82. 171af61 More cross compiling infrastructure. by Rob Landley · 17 years ago
  83. fc2224b Show the compiler how to optimize out the option parsing logic when nothing by Rob Landley · 17 years ago
  84. b841cd2 Allow applets with optarg string NULL to use toy.optargs[]. by Rob Landley · 17 years ago
  85. 9fdf465 Humor dash, which is broken. by Rob Landley · 17 years ago
  86. 30d79a1 Make it easier to specify which compiler to use. by Rob Landley · 17 years ago
  87. f2f98fa Add sleep. by Rob Landley · 17 years ago
  88. 8e0520c Link to ars technica paedia broke because ars is now using Windows 2003 on by Rob Landley · 17 years ago
  89. f2ccc2d Add true and false. by Rob Landley · 17 years ago
  90. 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 17 years ago
  91. c92fde0 Add sync and an incomplete version of mdev. by Rob Landley · 17 years ago
  92. 4f34f0a And more mke2fs changes. by Rob Landley · 17 years ago
  93. 8f4119a Next iteration of mke2fs development. by Rob Landley · 17 years ago
  94. d989df3 Apply uClibc's changes to this kconfig. by Rob Landley · 17 years ago
  95. 217047b Move project name to Makefile. by Rob Landley · 17 years ago
  96. 6126b25 Convert HOST_CC to HOSTCC to be more like uClibc build. by Rob Landley · 17 years ago
  97. d1ed4c6 Change help text: not just used for the kernel. by Rob Landley · 17 years ago
  98. b90926a Add web page background image and check in some half-finished ext2 by Rob Landley · 17 years ago
  99. 3caedb7 Fix oneit: <1 is only parsed at the start of the argument list. by Rob Landley · 17 years ago
  100. 1465cfa Calculate block and inode usage in group table and bitmaps. by Rob Landley · 17 years ago