aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
AgeCommit message (Collapse)Author
2006-02-21Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).)
2006-02-06Bug 677: there are apparently still people using telnet.Rob Landley
2006-01-25support 64 arith. Close bug 136"Vladimir N. Oleynik"
2006-01-25just whitespaceTim Riker
2006-01-19- cleanup Config.in. Use "select CONFIG_FOO" and add the correspondingBernhard Reutner-Fischer
"depends on CONFIG_BAR" instead of the if !CONFIG_FOO ...default y stanza.
2006-01-17- make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig.Bernhard Reutner-Fischer
- use shorter boilerplate.
2005-10-08Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it.Rob Landley
2005-09-24re-order a little for alphabeticalMike Frysinger
2005-09-21- add applet nohup(1)Bernhard Reutner-Fischer
2005-08-09implemented a builtin echo command in ash. moved the guts of thePaul Fox
echo applet into libbb, and now call bb_echo() from both echo.c and ash.c
2005-08-01commiting patch from bug 71:Paul Fox
0000071: patch: implement "--color" option for ls coloring control
2005-07-01Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and ↵Mike Frysinger
WTMP options
2005-05-11Small comm implementatin from Rob Sullivan. Needed to build perl.Rob Landley
2005-04-23stat implementation based upon coreutilsMike Frysinger
2005-04-21grab sum from coreutils, clean it up, and make it busybox happyMike Frysinger
2005-04-21add a printenv implementationMike Frysinger
2005-02-13Add 'nice' and replace 'renice' with a new implementation.Manuel Novoa III
2005-01-24Sort rewrite to be SUSv3 compliant. New config option, updated help, andRob Landley
a couple of infrastructure bits.
2004-08-11Patch from Bastian Blank to add 64 bit support to the test command.Glenn L McGrath
Example of broken usage: ./busybox test 2147483648 -gt 2147483648
2004-07-30Fixup getty, login, etc so the utmp and wtmp are updated, allowingEric Andersen
the 'who' and 'last' applets among other things to work as expected. -Erik
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-05Close bracket in description from Peter Willis's eject appletGlenn L McGrath
2004-01-27New applet, seq. No options, just the basics.Glenn L McGrath
2003-12-08Bring usage upto date, patch by Steven ScholzGlenn L McGrath
2003-11-10Merge common parts of sha1sum and md5sum, which is everything except theGlenn L McGrath
algorithms. Move algorithms to hash_fd and make them available via a common function.
2003-10-31Move the tail -c option from FANCY_TAIL to the default tail, this makesGlenn L McGrath
the default tail options conform to SUSv3, with the non-SUS option all in FANCY_TAIL
2003-10-31Remove config options for sort -u and sort -r, they are always enabledGlenn L McGrath
2003-10-22Andreas Mohr writes:Eric Andersen
the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
2003-09-24Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath
chgrp and install.
2003-08-26Woops, depend on SHA1 not the optionGlenn L McGrath
2003-08-26SHA1 options depend on SHA1Glenn L McGrath
2003-08-19TypoGlenn L McGrath
2003-07-26There should be only one instance of CONFIG_FEATURE_AUTOWIDTHEric Andersen
2003-07-14Patch from Thomas Cameron:Eric Andersen
Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
2003-07-05Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen
-Erik
2003-07-03Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen
2003-06-26Make sure we end up with a unix2dos link to busyboxEric Andersen
2003-06-08sha1sum option to compare checksumsGlenn L McGrath
2003-04-27New applet, foldGlenn L McGrath
2003-04-04Add more help textEric Andersen
2003-04-04Test that cvs commit messages are working properlyEric Andersen
-Erik
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-17New applet sha1sumGlenn L McGrath
2003-02-15Merge fileutils, textutils and shellutils into coreuilsGlenn L McGrath