summaryrefslogtreecommitdiff
path: root/archival/cpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Fix option handling, -i or -t must be given, if both ignore the -t.Glenn L McGrath2004-02-251-39/+44
* Dont unlink when testing !Glenn L McGrath2003-08-281-5/+15
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
* rpm applet by Laurence AndersonGlenn L McGrath2002-12-101-159/+1
* Move add_to_list from libunarchive to libbb so it can be of more general use ...Glenn L McGrath2002-12-081-1/+1
* Change filter paramaters, filters can be more powefull nowGlenn L McGrath2002-11-041-3/+3
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath2002-11-031-5/+7
* New common unarchive code.Glenn L McGrath2002-09-251-36/+180
* Recovering from my previous commitGlenn L McGrath2001-10-251-0/+1
* unarchive function changed to support both exclude and include lists, applets...Glenn L McGrath2001-10-131-1/+1
* Allow the unarchive() extract_list variable to be NULL, meaning extract allGlenn L McGrath2001-07-141-6/+9
* Allow unarchive to redirect stdout (tobe used by dpkg applet)Glenn L McGrath2001-07-111-1/+1
* Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath2001-06-241-4/+3
* cpio applet, and changes to associated codeGlenn L McGrath2001-06-221-0/+93