# # ChangeLog for uspace/app/untar/Makefile in mainline # # Generated by Trac 1.6 # 2026-06-02T23:42:35Z Tue, 05 Jun 2018 16:05:16 GMT Martin Decky [24fda5e] * uspace/Makefile (modified) * uspace/app/untar/Makefile (modified) * uspace/app/untar/main.c (modified) * uspace/lib/untar/Makefile (added) * uspace/lib/untar/private/tar.h (moved) * uspace/lib/untar/tar.c (moved) * uspace/lib/untar/untar.c (added) * uspace/lib/untar/untar.h (added) separate the TAR extraction to a library to make the code reusable Mon, 02 Dec 2013 15:38:37 GMT Vojtech Horky [ff042c0] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/untar/Makefile (added) * uspace/app/untar/main.c (added) * uspace/app/untar/tar.c (added) * uspace/app/untar/tar.h (added) Add simplistic untar utility