1. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  2. e4f2d06 rename: run_applet_by_name -> run_applet_and_exit by Denis Vlasenko · 17 years ago
  3. 80d14be Rename two config options: by Denis Vlasenko · 17 years ago
  4. 5694d5f adding small script, mostly for documentational purposes by Denis Vlasenko · 17 years ago
  5. 00c2c48 - clean up addgroup, fix adding users to existing groups and make it optional (Tito) by Bernhard Reutner-Fischer · 17 years ago
  6. 45aebfd - bail out if either file does not exist by Bernhard Reutner-Fischer · 17 years ago
  7. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  8. 3d43edb - update defconfig by Bernhard Reutner-Fischer · 17 years ago
  9. 0a537a0 - move additional fancy options not mandated by SUSv3 into a FANCY option by Bernhard Reutner-Fischer · 17 years ago
  10. 10f8f5f - rough prototype for split(1). TODO: Still needs some love since it's way too big.. by Bernhard Reutner-Fischer · 17 years ago
  11. 41e1dc3 make clean deletes .kernelrelease now by Denis Vlasenko · 17 years ago
  12. 7a96504 dont use obsolete function index() as pointed out by src.obsolete.funcs by Mike Frysinger · 17 years ago
  13. 84a9b87 build system: produce link map. Rather useful when you by Denis Vlasenko · 17 years ago
  14. 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 17 years ago
  15. ecea8f2 update defconfig by Denis Vlasenko · 17 years ago
  16. 71bc71a - add chrt applet. by Bernhard Reutner-Fischer · 17 years ago
  17. e11b4a4 - add selinux applets to the IMA workaround by Bernhard Reutner-Fischer · 17 years ago
  18. 018e085 stop using bash'isms ('function') runtest: do not depend on busybox.links by Denis Vlasenko · 18 years ago
  19. 9a1c71a - check if the compiler supports -fwhole-program -- 4.0 does not by Bernhard Reutner-Fischer · 18 years ago
  20. 45854b5 mkconfigs: remove echo "`...`" contortion by Denis Vlasenko · 18 years ago
  21. a5c5ae0 add TODO by Denis Vlasenko · 18 years ago
  22. 493691a - minor tweak by Bernhard Reutner-Fischer · 18 years ago
  23. c562bb7 disable -Wold-style-definition for gcc 3.x by Denis Vlasenko · 18 years ago
  24. e0eebc1 Make -Werror configurable by Denis Vlasenko · 18 years ago
  25. b9a279b Unify ping and ping6. ping has -4 and -6 which force by Denis Vlasenko · 18 years ago
  26. 1c747b3 - add hostcc-option checker by Bernhard Reutner-Fischer · 18 years ago
  27. b5bb40f - add an unsupported makefile for IMA compiles by Bernhard Reutner-Fischer · 18 years ago
  28. 5de9e9c clean up commented out old code by Denis Vlasenko · 18 years ago
  29. 3c99a59 remove obsolete FEATURE_WGET_IP6_LITERAL by Denis Vlasenko · 18 years ago
  30. d8760a7 defconfig: refresh by Denis Vlasenko · 18 years ago
  31. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  32. 00cdbd8 Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable by Denis Vlasenko · 18 years ago
  33. 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
  34. 91f20ab fixes for amd64 compilation by Denis Vlasenko · 18 years ago
  35. 9e8df93 - replace some occurances of "kernel" with busybox by Bernhard Reutner-Fischer · 18 years ago
  36. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  37. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
  38. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  39. f0b71c1 - add arp to defconfig by Bernhard Reutner-Fischer · 18 years ago
  40. 3697a82 "kernel" => "busybox" by Denis Vlasenko · 18 years ago
  41. d1a302b rt_names: stop allocating 5k in rwdata by Denis Vlasenko · 18 years ago
  42. cb04ff5 fixdep.c: avoit doing memcmp in most cases by Denis Vlasenko · 18 years ago
  43. 80602a9 saw commit of vapier@busybox.net (thanks!), by Denis Vlasenko · 18 years ago
  44. 1b3e817 kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the kernel headers by Mike Frysinger · 18 years ago
  45. 68ffb9a make sure AUTOCONF_TIMESTAMP is filled up properly ... if user has a timezone of Factory for example, strftime() will overflow the string and leave us without a trailing "\n and all hell breaks loose when we compile by Mike Frysinger · 18 years ago
  46. 40ae9b5 prevent buffer underflows with empty lines by Mike Frysinger · 18 years ago
  47. c255f8b prevent accessing memory that we dont own by Mike Frysinger · 18 years ago
  48. 0849207 convert "negaite" config option into reversed (INCLUDE_SUSv2) by Denis Vlasenko · 18 years ago
  49. 359d7ca - rename SU_SYSLOG to FEATURE_SU_SYSLOG by Bernhard Reutner-Fischer · 18 years ago
  50. a883fa4 exterminate last bzero's version bump to 1.3.0 by Denis Vlasenko · 18 years ago
  51. eb98be0 "kernel config" -> "busybox config" by Denis Vlasenko · 18 years ago
  52. 2425bdc od: fix buglet in --traditional, microoptimization, by Denis Vlasenko · 18 years ago
  53. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  54. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  55. d6bbf99 - reinstate "make checkhelp" by Bernhard Reutner-Fischer · 18 years ago
  56. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
  57. 3e7ef7e - update defconfig by Bernhard Reutner-Fischer · 18 years ago
  58. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  59. d35d540 - add nmeter and raidautorun to defconfig. by Bernhard Reutner-Fischer · 18 years ago
  60. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  61. b79b87a build system: (try to) get rid of bb_config.h hack by Denis Vlasenko · 18 years ago
  62. 9fa9950 build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) by Denis Vlasenko · 18 years ago
  63. b560577 move usage_compressed.h generation into applets/ by Denis Vlasenko · 18 years ago
  64. fdc1017 scripts/usage.c: de-uglify #includes by Denis Vlasenko · 18 years ago
  65. 4fa499a build system: remove loeftover (two empty dirs) by Denis Vlasenko · 18 years ago
  66. a331052 make defconfig now works by Denis Vlasenko · 18 years ago
  67. 8bf7bb8 yet another fixlet: make clean/distclean/mrproper by Denis Vlasenko · 18 years ago
  68. 1868409 fixing build system overhaul fallout... by Denis Vlasenko · 18 years ago
  69. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  70. 57308af dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) by Denis Vlasenko · 18 years ago
  71. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  72. 6eb2f8e - make sure that the 'build' dir exists even if we are about to build just one applet. by Bernhard Reutner-Fischer · 18 years ago
  73. 1d6fb6d - do away with silly comment and do the Right Thing wrt building the archives. by Bernhard Reutner-Fischer · 18 years ago
  74. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  75. 236c675 Teach md5sum and sha1sum to work the way other applets do so I don't have to by Rob Landley · 18 years ago
  76. affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
  77. cb376ee Digging up my old "make standalone" stuff from a year ago: by Rob Landley · 18 years ago
  78. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  79. 7ccb65f Yet more "#if 0" content removed. by "Robert P. J. Day" · 18 years ago
  80. 1761b9d - use shorter boilerplate, more accurate header guard by Bernhard Reutner-Fischer · 18 years ago
  81. 7011dd0 - drats. by Bernhard Reutner-Fischer · 18 years ago
  82. 42f091a - let the scripts be prerequisites of the files the generate by Bernhard Reutner-Fischer · 18 years ago
  83. f81ac42 - remove superfluous CONFIG_BEGIN and CONFIG_END by Bernhard Reutner-Fischer · 18 years ago
  84. 3252b62 Since we have less than 100k of usage.h data anyway, using bzip -9 is silly. by Rob Landley · 18 years ago
  85. f14f7fc Teach bloatometer about .rodata, and tweak the display into something that by Rob Landley · 18 years ago
  86. d293375 - use strtol instead of strtoll if the latter does not exist by Bernhard Reutner-Fischer · 18 years ago
  87. 7fca7e3 - use the SED given by the user by Bernhard Reutner-Fischer · 18 years ago
  88. 7fd9983 - patch from Tito to pretty print the overall delta by Bernhard Reutner-Fischer · 18 years ago
  89. fa6c484 fix spelling mistakes by Mike Frysinger · 18 years ago
  90. a1e130f - check for existing usage binary, so it get's more obvious that the toplevel by Bernhard Reutner-Fischer · 18 years ago
  91. 712ba85 Tweak suggested by Matt Mackall when I submitted the bloat-o-meter changes by Rob Landley · 18 years ago
  92. a336e7c Script to easily get an assembly dump of a single function. by Rob Landley · 18 years ago
  93. f8a8084 Add "make bloatcheck" to run Matt Mackall's bloat-o-meter. Copy an old by Rob Landley · 18 years ago
  94. 0e413e5 - ignore missing helptext for options which are not selectable. by Bernhard Reutner-Fischer · 18 years ago
  95. 3916b2a - add script to check for missing help entries of config options by Bernhard Reutner-Fischer · 18 years ago
  96. 2514042 termios.h is already included so dont include sys/termios.h as well by Mike Frysinger · 18 years ago
  97. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 18 years ago
  98. 06a81d3 - patch from Denis Vlasenko to make sizes PHONY and to add objsizes which prints by Bernhard Reutner-Fischer · 18 years ago
  99. f162183 kill signed warnings by Mike Frysinger · 18 years ago
  100. 0436b9f use strchr() not index() by Mike Frysinger · 18 years ago