disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents
[oweals/busybox.git] / include / applets.src.h
2011-01-26 Denys Vlasenkodisable length applet. ${#var} and echo -n "$var" ...
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-18 Denys Vlasenkodisable automatic selection of FEATURE_SUID; improve...
2011-01-09 Denys Vlasenkostop giving root rights to dnsd, ipcrm, ipcs
2011-01-03 Denys Vlasenkoexplain every non-SUID_DROP applet. No code changes
2010-12-13 Denys Vlasenkonmeter: deprecate %NNNd specified, use -d MSEC instead
2010-12-05 Joachim Nilssonbuild system: fix "make install" to skip /usr when...
2010-12-01 Denys Vlasenkotouch: fix help text to not show options disabled in...
2010-11-28 Joachim Nilssonping: add -t TTL option
2010-11-22 Denys Vlasenkopatch: remove out-of-file build machinery
2010-10-15 Denys Vlasenkomodutils/*: move applet bits into corresponding *.c...
2010-10-15 Denys Vlasenkodate: move applet and usage bits to date.c
2010-10-12 Denys Vlasenkoinit/*: move applet/kbuild/config/help bits into applet...
2010-10-12 Denys Vlasenkotweaks to build system, mainly making menuconfig text...
2010-10-01 Dan FandrichMarked some more applets NOEXEC/NOFORK
2010-09-14 Denys Vlasenkosleep: make it non-NOFORK. Fixes ^C in standalone shell
2010-09-06 Denys Vlasenkoshell: remove lash and bbsh
2010-07-16 Denys Vlasenkocttyhack: move build system bits into cttyhack.c, no...
2010-07-16 Denys Vlasenkoash: move config stuff into ash.c, no code chages
2010-07-16 Denys Vlasenkohush: make set -x support optional
2010-06-15 Denys Vlasenkofindutils/*: move usage and applet bits to *.c files
2010-06-05 Denys Vlasenkomake it possible to have include/applets.h-esque entrie...