1. e4f6bfd zcip: fix slow environment leak by Denys Vlasenko · 7 years ago
  2. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  3. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  4. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  5. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  6. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  7. cde1199 zcip: use bb_error_msg for logging, not bb_info_msg by Denys Vlasenko · 9 years ago
  8. 334e12a zcip: ...ad suppress the warning by Denys Vlasenko · 9 years ago
  9. 49d5159 zcip: do not query current time if we won't use the result by Denys Vlasenko · 9 years ago
  10. 6390a3a whitespace fixes by Denys Vlasenko · 9 years ago
  11. a83e3ae zcip: tweak comments and make unsigned division more obvious by Denys Vlasenko · 9 years ago
  12. e347583 zcip: another code shrink by Denys Vlasenko · 9 years ago
  13. 99e30be zcip: code shrink by Denys Vlasenko · 9 years ago
  14. 16aa7a7 zcip: simplify code by Denys Vlasenko · 9 years ago
  15. 4d15068 zcip: fix wrong comparison of source IP with our IP by Vladislav Grishenko · 10 years ago
  16. d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
  17. fdd957b zcip: allow our own class B range to be used for ZeroConf by Michel Stam · 10 years ago
  18. a4d564a zcip: fix link-local IP conflict detection by Ken Sharp · 10 years ago
  19. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  20. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 14 years ago
  21. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  22. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  23. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  24. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  25. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  26. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  27. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  28. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  29. cdd1f73 zcip: code size optimizations, improved help text and comments by Denis Vlasenko · 16 years ago
  30. b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
  31. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  32. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  33. b29028e zcip: chdiring to root when daemonizing is not useful, by Denis Vlasenko · 17 years ago
  34. f3f33eb zcip: open ARP socket before openlog (else we can thrash syslog socket) by Denis Vlasenko · 17 years ago
  35. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  36. b1bac0d zcip: simplify code a bit by Denis Vlasenko · 17 years ago
  37. a09300a zcip: use low-order 4 bytes of MAC as random seed, not 4 high-order by Denis Vlasenko · 17 years ago
  38. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  39. 6124c37 zcip: fix unaligned trap on ARM by Denis Vlasenko · 17 years ago
  40. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  41. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  42. 3e64e98 zcip: remove stray seed48. It's the only thing which was pulling in by Denis Vlasenko · 17 years ago
  43. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  44. bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 17 years ago
  45. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
  46. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  47. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  48. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 18 years ago
  49. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  50. afa7023 zcip: make it work on NOMMU (+ improve NOMMU support machinery) by Denis Vlasenko · 18 years ago
  51. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 18 years ago
  52. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 18 years ago
  53. 9ab2658 zcip: revert my bogus change by Denis Vlasenko · 18 years ago
  54. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  55. 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
  56. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  57. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  58. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  59. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  60. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  61. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  62. 65113e8 zcip: bb_error_msg had stray newlines; small optimization in opt parsing by Denis Vlasenko · 18 years ago
  63. af906a3 zcip: minor fixes by Denis Vlasenko · 18 years ago
  64. a9abecd zcip: fix stdout/err versus syslog output. by Denis Vlasenko · 18 years ago
  65. 65dbd87 zcip: getopt -> bb_getopt_ulflags by Denis Vlasenko · 18 years ago
  66. 60e3dd6 zcip: convert lots of zero-initialized locals by Denis Vlasenko · 18 years ago
  67. 035aae5 zcip: use xfunc() where appropriate by Denis Vlasenko · 18 years ago
  68. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  69. 87d80dc zcip: apply patch from by Denis Vlasenko · 18 years ago
  70. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  71. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  72. 00c051e Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first time by Rob Landley · 18 years ago
  73. 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 18 years ago
  74. 53433b3 Clean up. by Rob Landley · 18 years ago
  75. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  76. ef81ce6 by Paul Fox · 19 years ago
  77. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  78. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  79. c1ef7bd just whitespace by Tim Riker · 19 years ago
  80. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  81. ec351c3 - do away with superfluous keyword. by Bernhard Reutner-Fischer · 19 years ago
  82. b7d5342 - fix zcip for IMA compile mode. by Bernhard Reutner-Fischer · 19 years ago
  83. 38d6615 - fix bug to avoid aliasing busybox' main to zcip_main in IMA mode. by Bernhard Reutner-Fischer · 19 years ago
  84. e3752e5 Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed by Rob Landley · 20 years ago
  85. 8445a9f On Tuesday 19 April 2005 21:10, Tito wrote and today added: by Rob Landley · 20 years ago
  86. ad8071f David Brownell submitted a new applet, zcip, based on RFC 3927. This is by Rob Landley · 20 years ago