- 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
- d35ef0f More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
- 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
- 00c051e Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first time by Rob Landley · 18 years ago
- af12cb3 Patch from Geoff Baker to fix bug http://bugs.busybox.net/view.php?id=905 by by Rob Landley · 18 years ago
- 21302c2 Properly print the output for a sit (IPv6-in-IPv4) interface. by "Robert P. J. Day" · 18 years ago
- 4137dd7 Aesthetic fix to use newer structure initialization format. by "Robert P. J. Day" · 18 years ago
- 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
- 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 18 years ago
- 53433b3 Clean up. by Rob Landley · 18 years ago
- 67d4943 CONFIG_DHCP -> CONFIG_APP_DHCP. by Rob Landley · 18 years ago
- b049c0e only enable count_bit functions when actually needed to fix warning reported by Bernhard Fischer by Mike Frysinger · 18 years ago
- 9fe801e Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6 by Rob Landley · 18 years ago
- 2818b29 Patch by Robert P. Day to make structs use c99 initializers. by Rob Landley · 18 years ago
- 2a613d7 Patch from Robert P. J. Day cleaning up some unnecessary preprocessor by Rob Landley · 18 years ago
- 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 18 years ago
- ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
- 14d7065 Make this slightly more readable, and expose the hypocrasy of a comment that by Rob Landley · 18 years ago
- fd4b61d - add needed includes and include busybox.h needed for the ATTRIBUTE define. by Bernhard Reutner-Fischer · 18 years ago
- 597e70e - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP by Bernhard Reutner-Fischer · 18 years ago
- 32bf1f9 - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfig by Bernhard Reutner-Fischer · 18 years ago
- f1bd42a - correct typo by Bernhard Reutner-Fischer · 18 years ago
- 575c8ba Don't break allbareconfig. by Rob Landley · 18 years ago
- 19a3940 Patch from Denis Vlasenko: by Rob Landley · 18 years ago
- 76ef08c Whitespace cleanup from Denis Vlasenko. by Rob Landley · 18 years ago
- 62f9856 - revert incorrect select change by Bernhard Reutner-Fischer · 18 years ago
- b25f98a - fix two segfaults (reported by Horst Kronstorfer) by Bernhard Reutner-Fischer · 18 years ago
- 3b1936d - use bb_xbind Thanks Erik Hovland by Bernhard Reutner-Fischer · 18 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
- 830d258 use bb_xbind/bb_xlisten by Mike Frysinger · 18 years ago
- e0387a6 - fix the build if we have ftpput without ftpget (speeling reeoe) by Bernhard Reutner-Fischer · 18 years ago
- 362dc2b Header cleanup on two more networking files (move libbb.h to the top and by Rob Landley · 18 years ago
- 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 18 years ago
- e84f434 Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. by Rob Landley · 18 years ago
- ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 18 years ago
- ff97ee9 #ifdef reduction. by Rob Landley · 18 years ago
- 9b1857f Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail if by Rob Landley · 18 years ago
- c8b360e Use BB endianness macro. by Rob Landley · 18 years ago
- 8d3a6f7 - add CONFIG_FEATURE_WGET_LONG_OPTIONS by Bernhard Reutner-Fischer · 18 years ago
- c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 18 years ago
- 1ec5b29 More size shrinkage. by Rob Landley · 18 years ago
- a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 18 years ago
- 4e3aff3 Remove _(). by Rob Landley · 18 years ago
- 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 18 years ago
- 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
- 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
- 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 18 years ago
- fa6c484 fix spelling mistakes by Mike Frysinger · 18 years ago
- 6cd2250 Remove a pointless #define. by Rob Landley · 18 years ago
- 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 18 years ago
- 9b5a99a Patch from Robert P. Day to remove #ifdefed out SLIP support code that we by Rob Landley · 18 years ago
- b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
- 0a8812b - replace _PATH_DEVNULL with bb_dev_null by Bernhard Reutner-Fischer · 18 years ago
- a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 18 years ago
- e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 18 years ago
- 7723019 Patch from Bernhard Fischer to remove some useless bits. by Rob Landley · 18 years ago
- d9b6b84 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
- 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
- e135a5d fix no previous prototype warning by Mike Frysinger · 19 years ago
- b5547fb fix no previous prototype warning by Mike Frysinger · 19 years ago
- 49f6afc rename by Mike Frysinger · 19 years ago
- e3412d8 remove files not related to busybox by Mike Frysinger · 19 years ago
- 06b00e8 accept() takes a socklen_t, not an int by Mike Frysinger · 19 years ago
- d2c8fd6 fix whitespace in comment example by Mike Frysinger · 19 years ago
- 772a346 some more useful debug info from Jason Holden by Mike Frysinger · 19 years ago
- 72c4d64 - add helptext for --retries by Bernhard Reutner-Fischer · 19 years ago
- 62ec21d touchup whitespace/english a bit more by Mike Frysinger · 19 years ago
- 731f81c whitespace between if and ( by Mike Frysinger · 19 years ago
- 1b4e1da re-enable udhcp in a few more places by Mike Frysinger · 19 years ago
- 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
- a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
- 3958e0a Busybox's udhcp was deleted a while ago. Bolting an external project onto the by Rob Landley · 19 years ago
- b1c3fbc CONFIG->ENABLE migration. by Rob Landley · 19 years ago
- a2d9a17 More usage.h cleanups, with collateral changes to httpd. Specifically, by Rob Landley · 19 years ago
- 38fc692 - improve wording in some help texts a little bit. by Bernhard Reutner-Fischer · 19 years ago
- ea46f45 - patch from P.J. Day to rely on the automatic indenting provided by depends. by Bernhard Reutner-Fischer · 19 years ago
- 2949577 - simplify config options of the ip applet. by Bernhard Reutner-Fischer · 19 years ago
- f834603 kill off pointless malloc.h include by Mike Frysinger · 19 years ago
- b66c931 kill pointless memory.h includes by Mike Frysinger · 19 years ago
- b0a2d6c Remove code for protocols we don't properly support. (Most of this could by Rob Landley · 19 years ago
- da0dcd1 Patch from Robert P Day to remove standalone code from httpd. (Busybox has by Rob Landley · 19 years ago
- d086b50 Hard wiring configuration symbol values into the code defeats the purpose by Rob Landley · 19 years ago
- c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
- d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
- 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 19 years ago
- 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
- dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
- e7f8a32 - httpd in inetd mode: POST from IE (6) ends up in 'cannot display page' by Bernhard Reutner-Fischer · 19 years ago
- ca7166f - put udhcp back in (Rob, you removed this in r14787 by accident..). by Bernhard Reutner-Fischer · 19 years ago
- 0ebecac Second verse, same as the first. by Rob Landley · 19 years ago
- ea4c53c Missing dependency spotted by Robert P Day. by Rob Landley · 19 years ago
- 6554de0 - fix typo introduced in the last commit. by Bernhard Reutner-Fischer · 19 years ago
- a4acf66 - typo: s/biltin/builtin/g by Bernhard Reutner-Fischer · 19 years ago
- 886f6af - this applet should peruse USE_FEATURE_TFTP_... by Bernhard Reutner-Fischer · 19 years ago
- fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
- 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
- ebd1355 - coalesce printf calls. by Bernhard Reutner-Fischer · 19 years ago
- a0f75e2 - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz) by Bernhard Reutner-Fischer · 19 years ago
- 6153629 - set flags in a more reasonable manner. Thanks, vodz. by Bernhard Reutner-Fischer · 19 years ago
- 9a67ca3 - janitorial: include proper prototypes in libiproute. by Bernhard Reutner-Fischer · 19 years ago