This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
61a9d8d145
busybox
/
archival
History
Matt Kraai
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
..
ar.c
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.
2000-08-25 03:50:10 +00:00
gunzip.c
Fixed a stupid thinko preventing zcat from doing its job, thanks
2000-09-01 16:25:33 +00:00
gzip.c
Sigh. Seems I screwed up last time. This fixed detecting
2000-09-01 00:33:06 +00:00
tar.c
Allow selective extraction and listing of files. And fix an unchecked
2000-09-04 08:25:42 +00:00