aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko2010-06-041-900/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* date: optional support for %N. Closes bug 1861.Denys Vlasenko2010-06-041-0/+7
| | | | | | | | | | function old new delta date_main 862 1090 +228 clock_gettime - 41 +41 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 1/0 up/down: 269/0) Total: 269 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko2010-04-061-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tail: document FANCY flags in helptextBernhard Reutner-Fischer2010-02-261-0/+4
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* df: explain FANCY options in helptextBernhard Reutner-Fischer2010-02-261-0/+4
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* date: introduce FEATURE_DATE_COMPAT; shrinkDenys Vlasenko2010-01-231-0/+16
| | | | | | | function old new delta date_main 889 862 -27 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* chown: support long optionsMatheus Izvekov2010-01-231-0/+7
| | | | | | | | | function old new delta chown_longopts - 81 +81 chown_main 182 192 +10 Signed-off-by: Matheus Izvekov <mizvekov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix configure sha256sum problem. Closes bug 895Denys Vlasenko2010-01-131-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* dd: speed measurement. optional.Gabor Heja2009-10-141-1/+10
| | | | | | | | | | | | function old new delta dd_output_status 68 289 +221 dd_main 1463 1482 +19 write_and_stats 64 75 +11 packed_usage 26529 26526 -3 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/1 up/down: 251/-3) Total: 248 bytes Signed-off-by: Gabor Heja <kakaopor@kakaopor.hu> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTSDenys Vlasenko2009-10-021-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cp: add support for --parents and long option synonyms of short optsDenys Vlasenko2009-09-261-1/+9
| | | | | | | | | | | | | | By Ian Wienand (ianw AT vmware.com) function old new delta cp_main 257 369 +112 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 112/0) Total: 112 bytes text data bss dec hex filename 823000 458 6948 830406 cabc6 busybox_old 823283 458 6948 830689 cace1 busybox_unstripped Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tail: implement -FEric Lammerts2009-07-221-1/+1
| | | | | | | | function old new delta tail_main 1190 1494 +304 Signed-off-by: Eric Lammerts <busybox@lists.lammerts.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko2009-06-261-1/+1
| | | | | | | | | cpio: --verbose, --quiet, --to-stdout test: make 64-bit math enable-able for hush too dnsdomainname: alias to hostname -d hostname: support --fqdn, --domain, --file Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-8/+8
| | | | | Signed-off-by: Colin Watson <cjwatson@ubuntu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com)Denys Vlasenko2009-06-181-0/+6
| | | | | | | | | | | | | | | | function old new delta fsync_main - 128 +128 fdatasync - 39 +39 packed_usage 26596 26622 +26 applet_names 2098 2104 +6 applet_main 1240 1244 +4 applet_nameofs 620 622 +2 applet_install_loc 155 156 +1 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 5/0 up/down: 206/0) Total: 206 bytes Signed-off-by: Alexander Shishkin <virtuoso@slind.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* FEATURE_FANCY_ECHO needs to be accessible for hushDenis Vlasenko2009-04-071-1/+1
|
* - cosmetic typo in helptextBernhard Reutner-Fischer2009-02-141-1/+1
|
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-101-0/+12
| | | | | | | we will require sha256/512 code for new $5$ and $6$ style password hashes anyway, they are showing up already in people's /etc/passwd...
* setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko2008-09-161-1/+1
| | | | | | | | | | build system: fixlet for echo applet config function old new delta setfont_main 157 387 +230 ctoi - 75 +75 packed_usage 24921 24950 +29
* build system: echo and test features may be enabledDenis Vlasenko2008-08-291-2/+2
| | | | | | even if these applets are enabled as ash builtins only testsuite: add some awk tests
* df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko2008-08-281-3/+3
| | | | | | | | | | | | | | | by Bernhard Reutner-Fischer function old new delta df_main 664 795 +131 packed_usage 24812 24862 +50 make_human_readable_str 213 262 +49 static.ignored_mounts - 8 +8 static.unit_chars - 7 +7 static.zero_and_units 6 - -6 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 3/0 up/down: 245/-6) Total: 239 bytes
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-9/+10
| | | | - s/\. /. /g;# (me)
* sleep: make fractional seconds separately selectable in .configDenis Vlasenko2008-07-151-4/+19
|
* *: 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.