oweals/busybox.git
23 years agoAdded a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE
Matt Kraai [Wed, 25 Oct 2000 17:00:36 +0000 (17:00 -0000)]
Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE
uses, and other minor fixes.

23 years agoCleaned up error handling, TRUE/FALSE usage, and other minor issues.
Matt Kraai [Wed, 25 Oct 2000 16:48:15 +0000 (16:48 -0000)]
Cleaned up error handling, TRUE/FALSE usage, and other minor issues.

23 years agoClean up error handling and uses of TRUE/FALSE.
Matt Kraai [Wed, 25 Oct 2000 16:40:21 +0000 (16:40 -0000)]
Clean up error handling and uses of TRUE/FALSE.

23 years agoCleaned up error handling and uses of TRUE/FALSE.
Matt Kraai [Wed, 25 Oct 2000 16:38:00 +0000 (16:38 -0000)]
Cleaned up error handling and uses of TRUE/FALSE.

23 years agoCleaned up error message handling.
Matt Kraai [Wed, 25 Oct 2000 16:25:50 +0000 (16:25 -0000)]
Cleaned up error message handling.

23 years agoAdded a fatalPerror function to simplify error handling.
Matt Kraai [Wed, 25 Oct 2000 15:10:08 +0000 (15:10 -0000)]
Added a fatalPerror function to simplify error handling.

23 years agoFix for bug #1068 from Kent Robotti
Glenn L McGrath [Wed, 25 Oct 2000 03:31:15 +0000 (03:31 -0000)]
Fix for bug #1068 from Kent Robotti

Call perror and exit instead of fatalError

23 years agoApplied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search
Mark Whitley [Wed, 25 Oct 2000 00:28:27 +0000 (00:28 -0000)]
Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search
to locate applets, rather than a linear search. Also, broke out the listing of
applets into it's own file: applets.h.

23 years agoFix error messages.
Matt Kraai [Mon, 23 Oct 2000 18:03:46 +0000 (18:03 -0000)]
Fix error messages.

23 years agoFix error message.
Matt Kraai [Mon, 23 Oct 2000 17:55:27 +0000 (17:55 -0000)]
Fix error message.

23 years agoPut getopt_usage where it belongs and added *_usage entries in busybox.[ch]
Mark Whitley [Thu, 19 Oct 2000 22:28:06 +0000 (22:28 -0000)]
Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]

23 years agoPiss people off by removing [+-][0-9]+ options from tail.
Matt Kraai [Thu, 19 Oct 2000 21:28:32 +0000 (21:28 -0000)]
Piss people off by removing [+-][0-9]+ options from tail.

23 years agoRemove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>.
Matt Kraai [Mon, 16 Oct 2000 16:22:27 +0000 (16:22 -0000)]
Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>.

23 years agoFix handling of ^$ by removing the newline from input lines and by not
Matt Kraai [Fri, 13 Oct 2000 18:55:06 +0000 (18:55 -0000)]
Fix handling of ^$ by removing the newline from input lines and by not
compiling with REG_NEWLINE.

23 years agoConsolidate stat(2) and lstat(2) calls and error handling.
Matt Kraai [Fri, 13 Oct 2000 18:03:21 +0000 (18:03 -0000)]
Consolidate stat(2) and lstat(2) calls and error handling.

23 years agoExit with failure status if we are unable to list any files or
Matt Kraai [Fri, 13 Oct 2000 17:59:43 +0000 (17:59 -0000)]
Exit with failure status if we are unable to list any files or
directories.  Patch thanks to Kent Robotti <robotti@metconnect.com>.

23 years agoApply a patch from Matt Kraai to fix buffer overrun and convert to
Eric Andersen [Thu, 12 Oct 2000 22:40:14 +0000 (22:40 -0000)]
Apply a patch from Matt Kraai to fix buffer overrun and convert to
using synamically allocated storage.
 -Erik

23 years agoApply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make
Eric Andersen [Thu, 12 Oct 2000 22:30:31 +0000 (22:30 -0000)]
Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make
hostname do "--file"
 -Erik

23 years agoAdded cmp and readlink applets from Matt Kraai.
Mark Whitley [Mon, 9 Oct 2000 18:56:47 +0000 (18:56 -0000)]
Added cmp and readlink applets from Matt Kraai.

23 years agoPatch from Matt Kraai so wc will return a proper error code
Eric Andersen [Mon, 9 Oct 2000 18:21:44 +0000 (18:21 -0000)]
Patch from Matt Kraai so wc will return a proper error code
when failing to open a file, and will not use file when it
didn't open the file.
 -Erik

23 years agoFix a thinko. Patch from Justus Pendleton <justus@acm.org>
Eric Andersen [Mon, 9 Oct 2000 17:54:38 +0000 (17:54 -0000)]
Fix a thinko.  Patch from Justus Pendleton <justus@acm.org>

23 years agoApply a patch from Matt Kraai:
Eric Andersen [Mon, 9 Oct 2000 17:51:25 +0000 (17:51 -0000)]
Apply a patch from Matt Kraai:
    "The -L option to ls doesn't behave correctly for files listed explicitly
    on the command line, only those in directories that are listed.  The
    appended patch fixes this problem.  Would someone please commit it?"
 -Erik

23 years agoPatch from Matt Kraai: "When it encounters a problem creating a link, ln
Eric Andersen [Wed, 4 Oct 2000 16:02:53 +0000 (16:02 -0000)]
Patch from Matt Kraai: "When it encounters a problem creating a link, ln
shouldn't give up entirely but instead continue processing the rest of its
arguments.  The attached patch does this."

23 years agoRewrite to use getopt and return instead of exit, a seperate function (fs_link) does...
Glenn L McGrath [Wed, 4 Oct 2000 09:34:35 +0000 (09:34 -0000)]
Rewrite to use getopt and return instead of exit, a seperate function (fs_link) does the actual work.

23 years agoAdd a spiffy progress meter.
Eric Andersen [Tue, 3 Oct 2000 00:21:45 +0000 (00:21 -0000)]
Add a spiffy progress meter.
 -Erik

23 years agoTry to guess an output filename
Eric Andersen [Mon, 2 Oct 2000 23:19:38 +0000 (23:19 -0000)]
Try to guess an output filename

23 years agoApply patch from Giulio Orsero <giulioo@pobox.com> to ensure
Eric Andersen [Sun, 1 Oct 2000 17:01:36 +0000 (17:01 -0000)]
Apply patch from Giulio Orsero <giulioo@pobox.com> to ensure
get_last_path_component is defined under all configurations,
 -Erik

23 years agoGeneral cleanup of comments, defines, includes, and global variables, removed those...
Glenn L McGrath [Fri, 29 Sep 2000 06:46:59 +0000 (06:46 -0000)]
General cleanup of comments, defines, includes, and global variables, removed those that arent needed, grouped those remaining at the top.
Re-ordered functions to the order they are called.
Removed static crc table, it now generates the table once for itself.
Results in source reduced by 40%, so it should be a lot easier to work on in the future, binary size only reduced by under 2KB though.

23 years agoFixes to allow compilation on systems with glibc 2.1.92
Pavel Roskin [Thu, 28 Sep 2000 20:52:55 +0000 (20:52 -0000)]
Fixes to allow compilation on systems with glibc 2.1.92

23 years ago+ shortened main() a little, and a few aesthetic cleanups here & there.
John Beppu [Thu, 28 Sep 2000 17:49:59 +0000 (17:49 -0000)]
+ shortened main() a little, and a few aesthetic cleanups here & there.

23 years agoRewrote head to perservere when it can't open a file, and share code
Matt Kraai [Wed, 27 Sep 2000 04:09:22 +0000 (04:09 -0000)]
Rewrote head to perservere when it can't open a file, and share code
with cat.

23 years agoContinue concatenating files even if we can't open one.
Matt Kraai [Wed, 27 Sep 2000 03:01:40 +0000 (03:01 -0000)]
Continue concatenating files even if we can't open one.

23 years agoConsolidate handling of some fopen failures.
Matt Kraai [Wed, 27 Sep 2000 02:43:35 +0000 (02:43 -0000)]
Consolidate handling of some fopen failures.

23 years agoRewrote uniq to be less than a third of the size, and fixed some other
Matt Kraai [Wed, 27 Sep 2000 02:29:39 +0000 (02:29 -0000)]
Rewrote uniq to be less than a third of the size, and fixed some other
minor problems.

23 years agoFix up the docs
Eric Andersen [Tue, 26 Sep 2000 22:20:06 +0000 (22:20 -0000)]
Fix up the docs

23 years agoupdate the docs
Eric Andersen [Tue, 26 Sep 2000 06:15:12 +0000 (06:15 -0000)]
update the docs

23 years agoLog the devps patch update 0_47
Eric Andersen [Tue, 26 Sep 2000 05:08:04 +0000 (05:08 -0000)]
Log the devps patch update

23 years agoFinal touchups for the release...
Eric Andersen [Tue, 26 Sep 2000 05:02:50 +0000 (05:02 -0000)]
Final touchups for the release...
 -Erik

23 years agoAdd in busybox.h. I renamed it, and forgot to commit the newky named version.
Eric Andersen [Tue, 26 Sep 2000 01:09:18 +0000 (01:09 -0000)]
Add in busybox.h.  I renamed it, and forgot to commit the newky named version.
 -Erik

23 years agoYet more polish (thanks again to kent robotti for the bug reports).
Eric Andersen [Tue, 26 Sep 2000 01:00:15 +0000 (01:00 -0000)]
Yet more polish (thanks again to kent robotti for the bug reports).
 -Erik

23 years agoRemove all reference to the now obsolete /dev/modules
Eric Andersen [Tue, 26 Sep 2000 00:52:05 +0000 (00:52 -0000)]
Remove all reference to the now obsolete /dev/modules
 -Erik

23 years agoUpdate my devps patch for the latest 2.2 kernel.
Eric Andersen [Tue, 26 Sep 2000 00:20:28 +0000 (00:20 -0000)]
Update my devps patch for the latest 2.2 kernel.
 -Erik

23 years agoFix name
Eric Andersen [Mon, 25 Sep 2000 22:53:33 +0000 (22:53 -0000)]
Fix name

23 years agoSome more polish to make xargs act like GNU xargs (thanks to kent robotti
Eric Andersen [Mon, 25 Sep 2000 22:53:05 +0000 (22:53 -0000)]
Some more polish to make xargs act like GNU xargs (thanks to kent robotti
<robotti@metconnect.com> for testing and pointing out the differences)
 -Erik

23 years agoRenamed "internal.h" to the more sensible "busybox.h".
Eric Andersen [Mon, 25 Sep 2000 21:45:58 +0000 (21:45 -0000)]
Renamed "internal.h" to the more sensible "busybox.h".
 -Erik

23 years agoGratuitously changed the file "busybox.defs.h" to the more
Eric Andersen [Mon, 25 Sep 2000 21:28:07 +0000 (21:28 -0000)]
Gratuitously changed the file "busybox.defs.h" to the more
sensible and noticable "Config.h".
 -Erik

23 years agoFix from Matt Kraai for the to the "busybox --install prints out on STDERR
Eric Andersen [Mon, 25 Sep 2000 20:35:54 +0000 (20:35 -0000)]
Fix from Matt Kraai for the  to the "busybox --install prints out on STDERR
"File already exists" messages for all files (including the ones that DON'T
exist)" problem reported by "Bruno L. F. Cabral" <bruno@openline.com.br>.

Thanks Matt!
 -Erik

23 years agoFinal (I think) version of xargs. Throw away all that tedious string
Eric Andersen [Mon, 25 Sep 2000 20:23:21 +0000 (20:23 -0000)]
Final (I think) version of xargs.  Throw away all that tedious string
scrubbing, and quit using system.  Instead, use fork() and exec(), which
yields and smaller, simpler, and cleaner design.
 -Erik

23 years agoBe ever so pedantic about escaping chars that the shell might not like...
Eric Andersen [Mon, 25 Sep 2000 18:41:18 +0000 (18:41 -0000)]
Be ever so pedantic about escaping chars that the shell might not like...

23 years agoRemove a now unneeded check
Eric Andersen [Mon, 25 Sep 2000 16:58:39 +0000 (16:58 -0000)]
Remove a now unneeded check

23 years agomodified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4
Eric Andersen [Sun, 24 Sep 2000 03:44:29 +0000 (03:44 -0000)]
modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4

23 years agoUpdate newdoc dependancy
Eric Andersen [Sun, 24 Sep 2000 02:42:48 +0000 (02:42 -0000)]
Update newdoc dependancy

23 years agoUpdate a few entries for 0.47...
Eric Andersen [Sun, 24 Sep 2000 02:42:18 +0000 (02:42 -0000)]
Update a few entries for 0.47...

23 years agoDoc update
Eric Andersen [Sun, 24 Sep 2000 02:41:44 +0000 (02:41 -0000)]
Doc update

23 years agoFix up xargs so that things like 'cat cat.c | xargs echo' will
Eric Andersen [Sun, 24 Sep 2000 02:40:56 +0000 (02:40 -0000)]
Fix up xargs so that things like 'cat cat.c | xargs echo' will
work properly.
 -Erik

23 years agoFix xargs option parsing
Eric Andersen [Sun, 24 Sep 2000 01:12:54 +0000 (01:12 -0000)]
Fix xargs option parsing

23 years agoFix bug#1043 -- hanlde long filenames and links (in this case, by complaining
Eric Andersen [Sun, 24 Sep 2000 00:54:37 +0000 (00:54 -0000)]
Fix bug#1043 -- hanlde long filenames and links (in this case, by complaining
that thay exist and skipping such files when extracting and when archiving.
 -Erik

23 years agoFix an obscure option parsing bug.
Eric Andersen [Sat, 23 Sep 2000 22:36:24 +0000 (22:36 -0000)]
Fix an obscure option parsing bug.

23 years agoForce optind=1 for libc5 when doing cp in cp_mv.c
Eric Andersen [Sat, 23 Sep 2000 20:55:59 +0000 (20:55 -0000)]
Force optind=1 for libc5 when doing cp in cp_mv.c

23 years agoFix potential memory overrun...
Eric Andersen [Sat, 23 Sep 2000 19:56:46 +0000 (19:56 -0000)]
Fix potential memory overrun...

23 years agoFix the bandaid.
Eric Andersen [Sat, 23 Sep 2000 19:55:59 +0000 (19:55 -0000)]
Fix the bandaid.

23 years agoFix memory problems, and make behavior correct.
Eric Andersen [Sat, 23 Sep 2000 19:53:31 +0000 (19:53 -0000)]
Fix memory problems, and make behavior correct.

23 years agoupdate docs for xargs
Eric Andersen [Sat, 23 Sep 2000 06:12:34 +0000 (06:12 -0000)]
update docs for xargs

23 years agoupdate usage for xargs
Eric Andersen [Sat, 23 Sep 2000 06:11:03 +0000 (06:11 -0000)]
update usage for xargs

23 years agorewrite, so it should be firly clean now
Eric Andersen [Sat, 23 Sep 2000 06:10:14 +0000 (06:10 -0000)]
rewrite, so it should be firly clean now

23 years agoUse minix xargs instead, and update docs accordingly
Eric Andersen [Fri, 22 Sep 2000 20:22:28 +0000 (20:22 -0000)]
Use minix xargs instead, and update docs accordingly
 -Erik

23 years agoComment on xargs choice.
Eric Andersen [Fri, 22 Sep 2000 20:02:34 +0000 (20:02 -0000)]
Comment on xargs choice.

23 years agoAdd in xargs
Eric Andersen [Fri, 22 Sep 2000 20:01:23 +0000 (20:01 -0000)]
Add in xargs

23 years agoStart the great EXIT_{SUCCESS,FAILURE} migration.
Matt Kraai [Fri, 22 Sep 2000 03:45:34 +0000 (03:45 -0000)]
Start the great EXIT_{SUCCESS,FAILURE} migration.

23 years agoClean up error messages.
Matt Kraai [Fri, 22 Sep 2000 03:36:27 +0000 (03:36 -0000)]
Clean up error messages.

23 years agoAdd support for the -L option to ls.
Matt Kraai [Fri, 22 Sep 2000 03:11:47 +0000 (03:11 -0000)]
Add support for the -L option to ls.

23 years agoFix loop.h dependencies.
Matt Kraai [Fri, 22 Sep 2000 02:33:29 +0000 (02:33 -0000)]
Fix loop.h dependencies.

23 years agoApply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvt
Eric Andersen [Fri, 22 Sep 2000 00:40:39 +0000 (00:40 -0000)]
Apply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvt
has code for handling no arguments, but the usage checking code aborted if
there are any other than two arguments.
 -Erik

23 years agoFix for bug #1042 -- applied the patch from Larry Doolittle
Eric Andersen [Fri, 22 Sep 2000 00:38:07 +0000 (00:38 -0000)]
Fix for bug #1042 -- applied the patch from Larry Doolittle
<ldoolitt@recycle.lbl.gov> to fix the bug.
 -Erik

23 years agoBetter cross libc compatibility (so Dave Cinege can stop complaining
Eric Andersen [Fri, 22 Sep 2000 00:22:10 +0000 (00:22 -0000)]
Better cross libc compatibility (so Dave Cinege can stop complaining
that I broke it).
 -Erik

23 years agoDecouple DODEBUG and DOSTATIC
Eric Andersen [Thu, 21 Sep 2000 22:26:02 +0000 (22:26 -0000)]
Decouple DODEBUG and DOSTATIC

23 years agoRemove all the kernel headers so it will compile under libc5
Eric Andersen [Thu, 21 Sep 2000 04:09:58 +0000 (04:09 -0000)]
Remove all the kernel headers so it will compile under libc5
 -Erik

23 years agoFix a potential warning
Eric Andersen [Thu, 21 Sep 2000 04:05:38 +0000 (04:05 -0000)]
Fix a potential warning

23 years agoAdd in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)
Eric Andersen [Thu, 21 Sep 2000 02:48:07 +0000 (02:48 -0000)]
Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)
and disable backticks (since they are still wierdly broken in some
cases.

23 years agoHandle 'cat -'
Eric Andersen [Thu, 21 Sep 2000 02:39:50 +0000 (02:39 -0000)]
Handle 'cat -'

23 years agoHard code the name of init.
Eric Andersen [Thu, 21 Sep 2000 02:32:11 +0000 (02:32 -0000)]
Hard code the name of init.

23 years agoLarge file >2Gib support.
Eric Andersen [Thu, 21 Sep 2000 02:23:30 +0000 (02:23 -0000)]
Large file >2Gib support.

23 years agoTypo fix.
Eric Andersen [Thu, 21 Sep 2000 02:06:35 +0000 (02:06 -0000)]
Typo fix.

23 years agoIgnore loop.h
Eric Andersen [Thu, 21 Sep 2000 02:05:43 +0000 (02:05 -0000)]
Ignore loop.h

23 years agoMore portable handling of loop header files, as done in util-linux
Eric Andersen [Thu, 21 Sep 2000 02:04:51 +0000 (02:04 -0000)]
More portable handling of loop header files, as done in util-linux

23 years agoRemove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>
Eric Andersen [Thu, 21 Sep 2000 01:33:05 +0000 (01:33 -0000)]
Remove a warning.  Patch from Bryan Rittmeyer <bryan@ixiacom.com>

23 years agoOnly remove directories when removing recursively.
Matt Kraai [Wed, 20 Sep 2000 23:10:21 +0000 (23:10 -0000)]
Only remove directories when removing recursively.

23 years agoAdded dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
Eric Andersen [Wed, 20 Sep 2000 19:22:26 +0000 (19:22 -0000)]
Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
 -Erik

23 years agoWhen mounting a ro fs rw, print warning and then mount it ro. Patch
Eric Andersen [Wed, 20 Sep 2000 06:23:36 +0000 (06:23 -0000)]
When mounting a ro fs rw, print warning and then mount it ro.  Patch
from Dave Cinege.
 -Erik

23 years agoReturn failure if ping gets no response.
Matt Kraai [Wed, 20 Sep 2000 04:33:30 +0000 (04:33 -0000)]
Return failure if ping gets no response.

23 years agoReverted my conversion of tar to getopt to ensure tar can
Eric Andersen [Tue, 19 Sep 2000 21:35:14 +0000 (21:35 -0000)]
Reverted my conversion of tar to getopt to ensure tar can
handle traditional semantics (i.e. 'tar -xvf -' or 'tar xvf'
now both work).
 -Erik

23 years agoBoth of these commands were subtly broken. Fortunately when used together the
Eric Andersen [Tue, 19 Sep 2000 21:13:55 +0000 (21:13 -0000)]
Both of these commands were subtly broken.  Fortunately when used together the
damage was only ugly fscks.  Reverted to the static inline code so they work
correctly again,
 -Erik

23 years agoI think these featires are fairly safe...
Eric Andersen [Tue, 19 Sep 2000 07:16:39 +0000 (07:16 -0000)]
I think these featires are fairly safe...
 -Erik

23 years agoAvoid segfaults by not using snprintf to copy strings.
Matt Kraai [Tue, 19 Sep 2000 06:46:44 +0000 (06:46 -0000)]
Avoid segfaults by not using snprintf to copy strings.

23 years agoClean up output.
Matt Kraai [Tue, 19 Sep 2000 05:25:12 +0000 (05:25 -0000)]
Clean up output.

23 years agoOnly defines functions that will compile and are usefull under the
Glenn L McGrath [Tue, 19 Sep 2000 02:25:36 +0000 (02:25 -0000)]
Only defines functions that will compile and are usefull under the

23 years agoApply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting,
Eric Andersen [Tue, 19 Sep 2000 01:21:13 +0000 (01:21 -0000)]
Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting,
which had been inadvertantly broken...
 -Erik

23 years agoRemove definition of basename.
Glenn L McGrath [Mon, 18 Sep 2000 10:20:16 +0000 (10:20 -0000)]
Remove definition of basename.
It was defined out so that it would never be seen, and if it was ever seen it wasnt used for anything. It also stops gunzip compiling under the Hurd.

23 years agoPath count was out by one, fixed it
Glenn L McGrath [Mon, 18 Sep 2000 09:52:03 +0000 (09:52 -0000)]
Path count was out by one, fixed it

23 years agoSimplify and remove dependence on PATH_MAX
Glenn L McGrath [Mon, 18 Sep 2000 09:37:40 +0000 (09:37 -0000)]
Simplify and remove dependence on PATH_MAX

buf[PATH_MAX] now defined using strlen to the exact size to be used.
removed output that was displayed if which didnt find the command, this makes itmatch the behaviour of GNU's which.
These modifications result in a slight size decrease.