1. e0cbe48 Chris Larson (kergoth) writes: by Eric Andersen · 21 years ago
  2. 03a0643 Dont use same variable and struct name by Glenn L McGrath · 21 years ago
  3. 82d42db Formatting by Glenn L McGrath · 21 years ago
  4. aac2a19 remove debugging by Glenn L McGrath · 21 years ago
  5. 21fbe0e Patch from OpenWrt. by Manuel Novoa III · 21 years ago
  6. 53302f8 Add -i option to sed, to edit files in-place. by Rob Landley · 21 years ago
  7. be8a6ae Fix vstype[] to match VS* defines. Patch from OpenWrt by mbm. by Manuel Novoa III · 21 years ago
  8. 37aac64 Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option. by Eric Andersen · 21 years ago
  9. 60bb3f3 Mark Lord writes: by Eric Andersen · 21 years ago
  10. 01cdb66 Add the -r option, patch from Rob with some help from myself. by Glenn L McGrath · 21 years ago
  11. a8f756f Remove debugging by Glenn L McGrath · 21 years ago
  12. 6aa5223 Dont strip trailing '/' until _after_ i test to set if its there ! by Glenn L McGrath · 21 years ago
  13. 7b565a0 Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser, by Manuel Novoa III · 21 years ago
  14. c2266bd Woops, im getting ahead of myself, we dont have the -r (refernece) option yet by Glenn L McGrath · 21 years ago
  15. 5f11541 define option names to be clearer, simplify nested if statements, remove by Glenn L McGrath · 21 years ago
  16. 7e8f41c Avoid naming conflict with symbol in newer glibc headers by Eric Andersen · 21 years ago
  17. ec359e9 Accomodate the fact that newer libc versions may in fact not by Eric Andersen · 21 years ago
  18. 95b2625 oops. Leave the default feature set enbled for now... by Eric Andersen · 21 years ago
  19. 37032b4 Initial effort at disabling job control as well by Eric Andersen · 21 years ago
  20. ff9ad47 Support disabling pipe and redirect support by Eric Andersen · 21 years ago
  21. a0e4c3f Update URL by Eric Andersen · 21 years ago
  22. 2af7f4c Buffalo appears to have resolved their GPL problems by Eric Andersen · 21 years ago
  23. 5cc90ea Richard Kojedzinszky writes: by Eric Andersen · 21 years ago
  24. fa06a77 Patch from vodz, based on bug report from Richard Kojedzinszky: by Eric Andersen · 21 years ago
  25. ef8cd3b Make the loop support stuff be much less evil, and make it cope by Eric Andersen · 21 years ago
  26. 7495b0d Eliminate use of a kernel scsi header file. by Eric Andersen · 21 years ago
  27. 68474f3 Make sure stdlib.h is always included before dmalloc.h to avoid problems by Manuel Novoa III · 21 years ago
  28. d07cf59 Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  29. 54426d5 Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  30. 31d898f Elaborate on CONFIG_SELINUX, and explain that most people should by Eric Andersen · 21 years ago
  31. 96e9785 Grammar fix by Eric Andersen · 21 years ago
  32. 4da3dbb Minor grammar fixup by Eric Andersen · 21 years ago
  33. 7cce16c Bump version number for release by Eric Andersen · 21 years ago 1_00_pre7
  34. aeea32c Richard Kojedzinszky writes: by Eric Andersen · 21 years ago
  35. ef43749 Joe.C writes: by Eric Andersen · 21 years ago
  36. c71c189 Jean Wolter writes: by Eric Andersen · 21 years ago
  37. c06f568 Rob Landley writes: by Eric Andersen · 21 years ago
  38. 4575bbf The variable 'complementaly' used to be allocated with calloc, which zeroed it by Eric Andersen · 21 years ago
  39. 5b0d7de Bug fix from Tito. by Glenn L McGrath · 21 years ago
  40. 16e45d7 Vodz last_patch_125_2, this patch have: by Glenn L McGrath · 21 years ago
  41. 31b98dd Rewrite parse_config_file(). Among the old version's problems: by Manuel Novoa III · 21 years ago
  42. 0838622 Use bb_xstrdup() instead of strdup(). by Manuel Novoa III · 21 years ago
  43. 24cb17f Fix http proxy use, bytes were swapped by Glenn L McGrath · 21 years ago 1_00_pre6
  44. 35db228 Mention changes to the daily snapshots by Eric Andersen · 21 years ago
  45. a3212eb Update docs for release by Eric Andersen · 21 years ago
  46. dfe3003 Bump version for release by Eric Andersen · 21 years ago
  47. ad95373 Use standard C99 types by Eric Andersen · 21 years ago
  48. 1a834be Use proper C99 types by Eric Andersen · 21 years ago
  49. d242079 Fixup use of 'u_int' to instead use 'unsigned int' by Eric Andersen · 21 years ago
  50. dfcb5b0 s/u_int/uint/g by Eric Andersen · 21 years ago
  51. 0f56de6 s/u_int/unsigned int/g s/u_short/unsigned short/g by Eric Andersen · 21 years ago
  52. 39cdf4e Use proper C99 types by Eric Andersen · 21 years ago
  53. ad84a51 Use proper C99 types throughout. So not use silly typedefs. by Eric Andersen · 21 years ago
  54. ab26cc3 Avoid symbol naming conflict with libm by Eric Andersen · 21 years ago
  55. ebce2da Support new uClibc stdio core. by Manuel Novoa III · 21 years ago
  56. f88bb72 Apply a couple of optimizations by Eric Andersen · 21 years ago
  57. 242ab83 Teach busybox ps to get the correct uid when displaying stuff by Eric Andersen · 21 years ago
  58. 82364bb New applet, seq. No options, just the basics. by Glenn L McGrath · 21 years ago
  59. 43112b4 Align using spaces to furthurest character and then one tab, now they by Glenn L McGrath · 21 years ago
  60. 13cf662 A few little updates, mostly cosmetic by Eric Andersen · 21 years ago
  61. 63bcf1a Sigh. TRENDware has released source -- only for busybox and udhcp. by Eric Andersen · 21 years ago
  62. f2ec379 Pascal Brisset writes: by Eric Andersen · 21 years ago
  63. 7018385 Be stricter when converting strings to integers. Should fix the problem by Manuel Novoa III · 21 years ago
  64. bbbe21d Fix compile error when tab completion disabled by Glenn L McGrath · 21 years ago
  65. 4766a2d Add the -r option as a synonym of -R by Glenn L McGrath · 21 years ago
  66. 303e989 Add the -h, --dereference option for archive creation. by Glenn L McGrath · 21 years ago
  67. ca43b48 Enable long options, adds 150 bytes. by Glenn L McGrath · 21 years ago
  68. 2d016a3 Correct check for only one of K or S options by Glenn L McGrath · 21 years ago
  69. 654a99b Check valid options were given by Glenn L McGrath · 21 years ago
  70. 711bb92 Dont change ownership unless we created the directory. by Glenn L McGrath · 21 years ago
  71. 578eff5 Remove unneeded conditions and logic, fix bug where ownership didnt by Glenn L McGrath · 21 years ago
  72. 475820c last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debian by Glenn L McGrath · 21 years ago
  73. 8d44178 Check one and only one of start, stop are given. by Glenn L McGrath · 21 years ago
  74. 85c5152 Vodz, last_patch_123, patch have new version getopt_ulflags. by Glenn L McGrath · 21 years ago
  75. a1e4a0e Patch from Atsushi Nemoto, recent MIPS kernel headers by Glenn L McGrath · 21 years ago
  76. ee82906 Patch by Richard Kojedzinszky, when using END at end of lines it was by Glenn L McGrath · 21 years ago
  77. eaf5bc0 Redo getconfigent, save 150 bytes, still small memory leak when by Glenn L McGrath · 21 years ago
  78. 348672d Patch from Tito, reduce size, merge functions that are only used once. by Glenn L McGrath · 21 years ago
  79. 15eb39c Stephane Billiart writes: by Eric Andersen · 21 years ago
  80. 53766c4 Fix up a couple of bugs i introduced in yesterdays cleanup. by Glenn L McGrath · 21 years ago
  81. 65b6d8b Fix a bug where `ls -le` would print the time twice. by Glenn L McGrath · 21 years ago
  82. 792cae5 Use bb_getopt_ulflags, save 200-300 bytes by Glenn L McGrath · 21 years ago
  83. 58a2e0e Patch from Leif Lindholm (slightly modified by me), to fix http by Glenn L McGrath · 21 years ago
  84. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  85. b03be7f Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb by Glenn L McGrath · 21 years ago
  86. a277e02 The functions setconfig, enter and bump_nofile were only called once, marge them into the calling by Glenn L McGrath · 21 years ago
  87. ff6ec8a Use 1 line for function name and return value, by Glenn L McGrath · 21 years ago
  88. 3e77b4e Remove some defined statements by Glenn L McGrath · 21 years ago
  89. c3b134f Changed #define names for common features (superficial) by Glenn L McGrath · 21 years ago
  90. 2faf306 Use bb_get_chomped_line_from_file by Glenn L McGrath · 21 years ago
  91. 16f94a6 Minor updates from linux 2.6.1 by Eric Andersen · 21 years ago
  92. 17b4a20 Patch by Tito, reduce size of deallocvt, also make the usage message by Glenn L McGrath · 21 years ago
  93. 6728596 Vodz last_patch_122, Check $PATH at runtime to fix tab completion by Glenn L McGrath · 21 years ago
  94. 6a78631 Patch by Tito, use bb_xgetlarg, reduce size by Glenn L McGrath · 21 years ago
  95. 1cda715 Fix a bug where mount could check the wrong device. st_rdev is the correct by Eric Andersen · 21 years ago
  96. 7c87b67 Patch from Bastian Blank, allow the buildtime to be overriden with a by Glenn L McGrath · 21 years ago
  97. 7662062 Vodz last_patch_121, syncing with dash_0.4.19, reduce code size. by Glenn L McGrath · 21 years ago
  98. dfb6211 Patch by Tito, remove some unneeded variables to save some space. by Glenn L McGrath · 21 years ago
  99. 447bc2d Patch from Matt Kraai to fix debian bug #227081 by Glenn L McGrath · 21 years ago
  100. 716ccb2 whitespace cleanup by Eric Andersen · 21 years ago