aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato,markw2000-11-142-224/+122
| | | | | | | Mr. Robotti...) Closes bug #1065. git-svn-id: svn://busybox.net/trunk/busybox@1301 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jimandersen2000-11-143-10/+10
| | | | | | | Gleason <jimg@lineo.com>. git-svn-id: svn://busybox.net/trunk/busybox@1300 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Gennady Feldman <gfeldman@tradeline.net> to:andersen2000-11-143-69/+102
| | | | | | | | | 1. Opens redirections w/ the right access. 2. Doesn't do globbing for every single parameter (so it doesn't stat every parameter). git-svn-id: svn://busybox.net/trunk/busybox@1299 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ulp. "expr" listed as a second "echo" (oops) -- thanks to David Douthittandersen2000-11-141-2/+2
| | | | | | | for noticing.... git-svn-id: svn://busybox.net/trunk/busybox@1298 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in Zdiskandersen2000-11-141-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1297 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove unneeded junkandersen2000-11-142-8/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1296 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move flush_outbuf to the file in which it is used, and by doing so fix akraai2000-11-084-30/+28
| | | | | | | nasty error dealing with two different variables with the same name. git-svn-id: svn://busybox.net/trunk/busybox@1294 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others Ikraai2000-11-082-48/+30
| | | | | | | introduced. git-svn-id: svn://busybox.net/trunk/busybox@1293 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup of duplicated symbols -- found by compiling withandersen2000-11-078-104/+74
| | | | | | | LDFLAGS += -Wl,-warn-common git-svn-id: svn://busybox.net/trunk/busybox@1292 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed REG_NEWLINE from regcomp to fix the same bug found in grep where itmarkw2000-11-032-2/+2
| | | | | | | | would not match blank lines (bug #1064). Followed Matt Kraii's suit on his 1.42 revision of grep. Tested it, works. git-svn-id: svn://busybox.net/trunk/busybox@1284 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Now, what was that logic block doing up there?markw2000-11-032-12/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1283 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Re-worked the support for s///p, fixed a backref limit buglet, and cleaned upmarkw2000-11-034-148/+172
| | | | | | | | | a few other ugly places (do_subst_command got a much-needed overhaul). Also took out BB_FEATURE_SED_PATTERN_SPACE from Config.h[.Hurd] as the 'p' is now a standard feature (adds almost no bloat). git-svn-id: svn://busybox.net/trunk/busybox@1282 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Warning cleanup from Gennady Feldmanandersen2000-11-022-18/+20
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1281 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix uname problem that was breaking poweroff.andersen2000-10-306-65/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1275 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This was redundantandersen2000-10-292-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1269 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make fbset compile with the readmode feature by pulling defs from fb.h.kraai2000-10-282-0/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1266 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make features independent.kraai2000-10-282-10/+42
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1265 69ca8d6d-28ef-0310-b511-8ec308f3f277
* We also need to declare info if the USERNAMES feature is enabled.kraai2000-10-282-4/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1264 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in -lgcc to add needed symbold when linking vs uclibc.andersen2000-10-271-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1258 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. I never committed this. Update version to 0.48pre...andersen2000-10-274-3/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1256 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Silence a warning,andersen2000-10-262-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1249 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This was broken when applets moved to applets.h. Fix it.andersen2000-10-262-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1243 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed error handling and TRUE/FALSE usage.kraai2000-10-252-6/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1242 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Restore --help handling I mistakenly removed.kraai2000-10-252-2/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1241 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Avoid reinventing the wheel (and thus save some space).kraai2000-10-252-52/+26
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1240 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSEkraai2000-10-255-90/+66
| | | | | | | uses, and other minor fixes. git-svn-id: svn://busybox.net/trunk/busybox@1239 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleaned up error handling, TRUE/FALSE usage, and other minor issues.kraai2000-10-252-46/+26
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1238 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Clean up error handling and uses of TRUE/FALSE.kraai2000-10-252-28/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1237 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleaned up error handling and uses of TRUE/FALSE.kraai2000-10-252-6/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1236 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleaned up error message handling.kraai2000-10-252-32/+32
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1235 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a fatalPerror function to simplify error handling.kraai2000-10-255-8/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1234 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix for bug #1068 from Kent Robottibug12000-10-252-4/+8
| | | | | | | Call perror and exit instead of fatalError git-svn-id: svn://busybox.net/trunk/busybox@1230 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary searchmarkw2000-10-254-732/+804
| | | | | | | | to locate applets, rather than a linear search. Also, broke out the listing of applets into it's own file: applets.h. git-svn-id: svn://busybox.net/trunk/busybox@1229 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix error messages.kraai2000-10-238-46/+46
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1222 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix error message.kraai2000-10-232-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1221 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]markw2000-10-198-36/+44
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1206 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Piss people off by removing [+-][0-9]+ options from tail.kraai2000-10-194-48/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1205 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>.kraai2000-10-161-5/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1191 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix handling of ^$ by removing the newline from input lines and by notkraai2000-10-132-4/+8
| | | | | | | compiling with REG_NEWLINE. git-svn-id: svn://busybox.net/trunk/busybox@1190 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Consolidate stat(2) and lstat(2) calls and error handling.kraai2000-10-132-68/+50
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1189 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Exit with failure status if we are unable to list any files orkraai2000-10-132-2/+16
| | | | | | | directories. Patch thanks to Kent Robotti <robotti@metconnect.com>. git-svn-id: svn://busybox.net/trunk/busybox@1188 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Matt Kraai to fix buffer overrun and convert toandersen2000-10-122-38/+30
| | | | | | | | using synamically allocated storage. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1187 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to makeandersen2000-10-126-10/+22
| | | | | | | | hostname do "--file" -Erik git-svn-id: svn://busybox.net/trunk/busybox@1186 69ca8d6d-28ef-0310-b511-8ec308f3f277