summaryrefslogtreecommitdiff
path: root/libbb/unarchive.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't use void * to pass pointers of known typeEric Andersen2001-06-261-20/+9
|
* Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath2001-06-241-9/+15
|
* cpio applet, and changes to associated codeGlenn L McGrath2001-06-221-15/+70
|
* Fix the build process so it does not do the evil #ifdef BB_FOO stuff.Eric Andersen2001-06-221-4/+21
| | | | | | Build exactly one .o file per function, and let the linker throw away the junk it doesn't want. -Erik
* Dont change date or chmod on symlinks, lchown on symlinks if lchown availableGlenn L McGrath2001-06-221-6/+16
|
* remove defines around unarchive, its always usedGlenn L McGrath2001-06-221-2/+0
|
* comment cleanupTim Riker2001-06-221-2/+1
|
* create_path -> make_directoryTim Riker2001-06-221-1/+1
|
* Reorganise unarchiving functions, more code re-use, only does single pass(no ↵Glenn L McGrath2001-06-201-0/+500
more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. It effects ar, dpkg-deb applets only