aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.src
AgeCommit message (Expand)Author
2018-06-06restore documentation on the build config languageKartik Agaram
2017-07-21config: deindent all help textsDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Remove remnants of disabled "length" appletDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko
2015-10-30stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko
2015-08-03uname: make OS name configurableRon Yorston
2015-07-21sync: add support for -d -f FILEDenys Vlasenko
2015-05-25typo fixesManinder Singh
2015-02-07dd: add optional support for status=noxfer/noneAri Sundholm
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko
2014-01-10tail: adjust help/usage textsCristian Ionescu-Idbohrn
2013-01-14sha3sum: new appletLauri Kasanen
2011-08-16hostid: fix behavior on identifiers starting with zerosPere Orga
2011-08-09users: new applet.Tito Ragusa
2011-06-21groups: new appletTito Ragusa
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-01-26disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...Denys Vlasenko
2010-12-01touch: fix help text to not show options disabled in .configDenys Vlasenko
2010-08-01stty: sort out preprocessor conditionalsJeremie Koenig
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko