Bump to version 1.22.1
[platform/upstream/busybox.git] / applets /
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-04-09 Denis Vlasenkobusybox: fix "<applet>: applet not found" message
2007-04-09 Denis VlasenkoImprove STANDALONE_SHELL. "safe" applets are renamed...
2007-04-09 Denis Vlasenkomerge busybox.c into applets.c
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-24 Denis Vlasenko#ifdef out re_execed on MMU machines
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-03-24 Denis Vlasenkoapplets.c, xfunc.c: style cleanup
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkodo not put all <applet>_main() declarations
2007-02-03 Denis Vlasenkousage_compressed: be more permissive in which od flavor...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2007-01-24 Denis Vlasenkoaccumulated post-1.4.0 fixes
2007-01-03 Denis Vlasenkofix allnoconfig build. the most useful fix of the month. ;)
2007-01-02 Mike Frysingerconvert usage compressed command into the new cmd style
2006-12-26 Denis Vlasenkostyle fixes
2006-12-24 Denis Vlasenkorandom tiny size savings
2006-12-18 Denis VlasenkoA bunch of defined(__GLIBC__) added. static-linking...
2006-11-22 Bernhard Reutner... - add FIXME to brokenness in the installer..
2006-11-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-11-17 Bernhard Reutner... - fix generation of the busybox.links install script...
2006-11-10 Denis Vlasenkowget: fix error message.
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...
next