Glenn L McGrath
|
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 |
|
Eric Andersen
|
b040d4f3da
|
Use BB_FEATURE_CLEAN_UP where appropriate
-Erik
|
2000-07-25 18:01:20 +00:00 |
|
Matt Kraai
|
bf181b9338
|
Extract usage information into a separate file.
|
2000-07-16 20:57:15 +00:00 |
|
Matt Kraai
|
d537a95fdb
|
Use errorMsg rather than fprintf.
|
2000-07-14 01:51:25 +00:00 |
|
Erik Andersen
|
59b9e87024
|
* cp -fa now works as expected for symlinks (it didn't before)
* zcat works again (wasn't working since option parsing was broken)
* more doc updates/more support for BB_FEATURE_SIMPLE_HELP
-Erik
|
2000-05-10 05:05:45 +00:00 |
|
Erik Andersen
|
61677feff7
|
Upates to include copyright 2000 to everything
-Erik
|
2000-04-13 01:18:56 +00:00 |
|
Erik Andersen
|
1ad302ac90
|
The new tar for busybox is now done, and works just fine
for extracting files. Creation of tarballs is next...
-Erik
|
2000-03-24 00:54:46 +00:00 |
|
Erik Andersen
|
298854f029
|
My latest ramblings.
-Erik
|
2000-03-23 01:09:18 +00:00 |
|
Erik Andersen
|
0d068a2067
|
* all mallocs now use xmalloc (and so are OOM error safe), and
the common error handling saves a few bytes. Thanks to
Bob Tinsley <bob@earthrise.demon.co.uk> for the patch.
-Erik
|
2000-03-21 22:32:57 +00:00 |
|
Erik Andersen
|
e49d5ecbbe
|
Some formatting updates (ran the code through indent)
-Erik
|
2000-02-08 19:58:47 +00:00 |
|
Erik Andersen
|
fac10d7c59
|
A few minor updates. ;-)
Seriously though, read the Changelog for busybox 0.42,
which this is about to become...
-Erik
|
2000-02-07 05:29:42 +00:00 |
|
Erik Andersen
|
4d1d0113fd
|
Reworked the source so it will compile and run under glibc 2.0.7
and linux kernel 2.0.36 (though the dubious reasons why someone
would want to do that defy imagination ;)
-Erik
|
1999-12-17 18:44:15 +00:00 |
|
Eric Andersen
|
1792f8c489
|
Tail now works (costs 6k). Several other updates.
-Erik
|
1999-12-09 06:11:36 +00:00 |
|
Eric Andersen
|
b186d980d6
|
Stuf
|
1999-12-03 09:19:54 +00:00 |
|
Eric Andersen
|
cb41c2e83b
|
Bug fixes
|
1999-11-22 07:41:00 +00:00 |
|
Eric Andersen
|
6a76e652aa
|
Stuf
|
1999-11-19 05:31:45 +00:00 |
|
Eric Andersen
|
08b1034f4f
|
Stuf
|
1999-11-19 02:38:58 +00:00 |
|
Eric Andersen
|
b6a44b8d39
|
updates for the day
|
1999-11-13 04:47:09 +00:00 |
|
Eric Andersen
|
d73dc5b073
|
Updates to usage, and made tar work.
-Erik
|
1999-11-10 23:13:02 +00:00 |
|
Eric Andersen
|
c49960189a
|
Fixed up copyright notices and such
|
1999-10-20 22:08:37 +00:00 |
|
Eric Andersen
|
e77ae3a2c0
|
Added sfdisk. Ststic-ified a bunch of stuff.
|
1999-10-19 20:03:34 +00:00 |
|
Eric Andersen
|
5de3065f58
|
Fixed dd
|
1999-10-13 00:53:55 +00:00 |
|
Eric Andersen
|
3cf52d1958
|
More stuff...
|
1999-10-12 22:26:06 +00:00 |
|
Eric Andersen
|
9d3aba7b37
|
more stuff
|
1999-10-06 09:04:55 +00:00 |
|
Eric Andersen
|
cc8ed39b24
|
Initial revision
|
1999-10-05 16:24:54 +00:00 |
|