ash: exec: Stricter pathopt parsing
[oweals/busybox.git] / applets /
2007-06-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-18 Denis Vlasenkomake "static linking against glibc" an #error, not...
2007-05-04 Denis Vlasenkoapplets: fix compile-time warning
2007-05-02 Denis Vlasenkofix suid config handling
2007-04-18 Denis Vlasenkomake "busybox" w/o args work again, and save 10 bytes...
2007-04-16 Denis Vlasenkoapplet.c: ruid is needed only if FEATURE_SUID=y
2007-04-16 Bernhard Reutner... - we unconditionally need ruid. Fixes build error in...
2007-04-14 Denis Vlasenkolineedit: nuke two unused variables and code which...
2007-04-14 Denis Vlasenkohush: use NOFORK applets as appropriate. Net reduction...
2007-04-12 Denis Vlasenkopass a copy of argv[i] to NOFORK applets (they may...
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkorename: run_applet_by_name -> run_applet_and_exit
2007-04-11 Denis Vlasenkoadd more convenient defines for [NO]MMU:
2007-04-10 Denis Vlasenkorandom NOMMU fixes. compressed --help really does work...
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-10 Bernhard Reutner... - very minor shrinkage (-3b)
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...
next