aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use perrorMsg and clean up exit status.kraai2000-12-052-10/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1380 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed the comments to match the code and renamed the function to a (hopefully)markw2000-12-055-15/+15
| | | | | | | more descriptive name, and as per the style guide. git-svn-id: svn://busybox.net/trunk/busybox@1379 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Matt Kraai to add v*error functions for handling varargmarkw2000-12-051-21/+21
| | | | | | | lists in a safe 'n sane fashion. git-svn-id: svn://busybox.net/trunk/busybox@1378 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use perrorMsg instead of perror and keep removing files if we encounterkraai2000-12-053-15/+17
| | | | | | | an error. git-svn-id: svn://busybox.net/trunk/busybox@1377 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changelog updateandersen2000-12-041-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1376 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Flag day warning!andersen2000-12-042-4/+4
| | | | | | | | Change TRUE and FALSE defines to normal C style TRUE=1, FALSE=0. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1375 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch to add in the -X option and fix the --exclude bug, originally byandersen2000-12-045-3/+61
| | | | | | | | Sebastien Huet, and now ported to the latest and greatest by both Arne Bernin <ab@netropol.de> and kent robotti <robotti@metconnect.com>. git-svn-id: svn://busybox.net/trunk/busybox@1373 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix typoandersen2000-12-021-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1371 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle so it will build the newdocs right.andersen2000-12-025-57/+49
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1370 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update for handling .udebs and building using a pristine source dir...andersen2000-12-015-88/+781
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1369 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc handling updatesandersen2000-12-011-7/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1368 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update some descriptionsandersen2000-12-011-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1367 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix yet another blunder. Create symlink correctly this time.andersen2000-12-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1366 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I forgot a "/". Oops.andersen2000-12-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1365 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More pristine source directory updates. It now worksandersen2000-12-018-34/+116
| | | | | | | | for me (including doing install). How about you? -Erik git-svn-id: svn://busybox.net/trunk/busybox@1364 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More updates for the Makefile to do BB_SRC_DIR. This isandersen2000-12-011-15/+48
| | | | | | | | primarily a patch from Larry Doolittle, but with updates from me to handle docs and link creation properly... git-svn-id: svn://busybox.net/trunk/busybox@1363 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make tar shutup on compileandersen2000-12-012-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1362 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,andersen2000-12-018-290/+6
| | | | | | | so no point acting like we do. git-svn-id: svn://busybox.net/trunk/busybox@1361 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stop using TRUE and FALSE for exit status.kraai2000-12-01132-373/+375
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1360 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply some patches from Gennady Feldman <gfeldman@mail.com> toandersen2000-11-303-117/+195
| | | | | | | | . /etc/profile, and to emulate bash prompt. I've cleaned up his patches a bit and all looks good now... git-svn-id: svn://busybox.net/trunk/busybox@1359 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Note new dependency.kraai2000-11-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1356 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Note an error if we are unable to list/extract specified files.kraai2000-11-302-4/+28
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1355 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle (with minor touchups from me so everything compilesandersen2000-11-3010-713/+302
| | | | | | | | and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes. git-svn-id: svn://busybox.net/trunk/busybox@1354 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix escape char problem.andersen2000-11-303-12/+39
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1353 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add "\r" to utility.c:process_escape_sequence() (from email aboutandersen2000-11-291-0/+3
| | | | | | | | "echo vs. optarg" from Larry Doolittle Tue, 28 Nov 2000 10:36:04 -0800) -Erik git-svn-id: svn://busybox.net/trunk/busybox@1352 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>andersen2000-11-292-58/+134
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1351 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply rev #2 of dd fix from Gennady Feldman.andersen2000-11-294-16/+46
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1350 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the changelog a bitandersen2000-11-291-1/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1349 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Moar Speling fickes frum Larry Doolittleandersen2000-11-292-11/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1348 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaborationandersen2000-11-291-6/+15
| | | | | | | | | with Matt Kraai <kraai@alumni.carnegiemellon.edu>) to allow for a pristine source directory -- where all the .o files and such are not placed into the source tree. Thanks Larry! git-svn-id: svn://busybox.net/trunk/busybox@1347 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to closeandersen2000-11-294-130/+100
| | | | | | | | | bug 1069. This shaves about 100 bytes from the executable, and about 200 bytes of heap usage. Also document the "-d" option in the usage message. git-svn-id: svn://busybox.net/trunk/busybox@1346 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to fix an infinate loop with ls -aRandersen2000-11-292-12/+64
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1345 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Finish commit of rpmunpack and add in scripts for undeb and unrpmandersen2000-11-296-10/+193
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1344 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch fromkent robotti:andersen2000-11-297-29/+29
| | | | | | | | | | | | Renamed unrpm to original rpmunpack, so you can use an included shell script called unrpm as a front end to it. There's also a shell script called undeb included for debian packages. Change undeb and unrpm scripts to work with the busybox tar and gunzip. git-svn-id: svn://busybox.net/trunk/busybox@1343 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Re-organized some sections and added a whole new section on avoiding themarkw2000-11-221-58/+204
| | | | | | | preprocessor. Comments welcome. git-svn-id: svn://busybox.net/trunk/busybox@1339 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix behavior when removal fails.kraai2000-11-222-6/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1338 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Check for archive errors even for files we aren't extracting.kraai2000-11-182-8/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1336 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed return status (thanks to David Douthitt for the fix).kraai2000-11-182-4/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1335 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed user and group name listing.kraai2000-11-182-44/+26
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1334 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added AdTran to the list of products using Busybox.markw2000-11-171-4/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1332 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle themarkw2000-11-172-48/+74
| | | | | | | special-case of using newlines as field delimiters. git-svn-id: svn://busybox.net/trunk/busybox@1331 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Numerous spelling / grammar corrections from Larry Doolittlemarkw2000-11-171-27/+52
| | | | | | | <ldoolitt@recycle.lbl.gov>, as well as a few additions / clarifications. git-svn-id: svn://busybox.net/trunk/busybox@1330 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "I will always compile before I commit."andersen2000-11-179-47/+71
| | | | | | | | | "I will always compile before I commit." "I will always compile before I commit." -Erik git-svn-id: svn://busybox.net/trunk/busybox@1324 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up builtin overrides, and hack in the binary search for findingandersen2000-11-179-105/+113
| | | | | | | matching applets into the shell. git-svn-id: svn://busybox.net/trunk/busybox@1323 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>.markw2000-11-172-8/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1322 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN.andersen2000-11-174-3/+62
| | | | | | | Make the sh default to using external commands when a path is provided. git-svn-id: svn://busybox.net/trunk/busybox@1321 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix typo pointed out by Michael Renzmann <renzmann@gmx.de>andersen2000-11-172-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1320 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add BB_CMP to xfopenandersen2000-11-171-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1318 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove the BSD advertising clause, and replace it with a link to howandersen2000-11-1412-234/+356
| | | | | | | the advertising clause has been retroactivly declared null and void. git-svn-id: svn://busybox.net/trunk/busybox@1303 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. I kant tipe.andersen2000-11-141-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1302 69ca8d6d-28ef-0310-b511-8ec308f3f277