summaryrefslogtreecommitdiff
path: root/uniso.c
AgeCommit message (Collapse)Author
2013-07-05uniso: include sys/types.h for u_int*_tTimo Teräs
musl is strict on this.
2012-03-23uniso: fix compile warning on x86_64Natanael Copa
2011-03-10uniso: try handle shared extentsNatanael Copa
We check if its shared with previous file. If it is, we try create a hardlink or we clone it. This should work in most cases.
2011-03-01added unisoNatanael Copa
A tool for extracting files from iso images frrom a stream. Will be used for setup-bootable.