John Beppu
8d369e98a5
+ shortened main() a little, and a few aesthetic cleanups here & there.
2000-09-28 17:49:59 +00:00
Matt Kraai
c0321f9bc6
Rewrote head to perservere when it can't open a file, and share code
...
with cat.
2000-09-27 04:09:22 +00:00
Matt Kraai
e7c1af1e0d
Continue concatenating files even if we can't open one.
2000-09-27 03:01:40 +00:00
Matt Kraai
bbaef66b3f
Consolidate handling of some fopen failures.
2000-09-27 02:43:35 +00:00
Matt Kraai
e0bcce09ba
Rewrote uniq to be less than a third of the size, and fixed some other
...
minor problems.
2000-09-27 02:29:39 +00:00
Eric Andersen
8ce85ce4e3
Fix up the docs
2000-09-26 22:20:06 +00:00
Eric Andersen
bdcc6fbd95
update the docs
2000-09-26 06:15:12 +00:00
Eric Andersen
f8263516c2
Log the devps patch update
2000-09-26 05:08:04 +00:00
Eric Andersen
db7f2af089
Final touchups for the release...
...
-Erik
2000-09-26 05:02:50 +00:00
Eric Andersen
f6b7139971
Add in busybox.h. I renamed it, and forgot to commit the newky named version.
...
-Erik
2000-09-26 01:09:18 +00:00
Eric Andersen
d266748c76
Yet more polish (thanks again to kent robotti for the bug reports).
...
-Erik
2000-09-26 01:00:15 +00:00
Eric Andersen
53323695c5
Remove all reference to the now obsolete /dev/modules
...
-Erik
2000-09-26 00:52:05 +00:00
Eric Andersen
67fdf5e538
Update my devps patch for the latest 2.2 kernel.
...
-Erik
2000-09-26 00:20:28 +00:00
Eric Andersen
ff1ed7215c
Fix name
2000-09-25 22:53:33 +00:00
Eric Andersen
d89882da16
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
2000-09-25 22:53:05 +00:00
Eric Andersen
3570a34de4
Renamed "internal.h" to the more sensible "busybox.h".
...
-Erik
2000-09-25 21:45:58 +00:00
Eric Andersen
caffb6eff0
Gratuitously changed the file "busybox.defs.h" to the more
...
sensible and noticable "Config.h".
-Erik
2000-09-25 21:28:07 +00:00
Eric Andersen
c5949f62e5
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
2000-09-25 20:35:54 +00:00
Eric Andersen
e081eae7a4
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
2000-09-25 20:23:21 +00:00
Eric Andersen
bf73909f23
Be ever so pedantic about escaping chars that the shell might not like...
2000-09-25 18:41:18 +00:00
Eric Andersen
944be90b21
Remove a now unneeded check
2000-09-25 16:58:39 +00:00
Eric Andersen
fe4208fe93
modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4
2000-09-24 03:44:29 +00:00
Eric Andersen
488aac2e2a
Update newdoc dependancy
2000-09-24 02:42:48 +00:00
Eric Andersen
896fa4ea1d
Update a few entries for 0.47...
2000-09-24 02:42:18 +00:00
Eric Andersen
57f83fffd8
Doc update
2000-09-24 02:41:44 +00:00
Eric Andersen
6f283c2f77
Fix up xargs so that things like 'cat cat.c | xargs echo' will
...
work properly.
-Erik
2000-09-24 02:40:56 +00:00
Eric Andersen
9ae3838657
Fix xargs option parsing
2000-09-24 01:12:54 +00:00
Eric Andersen
1b1cfde1f8
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
2000-09-24 00:54:37 +00:00
Eric Andersen
0102a9fd48
Fix an obscure option parsing bug.
2000-09-23 22:36:24 +00:00
Eric Andersen
2da90d3b58
Force optind=1 for libc5 when doing cp in cp_mv.c
2000-09-23 20:55:59 +00:00
Eric Andersen
285b446d17
Fix potential memory overrun...
2000-09-23 19:56:46 +00:00
Eric Andersen
32e95f988d
Fix the bandaid.
2000-09-23 19:55:59 +00:00
Eric Andersen
96bdde97fb
Fix memory problems, and make behavior correct.
2000-09-23 19:53:31 +00:00
Eric Andersen
6d66817b6b
update docs for xargs
2000-09-23 06:12:34 +00:00
Eric Andersen
82e0614101
update usage for xargs
2000-09-23 06:11:03 +00:00
Eric Andersen
a37d5b772b
rewrite, so it should be firly clean now
2000-09-23 06:10:14 +00:00
Eric Andersen
5b17693f0a
Use minix xargs instead, and update docs accordingly
...
-Erik
2000-09-22 20:22:28 +00:00
Eric Andersen
ebc0dd7a8a
Comment on xargs choice.
2000-09-22 20:02:34 +00:00
Eric Andersen
92a61c1206
Add in xargs
2000-09-22 20:01:23 +00:00
Matt Kraai
90f580ad5b
Start the great EXIT_{SUCCESS,FAILURE} migration.
2000-09-22 03:45:34 +00:00
Matt Kraai
d995493987
Clean up error messages.
2000-09-22 03:36:27 +00:00
Matt Kraai
a2f2a8f8c0
Add support for the -L option to ls.
2000-09-22 03:11:47 +00:00
Matt Kraai
810d38f850
Fix loop.h dependencies.
2000-09-22 02:33:29 +00:00
Eric Andersen
a1b35c4512
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
2000-09-22 00:40:39 +00:00
Eric Andersen
8c185f9600
Fix for bug #1042 -- applied the patch from Larry Doolittle
...
<ldoolitt@recycle.lbl.gov> to fix the bug.
-Erik
2000-09-22 00:38:07 +00:00
Eric Andersen
75610e18b3
Better cross libc compatibility (so Dave Cinege can stop complaining
...
that I broke it).
-Erik
2000-09-22 00:22:10 +00:00
Eric Andersen
2c1faecba7
Decouple DODEBUG and DOSTATIC
2000-09-21 22:26:02 +00:00
Eric Andersen
c873d61008
Remove all the kernel headers so it will compile under libc5
...
-Erik
2000-09-21 04:09:58 +00:00
Eric Andersen
ba35b98444
Fix a potential warning
2000-09-21 04:05:38 +00:00
Eric Andersen
d2f5677762
Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)
...
and disable backticks (since they are still wierdly broken in some
cases.
2000-09-21 02:48:07 +00:00