add && !defined(__UCLIBC__) to static link warning check
[oweals/busybox.git] / applets /
2006-11-09 Denis Vlasenkoadd && !defined(__UCLIBC__) to static link warning...
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-29 Denis Vlasenko"#warning: ...." doesn't work (gcc thinks that it's...
2006-10-23 Denis Vlasenko__GLIBC__ -> defined(__GLIBC__)
2006-10-20 Denis VlasenkoAdded compile-time warning for STATIC+GLIBC build
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-19 Denis Vlasenkobuild system: (try to) get rid of bb_config.h hack
2006-10-19 Denis Vlasenkomove usage_compressed.h generation into applets/
2006-10-19 Denis Vlasenkoapplets/applets.o must be rebuilt if usage.h is modified.
2006-10-16 Denis Vlasenkomount: support user mounts if CONFIG_DESKTOP
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkowhich: -84 bytes
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-09-23 Denis Vlasenkoapplets.c: fix indentation
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-20 Rob LandleyThe Software Freedom Law Center wants us to add a copyr...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-05 Rob Landleyscripts/individual now builds 171 applets. Some of...
2006-08-04 Rob LandleyDigging up my old "make standalone" stuff from a year...
2006-07-26 Rob LandleyUnbreak allbareconfig. (Todo item: rewrite dependency...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-06-07 Mike Frysingeradd a --noclobber flag
2006-06-07 Mike Frysingeradd support for cleaning out previous busybox install
2006-06-07 Mike Frysingerdont install emtpy libdirs
2006-06-07 Mike Frysingerdont mix tabs and spaces, kthx
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-07 Rob LandleyDennis Vlasenko pointed out that run_applet_by_name...
2006-05-03 Rob LandleyRich Felker writes:
2006-05-01 Rob LandleyFixup a build break if ENABLE_SHOW_USAGE switched off...
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-03-31 Bernhard Reutner... - add option to suppress the terse usage messages....
2006-03-24 Rob LandleyWhen cross-compiling, the install directory for shared...
2006-03-23 Bernhard Reutner... - correct typo
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-20 Mike Frysingeradd s390x to the list
2006-02-16 "Vladimir N. Oleynik"forgoten new file for 14080 revison
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-19 Rob LandleyUpdate readme and install.sh usage message.
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-12-29 Bernhard Reutner... - use HOSTCC instead of a hardcoded cc
2005-12-16 Rob LandleyStephane Billiart said:
2005-12-15 Rob LandleyThe rest of Yann E. Morin's install revamp.
2005-12-07 Rob LandleyMacro was wrong, name(void) vs name(x), and apparently...
2005-10-28 Bernhard Reutner... - remove warning about "'static' is not at beginning...
2005-10-12 Rob Landleyshow_usage should use bb_default_error_retval.
2005-10-05 Bernhard Reutner... - remove explicit dependency of busybox.o and applets...
2005-10-05 Bernhard Reutner... - busybox.o and applets.o depend on usage.h
2005-09-29 "Vladimir N. Oleynik"busybox.c: ENABLE_LOCALE logic correct.
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-05 "Vladimir N. Oleynik"remove infinity loop ./busybox --help busybox
2005-09-05 Rob LandleyFixes so "make allnoconfig" works again.
2005-09-04 Rob LandleyGeneral cleanup of command line parsing to allow "busyb...
2005-09-01 Rob LandleyBusybox should only multiplex based on argv[1] when...
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-04-22 Mike Frysingeroutput busybox help to stdout, not stderr
2004-10-08 Eric Andersenegor duda writes:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-06 Eric AndersenFix it so usage is _always_ in sync with applets.c...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathVodz. last_patch_128
2004-02-17 Manuel Novoa III Patch from Florian Schirmer <jolt@tuxbox.org>. When...
2004-02-01 Manuel Novoa III Rewrite parse_config_file(). Among the old version...
2003-11-07 Tim Rikerwrap bb help output if CONFIG_FEATURE_AUTOWIDTH
2003-10-04 Glenn L McGrathWoops, the previous patch reversal wasnt complete,...
2003-10-03 Glenn L McGrathReverse my previous changes and make a note about why...
2003-10-03 Glenn L McGrathargc has already been decremented
2003-10-03 Glenn L McGrathPatch from Rob Landley, Simplify organisation of arguments.
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-05-26 Glenn L McGrathVodz, last_path_87, formatiing changes
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-28 Glenn L McGrathI miscalculated on this one, change it back
2002-11-28 Glenn L McGrathSave a few bytes in show_usage
2002-09-30 Eric AndersenFix dependancy so we rebuild busybox.o, usage.o and...
2002-09-16 Eric AndersenApply vodz' last_patch52
2002-08-22 Glenn L McGrathRun through indent, use /* */ style comments instead...
2002-07-18 Robert GrieblAdded a compile time option to suppress the "Using...
2002-07-16 Robert GrieblDon't treat a non-existant/-readable config file as...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-06-06 Robert GrieblIf config file can not be parsed, use compiled in BB_SU...
2002-06-04 Robert GrieblImplement two types of suid/sgid support for BusyBox:
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-04-06 Eric AndersenApply lash_patch35 from vodz, which brings several...
2001-12-18 Eric AndersenVodz' last_patch31
2001-10-31 Eric Andersen*** empty log message ***
2001-10-31 Eric AndersenMove usage.h to include/usage.h
2001-10-31 Eric AndersenRun parts applet by Emanuele Aina <faina.mail@tiscaline...
next