2007-03-24 |
Denis Vlasenko | #ifdef out re_execed on MMU machines |
tree | commitdiff |
2007-03-24 |
Denis Vlasenko | NOMMU re-exec trick shuld not depend on existence of... |
tree | commitdiff |
2007-03-24 |
Denis Vlasenko | applets.c, xfunc.c: style cleanup |
tree | commitdiff |
2007-03-11 |
Denis Vlasenko | kill superfluous returns at the end of void functions |
tree | commitdiff |
2007-02-11 |
Denis Vlasenko | syslogd: fix "readpath bug" by using readlink instead |
tree | commitdiff |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
tree | commitdiff |
2007-02-03 |
Denis Vlasenko | do not put all <applet>_main() declarations |
tree | commitdiff |
2007-02-03 |
Denis Vlasenko | usage_compressed: be more permissive in which od flavor... |
tree | commitdiff |
2007-01-29 |
Denis Vlasenko | preparatory patch for -Wwrite-strings #1 |
tree | commitdiff |
2007-01-24 |
Denis Vlasenko | accumulated post-1.4.0 fixes |
tree | commitdiff |
2007-01-03 |
Denis Vlasenko | fix allnoconfig build. the most useful fix of the month. ;) |
tree | commitdiff |
2007-01-02 |
Mike Frysinger | convert usage compressed command into the new cmd style |
tree | commitdiff |
2006-12-26 |
Denis Vlasenko | style fixes |
tree | commitdiff |
2006-12-24 |
Denis Vlasenko | random tiny size savings |
tree | commitdiff |
2006-12-18 |
Denis Vlasenko | A bunch of defined(__GLIBC__) added. static-linking... |
tree | commitdiff |
2006-11-22 |
Bernhard Reutner... | - add FIXME to brokenness in the installer.. |
tree | commitdiff |
2006-11-21 |
Denis Vlasenko | httpd: LC_TIME locale _must_ be POSIX to httpd! We... |
tree | commitdiff |
2006-11-17 |
Bernhard Reutner... | - fix generation of the busybox.links install script... |
tree | commitdiff |
2006-11-10 |
Denis Vlasenko | wget: fix error message. |
tree | commitdiff |
2006-11-09 |
Denis Vlasenko | add && !defined(__UCLIBC__) to static link warning... |
tree | commitdiff |
2006-11-01 |
Denis Vlasenko | mostly style fixes |
tree | commitdiff |
2006-10-29 |
Denis Vlasenko | "#warning: ...." doesn't work (gcc thinks that it's... |
tree | commitdiff |
2006-10-23 |
Denis Vlasenko | __GLIBC__ -> defined(__GLIBC__) |
tree | commitdiff |
2006-10-20 |
Denis Vlasenko | Added compile-time warning for STATIC+GLIBC build |
tree | commitdiff |
2006-10-20 |
Denis Vlasenko | message string changes, mostly for consistency, also... |
tree | commitdiff |
2006-10-19 |
Denis Vlasenko | build system: (try to) get rid of bb_config.h hack |
tree | commitdiff |
2006-10-19 |
Denis Vlasenko | move usage_compressed.h generation into applets/ |
tree | commitdiff |
2006-10-19 |
Denis Vlasenko | applets/applets.o must be rebuilt if usage.h is modified. |
tree | commitdiff |
2006-10-16 |
Denis Vlasenko | mount: support user mounts if CONFIG_DESKTOP |
tree | commitdiff |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
tree | commitdiff |
2006-10-05 |
Denis Vlasenko | which: -84 bytes |
tree | commitdiff |
2006-10-05 |
Denis Vlasenko | build system overhaul |
tree | commitdiff |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
tree | commitdiff |
2006-10-03 |
Denis Vlasenko | rename bb_default_error_retval -> xfunc_error_retval |
tree | commitdiff |
2006-09-23 |
Denis Vlasenko | applets.c: fix indentation |
tree | commitdiff |
2006-09-22 |
Rob Landley | Change license statements (and clean up headers) on... |
tree | commitdiff |
2006-09-20 |
Rob Landley | The Software Freedom Law Center wants us to add a copyr... |
tree | commitdiff |
2006-09-17 |
Denis Vlasenko | whitespace cleanup |
tree | commitdiff |
2006-08-09 |
Rob Landley | Another whack at scripts/individual. Now builds 212... |
tree | commitdiff |
2006-08-05 |
Rob Landley | scripts/individual now builds 171 applets. Some of... |
tree | commitdiff |
2006-08-04 |
Rob Landley | Digging up my old "make standalone" stuff from a year... |
tree | commitdiff |
2006-07-26 |
Rob Landley | Unbreak allbareconfig. (Todo item: rewrite dependency... |
tree | commitdiff |
2006-07-16 |
Rob Landley | Cleaup read() and write() variants, plus a couple of... |
tree | commitdiff |
2006-06-18 |
Rob Landley | skip_whitespace() shouldn't claim its return value... |
tree | commitdiff |
2006-06-07 |
Mike Frysinger | add a --noclobber flag |
tree | commitdiff |
2006-06-07 |
Mike Frysinger | add support for cleaning out previous busybox install |
tree | commitdiff |
2006-06-07 |
Mike Frysinger | dont install emtpy libdirs |
tree | commitdiff |
2006-06-07 |
Mike Frysinger | dont mix tabs and spaces, kthx |
tree | commitdiff |
2006-06-02 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
tree | commitdiff |
2006-05-19 |
Bernhard Reutner... | - remove emacs layout block as suggested by Robert... |
tree | commitdiff |
2006-05-13 |
Mike Frysinger | pull Rules.mak from top_srcdir as pointed out by Robert... |
tree | commitdiff |
2006-05-07 |
Rob Landley | Dennis Vlasenko pointed out that run_applet_by_name... |
tree | commitdiff |
2006-05-03 |
Rob Landley | Rich Felker writes: |
tree | commitdiff |
2006-05-01 |
Rob Landley | Fixup a build break if ENABLE_SHOW_USAGE switched off... |
tree | commitdiff |
2006-04-27 |
Rob Landley | Patch from Dennis Vlasenko to add the option to compres... |
tree | commitdiff |
2006-03-31 |
Bernhard Reutner... | - add option to suppress the terse usage messages.... |
tree | commitdiff |
2006-03-24 |
Rob Landley | When cross-compiling, the install directory for shared... |
tree | commitdiff |
2006-03-23 |
Bernhard Reutner... | - correct typo |
tree | commitdiff |
2006-03-13 |
Bernhard Reutner... | - revert back to r14406 |
tree | commitdiff |
2006-03-09 |
Bernhard Reutner... | - backout using features which are not available with... |
tree | commitdiff |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
tree | commitdiff |
2006-03-02 |
Bernhard Reutner... | - use absolute path for top_builddir and top_srcdir. |
tree | commitdiff |
2006-03-01 |
Bernhard Reutner... | - fixes parallel builds (make -j) |
tree | commitdiff |
2006-02-20 |
Mike Frysinger | add s390x to the list |
tree | commitdiff |
2006-02-16 |
"Vladimir N. Oleynik" | forgoten new file for 14080 revison |
tree | commitdiff |
2006-02-16 |
"Vladimir N. Oleynik" | moved BB_BANNER to applets/version.c file: make kernel... |
tree | commitdiff |
2006-02-02 |
Mike Frysinger | make the build system puuuuuuuuuuurty |
tree | commitdiff |
2006-01-25 |
Tim Riker | just whitespace |
tree | commitdiff |
2006-01-22 |
Bernhard Reutner... | - add platform.h. |
tree | commitdiff |
2006-01-19 |
Rob Landley | Update readme and install.sh usage message. |
tree | commitdiff |
2006-01-15 |
Bernhard Reutner... | - shared libbusybox. |
tree | commitdiff |
2005-12-29 |
Bernhard Reutner... | - use HOSTCC instead of a hardcoded cc |
tree | commitdiff |
2005-12-16 |
Rob Landley | Stephane Billiart said: |
tree | commitdiff |
2005-12-15 |
Rob Landley | The rest of Yann E. Morin's install revamp. |
tree | commitdiff |
2005-12-07 |
Rob Landley | Macro was wrong, name(void) vs name(x), and apparently... |
tree | commitdiff |
2005-10-28 |
Bernhard Reutner... | - remove warning about "'static' is not at beginning... |
tree | commitdiff |
2005-10-12 |
Rob Landley | show_usage should use bb_default_error_retval. |
tree | commitdiff |
2005-10-05 |
Bernhard Reutner... | - remove explicit dependency of busybox.o and applets... |
tree | commitdiff |
2005-10-05 |
Bernhard Reutner... | - busybox.o and applets.o depend on usage.h |
tree | commitdiff |
2005-09-29 |
"Vladimir N. Oleynik" | busybox.c: ENABLE_LOCALE logic correct. |
tree | commitdiff |
2005-09-24 |
Mike Frysinger | use the shorter license header |
tree | commitdiff |
2005-09-24 |
Mike Frysinger | use brief license line |
tree | commitdiff |
2005-09-05 |
"Vladimir N. Oleynik" | remove infinity loop ./busybox --help busybox |
tree | commitdiff |
2005-09-05 |
Rob Landley | Fixes so "make allnoconfig" works again. |
tree | commitdiff |
2005-09-04 |
Rob Landley | General cleanup of command line parsing to allow "busyb... |
tree | commitdiff |
2005-09-01 |
Rob Landley | Busybox should only multiplex based on argv[1] when... |
tree | commitdiff |
2005-07-27 |
Mike Frysinger | use toplevel ARFLAGS and update default ARFLAGS to... |
tree | commitdiff |
2005-04-22 |
Mike Frysinger | output busybox help to stdout, not stderr |
tree | commitdiff |
2004-10-08 |
Eric Andersen | egor duda writes: |
tree | commitdiff |
2004-04-14 |
Eric Andersen | Larry Doolittle writes: |
tree | commitdiff |
2004-04-06 |
Eric Andersen | Fix it so usage is _always_ in sync with applets.c... |
tree | commitdiff |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
tree | commitdiff |
2004-02-22 |
Glenn L McGrath | Vodz. last_patch_128 |
tree | commitdiff |
2004-02-17 |
Manuel Novoa III | Patch from Florian Schirmer <jolt@tuxbox.org>. When... |
tree | commitdiff |
2004-02-01 |
Manuel Novoa III | Rewrite parse_config_file(). Among the old version... |
tree | commitdiff |
2003-11-07 |
Tim Riker | wrap bb help output if CONFIG_FEATURE_AUTOWIDTH |
tree | commitdiff |
2003-10-04 |
Glenn L McGrath | Woops, the previous patch reversal wasnt complete,... |
tree | commitdiff |
2003-10-03 |
Glenn L McGrath | Reverse my previous changes and make a note about why... |
tree | commitdiff |
2003-10-03 |
Glenn L McGrath | argc has already been decremented |
tree | commitdiff |
2003-10-03 |
Glenn L McGrath | Patch from Rob Landley, Simplify organisation of arguments. |
tree | commitdiff |
next |