Re: [PATCH v2] libmisc/untar: Support directory create and overwrites. Share the common code.

2016-06-03 Thread Sebastian Huber
Looks good, thanks for adding the rtems_printf(). -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request.

[PATCH v2] libmisc/untar: Support directory create and overwrites. Share the common code.

2016-06-02 Thread Chris Johns
Support creating directories for files with a path depth greater than 1. Some tar files can have files with a path depth greater than 1 and no directory entry in the tar file to create a directory. Support overwriting existing files and directories failing in a similar way to tar on common hosts.