aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not logandersen2000-12-083-8/+10
| | | | | | | | when compiled for remote logging. Not the ideal way to fix it (it should really be a runtime switch), but good enough for now I guess... git-svn-id: svn://busybox.net/trunk/busybox@1402 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to make logger log all arguments.andersen2000-12-083-6/+25
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1401 69ca8d6d-28ef-0310-b511-8ec308f3f277
* when invoked as 'busybox foo args' remove the "busybox"andersen2000-12-082-8/+50
| | | | | | | so ps shows only what we want it to show... git-svn-id: svn://busybox.net/trunk/busybox@1400 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to enable proxy support.andersen2000-12-073-8/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1399 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-07155-1021/+1021
| | | | | | | compliant with the style guide. Everybody rebuild your tags file! git-svn-id: svn://busybox.net/trunk/busybox@1398 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad formatkraai2000-12-072-2/+2
| | | | | | | strings from being passed to syslog(3). git-svn-id: svn://busybox.net/trunk/busybox@1397 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get rid of redundant TRUE and FALSE definitions.kraai2000-12-072-14/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1396 69ca8d6d-28ef-0310-b511-8ec308f3f277
* oops, didn't mean to commit that last one... revertingtausq2000-12-071-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1395 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Write progress meter to stderr instead of stdouttausq2000-12-073-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1394 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed URL parsing bugtausq2000-12-072-16/+28
| | | | | | | Fixed -O - output-to-stdout bug git-svn-id: svn://busybox.net/trunk/busybox@1393 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hardandersen2000-12-075-10/+192
| | | | | | | links, and no longer segfault in a certain wierd case. git-svn-id: svn://busybox.net/trunk/busybox@1392 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add some more changlog stuff suggested by Larry Doolittle.andersen2000-12-071-2/+20
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1391 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bettwr document the hidden internal sh.c #defines, and which folksandersen2000-12-063-6/+30
| | | | | | | might want to use... git-svn-id: svn://busybox.net/trunk/busybox@1390 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Close but #1071...andersen2000-12-062-34/+28
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1389 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ignore the newdocs as wellandersen2000-12-061-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1388 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "'andersen2000-12-062-2/+2
| | | | | | | so it properly outputs "1 2 3". git-svn-id: svn://busybox.net/trunk/busybox@1387 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WINandersen2000-12-064-12/+12
| | | | | | | to the more pedantically correct BB_FEATURE_SH_APPLETS_ALWAYS_WIN. git-svn-id: svn://busybox.net/trunk/busybox@1386 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added insmod support for ARM, and lsmod support for older kernels,andersen2000-12-066-191/+498
| | | | | | | | | thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and Nicolas Ferre <nicolas.ferre@alcove.fr>. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1385 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Must compile before committing.kraai2000-12-062-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1384 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix exit status on failure.kraai2000-12-068-36/+42
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1383 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed isBlank and isWildCard macros that were totally unused (should anyonemarkw2000-12-052-10/+4
| | | | | | | | need isBlank, please use isblank() in ctype.h). Converted isDecimal and isOctal into inline functions. Compiled, tested, worked. git-svn-id: svn://busybox.net/trunk/busybox@1382 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changed some #define strings to static const char [] variables. Tested lsmarkw2000-12-051-4/+4
| | | | | | | after changing, it worked. git-svn-id: svn://busybox.net/trunk/busybox@1381 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 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