- 0436b9f use strchr() not index() by Mike Frysinger · 19 years ago
- 78bd504 use memcmp() not bcmp() 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
- e66c7ef Busybox is under the GPL. by Rob Landley · 19 years ago
- d086b50 Hard wiring configuration symbol values into the code defeats the purpose by Rob Landley · 19 years ago
- 346d6d9 The link to Bernhard's subversion branch belongs in subversion.html (where by Rob Landley · 19 years ago
- 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
- 6b4377f - remove unneeded include, use shorter boilerplate while at it and also by Bernhard Reutner-Fischer · 19 years ago
- c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
- 4f3d2de - better wording. Closes bug #656. by Bernhard Reutner-Fischer · 19 years ago
- 34fc71f - note to think about eventually ditching vdprintf() 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
- 79865bc - add verbatim cp of http://www.gnu.org/copyleft/lesser.txt by Bernhard Reutner-Fischer · 19 years ago
- fc5f318 - use C99 %j format to print intmax. Closes bugs #802 and #743 by Bernhard Reutner-Fischer · 19 years ago
- cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
- d0ea52e - pin the CFLAGS to make sure that we don't have to re-evaluate the by Bernhard Reutner-Fischer · 19 years ago
- a23a6d7 - include netinet/in.h for struct sockaddr_in. Closes bug #735 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
- cc295fb - comment out the check-referer lines. by Bernhard Reutner-Fischer · 19 years ago
- e0e9886 - we seem to use h3, so make it consistent. by Bernhard Reutner-Fischer · 19 years ago
- 91f6047 - update screenshot to reflect the busybox-1.1.2 stable release. by Bernhard Reutner-Fischer · 19 years ago
- 9460f66 - tweak visibility of label expected_hwif_error as it's only needed for by Bernhard Reutner-Fischer · 19 years ago
- 0b257d4 - remove implied closing paragraph - add (improper but pretty) border='0' by Bernhard Reutner-Fischer · 19 years ago
- f785255 Robert P. J. Day writes: even in the header file, make it clear that the routine depends on __uClinux__ by Mike Frysinger · 19 years ago
- 776fe22 - add note pointing to the stable branch, so users can pickup the current by Bernhard Reutner-Fischer · 19 years ago
- bb5b2ff Announce 1.1.2. by Rob Landley · 19 years ago
- 905a58a - poke bot by Bernhard Reutner-Fischer · 19 years ago
- 8326d5e - add a colorful "valid HTML 4.01 Transitional" button to be able to check the referer easily. by Bernhard Reutner-Fischer · 19 years ago
- 3515f6e - make it resemble html. by Bernhard Reutner-Fischer · 19 years ago
- fdf2b50 - make it resemble english and fix typo s/interperet/interpret/g; by Bernhard Reutner-Fischer · 19 years ago
- 81c40b3 Patch from Tito to unify deluser and delgroup, and generally shrink code. by Rob Landley · 19 years ago
- ca7166f - put udhcp back in (Rob, you removed this in r14787 by accident..). by Bernhard Reutner-Fischer · 19 years ago
- 4a8d9ef Notes about pic, static linking, and debugging dynamic linking. by Rob Landley · 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
- 8ad7087 I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.) by Rob Landley · 19 years ago
- c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
- 998f449 We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is by Rob Landley · 19 years ago
- 7261575 Modprobe update from Ignacio García Pérez, updating support for modprobe.conf. 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
- 3e72c59 Another size reduction patch from Garrett. by Rob Landley · 19 years ago
- bc14214 - patch from Rob Sullivan to add support for -L by Bernhard Reutner-Fischer · 19 years ago
- 5fb0fec - shrink it a little bit and make it buildable with gcc-2.95 by Bernhard Reutner-Fischer · 19 years ago
- cc4003f - remove unused args. by Bernhard Reutner-Fischer · 19 years ago
- 693a936 - move code around to avoid the need for the prototypes. by Bernhard Reutner-Fischer · 19 years ago
- 8f7d389 - new applet diff. Rob Sullivan writes: by Bernhard Reutner-Fischer · 19 years ago
- e11a01c - include inttypes.h as pointed out by Jason Schoon. by Bernhard Reutner-Fischer · 19 years ago
- 886f6af - this applet should peruse USE_FEATURE_TFTP_... by Bernhard Reutner-Fischer · 19 years ago
- 061fd0a - make sure that the label expected_hwif_error is visible even when by Bernhard Reutner-Fischer · 19 years ago
- fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
- 465874f - use proper macros to print intmax_t. by Bernhard Reutner-Fischer · 19 years ago
- b7b24d6 adjust ifdefs for inclusion of string_insert() routine by Paul Fox · 19 years ago
- 19af279 Kumar spotted another bug: if we autodetect nfs and they haven't specified the by Rob Landley · 19 years ago
- e104d5f Some tests were always true. We need comm.tests... by Rob Landley · 19 years ago
- 9a2dd51 Rewrite/shrink by tito. by Rob Landley · 19 years ago
- ab87360 You'd think there'd be a compiler warning for "pointless if", wouldn't you? by Rob Landley · 19 years ago
- 3b84dfc Avoid spurious error message. (Technically applet order should be "SKIPPED" by Rob Landley · 19 years ago
- dee811a - remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set() by Bernhard Reutner-Fischer · 19 years ago
- 89aaf4e - pull in prototype for e2fsck_main. by Bernhard Reutner-Fischer · 19 years ago
- 2b398be - make sure that we see all lib*/.c in IMA-mode even when not building the .so by Bernhard Reutner-Fischer · 19 years ago
- 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
- 101a470 - make append_option and multiconvert static. 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
- a38330c - do away with useless fwd-decls, redundant bb_printf calls, silence warning by Bernhard Reutner-Fischer · 19 years ago
- 6153629 - set flags in a more reasonable manner. Thanks, vodz. by Bernhard Reutner-Fischer · 19 years ago
- cfb53df - include proper prototypes in libunarchive. by Bernhard Reutner-Fischer · 19 years ago
- 7ab5f4d - janitorial: huft_build is never used outside of decompress_unzip.c and has no by Bernhard Reutner-Fischer · 19 years ago
- 9a67ca3 - janitorial: include proper prototypes in libiproute. by Bernhard Reutner-Fischer · 19 years ago
- 7f77810 - switch Warning Of the Week to wrong or missing prototypes. by Bernhard Reutner-Fischer · 19 years ago
- a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
- 9457e70 - typo: s/compenent/component/g add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
- a13cca9 New version from Tito. by Rob Landley · 19 years ago
- 819b56b work outside of the srctree by Mike Frysinger · 19 years ago
- 03e78e7 The build broke for me on gcc 4.0.3 due to an #include having the wrong patch. by Rob Landley · 19 years ago
- 20fef96 Bug spotted by Kumar Gala. Hopefully this fixes it... by Rob Landley · 19 years ago
- 07a637d Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84 by Rob Landley · 19 years ago
- b0c5445 new test for source code sanity by Mike Frysinger · 19 years ago
- 5dd1236 move source code tests out into a sep file rather than just disabling/breaking them by Mike Frysinger · 19 years ago
- 8183453 remove bogus " by Mike Frysinger · 19 years ago
- 2cf3852 silence error if busybox.links doesnt exist and run tests that begin with "all_" by Mike Frysinger · 19 years ago
- 43ac888 Ext2fs cleanup from Garrett Kajmowicz. by Rob Landley · 19 years ago
- 5cf905a - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig: by Bernhard Reutner-Fischer · 19 years ago
- 81901a0 - add option to suppress the terse usage messages. Saves 6.8k for defconfig: by Bernhard Reutner-Fischer · 19 years ago
- 2766eed - use RESERVE_CONFIG_BUFFER. For defconfig this gives: by Bernhard Reutner-Fischer · 19 years ago
- e47c4cb - update help text. by Bernhard Reutner-Fischer · 19 years ago
- 1376694 - shrink it a bit further. by Bernhard Reutner-Fischer · 19 years ago
- 8ea5205 Shrink patch from Bernhard Fischer. by Rob Landley · 19 years ago
- 1f6dc6d - rename clean_up in tune2fs and mke2fs to be prefixed with their applet names. by Bernhard Reutner-Fischer · 19 years ago
- 214744d - fix paste'o which i overlooked when applying dalias' fmt stuff. by Bernhard Reutner-Fischer · 19 years ago
- a8e2760 Clarify. by Rob Landley · 19 years ago
- daa4a6d Update ipaddr help to match reality. by Rob Landley · 19 years ago
- ef81ce6 by Paul Fox · 19 years ago
- d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 19 years ago
- abaef65 - warn a bit more verbosely about fmt stuff for non-release versions by Bernhard Reutner-Fischer · 19 years ago