Age | Commit message (Collapse) | Author |
|
|
|
|
|
tar files wernt being created.
|
|
|
|
|
|
* archival/tar.c (append_file_list_to_list): Likewise.
|
|
|
|
|
|
|
|
filename was not explicitly specified were segfaulting.
-Erik
|
|
|
|
|
|
|
|
|
|
-Erik
|
|
applets that use unarchive changed to match.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt.
|
|
|
|
|
|
|
|
|
|
-Erik
|
|
closes bug #1185
-Erik
|
|
with mode 0777 in all cases due to usask issues. Thanks to Matt Kraai for
noticing and spotting the culprit. This makes bb tar behave just like GNU
tar once again.
-Erik
|
|
|
|
change permissions on existing directories. This behavior is contrary to SUSv2
and contrary to GNU tar. Thanks to Matt Kraai for pointing this out. I should
have been much more careful about accepting such a patch.
-Erik
|
|
|
|
|
|
on directories we created while extracting a tarball. Fix
based on bug report and patch from Konstantin Boldyshev
<konst@linuxassembly.org>
-Erik
|
|
make xreadlink() return NULL on failure, and make sure everyone
uses the interface correctly.
-Erik
|
|
|
|
readlink(2).
|
|
|
|
uses it to avoid possible buffer underruns whn strlen is zero, and avoid the
possible space-hogging inline of strlen() in several cases.
-Erik
|
|
This way, we can new get rid of all that tedious #define rubbish we used to
need to enable specific messages. This way is enormously simpler, and as a
bonus also ends up saving us 96 bytes.
-Erik
|
|
|
|
saves 100 Bytes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace polluting things that really should be static.
|