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