aboutsummaryrefslogtreecommitdiff
path: root/Config.in
AgeCommit message (Expand)Author
2021-04-01TypoRob Landley
2020-12-06Remove CONFIG_TOYBOX_I18N and just always support utf8.Rob Landley
2020-10-28Tweak help text again.Rob Landley
2020-08-07People have been having trouble finding the toybox web page (despite beingRob Landley
2020-02-17Rename config symbol now that we've worked around the worst of the breakage.Rob Landley
2019-09-04Add instructions for doing install_flat by hand.Rob Landley
2019-03-10timeout: --foreground, --preserve-status, and --signal.Elliott Hughes
2019-03-03Doc tweak.Rob Landley
2019-02-23Bumper typo cleanup.Elliott Hughes
2018-10-21Document % argument suffixes in toybox --help.Rob Landley
2017-05-08Remove old uClibc compatibility glue. It's been 5 years since the last release.Rob Landley
2017-04-30Implement zlib-based gzip/gunzip/zcat.Elliott Hughes
2017-03-20Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments,Rob Landley
2016-10-05Explain some generic argument parsing features in toybox --help.Rob Landley
2016-10-01Move --version handling next to --help handling, so it applies to all commands.Rob Landley
2016-07-15Add optional openssl accelerated versions of hash functions, loosely based onRob Landley
2015-08-29Menuconfig option for musl-libc pretending mmu is just pining for the fijords.Rob Landley
2015-07-31Whitespace.Rob Landley
2015-04-15Put SELINUX in a a menu, and add config option for SMACK.Rob Landley
2015-04-08Update multiplexer help text for --versionRob Landley
2015-01-16This patch adds a TOYBOX_SELINUX configuration option to control bothElliott Hughes
2014-10-20Add TOYBOX_NORECURSE so xexec() won't make internal function calls.Rob Landley
2014-09-20Typo from the dawn of time: toybox is not capitalized the way BusyBox was.Rob Landley
2014-08-18Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_...Rob Landley
2014-06-10Update toybox help to say how to install the static binary.Rob Landley
2013-08-30Add scripts/single.sh to build individual non-multiplexed standalone commands.Rob Landley
2013-07-19Start of TOYBOX_SINGLE support, for building standalone commands with no mult...Rob Landley
2013-06-30Add config option for --help support in all commands.Rob Landley
2013-06-16Typo fixRob Landley
2013-04-14Move guts of help command into show_help() in lib/help.c, with config TOYBOX_...Rob Landley
2013-04-14Tweak help text.Rob Landley
2012-11-21Make internalization support optionalFelix Janda
2012-10-21Put the commands at the start of menuconfig and the toybox library options at...Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley
2012-02-23Don't mix the the probed symbols with the command symbols.Rob Landley
2012-02-02Commit 415 needs the other two files. (Oops.)Rob Landley
2010-01-05Add TOYBOX_SUID.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley
2007-10-11Promote help to global config option, teach error_exit() to output usage mess...Rob Landley
2007-01-31Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.Rob Landley
2006-11-19New option parsing infrastructure (doesn't use getopt). Hook it up toRob Landley
2006-11-02Thinko: the Config.in for the toys should be in ./toys, not ./lib.Rob Landley
2006-11-01The Config files don't need the CONFIG_ prefix.landley
2006-10-31Add menuconfig, plus some basic Config info, lots of which is just futurelandley