1. 7bf8f5b Update sed branch tests by Glenn L McGrath · 21 years ago
  2. 8a0b59f Add two new tests, sed-recurses-properly should always work by Glenn L McGrath · 21 years ago
  3. edc388c The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case of by Glenn L McGrath · 21 years ago
  4. 3fe4756 Preserve substitution flag value within the current line. by Glenn L McGrath · 21 years ago
  5. f452356 Fix branching commands. by Glenn L McGrath · 21 years ago
  6. 8aac05b Patch from Rob Landley by Glenn L McGrath · 21 years ago
  7. 7c59a83 Stupid typo by Glenn L McGrath · 21 years ago
  8. 4dc1d25 Fix some memory allocation problems by Glenn L McGrath · 21 years ago
  9. f36635c Fix the following testcase by disabling global substitution if the regex by Glenn L McGrath · 21 years ago
  10. c18ce37 Fix the following testcase by storing the state of the adress match with by Glenn L McGrath · 21 years ago
  11. c2b9186 Fix compile error, Vodz, last_path_113 by Glenn L McGrath · 21 years ago
  12. 2af3044 Typo. by Glenn L McGrath · 21 years ago
  13. eb213bd As vodz just pointed out, I screwup up the call to bb_xasprintf! by Eric Andersen · 21 years ago 1_00_pre3
  14. 7f2935b Remove final \n by Eric Andersen · 21 years ago
  15. 70af883 Fix obligitory typos by Eric Andersen · 21 years ago
  16. aa2afee Final changelog update by Eric Andersen · 21 years ago
  17. 839bd4a Remove version # by Eric Andersen · 21 years ago
  18. 3acfedf I suppose it is now Sept 12... by Eric Andersen · 21 years ago
  19. 23bc836 Update webpage a bit by Eric Andersen · 21 years ago
  20. beb3bbd Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. by Glenn L McGrath · 21 years ago
  21. ef91bf6 Use the typeflag to identify if its a hardlink on OLD and GNU posix by Glenn L McGrath · 21 years ago
  22. 51ed242 Invoke run-parts on /etc/network/if-*.d per the behavior of by Eric Andersen · 21 years ago
  23. e15138a Teach rdate to timeout in 10 seconds to avoid blocking forever by Eric Andersen · 21 years ago
  24. f57a614 config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend by Eric Andersen · 21 years ago
  25. a4389cf Update changelog for release by Eric Andersen · 21 years ago
  26. 14092a1 Busybox CVS version ipcalc have problems: by Glenn L McGrath · 21 years ago
  27. 81155f8 Update definition of struct serial_struct, per linux-2.6.0-test5, by Eric Andersen · 21 years ago
  28. 2fdba24 Marc A. Lehmann writes: by Eric Andersen · 21 years ago
  29. 6231f09 Patch from Philip Blundell: by Eric Andersen · 21 years ago
  30. cc20ebc add ipv6 literal support to wget by Glenn L McGrath · 21 years ago
  31. 1cb2622 Fix a bug where make clean complained about having both : and :: entries. by Glenn L McGrath · 21 years ago
  32. fe538ba Vodz, last_patch_104 by Glenn L McGrath · 21 years ago
  33. 87af49f If a tar entry is a regualr file ending in a '/' then its really a by Glenn L McGrath · 21 years ago
  34. 640fb86 Update the config file by running it from menuconfig, get rid of some by Glenn L McGrath · 21 years ago
  35. 07f6b95 Patch from Jean Wolter expr currently always adds even if told to subtract by Glenn L McGrath · 21 years ago
  36. 5875be4 Vodz, last_patch_110 by Glenn L McGrath · 21 years ago
  37. 55bf79f Preserve suid/sgid bits by Glenn L McGrath · 21 years ago
  38. b65422c last_patch_109 from Vladimir N. Oleynik by Glenn L McGrath · 21 years ago
  39. 350733a Busybox modprobe has a couple of irritating quirks: by Glenn L McGrath · 21 years ago
  40. d6bdd5d Small bug in silent option by Glenn L McGrath · 21 years ago
  41. b77158a Set the default password to md5, patch by Joshua Jackson by Glenn L McGrath · 21 years ago
  42. 99bd5ad more crond+crontab integrating with loginutil libbb functions and deleted by Glenn L McGrath · 21 years ago
  43. 759d7ec To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be by Glenn L McGrath · 21 years ago
  44. 530ea42 adds the ability to use and calculate network prefix specifications instead by Glenn L McGrath · 21 years ago
  45. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  46. 005f83a Fix compile error and reducing size for libbb/get_console.c to previous size. by Glenn L McGrath · 21 years ago
  47. d9461f8 Allow one to detect and handle the case where no lease could be obtained by Glenn L McGrath · 21 years ago
  48. c2942f0 "insmod caches the symbolname in a variable before modifying it and uses by Glenn L McGrath · 21 years ago
  49. bb13624 save a couple of bytes by Glenn L McGrath · 21 years ago
  50. 502907f The default behaviour for run-parts is corrected to continue if an error by Glenn L McGrath · 21 years ago
  51. 759515c handle GPLONLY symbols by Glenn L McGrath · 21 years ago
  52. 29a05f5 "Without this patch, udhcpcd output may be buffered and delayed for by Glenn L McGrath · 21 years ago
  53. 9b04f18 Fix the substitution print subcommand, it should only print if its by Glenn L McGrath · 21 years ago
  54. 72f5f02 Remove some unwanted code, patch from Holger Schurig, confirmed by vodz by Glenn L McGrath · 21 years ago
  55. 5cd6461 "Due to a wrong format parameter in a printf httpd does not work when by Glenn L McGrath · 21 years ago
  56. e01c550 "A little patch for the strings applet of the busybox development tree by Glenn L McGrath · 21 years ago
  57. 21aacba Logic error, patch by Matteo Croce by Glenn L McGrath · 21 years ago
  58. 8ce8f9b Remove stray '\n' by Glenn L McGrath · 21 years ago
  59. 2233685 Remove unused files by Glenn L McGrath · 21 years ago
  60. 2ce002a Help for date -I when CONFIG_FEATURE_DATE_ISOFMT is enabled. by Glenn L McGrath · 21 years ago
  61. b19c73d Change make to $(MAKE), patch by Hideki IWAMOTO by Glenn L McGrath · 21 years ago
  62. 3bff666 Substitute busybox for uClibc, patch by Hideki IWAMOTO by Glenn L McGrath · 21 years ago
  63. 87470de * Since busybox binary is unnecessary, deleted it from prerequisites. by Glenn L McGrath · 21 years ago
  64. b54a748 Fix for compiling with ipv6 by Glenn L McGrath · 21 years ago
  65. 08dea3e "This function was not updating the argc and argv pointers to reflect by Glenn L McGrath · 21 years ago
  66. 62b031f label's dont work in v4 tunnels, patch by Eric Spakman by Glenn L McGrath · 21 years ago
  67. a6b7bdc Vodz, last patch 105 by Glenn L McGrath · 21 years ago
  68. dc72f3a Vodz, last patch 104 by Glenn L McGrath · 21 years ago
  69. 7b8765c vodz, last patch 103 by Glenn L McGrath · 21 years ago
  70. 2336597 Correct logic in determining size of block to download, as pointed out by Glenn L McGrath · 21 years ago
  71. 523c167 "Typo and/or thinko: scanning till the end of NUL terminated string by Glenn L McGrath · 21 years ago
  72. e7bdfcc "When the initial request by wget is responded by a 3XX redirect by Glenn L McGrath · 21 years ago
  73. 83e4a5b "When the filesize is known from content-length header, safe_fread is by Glenn L McGrath · 21 years ago
  74. 8b96b71 *** empty log message *** by Glenn L McGrath · 21 years ago
  75. 4cee66d Dont unlink when testing ! by Glenn L McGrath · 21 years ago
  76. 4445668 Removed some debug printfs by Robert Griebl · 21 years ago
  77. b79db92 Syncronise some build files with busybox-cvs-20030819 by Glenn L McGrath · 21 years ago
  78. c3f2956 Woops, depend on SHA1 not the option by Glenn L McGrath · 21 years ago
  79. 4d5e468 SHA1 options depend on SHA1 by Glenn L McGrath · 21 years ago
  80. ce6482e Fix overflow for machines greater than 4GB, return unsigned int to avoid by Glenn L McGrath · 21 years ago
  81. 97e2426 "staywithu" writes: by Eric Andersen · 21 years ago
  82. 6d3c7e7 trivial doc fix by Eric Andersen · 21 years ago
  83. 24e098a Fixup 'make clean' to properly clean the _install directory by Eric Andersen · 21 years ago
  84. d382c89 Typo by Glenn L McGrath · 21 years ago
  85. 3d5828f Change hardlink handling for tar to work the same way as cpio by Glenn L McGrath · 21 years ago
  86. 062913f Fix a bug reported by junkio@cox.net involving the mode_chars index. by Manuel Novoa III · 21 years ago
  87. bf83355 Patch from Paul Mundt (lethal) adding sh64 insmod support for busybox by Eric Andersen · 21 years ago
  88. 4456f25 Rewrite timescmd() function to avoid the use of floating point and to by Manuel Novoa III · 21 years ago
  89. 5b3c056 Remove unnecessary pointer dereference. by Manuel Novoa III · 21 years ago
  90. 9a9f677 fix style sheet so site doesn't look like crap with IE by Eric Andersen · 21 years ago
  91. 96379b0 Adjust Erik's change, as I don't claim copyright of the applet. by Manuel Novoa III · 21 years ago
  92. 8f4cdd5 Move shell descriptions to the config system by Eric Andersen · 21 years ago
  93. b287e2e Use the new 'select' option to make the shell config by Eric Andersen · 21 years ago
  94. c601ff1 Begin using the new "select" option. Good stuff! by Eric Andersen · 21 years ago
  95. 2e9c257 Implement a minimalist 'last' which allows the LEAF project to by Eric Andersen · 21 years ago
  96. f1c56a9 quiet some noise by Eric Andersen · 21 years ago
  97. 92fb939 Kent Robotti noted that mt.c uses "rewind" not "rew" by Eric Andersen · 21 years ago
  98. 99a75d1 Patch from Kent Robotti to being fdisk in sync with v2.12 final. by Eric Andersen · 21 years ago
  99. de6a6ae Remove unnecessary defamatory comment by Eric Andersen · 21 years ago
  100. 6c0e0fb Fix a stupid bug I introduced several months ago by Eric Andersen · 21 years ago