hush: add #defines to switch off break/continue if loops are not supported
[oweals/busybox.git] / applets /
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-02 Denis Vlasenkouname,individual: fix improper printf usage
2008-06-13 Denis Vlasenkoudhcpc: kill undocumented -W, it was a no-op.
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-04-27 Denis Vlasenkocp: fix "cp -RL" to create regular files even if src...
2008-04-08 Denis VlasenkoAvoid linking in printf/bsearch if possible. -20k for...
2008-04-01 Denis Vlasenkoshells: do not frocibly enable test, echo and kill...
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-02-22 Denis Vlasenkosmall code readability and typo fixes
2008-02-09 Denis Vlasenkobuild system: make it do without od -t
2008-01-05 Denis Vlasenkops: add conditional support for -o [e]time
2008-01-04 Denis VlasenkoMakefile.help: removing allbareconfig target from help
2007-12-28 Denis Vlasenkotrylink: instead of build error, disable --gc-sections...
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-12-10 Denis Vlasenkoinit: remove superfluous forks and messing up with...
2007-11-29 Denis VlasenkoFurther optimize applet tables; prettify build output
2007-11-28 Denis Vlasenkoforgotten part of previous commit
2007-11-28 Denis Vlasenkoreorganize applet table. Eliminates pointers to names.
2007-11-05 Denis Vlasenkofix incorrect text of link-time error message. No code...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-10 Denis VlasenkoMove applets/applet.c into libbb, allows to get rid...
2007-10-10 Denis Vlasenkoget rid of global "struct bb_applet *current_applet"
2007-10-07 Denis Vlasenkomake --help work for "individual applets" too.
2007-10-07 Denis Vlasenkolibbusybox: move (possibly compressed) help stuff into...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-09-20 Denis Vlasenkoremove stray 8-bit chars from copyright banner
2007-09-05 Denis Vlasenkobusybox --install -s: prevent puzzling "/bin/busybox...
2007-08-25 Denis Vlasenkosupport "#!/bin/busybox"-style wrappers. Needed for...
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-12 Denis Vlasenkofix out-of-source-tree build
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-14 Denis Vlasenkoapplets/Kbuild: straighten it a bit
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-12 Denis Vlasenkofix "--help prints usage for wrong applet" bug
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...
next