2006-04-14 |
Rob Landley | Patch from Robert P Day to remove standalone code from... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Rob Landley | Busybox is under the GPL. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Rob Landley | Hard wiring configuration symbol values into the code... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Rob Landley | The link to Bernhard's subversion branch belongs in... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Rob Landley | Patch from Robert P Day: let menuconfig indent stuff... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bernhard Reutner... | - remove unneeded include, use shorter boilerplate... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xopen3() |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bernhard Reutner... | - better wording. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bernhard Reutner... | - note to think about eventually ditching vdprintf() |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xchdir() |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add bb_xbind() and bb_xl... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xdaemon() |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xsocket... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bernhard Reutner... | - add verbatim cp of gnu.org/copyleft/lesser.txt |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bernhard Reutner... | - use C99 %j format to print intmax. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bernhard Reutner... | - add and use bb_opendir(), bb_xopendir(). |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bernhard Reutner... | - pin the CFLAGS to make sure that we don't have to... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bernhard Reutner... | - include netinet/in.h for struct sockaddr_in. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bernhard Reutner... | - httpd in inetd mode: POST from IE (6) ends up in... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bernhard Reutner... | - comment out the check-referer lines. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bernhard Reutner... | - we seem to use h3, so make it consistent. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bernhard Reutner... | - update screenshot to reflect the busybox-1.1.2 stable... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bernhard Reutner... | - tweak visibility of label expected_hwif_error as... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bernhard Reutner... | - remove implied closing paragraph |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Mike Frysinger | Robert P. J. Day writes: even in the header file, make... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bernhard Reutner... | - add note pointing to the stable branch, so users... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Rob Landley | Announce 1.1.2. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bernhard Reutner... | - poke bot |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bernhard Reutner... | - add a colorful "valid HTML 4.01 Transitional" button... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bernhard Reutner... | - make it resemble html. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bernhard Reutner... | - make it resemble english and fix typo s/interperet... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Rob Landley | Patch from Tito to unify deluser and delgroup, and... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bernhard Reutner... | - put udhcp back in (Rob, you removed this in r14787... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Rob Landley | Notes about pic, static linking, and debugging dynamic... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Rob Landley | Second verse, same as the first. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Rob Landley | Missing dependency spotted by Robert P Day. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Rob Landley | I forgot to re-enable shared library build after 1... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Rob Landley | Patch from Rob Sullivan to consolidate crc32 table... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Rob Landley | We use -funsigned-char now, so having a separate RESERV... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Rob Landley | Modprobe update from Ignacio García Pérez, updating... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bernhard Reutner... | - fix typo introduced in the last commit. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bernhard Reutner... | - typo: s/biltin/builtin/g |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Rob Landley | Another size reduction patch from Garrett. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Bernhard Reutner... | - patch from Rob Sullivan to add support for -L |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Bernhard Reutner... | - shrink it a little bit and make it buildable with... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Bernhard Reutner... | - remove unused args. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Bernhard Reutner... | - move code around to avoid the need for the prototypes. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Bernhard Reutner... | - new applet diff. Rob Sullivan writes: |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bernhard Reutner... | - include inttypes.h as pointed out by Jason Schoon. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bernhard Reutner... | - this applet should peruse USE_FEATURE_TFTP_... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bernhard Reutner... | - make sure that the label expected_hwif_error is visib... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bernhard Reutner... | - include proper headers. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bernhard Reutner... | - use proper macros to print intmax_t. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Paul Fox | adjust ifdefs for inclusion of string_insert() routine |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Rob Landley | Kumar spotted another bug: if we autodetect nfs and... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Rob Landley | Some tests were always true. We need comm.tests... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Rob Landley | Rewrite/shrink by tito. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Rob Landley | You'd think there'd be a compiler warning for "pointles... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Rob Landley | Avoid spurious error message. (Technically applet... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Bernhard Reutner... | - remove unused ext2fs_find_first_bit_set() and ext2fs_... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Bernhard Reutner... | - pull in prototype for e2fsck_main. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Bernhard Reutner... | - make sure that we see all lib*/.c in IMA-mode even... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Bernhard Reutner... | - move buffer allocation schemes to libbb.h |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Bernhard Reutner... | - make append_option and multiconvert static. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Bernhard Reutner... | - coalesce printf calls. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Bernhard Reutner... | - use bb_opt_complementally; Saves another 14 bytes... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Bernhard Reutner... | - do away with useless fwd-decls, redundant bb_printf... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Bernhard Reutner... | - set flags in a more reasonable manner. Thanks, vodz. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Bernhard Reutner... | - include proper prototypes in libunarchive. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Bernhard Reutner... | - janitorial: huft_build is never used outside of decom... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Bernhard Reutner... | - janitorial: include proper prototypes in libiproute. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Bernhard Reutner... | - switch Warning Of the Week to wrong or missing protot... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Bernhard Reutner... | - typos: s/compatability/compatibility/g;s/compatable... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Bernhard Reutner... | - typo: s/compenent/component/g |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Rob Landley | New version from Tito. |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Mike Frysinger | work outside of the srctree |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Rob Landley | The build broke for me on gcc 4.0.3 due to an #include... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Rob Landley | Bug spotted by Kumar Gala. Hopefully this fixes it... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Rob Landley | Patch from KRONSTORFER Horst to Fix a size mismatch... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Mike Frysinger | new test for source code sanity |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Mike Frysinger | move source code tests out into a sep file rather than... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Mike Frysinger | remove bogus " |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Mike Frysinger | silence error if busybox.links doesnt exist and run... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Rob Landley | Ext2fs cleanup from Garrett Kajmowicz. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Bernhard Reutner... | - use RESERVE_CONFIG_BUFFER and a bit of whitespace... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Bernhard Reutner... | - add option to suppress the terse usage messages.... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Bernhard Reutner... | - use RESERVE_CONFIG_BUFFER. For defconfig this gives: |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Bernhard Reutner... | - update help text. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Bernhard Reutner... | - shrink it a bit further. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Rob Landley | Shrink patch from Bernhard Fischer. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Bernhard Reutner... | - rename clean_up in tune2fs and mke2fs to be prefixed... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Bernhard Reutner... | - fix paste'o which i overlooked when applying dalias... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Rob Landley | Clarify. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Rob Landley | Update ipaddr help to match reality. |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Paul Fox | fix from David Daney, on busybox mailing list: |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Bernhard Reutner... | - Rich Felker writes: fix invalid printf format strings |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Bernhard Reutner... | - warn a bit more verbosely about fmt stuff for non... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Bernhard Reutner... | - mark trunk as 1.2.0-pre0 |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Paul Fox | add public-domain release 1_1_0 1_1_1 |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Bernhard Reutner... | - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_... |
commit | commitdiff | tree | snapshot |
next |