1. af906a3 zcip: minor fixes by Denis Vlasenko · 18 years ago
  2. a9abecd zcip: fix stdout/err versus syslog output. by Denis Vlasenko · 18 years ago
  3. 65dbd87 zcip: getopt -> bb_getopt_ulflags by Denis Vlasenko · 18 years ago
  4. 60e3dd6 zcip: convert lots of zero-initialized locals by Denis Vlasenko · 18 years ago
  5. 035aae5 zcip: use xfunc() where appropriate by Denis Vlasenko · 18 years ago
  6. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  7. 87d80dc zcip: apply patch from by Denis Vlasenko · 18 years ago
  8. 06ab5fb tar: tar xf foo.tar dir/dir did not extract all subdirs. by Denis Vlasenko · 18 years ago
  9. bcf4908 ping: bind -> xbind by Denis Vlasenko · 18 years ago
  10. e0b7f71 ping(6): use htons instead of SWAP_BE. by Denis Vlasenko · 18 years ago
  11. 2cbe6e6 ping: implement -I option by Denis Vlasenko · 18 years ago
  12. db7f2e5 ping6: resolve interface name to number early. by Denis Vlasenko · 18 years ago
  13. cb6874c Sync ping and ping6 a bit, fix style and indentation. by Denis Vlasenko · 18 years ago
  14. d53dd3e Fix endianness issue in ping6 by Denis Vlasenko · 18 years ago
  15. bfbc4eb - patch from Csaba Henk to make the "User-Agent" header field configurable. by Bernhard Reutner-Fischer · 18 years ago
  16. 686298d Walter Harms contributed a section on scripting languages. (I trimmed it by Rob Landley · 18 years ago
  17. 89d9d4d Vladimir Dronnikov also submitted a CIFS support patch to mount, which I by Rob Landley · 18 years ago
  18. f5bbc69 Bernhard Fischer complained about moving --sort-common. by Rob Landley · 18 years ago
  19. 1fdd83f There's some strange bug in glibc that triggers if you combine the by Rob Landley · 18 years ago
  20. 31e2c00 - set version back to 1.2.0 like it was before. Add at least -svn to the Extraversion to be able to distinguish it from the now old 1.2.0 release by Bernhard Reutner-Fischer · 18 years ago
  21. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  22. 8c1eda5 - it's a mistake to remove lib-specific prefixes from libraries; still the removal should be complete. by Bernhard Reutner-Fischer · 18 years ago
  23. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  24. 6ce8dae need libsepol in addtion to libselinux by Mike Frysinger · 18 years ago
  25. 99b7068 - do maintainers duty by bumping version to 1.3.0-pre0; by Bernhard Reutner-Fischer · 18 years ago
  26. 8479063 Bugfix from Jason Schoon: send the right signal with -s. by Rob Landley · 18 years ago
  27. 028ba28 More allbareconfig fixes. by Rob Landley · 18 years ago
  28. b8cea6d Jordan Crouse submitted a patch to only include xregcomp.c when we actually by Rob Landley · 18 years ago
  29. abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
  30. 82ac9ec - pgf(?) found and fixed that missing dependency (usage: .config, IIRC), so remove the now unneeded NOTPARALLEL clause by Bernhard Reutner-Fischer · 18 years ago
  31. 099ed50 Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why by Rob Landley · 18 years ago
  32. f78ab53 Antti Seppala (with dots over the last two a's) wants our getty to initialize by Rob Landley · 18 years ago
  33. 4b5827a Patch from Yann Morin so modprobe won't return failure if the module gets by Rob Landley · 18 years ago
  34. ecb2957 "Jordan Crouse" <jordan.crouse@amd.com> says: by Rob Landley · 18 years ago
  35. 98a9157 Michael Opdenacker spotted that makefile should use () instead of {}. by Rob Landley · 18 years ago
  36. 1ffe1ed Oops, Michael pointed out that my cleanup left some dead code in there. by Rob Landley · 18 years ago
  37. 43ee36c Yann E. Morin spotted a broken check_ld macro. by Rob Landley · 18 years ago
  38. 0e4690d Michael Opdenacker contributed a readahead applet. by Rob Landley · 18 years ago
  39. 289e86a - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/g by Bernhard Reutner-Fischer · 18 years ago
  40. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  41. 13068a4 - typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK by Bernhard Reutner-Fischer · 18 years ago
  42. 71193a8 - remove CRIS specific CFLAG from generic flags-checking. by Bernhard Reutner-Fischer · 18 years ago
  43. 5bd2a4b - remove last reminiscents of IN_BUSYBOX by Bernhard Reutner-Fischer · 18 years ago
  44. 4470b74 The kernel can't handle umount /dev/hdc, we have to do it through mtab, by Rob Landley · 18 years ago
  45. eb28ce4 Timo Scheffler pointed out that OpenWRT isn't listed. by Rob Landley · 18 years ago
  46. fac4ebe Add link to BusyBox Weekly News. (Yeah, another timesink.) by Rob Landley · 18 years ago
  47. 95718b3 New entry about backporting fixes. by Rob Landley · 18 years ago
  48. b90a371 Update the tinyutils page to mention microperl, LUA, buildroot, by Rob Landley · 18 years ago
  49. 4640b05 Bernhard Fischer pointed out some leftover debris needing cleanup. by Rob Landley · 18 years ago
  50. a299efb Make a warning go away when standalone shell is disabled. by Rob Landley · 18 years ago
  51. 10b36f9 Patch from Chris Steel to fix mdev deleting device nodes. by Rob Landley · 18 years ago
  52. b988462 Ok, features.h already defines _OPEN_SOURCE (and complains if it's already by Rob Landley · 18 years ago
  53. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  54. e55a73c Update usage to talk about the new shared subtree stuff in mount. by Rob Landley · 18 years ago
  55. 3ba7bd1 Vladimir Dronnikov convinced me to twiddle the semantics of the new shared by Rob Landley · 18 years ago
  56. 721b46e Fix a typo (|| instead of |) and remove two comments about a problem fixed by Rob Landley · 18 years ago
  57. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  58. 47b16a6 Using lstat() instead of stat() means that attempting to loopback mount by Rob Landley · 18 years ago
  59. 7250915 Make a warning go away on 64-bit systems. by Rob Landley · 18 years ago
  60. 236c675 Teach md5sum and sha1sum to work the way other applets do so I don't have to by Rob Landley · 18 years ago
  61. affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
  62. 59fe8b9 There are a number of reasons for reinventing printf(). Writing status to by Rob Landley · 18 years ago
  63. f4e50b0 We haven't got a CONFIG_APT_GET. by Rob Landley · 18 years ago
  64. cb376ee Digging up my old "make standalone" stuff from a year ago: by Rob Landley · 18 years ago
  65. e6a3fef Add busybox_old to distclean. by Rob Landley · 18 years ago
  66. 23b61be Add comments to all the functions in this file documenting what they're for. by Rob Landley · 18 years ago
  67. 74bb70c Ok, that's not a typo, that's just me not thinking. by Rob Landley · 18 years ago
  68. 3629d95 Typo. by Rob Landley · 18 years ago
  69. 27d07c9 Now that we have xopen3(), it's just plain unclean to have xopen() with by Rob Landley · 18 years ago
  70. daf58ef Use xopen3() instead of an after-the-fact chown. by Rob Landley · 18 years ago
  71. 2c55fca Thinko spotted by Vladimir Dronnikov. by Rob Landley · 18 years ago
  72. 6ced427 Try to make a "type-punned pointer" warning go away for somebody on the by Rob Landley · 18 years ago
  73. 403777f Patch from tito to improve options parsing. by Rob Landley · 18 years ago
  74. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  75. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  76. 7478804 Fix umount so loop device disassociation hopefully doesn't screw up errno on by Rob Landley · 18 years ago
  77. 280a264 Attempt to fixup httpd.c to match svn 15767. by Rob Landley · 18 years ago
  78. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  79. 6dce0b6 Remove apparent typo in "bool" line. by "Robert P. J. Day" · 18 years ago
  80. 581d4f3 Move declaration to be compatible with older gcc's. by "Robert P. J. Day" · 18 years ago
  81. cae61e7 Make a gcc 4.1 warning go away. by Rob Landley · 18 years ago
  82. 2aced7e Announce 1.2.1 by Rob Landley · 18 years ago
  83. 533320c 1) ifeq is make syntax, #ifeq is a make comment. by Rob Landley · 18 years ago
  84. 565bc33 Remove code that can't be reached. by Rob Landley · 18 years ago
  85. c052576 Tito said that strings is a complete rewrite. by Rob Landley · 18 years ago
  86. 91dc086 Switch off CONFIG_NITPICK in defconfig. (Kind of the point of CONFIG_NITPICK.) by Rob Landley · 18 years ago
  87. 446129a Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution by Rob Landley · 18 years ago
  88. 52c7d7e And now, with a for loop, so it can handle the nested USE() case. by Rob Landley · 18 years ago
  89. fc367f9 There's no excuse for adding new #ifdefs to the code like that. None at all. by Rob Landley · 18 years ago
  90. 277eb6b I touched perl. I feel dirty. by Rob Landley · 18 years ago
  91. eac0c06 allow people to display dmesg output without syslog levels by Mike Frysinger · 18 years ago
  92. 0b7dfb5 eat gremlins by Mike Frysinger · 18 years ago
  93. a788111 de-cuddle if( to if ( by Mike Frysinger · 18 years ago
  94. 4795e4e Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller by Rob Landley · 18 years ago
  95. 7cc6b69 Patch from Shaun Jackman, set optind by hand if we don't call getopt. by Rob Landley · 18 years ago
  96. e1a0f53 Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, I by Rob Landley · 18 years ago
  97. 5ebeb3e Somebody on the buildroot list hit: by Rob Landley · 18 years ago
  98. 91a3390 get rid of udhcp submenu by Mike Frysinger · 18 years ago
  99. 8840759 move lchown/chown define out of specific files and into platform.h where it belongs by Mike Frysinger · 18 years ago
  100. eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago