1. a1bbde7 list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. by Matt Kraai · 23 years ago
  2. 3bd31eb * fileutils/ls.c (showfiles): Display multiple short names on a line. by Matt Kraai · 23 years ago
  3. 372f91f Update by Eric Andersen · 23 years ago
  4. bc12fb7 Update webpage to note new mirrors by Eric Andersen · 23 years ago
  5. 1b17b01 Now that we are mirrored, remove absolute links by Eric Andersen · 23 years ago
  6. 0298be8 Update init.c per my changes in the stable branch -Erik by Eric Andersen · 23 years ago
  7. 684d745 Update robots.txt by Eric Andersen · 23 years ago
  8. 02a4ed9 A few more little cleanups to simplify mirroring by Eric Andersen · 23 years ago
  9. 49da8a8 Update the cvs commit info. Remove the old busybox.lineo.com stuff. by Eric Andersen · 23 years ago
  10. a99b194 * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is by Matt Kraai · 23 years ago
  11. eed9451 * findutils/grep.c (grep_main): Remove unnecessary use of junk. by Matt Kraai · 23 years ago
  12. fa14471 * testsuite/runtest (show_result): Change UPASS to XPASS. by Matt Kraai · 23 years ago
  13. 6b140ea * testsuite/README: Change "UNSUPPORTED" tag to "FEATURE". by Matt Kraai · 23 years ago
  14. 7c71822 * testsuite/runtest (run_applet_testcase): Return UNTESTED instead of by Matt Kraai · 23 years ago
  15. b5b757e * testsuite/README: Fill to 80 columns. by Matt Kraai · 23 years ago
  16. 6be2319 * testsuite/README: Update copyright date. by Matt Kraai · 23 years ago
  17. ad6faf6 * testsuite/tar/tar-archives-multiple-files: Require by Matt Kraai · 23 years ago
  18. 4271d43 * docs/busybox.net/index.html (Products/Projects Using BusyBox): Added by Matt Kraai · 23 years ago
  19. d4574f1 fix name by Eric Andersen · 23 years ago
  20. c00e4ff * testsuite/tar/tar-archives-multiple-files: New. by Matt Kraai · 23 years ago
  21. 3b7767a Add in tuxscreen by Eric Andersen · 23 years ago
  22. 796245b Update sponsor section by Eric Andersen · 23 years ago
  23. 8fd6e1f Add in a sponsors link, and update the screenshot. by Eric Andersen · 23 years ago
  24. d7f7bd0 Add Partition Image by Eric Andersen · 23 years ago
  25. 02a4156 Parse the include list to writeTarFile rather than argv, fixes a bug where tar files wernt being created. by Glenn L McGrath · 23 years ago
  26. 8833a51 Fix condition that prevented creation of compressed files by Glenn L McGrath · 23 years ago
  27. 9bd49d6 * archival/gzip.c (ifname, ofname): Delete. by Matt Kraai · 23 years ago
  28. 592a3e6 * archival/gzip.c (gzip_main): Display usage if given multiple files. by Matt Kraai · 23 years ago
  29. 273af73 * include/usage.h (gzip_trivial_usage): Make FILE optional. by Matt Kraai · 23 years ago
  30. eb83478 * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not a by Matt Kraai · 23 years ago
  31. 369da77 2002-01-30 Neal H Walfield <neal@cs.uml.edu> by Matt Kraai · 23 years ago
  32. 20d739a If PATH_MAX isn't defined, define it outselves by Eric Andersen · 23 years ago
  33. 53a2299 Patch from Russ Dill <Russ.Dill@asu.edu>. From the start-stop-daemon man page: by Eric Andersen · 23 years ago
  34. 467a18b Teach 'init -q' that init's pid may not equal 1 by Eric Andersen · 23 years ago
  35. a3181dd Do not segfault if PATH is unset. by Matt Kraai · 23 years ago
  36. ba55252 Remove broken "Other cool embedded software" link by Eric Andersen · 23 years ago
  37. d35c5df Make private ash config options be public by Eric Andersen · 23 years ago
  38. b75b6e2 * archival/tar.c (tar_main): Remove unused variable. by Matt Kraai · 23 years ago
  39. 038cbc7 Oops. by Eric Andersen · 23 years ago
  40. c94e89d Do not depend on PATH or getopt arg reordering by Eric Andersen · 23 years ago
  41. db2b9f3 Somehow ttylinux got lost. Put it back. -Erik by Eric Andersen · 23 years ago
  42. 8ec99df Update links to avoid possible lingering DNS problems by Eric Andersen · 23 years ago
  43. d402f97 * docs/busybox.net/index.html: Fix misspelling of `Unfortunately'. by Matt Kraai · 23 years ago
  44. eeba178 More updates by Eric Andersen · 23 years ago
  45. 7d957c6 More pics by Eric Andersen · 23 years ago
  46. 665b4e6 Update text once again by Eric Andersen · 23 years ago
  47. 7875f5b Fix grammar (thanks to my wife for proof reading) by Eric Andersen · 23 years ago
  48. 55ed177 Fix link by Eric Andersen · 23 years ago
  49. 4fa2bb5 Update busybox.net info and donation noise by Eric Andersen · 23 years ago
  50. 9eaf059 * editors/sed.c (parse_cmd_str): Remove redundant code to skip initial by Matt Kraai · 23 years ago
  51. 5ed78ad * editors/sed.c (parse_edit_cmd): Rewrite. by Matt Kraai · 23 years ago
  52. d299563 * AUTHORS (Matt Kraai): Update e-mail address. by Matt Kraai · 23 years ago
  53. 9758e7d * include/usage.h: Fix route and unzip usage messages (patch from by Matt Kraai · 23 years ago
  54. f3fbe20 * cmp/cmp-detects-difference: Simplify return code negation. by Matt Kraai · 23 years ago
  55. 01d2ea9 * testsuite/README: Document -v option. by Matt Kraai · 23 years ago
  56. 39fcb5a * archival/dpkg.c (create_list): Use chomp. by Matt Kraai · 23 years ago
  57. 0733e84 chomp should only remove the newline if it occurs at the end of the input. by Matt Kraai · 23 years ago
  58. d21735d * editors/sed.c (parse_edit_command): Require a newline after the backslash by Matt Kraai · 23 years ago
  59. 87ac702 unzip applet by Laurence Anderson by Glenn L McGrath · 23 years ago
  60. 4388033 ash patch: errname-diff by Aaron Lehmann · 23 years ago
  61. 9a218bf ash patch: initvar-diff by Aaron Lehmann · 23 years ago
  62. 1a69866 ash patch: forkshell-diff by Aaron Lehmann · 23 years ago
  63. eec2bbb ash patch: fgcmd-diff by Aaron Lehmann · 23 years ago
  64. 2aef3a6 ash patch: breakcmd-diff by Aaron Lehmann · 23 years ago
  65. 95877b6 ash patch: addfname-diff by Aaron Lehmann · 23 years ago
  66. 79a466f optimize this a little bit. by Eric Andersen · 23 years ago
  67. 6d13964 Silence some silly warnings -Erik by Eric Andersen · 23 years ago
  68. e7dd383 Link to udhcp by Eric Andersen · 23 years ago
  69. b9c0b99 Update URLs and email addresses by Eric Andersen · 23 years ago
  70. 7062484 Ignore blanks before the first address and before the command. by Matt Kraai · 23 years ago
  71. 1fcc66e New. by Matt Kraai · 23 years ago
  72. ceef50b Patch from vodz to fix broken function prototype by Eric Andersen · 23 years ago
  73. f1f2bd0 Patch from vodz to implement ^L (clear screen) by Eric Andersen · 23 years ago
  74. 9910cd2 Update TODO. vodz has implemented ^L. Reverse policy on tinylogin. -Erik by Eric Andersen · 23 years ago
  75. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  76. 31c73af Perform clean up only if CONFIG_FEATURE_CLEAN_UP is defined. by Matt Kraai · 23 years ago
  77. 2b1effd Write files when extracting an archive from standard input. by Matt Kraai · 23 years ago
  78. c5b5cab Remove dependence on CONFIG_FEATURE_CLEAN_UP. by Matt Kraai · 23 years ago
  79. 38c15be Avoid printing a trailing blank character. by Matt Kraai · 23 years ago
  80. 5a841ad Switch from FTP to HTTP for downloads by Eric Andersen · 23 years ago
  81. fb74a45 Vodz' last_patch31 by Eric Andersen · 23 years ago
  82. f3f9062 Things like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where the output by Eric Andersen · 23 years ago
  83. 730f826 Add in a new restart init target, triggered by SIGHUP. Patch from by Eric Andersen · 23 years ago
  84. ace02dc Make cp and mv optionally preserve hard links. by Matt Kraai · 23 years ago
  85. 46ea0e4 * Add ^L clear to shell by Eric Andersen · 23 years ago
  86. 6925d50 Some minor usage cleanups from David Douthitt <ssrat@mailbag.com> by Eric Andersen · 23 years ago
  87. de2a342 Add a more verbose non-strip command. by Eric Andersen · 23 years ago
  88. e62dc86 Add support for big-endian ARM (initial patch by Mike Voytovich). by Matt Kraai · 23 years ago
  89. 04ae328 Update uClibc URL. by Matt Kraai · 23 years ago
  90. 14b7c5d Open the source before creating the destination. by Matt Kraai · 23 years ago
  91. 741f40b Use an int to hold the result of fgetc (bug noted by David Kimdon). by Matt Kraai · 23 years ago
  92. 72812d3 And a bit more by Eric Andersen · 23 years ago
  93. a2e6908 More polish by Eric Andersen · 23 years ago
  94. 90c2abd Oops by Eric Andersen · 23 years ago
  95. dec4343 Add in cvs info by Eric Andersen · 23 years ago
  96. 2423b12 Begin moving things to busybox.net -Erik by Eric Andersen · 23 years ago
  97. 05b5add Use a local image, not an offsite one. by Eric Andersen · 23 years ago
  98. 07a37ae New. by Matt Kraai · 23 years ago
  99. dba1145 Continue processing files if we are asked to touch, but not create, a file by Matt Kraai · 23 years ago
  100. 1a781a4 Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined. by Matt Kraai · 23 years ago