summaryrefslogtreecommitdiff
path: root/sys/src/cmd/tar.c
AgeCommit message (Collapse)Author
2015-09-08tar: remove unneccesary { }cinap_lenrek
2015-09-08tar: make z flag work, even when no file name was provided (thanks aiju)cinap_lenrek
tar used to infer compression type from the filenames extension, but when no file name is given (stdin/stdout), the -z flag was ignored and no compression filter applied. this changes tar to assume the default gzip compression method when z is given and no file name is specified.
2015-05-19tar, tarfs: implement longname supportcinap_lenrek
this allows extracting tar archives that use longnames extension, where the real filename is stored in a special entry with linkflag == 'L' before the file entry. also skip longlink entries with linkflag == 'K'.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen