1. c1876d7 inetd: deindent main loop, other readability enhancements by Denis Vlasenko · 18 years ago
  2. ec17d43 inetd: reformat with tabs for indentation by Denis Vlasenko · 18 years ago
  3. 7f1f5b0 ifupdown: getopt_ulflags'ification. by Denis Vlasenko · 18 years ago
  4. a65a177 arping: fix bug (getopt_ulflags and optarg don't mix), by Denis Vlasenko · 18 years ago
  5. 754a88f netstat: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  6. 8514fc5 hostname: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  7. 0e87d34 telnetd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  8. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  9. f5fc138 So, in the cornucopia of superfulous warning directives I didn't add to the by Rob Landley · 18 years ago
  10. 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
  11. 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
  12. 3526a13 wget: wrap one atrociously long line (around 200 chars long!). by Denis Vlasenko · 18 years ago
  13. d797fcd udhcp: FEATURE_UDHCP_SYSLOG should be selected only if by Denis Vlasenko · 18 years ago
  14. 239369b Fix (hopefully) bug 976. Need more thorough audit. by Denis Vlasenko · 18 years ago
  15. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  16. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  17. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  18. 65113e8 zcip: bb_error_msg had stray newlines; small optimization in opt parsing by Denis Vlasenko · 18 years ago
  19. af906a3 zcip: minor fixes by Denis Vlasenko · 18 years ago
  20. a9abecd zcip: fix stdout/err versus syslog output. by Denis Vlasenko · 18 years ago
  21. 65dbd87 zcip: getopt -> bb_getopt_ulflags by Denis Vlasenko · 18 years ago
  22. 60e3dd6 zcip: convert lots of zero-initialized locals by Denis Vlasenko · 18 years ago
  23. 035aae5 zcip: use xfunc() where appropriate by Denis Vlasenko · 18 years ago
  24. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  25. 87d80dc zcip: apply patch from by Denis Vlasenko · 18 years ago
  26. bcf4908 ping: bind -> xbind by Denis Vlasenko · 18 years ago
  27. e0b7f71 ping(6): use htons instead of SWAP_BE. by Denis Vlasenko · 18 years ago
  28. 2cbe6e6 ping: implement -I option by Denis Vlasenko · 18 years ago
  29. db7f2e5 ping6: resolve interface name to number early. by Denis Vlasenko · 18 years ago
  30. cb6874c Sync ping and ping6 a bit, fix style and indentation. by Denis Vlasenko · 18 years ago
  31. d53dd3e Fix endianness issue in ping6 by Denis Vlasenko · 18 years ago
  32. bfbc4eb - patch from Csaba Henk to make the "User-Agent" header field configurable. by Bernhard Reutner-Fischer · 18 years ago
  33. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  34. 099ed50 Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why by Rob Landley · 18 years ago
  35. 289e86a - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/g by Bernhard Reutner-Fischer · 18 years ago
  36. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  37. 13068a4 - typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK by Bernhard Reutner-Fischer · 18 years ago
  38. 5bd2a4b - remove last reminiscents of IN_BUSYBOX by Bernhard Reutner-Fischer · 18 years ago
  39. 4640b05 Bernhard Fischer pointed out some leftover debris needing cleanup. by Rob Landley · 18 years ago
  40. affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
  41. 74bb70c Ok, that's not a typo, that's just me not thinking. by Rob Landley · 18 years ago
  42. 27d07c9 Now that we have xopen3(), it's just plain unclean to have xopen() with by Rob Landley · 18 years ago
  43. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  44. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  45. 280a264 Attempt to fixup httpd.c to match svn 15767. by Rob Landley · 18 years ago
  46. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  47. 581d4f3 Move declaration to be compatible with older gcc's. by "Robert P. J. Day" · 18 years ago
  48. cae61e7 Make a gcc 4.1 warning go away. by Rob Landley · 18 years ago
  49. 91a3390 get rid of udhcp submenu by Mike Frysinger · 18 years ago
  50. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  51. afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
  52. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  53. 2819f75 Add one-line GPL boilerplate to these source files. by "Robert P. J. Day" · 18 years ago
  54. 1cca948 Upgrade netcat a lot. Make -e able to take the rest of the command line as by Rob Landley · 18 years ago
  55. cf5b80b This file doesn't appear to be used anywhere. by "Robert P. J. Day" · 18 years ago
  56. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  57. d35ef0f More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  58. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  59. 00c051e Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first time by Rob Landley · 18 years ago
  60. af12cb3 Patch from Geoff Baker to fix bug http://bugs.busybox.net/view.php?id=905 by by Rob Landley · 18 years ago
  61. 21302c2 Properly print the output for a sit (IPv6-in-IPv4) interface. by "Robert P. J. Day" · 18 years ago
  62. 4137dd7 Aesthetic fix to use newer structure initialization format. by "Robert P. J. Day" · 18 years ago
  63. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  64. 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 18 years ago
  65. 53433b3 Clean up. by Rob Landley · 18 years ago
  66. 67d4943 CONFIG_DHCP -> CONFIG_APP_DHCP. by Rob Landley · 18 years ago
  67. b049c0e only enable count_bit functions when actually needed to fix warning reported by Bernhard Fischer by Mike Frysinger · 19 years ago
  68. 9fe801e Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6 by Rob Landley · 19 years ago
  69. 2818b29 Patch by Robert P. Day to make structs use c99 initializers. by Rob Landley · 19 years ago
  70. 2a613d7 Patch from Robert P. J. Day cleaning up some unnecessary preprocessor by Rob Landley · 19 years ago
  71. 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 19 years ago
  72. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 19 years ago
  73. 14d7065 Make this slightly more readable, and expose the hypocrasy of a comment that by Rob Landley · 19 years ago
  74. fd4b61d - add needed includes and include busybox.h needed for the ATTRIBUTE define. by Bernhard Reutner-Fischer · 19 years ago
  75. 597e70e - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP by Bernhard Reutner-Fischer · 19 years ago
  76. 32bf1f9 - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfig by Bernhard Reutner-Fischer · 19 years ago
  77. f1bd42a - correct typo by Bernhard Reutner-Fischer · 19 years ago
  78. 575c8ba Don't break allbareconfig. by Rob Landley · 19 years ago
  79. 19a3940 Patch from Denis Vlasenko: by Rob Landley · 19 years ago
  80. 76ef08c Whitespace cleanup from Denis Vlasenko. by Rob Landley · 19 years ago
  81. 62f9856 - revert incorrect select change by Bernhard Reutner-Fischer · 19 years ago
  82. b25f98a - fix two segfaults (reported by Horst Kronstorfer) by Bernhard Reutner-Fischer · 19 years ago
  83. 3b1936d - use bb_xbind Thanks Erik Hovland by Bernhard Reutner-Fischer · 19 years ago
  84. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  85. 830d258 use bb_xbind/bb_xlisten by Mike Frysinger · 19 years ago
  86. e0387a6 - fix the build if we have ftpput without ftpget (speeling reeoe) by Bernhard Reutner-Fischer · 19 years ago
  87. 362dc2b Header cleanup on two more networking files (move libbb.h to the top and by Rob Landley · 19 years ago
  88. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 19 years ago
  89. e84f434 Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. by Rob Landley · 19 years ago
  90. ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 19 years ago
  91. ff97ee9 #ifdef reduction. by Rob Landley · 19 years ago
  92. 9b1857f Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail if by Rob Landley · 19 years ago
  93. c8b360e Use BB endianness macro. by Rob Landley · 19 years ago
  94. 8d3a6f7 - add CONFIG_FEATURE_WGET_LONG_OPTIONS by Bernhard Reutner-Fischer · 19 years ago
  95. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
  96. 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
  97. a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 19 years ago
  98. 4e3aff3 Remove _(). by Rob Landley · 19 years ago
  99. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  100. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago