Eric Andersen [Thu, 30 Nov 2000 00:03:57 +0000 (00:03 -0000)]
Fix escape char problem.
Eric Andersen [Wed, 29 Nov 2000 23:07:57 +0000 (23:07 -0000)]
Add "\r" to utility.c:process_escape_sequence() (from email about
"echo vs. optarg" from Larry Doolittle Tue, 28 Nov 2000 10:36:04 -0800)
-Erik
Eric Andersen [Wed, 29 Nov 2000 22:40:59 +0000 (22:40 -0000)]
Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>
Eric Andersen [Wed, 29 Nov 2000 22:33:02 +0000 (22:33 -0000)]
Apply rev #2 of dd fix from Gennady Feldman.
Eric Andersen [Wed, 29 Nov 2000 22:30:31 +0000 (22:30 -0000)]
Update the changelog a bit
Eric Andersen [Wed, 29 Nov 2000 22:12:19 +0000 (22:12 -0000)]
Moar Speling fickes frum Larry Doolittle
Eric Andersen [Wed, 29 Nov 2000 22:08:35 +0000 (22:08 -0000)]
Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaboration
with Matt Kraai <kraai@alumni.carnegiemellon.edu>) to allow for a
pristine source directory -- where all the .o files and such are
not placed into the source tree. Thanks Larry!
Eric Andersen [Wed, 29 Nov 2000 22:01:42 +0000 (22:01 -0000)]
Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close
bug 1069. This shaves about 100 bytes from the executable, and about
200 bytes of heap usage. Also document the "-d" option in the usage
message.
Eric Andersen [Wed, 29 Nov 2000 21:52:06 +0000 (21:52 -0000)]
Patch from Matt Kraai to fix an infinate loop with ls -aR
Eric Andersen [Wed, 29 Nov 2000 21:39:02 +0000 (21:39 -0000)]
Finish commit of rpmunpack and add in scripts for undeb and unrpm
Eric Andersen [Wed, 29 Nov 2000 21:38:11 +0000 (21:38 -0000)]
Apply a patch fromkent robotti:
Renamed unrpm to original rpmunpack, so you can use an included shell script
called unrpm as a front end to it.
There's also a shell script called undeb included for debian packages.
Change undeb and unrpm scripts to work with the busybox tar and gunzip.
Mark Whitley [Wed, 22 Nov 2000 19:25:39 +0000 (19:25 -0000)]
Re-organized some sections and added a whole new section on avoiding the
preprocessor. Comments welcome.
Matt Kraai [Wed, 22 Nov 2000 01:09:38 +0000 (01:09 -0000)]
Fix behavior when removal fails.
Matt Kraai [Sat, 18 Nov 2000 01:28:57 +0000 (01:28 -0000)]
Check for archive errors even for files we aren't extracting.
Matt Kraai [Sat, 18 Nov 2000 01:16:43 +0000 (01:16 -0000)]
Fixed return status (thanks to David Douthitt for the fix).
Matt Kraai [Sat, 18 Nov 2000 01:08:24 +0000 (01:08 -0000)]
Fixed user and group name listing.
Mark Whitley [Fri, 17 Nov 2000 22:07:08 +0000 (22:07 -0000)]
Added AdTran to the list of products using Busybox.
Mark Whitley [Fri, 17 Nov 2000 22:02:45 +0000 (22:02 -0000)]
Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the
special-case of using newlines as field delimiters.
Mark Whitley [Fri, 17 Nov 2000 21:28:39 +0000 (21:28 -0000)]
Numerous spelling / grammar corrections from Larry Doolittle
<ldoolitt@recycle.lbl.gov>, as well as a few additions / clarifications.
Eric Andersen [Fri, 17 Nov 2000 18:51:45 +0000 (18:51 -0000)]
"I will always compile before I commit."
"I will always compile before I commit."
"I will always compile before I commit."
-Erik
Eric Andersen [Fri, 17 Nov 2000 18:25:26 +0000 (18:25 -0000)]
Fix up builtin overrides, and hack in the binary search for finding
matching applets into the shell.
Mark Whitley [Fri, 17 Nov 2000 18:13:09 +0000 (18:13 -0000)]
Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>.
Eric Andersen [Fri, 17 Nov 2000 18:07:30 +0000 (18:07 -0000)]
Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN.
Make the sh default to using external commands when a path is provided.
Eric Andersen [Fri, 17 Nov 2000 17:23:16 +0000 (17:23 -0000)]
Fix typo pointed out by Michael Renzmann <renzmann@gmx.de>
Eric Andersen [Fri, 17 Nov 2000 06:50:42 +0000 (06:50 -0000)]
Add BB_CMP to xfopen
Eric Andersen [Tue, 14 Nov 2000 23:29:24 +0000 (23:29 -0000)]
Remove the BSD advertising clause, and replace it with a link to how
the advertising clause has been retroactivly declared null and void.
Eric Andersen [Tue, 14 Nov 2000 22:57:46 +0000 (22:57 -0000)]
Oops. I kant tipe.
Mark Whitley [Tue, 14 Nov 2000 22:43:21 +0000 (22:43 -0000)]
Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato,
Mr. Robotti...) Closes bug #1065.
Eric Andersen [Tue, 14 Nov 2000 22:15:48 +0000 (22:15 -0000)]
Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jim
Gleason <jimg@lineo.com>.
Eric Andersen [Tue, 14 Nov 2000 21:59:22 +0000 (21:59 -0000)]
Patch from Gennady Feldman <gfeldman@tradeline.net> to:
1. Opens redirections w/ the right access.
2. Doesn't do globbing for every single parameter (so it
doesn't stat every parameter).
Eric Andersen [Tue, 14 Nov 2000 21:28:09 +0000 (21:28 -0000)]
Ulp. "expr" listed as a second "echo" (oops) -- thanks to David Douthitt
for noticing....
Eric Andersen [Tue, 14 Nov 2000 21:12:39 +0000 (21:12 -0000)]
Add in Zdisk
Eric Andersen [Tue, 14 Nov 2000 20:31:45 +0000 (20:31 -0000)]
Remove unneeded junk
Matt Kraai [Wed, 8 Nov 2000 06:52:57 +0000 (06:52 -0000)]
Move flush_outbuf to the file in which it is used, and by doing so fix a
nasty error dealing with two different variables with the same name.
Matt Kraai [Wed, 8 Nov 2000 02:35:47 +0000 (02:35 -0000)]
Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others I
introduced.
Eric Andersen [Tue, 7 Nov 2000 06:52:13 +0000 (06:52 -0000)]
Cleanup of duplicated symbols -- found by compiling with
LDFLAGS += -Wl,-warn-common
Mark Whitley [Fri, 3 Nov 2000 20:23:49 +0000 (20:23 -0000)]
Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it
would not match blank lines (bug #1064). Followed Matt Kraii's suit on his
1.42 revision of grep. Tested it, works.
Mark Whitley [Fri, 3 Nov 2000 20:02:35 +0000 (20:02 -0000)]
Now, what was that logic block doing up there?
Mark Whitley [Fri, 3 Nov 2000 19:47:00 +0000 (19:47 -0000)]
Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up
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).
Eric Andersen [Thu, 2 Nov 2000 17:02:26 +0000 (17:02 -0000)]
Warning cleanup from Gennady Feldman
-Erik
Eric Andersen [Mon, 30 Oct 2000 17:22:04 +0000 (17:22 -0000)]
Fix uname problem that was breaking poweroff.
Eric Andersen [Sun, 29 Oct 2000 07:02:47 +0000 (07:02 -0000)]
This was redundant
Matt Kraai [Sat, 28 Oct 2000 16:56:32 +0000 (16:56 -0000)]
Make fbset compile with the readmode feature by pulling defs from fb.h.
Matt Kraai [Sat, 28 Oct 2000 06:40:09 +0000 (06:40 -0000)]
Make features independent.
Matt Kraai [Sat, 28 Oct 2000 01:21:22 +0000 (01:21 -0000)]
We also need to declare info if the USERNAMES feature is enabled.
Eric Andersen [Fri, 27 Oct 2000 18:26:18 +0000 (18:26 -0000)]
Add in -lgcc to add needed symbold when linking vs uclibc.
Eric Andersen [Fri, 27 Oct 2000 18:09:53 +0000 (18:09 -0000)]
Oops. I never committed this. Update version to 0.48pre...
Eric Andersen [Thu, 26 Oct 2000 07:57:27 +0000 (07:57 -0000)]
Silence a warning,
Eric Andersen [Thu, 26 Oct 2000 04:17:49 +0000 (04:17 -0000)]
This was broken when applets moved to applets.h. Fix it.
Matt Kraai [Wed, 25 Oct 2000 19:09:03 +0000 (19:09 -0000)]
Fixed error handling and TRUE/FALSE usage.
Matt Kraai [Wed, 25 Oct 2000 19:05:38 +0000 (19:05 -0000)]
Restore --help handling I mistakenly removed.
Matt Kraai [Wed, 25 Oct 2000 19:00:51 +0000 (19:00 -0000)]
Avoid reinventing the wheel (and thus save some space).
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.
Matt Kraai [Wed, 25 Oct 2000 16:48:15 +0000 (16:48 -0000)]
Cleaned up error handling, TRUE/FALSE usage, and other minor issues.
Matt Kraai [Wed, 25 Oct 2000 16:40:21 +0000 (16:40 -0000)]
Clean 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.
Matt Kraai [Wed, 25 Oct 2000 16:25:50 +0000 (16:25 -0000)]
Cleaned up error message handling.
Matt Kraai [Wed, 25 Oct 2000 15:10:08 +0000 (15:10 -0000)]
Added a fatalPerror function to simplify error handling.
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
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.
Matt Kraai [Mon, 23 Oct 2000 18:03:46 +0000 (18:03 -0000)]
Fix error messages.
Matt Kraai [Mon, 23 Oct 2000 17:55:27 +0000 (17:55 -0000)]
Fix error message.
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]
Matt Kraai [Thu, 19 Oct 2000 21:28:32 +0000 (21:28 -0000)]
Piss people off by removing [+-][0-9]+ options from tail.
Matt Kraai [Mon, 16 Oct 2000 16:22:27 +0000 (16:22 -0000)]
Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>.
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.
Matt Kraai [Fri, 13 Oct 2000 18:03:21 +0000 (18:03 -0000)]
Consolidate stat(2) and lstat(2) calls and error handling.
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>.
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
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
Mark Whitley [Mon, 9 Oct 2000 18:56:47 +0000 (18:56 -0000)]
Added cmp and readlink applets from Matt Kraai.
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
Eric Andersen [Mon, 9 Oct 2000 17:54:38 +0000 (17:54 -0000)]
Fix a thinko. Patch from Justus Pendleton <justus@acm.org>
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
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."
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.
Eric Andersen [Tue, 3 Oct 2000 00:21:45 +0000 (00:21 -0000)]
Add a spiffy progress meter.
-Erik
Eric Andersen [Mon, 2 Oct 2000 23:19:38 +0000 (23:19 -0000)]
Try to guess an output filename
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
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.
Pavel Roskin [Thu, 28 Sep 2000 20:52:55 +0000 (20:52 -0000)]
Fixes to allow compilation on systems with glibc 2.1.92
John Beppu [Thu, 28 Sep 2000 17:49:59 +0000 (17:49 -0000)]
+ shortened main() a little, and a few aesthetic cleanups here & there.
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.
Matt Kraai [Wed, 27 Sep 2000 03:01:40 +0000 (03:01 -0000)]
Continue concatenating files even if we can't open one.
Matt Kraai [Wed, 27 Sep 2000 02:43:35 +0000 (02:43 -0000)]
Consolidate handling of some fopen failures.
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.
Eric Andersen [Tue, 26 Sep 2000 22:20:06 +0000 (22:20 -0000)]
Fix up the docs
Eric Andersen [Tue, 26 Sep 2000 06:15:12 +0000 (06:15 -0000)]
update the docs
Eric Andersen [Tue, 26 Sep 2000 05:08:04 +0000 (05:08 -0000)]
Log the devps patch update
Eric Andersen [Tue, 26 Sep 2000 05:02:50 +0000 (05:02 -0000)]
Final touchups for the release...
-Erik
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
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
Eric Andersen [Tue, 26 Sep 2000 00:52:05 +0000 (00:52 -0000)]
Remove all reference to the now obsolete /dev/modules
-Erik
Eric Andersen [Tue, 26 Sep 2000 00:20:28 +0000 (00:20 -0000)]
Update my devps patch for the latest 2.2 kernel.
-Erik
Eric Andersen [Mon, 25 Sep 2000 22:53:33 +0000 (22:53 -0000)]
Fix name
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
Eric Andersen [Mon, 25 Sep 2000 21:45:58 +0000 (21:45 -0000)]
Renamed "internal.h" to the more sensible "busybox.h".
-Erik
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
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
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