- 6fc2a7d Reorganize listing code. by Matt Kraai · 24 years ago
- 82cfbad Allow non-verbose listing to work. by Matt Kraai · 24 years ago
- 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
- fca8050 Fix .deb unpack and experimental TAR support by Glenn L McGrath · 24 years ago
- 49352ad Simplify a few little things, and merge in a patch from by Eric Andersen · 24 years ago
- bd7c671 remove some printf statements i forgot about by Glenn L McGrath · 24 years ago
- e2b345a Implemented new ar functionality unique to busybox ar (i think), the -R by Glenn L McGrath · 24 years ago
- 437bf72 Changed getopt so that options can be grouped together, the source by Glenn L McGrath · 24 years ago
- 6fb88e7 Fix permisions by Glenn L McGrath · 24 years ago
- 8324b9f Now supports GNU style long filenames. by Glenn L McGrath · 24 years ago
- 43c8c38 Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fix by Matt Kraai · 24 years ago
- b92223b Allow selective extraction and listing of files. And fix an unchecked by Matt Kraai · 24 years ago
- 73bdf13 Fixed a stupid thinko preventing zcat from doing its job, thanks by Eric Andersen · 24 years ago
- da542f3 Argh. I *will* compile before checking in. by Matt Kraai · 24 years ago
- f446297 Don't unlink files if we are extracting to stdout. by Matt Kraai · 24 years ago
- e99674a Correct the stdin/stdout behavior when no args are provided. -Erik by Eric Andersen · 24 years ago
- 5eb5912 Sigh. Seems I screwed up last time. This fixed detecting by Eric Andersen · 24 years ago
- 06aeb6c 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. by Glenn L McGrath · 24 years ago
- 6ac18a3 Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
- 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
- fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
- d570468 Fix from Robert Kaiser for stdin behavior. -Erik by Eric Andersen · 24 years ago
- ea824fb Fixed stdin/stdout paths so things like by Eric Andersen · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
- be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
- e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
- 8845adc * Fixed tar creation support when reading from stdin ('tar -cf - . ') by Eric Andersen · 24 years ago
- 1e03add a few minor cleanups. -Erik by Eric Andersen · 24 years ago
- 57ebebf Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> to by Eric Andersen · 24 years ago
- 1c314ad * Fixed a _horrible_ bug where 'tar -tvf' could unlink by Eric Andersen · 24 years ago
- 3adffb7 readlink(2) does not NULL terminate the buffer it reads in, but tar expected it by Eric Andersen · 24 years ago
- b405dfa 'tar --help' wasn't working. Fixed it. -Erik by Eric Andersen · 24 years ago
- b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
- 852ff13 Update to ar.c from Glenn McGrath. His comments follow: by Eric Andersen · 24 years ago
- 0c6a970 * Fixed a small bug that could cause tar to emit warning messages by Eric Andersen · 24 years ago
- 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
- 108a443 Fixed tar option parsing segfault, and make "tar xv" and "tar -xv" by Eric Andersen · 24 years ago
- 8ea7d8c First pass at fixing tar segfault, and more portability updates. -Erik by Erik Andersen · 24 years ago
- 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago
- 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
- 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 24 years ago
- 923ef59 Fix tarball creation. In an attempt to accomodate the whiners by Erik Andersen · 25 years ago
- 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 25 years ago
- 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 25 years ago
- a3e57ca make ps accept (and ignore) all options (--help works of course). by Erik Andersen · 25 years ago
- 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 25 years ago
- 95c1c1e Fix a tar bug: tar removed leading '/'s for symlink targets. by Erik Andersen · 25 years ago
- 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
- 0817d13 This makes tar work perfectly, and adds in "--exclude" as an option -Erik by Erik Andersen · 25 years ago
- 84e09e4 Fix tar checksum calculation bug. -Erik by Erik Andersen · 25 years ago
- ecd5124 Latest and greatest -Erik by Erik Andersen · 25 years ago
- 6a34b53 Slightly better fringe case handling and GNU tar like error messages. -Erik by Erik Andersen · 25 years ago
- 825aead Patch to make killall actually kill all PIDs with the specified name, by Erik Andersen · 25 years ago
- 5661fe0 Tar now works perfectly. It behaves much better now then it by Erik Andersen · 25 years ago
- 68a9ea4 Update tar so creation of tarballs is much closer to working... -Erik by Erik Andersen · 25 years ago
- 3364d78 Yet another installment in the ongoing tar saga -Erik by Erik Andersen · 25 years ago
- 6acaa40 First stages of (re-)writing busybox's tar creation support. -Erik by Erik Andersen · 25 years ago
- deea048 Latest and greatest -Erik by Erik Andersen · 25 years ago
- 1ad302a The new tar for busybox is now done, and works just fine by Erik Andersen · 25 years ago
- e454fb6 More changes that are broken. It doesn't compile yet, but is closer. -Erik by Erik Andersen · 25 years ago
- 298854f My latest ramblings. -Erik by Erik Andersen · 25 years ago
- 1dbe340 more minor fixes -Erik by Erik Andersen · 25 years ago
- e272915 Some updates for the day, -Erik by Erik Andersen · 25 years ago
- 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago
- e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
- fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
- ce5b466 copyFile could call chmod on a symlink, changing the perms by Erik Andersen · 25 years ago
- 3fe39dc Some busybox updates. See the changelog for details if you care. -Erik by Erik Andersen · 25 years ago
- 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
- 06936df Fix a bug where tar could change perms and ownership of dirs pointed by Erik Andersen · 25 years ago
- de55287 Some busybox updates. You no longer _have_ to put a "-" in front of tar by Erik Andersen · 25 years ago
- 05100cd tar creation support is now optional. -Erik by Erik Andersen · 25 years ago
- 7dc1607 Bunches of fixes. Typos, bugs, etc. by Erik Andersen · 25 years ago
- 00266d3 Fixed a bug where tar would not set the user and group on device by Erik Andersen · 25 years ago
- 98f67e3 chown(2) clears S_ISUID and S_ISGID, even when chown is by Erik Andersen · 25 years ago
- 4d1d011 Reworked the source so it will compile and run under glibc 2.0.7 by Erik Andersen · 25 years ago
- 03018f7 Fixed tar so uid/gud/permissions on extracted tarballs will be correct. -Erik by Eric Andersen · 25 years ago
- 08b1034 Stuf by Eric Andersen · 25 years ago
- b052b47 Forgot this. by Eric Andersen · 25 years ago
- d80e851 Stuf by Eric Andersen · 25 years ago
- b6a44b8 updates for the day by Eric Andersen · 25 years ago
- 96bcfd3 Latest and greatest -Erik by Eric Andersen · 25 years ago
- 0dfac6b Stuff by Eric Andersen · 25 years ago
- c296b54 Stuf by Eric Andersen · 25 years ago
- d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
- 5556c18 Maybe works now... -Erik by Eric Andersen · 25 years ago
- 50d6360 Stuff by Eric Andersen · 25 years ago
- 350577c Minor stuf by Eric Andersen · 25 years ago
- be971d6 More init fixes. Fixed sync segfault. -Erik by Eric Andersen · 25 years ago
- d143e8f Stuf by Eric Andersen · 25 years ago
- c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
- e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
- cb6e256 More stuff by Eric Andersen · 25 years ago
- f6be944 More stuff by Eric Andersen · 25 years ago
- 1b61f41 More stuff by Eric Andersen · 25 years ago
- 3cf52d1 More stuff... by Eric Andersen · 25 years ago
- f811e07 More stuff. by Eric Andersen · 25 years ago
- 17d49ef More stuff. by Eric Andersen · 25 years ago
- cc8ed39 Initial revision by Eric Andersen · 25 years ago