aboutsummaryrefslogtreecommitdiff
path: root/include/applets.src.h
AgeCommit message (Expand)Author
2014-08-17taskset: support CPU masks for more than 64 CPUsDenys Vlasenko
2014-04-30crond: tweak help text, make course less crypticDenys Vlasenko
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko
2013-11-20rfkill: use new-style config/kbuild/appletDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-13switch editors/* to embedded-in-source kbuild systemDenys Vlasenko
2013-11-12awk: optionally support -e AWK_PROGSven-Göran Bergh
2013-11-12fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko
2013-11-09fstrim: New appletMalek Degachi
2013-10-06wall: access FILE under real user's credentialsDenys Vlasenko
2013-07-26buildsys: Add helper to list suid appletsBernhard Reutner-Fischer
2013-03-27man: install to /usr/bin, not /sbinDenys Vlasenko
2013-01-14sha3sum: new appletLauri Kasanen
2012-06-20adduser: install to /usr, not /, like all other similar toolsDenys Vlasenko
2012-06-20Move several applets to different install dir:Denys Vlasenko
2011-09-19mdev: expand --help so that it's actually useful.Denys Vlasenko
2011-08-16hostid: fix behavior on identifiers starting with zerosPere Orga
2011-08-09remove extra IF_WHO()Denys Vlasenko
2011-06-27vi: fix regex search, make it selectable in configWalter Harms
2011-06-21groups: new appletTito Ragusa
2011-01-26disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...Denys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-18disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko
2011-01-09stop giving root rights to dnsd, ipcrm, ipcsDenys Vlasenko
2011-01-03explain every non-SUID_DROP applet. No code changesDenys Vlasenko
2010-12-13nmeter: deprecate %NNNd specified, use -d MSEC insteadDenys Vlasenko
2010-12-05build system: fix "make install" to skip /usr when configured soJoachim Nilsson
2010-12-01touch: fix help text to not show options disabled in .configDenys Vlasenko
2010-11-28ping: add -t TTL optionJoachim Nilsson
2010-11-22patch: remove out-of-file build machineryDenys Vlasenko
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko
2010-10-15date: move applet and usage bits to date.cDenys Vlasenko
2010-10-12init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich
2010-09-14sleep: make it non-NOFORK. Fixes ^C in standalone shellDenys Vlasenko
2010-09-06shell: remove lash and bbshDenys Vlasenko
2010-07-16cttyhack: move build system bits into cttyhack.c, no code changesDenys Vlasenko
2010-07-16ash: move config stuff into ash.c, no code chagesDenys Vlasenko
2010-07-16hush: make set -x support optionalDenys Vlasenko
2010-06-15findutils/*: move usage and applet bits to *.c filesDenys Vlasenko
2010-06-06make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko