Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-09-29 | wc: optionally support very large files in wc | Denis Vlasenko | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-06-08 | made "test" an ash built-in. | Paul Fox | |
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. | |||
2006-06-06 | Remove a config entry that leaked in from my tree before I decided to | Rob Landley | |
implement cat -v as a separate applet. | |||
2006-05-31 | Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, | Rob Landley | |
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. */ | |||
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | |
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 | |||
2006-05-16 | Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add | Rob Landley | |
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. | |||
2006-05-05 | - add helptext for CONFIG_UNIX2DOS | Bernhard Reutner-Fischer | |
2006-05-02 | Patch from Jason Schoon to add optional SIGUSR1 support to dd. | Rob Landley | |
2006-04-25 | Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a | Rob Landley | |
DEFALT typo in du while I was there. | |||
2006-04-18 | New applet cksum, from Rob Sullivan. | Rob Landley | |
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | |
to do it in Config.in. | |||
2006-04-06 | - new applet diff. Rob Sullivan writes: | Bernhard Reutner-Fischer | |
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. | |||
2006-02-21 | Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked | Rob Landley | |
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).) | |||
2006-02-06 | Bug 677: there are apparently still people using telnet. | Rob Landley | |
2006-01-25 | support 64 arith. Close bug 136 | "Vladimir N. Oleynik" | |
2006-01-25 | just whitespace | Tim Riker | |
2006-01-19 | - cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding | Bernhard 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-08 | Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it. | Rob Landley | |
2005-09-24 | re-order a little for alphabetical | Mike Frysinger | |
2005-09-21 | - add applet nohup(1) | Bernhard Reutner-Fischer | |
2005-08-09 | implemented a builtin echo command in ash. moved the guts of the | Paul Fox | |
echo applet into libbb, and now call bb_echo() from both echo.c and ash.c | |||
2005-08-01 | commiting patch from bug 71: | Paul Fox | |
0000071: patch: implement "--color" option for ls coloring control | |||
2005-07-01 | Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and ↵ | Mike Frysinger | |
WTMP options | |||
2005-05-11 | Small comm implementatin from Rob Sullivan. Needed to build perl. | Rob Landley | |
2005-04-23 | stat implementation based upon coreutils | Mike Frysinger | |
2005-04-21 | grab sum from coreutils, clean it up, and make it busybox happy | Mike Frysinger | |
2005-04-21 | add a printenv implementation | Mike Frysinger | |
2005-02-13 | Add 'nice' and replace 'renice' with a new implementation. | Manuel Novoa III | |
2005-01-24 | Sort rewrite to be SUSv3 compliant. New config option, updated help, and | Rob Landley | |
a couple of infrastructure bits. | |||
2004-08-11 | Patch 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-30 | Fixup getty, login, etc so the utmp and wtmp are updated, allowing | Eric Andersen | |
the 'who' and 'last' applets among other things to work as expected. -Erik | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-05 | Close bracket in description from Peter Willis's eject applet | Glenn L McGrath | |
2004-01-27 | New applet, seq. No options, just the basics. | Glenn L McGrath | |
2003-12-08 | Bring usage upto date, patch by Steven Scholz | Glenn L McGrath | |
2003-11-10 | Merge common parts of sha1sum and md5sum, which is everything except the | Glenn L McGrath | |
algorithms. Move algorithms to hash_fd and make them available via a common function. | |||
2003-10-31 | Move the tail -c option from FANCY_TAIL to the default tail, this makes | Glenn L McGrath | |
the default tail options conform to SUSv3, with the non-SUS option all in FANCY_TAIL | |||
2003-10-31 | Remove config options for sort -u and sort -r, they are always enabled | Glenn L McGrath | |
2003-10-22 | Andreas 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-24 | Add the "install" applet, move get_ug_id to libbb as its used by chown, | Glenn L McGrath | |
chgrp and install. | |||
2003-08-26 | Woops, depend on SHA1 not the option | Glenn L McGrath | |
2003-08-26 | SHA1 options depend on SHA1 | Glenn L McGrath | |
2003-08-19 | Typo | Glenn L McGrath | |
2003-07-26 | There should be only one instance of CONFIG_FEATURE_AUTOWIDTH | Eric Andersen | |
2003-07-14 | Patch 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-05 | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen | |
-Erik | |||
2003-07-03 | Patch from Kent Robotti adding a bunch of menuconfig help | Eric Andersen | |