Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use void * to pass pointers of known type | Eric Andersen | 2001-06-26 | 1 | -20/+9 |
| | |||||
* | Nore unarchive (and doc) fixes from Laurence Anderson | Glenn L McGrath | 2001-06-24 | 1 | -9/+15 |
| | |||||
* | cpio applet, and changes to associated code | Glenn L McGrath | 2001-06-22 | 1 | -15/+70 |
| | |||||
* | Fix the build process so it does not do the evil #ifdef BB_FOO stuff. | Eric Andersen | 2001-06-22 | 1 | -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 available | Glenn L McGrath | 2001-06-22 | 1 | -6/+16 |
| | |||||
* | remove defines around unarchive, its always used | Glenn L McGrath | 2001-06-22 | 1 | -2/+0 |
| | |||||
* | comment cleanup | Tim Riker | 2001-06-22 | 1 | -2/+1 |
| | |||||
* | create_path -> make_directory | Tim Riker | 2001-06-22 | 1 | -1/+1 |
| | |||||
* | Reorganise unarchiving functions, more code re-use, only does single pass(no ↵ | Glenn L McGrath | 2001-06-20 | 1 | -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 |