summaryrefslogtreecommitdiff
path: root/usage.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-11-29Patch from Matt Kraai to fix an infinate loop with ls -aREric Andersen2-12/+64
2000-11-29Finish commit of rpmunpack and add in scripts for undeb and unrpmEric Andersen6-10/+193
2000-11-29Apply a patch fromkent robotti:Eric Andersen7-29/+29
2000-11-22Re-organized some sections and added a whole new section on avoiding theMark Whitley1-58/+204
2000-11-22Fix behavior when removal fails.Matt Kraai2-6/+10
2000-11-18Check for archive errors even for files we aren't extracting.Matt Kraai2-8/+16
2000-11-18Fixed return status (thanks to David Douthitt for the fix).Matt Kraai2-4/+12
2000-11-18Fixed user and group name listing.Matt Kraai2-44/+26
2000-11-17Added AdTran to the list of products using Busybox.Mark Whitley1-4/+9
2000-11-17Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle theMark Whitley2-48/+74
2000-11-17Numerous spelling / grammar corrections from Larry DoolittleMark Whitley1-27/+52
2000-11-17"I will always compile before I commit."Eric Andersen9-47/+71
2000-11-17Fix up builtin overrides, and hack in the binary search for findingEric Andersen9-105/+113
2000-11-17Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>.Mark Whitley2-8/+4
2000-11-17Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN.Eric Andersen4-3/+62
2000-11-17Fix typo pointed out by Michael Renzmann <renzmann@gmx.de>Eric Andersen2-3/+3
2000-11-17Add BB_CMP to xfopenEric Andersen1-1/+3
2000-11-14Remove the BSD advertising clause, and replace it with a link to howEric Andersen12-234/+356
2000-11-14Oops. I kant tipe.Eric Andersen1-1/+1
2000-11-14Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato,Mark Whitley2-224/+122
2000-11-14Grammer fix. Changed "longer then" to "longer than". Fix thanks to JimEric Andersen3-10/+10
2000-11-14Patch from Gennady Feldman <gfeldman@tradeline.net> to:Eric Andersen3-69/+102
2000-11-14Ulp. "expr" listed as a second "echo" (oops) -- thanks to David DouthittEric Andersen1-2/+2
2000-11-14Add in ZdiskEric Andersen1-0/+1
2000-11-14Remove unneeded junkEric Andersen2-8/+0
2000-11-08Move flush_outbuf to the file in which it is used, and by doing so fix aMatt Kraai4-30/+28
2000-11-08Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others IMatt Kraai2-48/+30
2000-11-07Cleanup of duplicated symbols -- found by compiling withEric Andersen8-104/+74
2000-11-03Removed REG_NEWLINE from regcomp to fix the same bug found in grep where itMark Whitley2-2/+2
2000-11-03Now, what was that logic block doing up there?Mark Whitley2-12/+12
2000-11-03Re-worked the support for s///p, fixed a backref limit buglet, and cleaned upMark Whitley4-148/+172
2000-11-02Warning cleanup from Gennady FeldmanEric Andersen2-18/+20
2000-10-30Fix uname problem that was breaking poweroff.Eric Andersen6-65/+19
2000-10-29This was redundantEric Andersen2-2/+0
2000-10-28Make fbset compile with the readmode feature by pulling defs from fb.h.Matt Kraai2-0/+18
2000-10-28Make features independent.Matt Kraai2-10/+42
2000-10-28We also need to declare info if the USERNAMES feature is enabled.Matt Kraai2-4/+8
2000-10-27Add in -lgcc to add needed symbold when linking vs uclibc.Eric Andersen1-2/+2
2000-10-27Oops. I never committed this. Update version to 0.48pre...Eric Andersen4-3/+9
2000-10-26Silence a warning,Eric Andersen2-2/+2
2000-10-26This was broken when applets moved to applets.h. Fix it.Eric Andersen2-2/+2
2000-10-25Fixed error handling and TRUE/FALSE usage.Matt Kraai2-6/+4
2000-10-25Restore --help handling I mistakenly removed.Matt Kraai2-2/+8
2000-10-25Avoid reinventing the wheel (and thus save some space).Matt Kraai2-52/+26
2000-10-25Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSEMatt Kraai5-90/+66
2000-10-25Cleaned up error handling, TRUE/FALSE usage, and other minor issues.Matt Kraai2-46/+26
2000-10-25Clean up error handling and uses of TRUE/FALSE.Matt Kraai2-28/+16
2000-10-25Cleaned up error handling and uses of TRUE/FALSE.Matt Kraai2-6/+4
2000-10-25Cleaned up error message handling.Matt Kraai2-32/+32
2000-10-25Added a fatalPerror function to simplify error handling.Matt Kraai5-8/+23