|
9670083818
|
Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.
Very cool. Still lacks "chunked" transfer-coding, so not totally RFC
compliant for HTTP1.1, but very nice nonethe less, and very small.
-Erik
|
2000-09-04 15:15:55 +00:00 |
|
|
b92223b6f5
|
Allow selective extraction and listing of files. And fix an unchecked
return value of realloc (with xrealloc).
|
2000-09-04 08:25:42 +00:00 |
|
|
fd50c3d2f9
|
Add in byld
|
2000-09-01 22:24:03 +00:00 |
|
|
cb91d69b3f
|
Fix compile when BB_FEATURE_LINUXRC is defined
-Erik
|
2000-09-01 18:43:02 +00:00 |
|
|
73bdf13d35
|
Fixed a stupid thinko preventing zcat from doing its job, thanks
to Torbj�rn Axelsson <torax@cendio.se> for the fix.
-Erik
|
2000-09-01 16:25:33 +00:00 |
|
|
3a957b9d4c
|
Turned off ls file-sorting till it can be fixed.
|
2000-09-01 16:15:51 +00:00 |
|
|
18a1014c95
|
updated some usage info from a patch from robotti@metconnect.com
-Erik
|
2000-09-01 16:12:57 +00:00 |
|
|
da542f3a0c
|
Argh. I *will* compile before checking in.
|
2000-09-01 02:53:01 +00:00 |
|
|
f446297afd
|
Don't unlink files if we are extracting to stdout.
|
2000-09-01 02:50:48 +00:00 |
|
|
e99674a70f
|
Correct the stdin/stdout behavior when no args are provided.
-Erik
|
2000-09-01 00:41:10 +00:00 |
|
|
5eb5912790
|
Sigh. Seems I screwed up last time. This fixed detecting
when on a console or not, and make default behavior compatible
with GNU gzip...
-Erik
|
2000-09-01 00:33:06 +00:00 |
|
|
4e61db2284
|
Add an extra sanity check in parse_mode
-Erik
|
2000-09-01 00:06:17 +00:00 |
|
|
ad3d90f91e
|
Fix a spelling error
-Erik
|
2000-08-31 23:53:58 +00:00 |
|
|
a3de24e85d
|
Fix spelling error
-Erik
|
2000-08-31 23:52:46 +00:00 |
|
|
1638488d26
|
Rewritten by mistake.
|
2000-08-28 03:53:27 +00:00 |
|
|
ab60f6987a
|
Removed dead regular expression code.
|
2000-08-28 03:12:30 +00:00 |
|
|
88cc3057fd
|
Compile xstrdup and xstrndup iff they are needed.
|
2000-08-26 16:52:28 +00:00 |
|
|
06aeb6c417
|
ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions.
moved copySubFile from ar.c to utilities.c
modified dd.c to use fullWrite
modified copyFile in utilities.c to use copySubFile
|
2000-08-25 03:50:10 +00:00 |
|
|
4d5ac2f346
|
Fix tab stops for sed usage.
|
2000-08-25 00:23:36 +00:00 |
|
|
3a0f4baf2f
|
Fixed a warning about a label not being used
|
2000-08-22 15:47:57 +00:00 |
|
|
8237add8d0
|
Fixed misuse of type "char"
|
2000-08-22 15:38:16 +00:00 |
|
|
32f2769800
|
From Ken Chalmers <chalmers@norscan.com>:
The current CVS mount.c is missing a semicolon, causing building to fail
if NFS is enabled (#define BB_NFSMOUNT).
|
2000-08-22 15:35:31 +00:00 |
|
|
089d12d762
|
Fix a unterminated string.
-Erik
|
2000-08-22 05:18:30 +00:00 |
|
|
aaa94fb8a9
|
Note the chmod fix.
-Erik
|
2000-08-22 01:02:05 +00:00 |
|
|
ce82c8ab77
|
Fix an option parsing bug where things like
chmod -r /tmp/file
wholdn't work (since it thought -r was an option). Doh!
-Erik
|
2000-08-22 01:00:56 +00:00 |
|
|
2368a387ed
|
Some additional tips and formatting changes.
|
2000-08-22 00:20:21 +00:00 |
|
|
e4c4d69c04
|
Fix a silly bug so it compiles up properly
-Erik
|
2000-08-21 23:29:45 +00:00 |
|
|
6ab22027d0
|
Oops. Forgot to commit rdate.c.
-Erik
|
2000-08-21 23:04:00 +00:00 |
|
|
fba9c00071
|
Script to do regression test, by combining all possible options.
-Erik
|
2000-08-21 23:01:39 +00:00 |
|
|
acf5551099
|
Script to do regression test, by combining all possible options.
Run this to check for combinitorial type build errors.
-Erik
|
2000-08-21 23:01:20 +00:00 |
|
|
918507edda
|
Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.
I added the docs, and made behavior identical to the GNU version.
-Erik
|
2000-08-21 22:46:33 +00:00 |
|
|
851ce895bd
|
Turn off some debug noise.
-Erik
|
2000-08-21 22:34:23 +00:00 |
|
|
a1f16bba72
|
Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
-Erik
|
2000-08-21 22:02:34 +00:00 |
|
|
e2205f093b
|
Removed since this patch is now in the current 2.4.x kernel
tree.
-Erik
|
2000-08-21 21:44:52 +00:00 |
|
|
0e4cec0be8
|
Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option in
substitution expressions.
|
2000-08-21 21:29:20 +00:00 |
|
|
dc746169cf
|
Oops. Forgot to add in reset.c. Doh!
-Erik
|
2000-08-21 21:26:33 +00:00 |
|
|
282c364148
|
Fix a thinko, thanks to Klaasjan <klaasjan@europe.com>
-Erik
|
2000-08-21 21:23:48 +00:00 |
|
|
fa405d0cb2
|
Add in the "reset" command.
-Erik
|
2000-08-21 21:18:52 +00:00 |
|
|
202995c612
|
Yet another patch to fixup lsmod
-Erik
|
2000-08-21 19:40:42 +00:00 |
|
|
c86e5e6145
|
Some leftover stuff I forgot to commit for the lsmod change.
-Erik
|
2000-08-21 19:38:49 +00:00 |
|
|
be0dc0d06a
|
lsmod now uses the query_module syscall, rather then /proc
-Erik
|
2000-08-21 19:25:16 +00:00 |
|
|
b2fc5a0647
|
syslogd was leaking processes that could forever busyloop. Fixed.
-Erik
|
2000-08-20 06:11:32 +00:00 |
|
|
e89267c8b3
|
Minor fixups.
-Erik
|
2000-08-19 20:16:16 +00:00 |
|
|
8cbac440d6
|
Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com>
-Erik
|
2000-08-11 20:14:11 +00:00 |
|
|
6ac18a3d83
|
Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com>
-Erik
|
2000-08-11 20:11:35 +00:00 |
|
|
bb39a31e33
|
Minor link update
-Erik
|
2000-08-11 18:13:21 +00:00 |
|
|
79565b6c91
|
Add optional ls file sorting, thanks to a patch from
Sterling Huxley <sterling@europa.com>
-Erik
|
2000-08-11 18:10:21 +00:00 |
|
|
f9ca653faa
|
Added fix from David Vrabel <dvrabel@arcom.co.uk> for a
buffer overrun in find_real_root_device(), fixing bug #1019
-Erik
|
2000-08-11 17:45:02 +00:00 |
|
|
88f50b6bf5
|
Some #include updates.
-Erik
|
2000-08-10 17:59:11 +00:00 |
|
|
40406e6bad
|
Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' where
sed was only printing the first line and then exiting.
|
2000-08-10 00:09:47 +00:00 |
|