Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -11/+11 |
| | |||||
* | Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb | Glenn L McGrath | 2004-01-17 | 1 | -20/+23 |
| | |||||
* | Isolate code better for unused options, config option to enable long | Glenn L McGrath | 2003-12-26 | 1 | -3/+10 |
| | | | | options, add some conditions to the tar tests in testsuite. | ||||
* | tar -Z, uncompress support | Glenn L McGrath | 2003-11-18 | 1 | -0/+8 |
| | |||||
* | make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch | Glenn L McGrath | 2003-10-29 | 1 | -7/+10 |
| | | | | by Arthur Othieno | ||||
* | Andreas Mohr writes: | Eric Andersen | 2003-10-22 | 1 | -10/+10 |
| | | | | | | | | | | | 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 | ||||
* | trivial doc fix | Eric Andersen | 2003-08-22 | 1 | -2/+3 |
| | |||||
* | Patch from Thomas Cameron: | Eric Andersen | 2003-07-14 | 1 | -28/+28 |
| | | | | | | | | | | | 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. | ||||
* | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen | 2003-07-05 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Patch from Kent Robotti adding a bunch of menuconfig help | Eric Andersen | 2003-07-03 | 1 | -12/+27 |
| | |||||
* | Fix long standing bug with old gnu tar files, add a check so tar will | Glenn L McGrath | 2003-01-28 | 1 | -7/+10 |
| | | | | | | complain "unknown file type" if it tries to extract an oldgnu tar file and TAR_FEATURE_OLDGNU_COMPATABILITY sint defined. Print a warning if unisupported gnu extensions are encountered. | ||||
* | rpm applet by Laurence Anderson | Glenn L McGrath | 2002-12-10 | 1 | -1/+7 |
| | |||||
* | Add some help descriptions | Glenn L McGrath | 2002-12-06 | 1 | -10/+44 |
| | |||||
* | Kill the now obsolete docs/Configure.help file, and move all existing | Eric Andersen | 2002-12-05 | 1 | -2/+22 |
| | | | | | help texts into their respective Config.in file. -Erik | ||||
* | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | 2002-12-05 | 1 | -0/+158 |
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik |