summaryrefslogtreecommitdiff
path: root/coreutils/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-3/+3
| | | | | | | | | | | | | | */Config.in: fixes to text svlogd: make it NOMMU capable function old new delta processorstart 378 420 +42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes text data bss dec hex filename 797153 662 7420 805235 c4973 busybox_old 797196 662 7420 805278 c499e busybox_unstripped
* forgotten bit of rmdir long options supportDenis Vlasenko2008-02-241-0/+8
|
* tac: new applet. ~240 bytes.Denis Vlasenko2008-01-061-0/+6
| | | | | | | Copyright (C) 2003 Yang Xiaopeng <yxp at hanwang.com.cn> Copyright (C) 2007 Natanael Copa <natanael.copa@gmail.com> Copyright (C) 2007 Tito Ragusa <farmatito@tiscali.it>
* df: add -i (conditional on CONFIG)Denis Vlasenko2007-11-151-0/+7
| | | | | uasge: trim a bit
* expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko2007-08-131-0/+26
|
* move several applets to more correct ex-project. No code changes.Denis Vlasenko2007-06-121-47/+14
|
* - move additional fancy options not mandated by SUSv3 into a FANCY optionBernhard Reutner-Fischer2007-03-281-2/+9
|
* - rough prototype for split(1). TODO: Still needs some love since it's way ↵Bernhard Reutner-Fischer2007-03-251-0/+8
| | | | | | | too big.. text data bss dec hex filename 602 4 0 606 25e coreutils/split.o
* build system overhaulDenis Vlasenko2006-10-051-150/+150
|
* wc: optionally support very large files in wcDenis Vlasenko2006-09-291-0/+7
|
* whitespace cleanupDenis Vlasenko2006-09-171-5/+5
|
* made "test" an ash built-in.Paul Fox2006-06-081-2/+2
| | | | | | | | | | | | | | | | | | | moved the contents of libbb/bb_echo.c back into coreutils/echo.c, which is a more reasonable place for them than libbb. this forces anyone who wants echo and test to be builtin to ash to also have them available as applets. their cost is very small, and the number of people who wouldn't want them as applets is also very small. added warning about shell builtins vs. CONFIG_FEATURE_SH_STANDALONE_SHELL, which conflicts with their use. thanks to nathanael copa for debugging help. some string size optimization in test.c may have been lost with this commit, but this is a good new baseline.
* Remove a config entry that leaked in from my tree before I decided toRob Landley2006-06-061-7/+1
| | | | implement cat -v as a separate applet.
* Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,Rob Landley2006-05-311-0/+6
| | | | | | | | | | | | | | | | | | the following of which (from cat.c) belongs in svn history instead of the source code: /* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) * * This is a new implementation of 'cat' which aims to be SUSv3 compliant. * * Changes from the previous implementation include: * 1) Multiple '-' args are accepted as required by SUSv3. The previous * implementation would close stdin and segfault on a subsequent '-'. * 2) The '-u' options is required by SUSv3. Note that the specified * behavior for '-u' is done by default, so all we need do is accept * the option. */
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-1/+29
| | | | | | Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts
* Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to addRob Landley2006-05-161-0/+8
| | | | | | ibs and obs support to dd, and made it configurable. I cleaned it up a bit further and moved conv= into the same config option.
* - add helptext for CONFIG_UNIX2DOSBernhard Reutner-Fischer2006-05-051-0/+3
|
* Patch from Jason Schoon to add optional SIGUSR1 support to dd.Rob Landley2006-05-021-0/+12
|
* Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix aRob Landley2006-04-251-1/+8
| | | | DEFALT typo in du while I was there.
* New applet cksum, from Rob Sullivan.Rob Landley2006-04-181-0/+6
|
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-28/+28
| | | | to do it in Config.in.
* - new applet diff. Rob Sullivan writes:Bernhard Reutner-Fischer2006-04-061-0/+32
| | | | | | | | | | Here's my attempt at a mini diff applet - it's adapted from the code at http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/diff/, and only supports unified diffs. I've busyboxified everything to a reasonable degree, so I think the code is suitable enough to be included, but there's still a fair bit of cleaning up to be done.
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley2006-02-211-15/+0
| | | | md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).)
* Bug 677: there are apparently still people using telnet.Rob Landley2006-02-061-8/+8
|
* support 64 arith. Close bug 136"Vladimir N. Oleynik"2006-01-251-0/+9
|
* just whitespaceTim Riker2006-01-251-2/+2
|
* - cleanup Config.in. Use "select CONFIG_FOO" and add the correspondingBernhard Reutner-Fischer2006-01-191-70/+37
| | | | "depends on CONFIG_BAR" instead of the if !CONFIG_FOO ...default y stanza.
* - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig.Bernhard Reutner-Fischer2006-01-171-0/+15
| | | | - use shorter boilerplate.
* Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it.Rob Landley2005-10-081-1/+20
|
* re-order a little for alphabeticalMike Frysinger2005-09-241-7/+7
|
* - add applet nohup(1)Bernhard Reutner-Fischer2005-09-211-0/+6
|
* implemented a builtin echo command in ash. moved the guts of thePaul Fox2005-08-091-0/+1
| | | | | | echo applet into libbb, and now call bb_echo() from both echo.c and ash.c
* commiting patch from bug 71:Paul Fox2005-08-011-2/+14
| | | | | 0000071: patch: implement "--color" option for ls coloring control
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and ↵Mike Frysinger2005-07-011-1/+1
| | | | WTMP options
* Small comm implementatin from Rob Sullivan. Needed to build perl.Rob Landley2005-05-111-0/+7
|
* stat implementation based upon coreutilsMike Frysinger2005-04-231-0/+15
|
* grab sum from coreutils, clean it up, and make it busybox happyMike Frysinger2005-04-211-0/+6
|
* add a printenv implementationMike Frysinger2005-04-211-0/+6
|
* Add 'nice' and replace 'renice' with a new implementation.Manuel Novoa III2005-02-131-0/+6
|
* Sort rewrite to be SUSv3 compliant. New config option, updated help, andRob Landley2005-01-241-0/+12
| | | | a couple of infrastructure bits.
* Patch from Bastian Blank to add 64 bit support to the test command.Glenn L McGrath2004-08-111-0/+7
| | | | Example of broken usage: ./busybox test 2147483648 -gt 2147483648
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingEric Andersen2004-07-301-0/+1
| | | | | the 'who' and 'last' applets among other things to work as expected. -Erik
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
|
* Close bracket in description from Peter Willis's eject appletGlenn L McGrath2004-03-051-1/+1
|
* New applet, seq. No options, just the basics.Glenn L McGrath2004-01-271-0/+6
|
* Bring usage upto date, patch by Steven ScholzGlenn L McGrath2003-12-081-2/+4
|
* Merge common parts of sha1sum and md5sum, which is everything except theGlenn L McGrath2003-11-101-8/+11
| | | | | | algorithms. Move algorithms to hash_fd and make them available via a common function.
* Move the tail -c option from FANCY_TAIL to the default tail, this makesGlenn L McGrath2003-10-311-2/+3
| | | | | the default tail options conform to SUSv3, with the non-SUS option all in FANCY_TAIL
* Remove config options for sort -u and sort -r, they are always enabledGlenn L McGrath2003-10-311-16/+0
|
* Andreas Mohr writes:Eric Andersen2003-10-221-9/+9
| | | | | | | | | | | 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