Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-06-26 | Make sure we end up with a unix2dos link to busybox | Eric Andersen | |
2003-06-08 | sha1sum option to compare checksums | Glenn L McGrath | |
2003-04-27 | New applet, fold | Glenn L McGrath | |
2003-04-04 | Add more help text | Eric Andersen | |
2003-04-04 | Test that cvs commit messages are working properly | Eric Andersen | |
-Erik | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-02-17 | New applet sha1sum | Glenn L McGrath | |
2003-02-15 | Merge fileutils, textutils and shellutils into coreuils | Glenn L McGrath | |