aboutsummaryrefslogtreecommitdiff
path: root/archival/cpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* style cleanup: return(a) -> return a, part 1vda2006-11-271-1/+1
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* These should have been part of 15767 too.landley2006-08-031-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-13/+1
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-9/+8
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
* Fix option handling, -i or -t must be given, if both ignore the -t.bug12004-02-251-39/+44
* Dont unlink when testing !bug12003-08-281-5/+15
* Major coreutils update.mjn32003-03-191-2/+2
* rpm applet by Laurence Andersonbug12002-12-101-159/+1
* Move add_to_list from libunarchive to libbb so it can be of more general use ...bug12002-12-081-1/+1
* Change filter paramaters, filters can be more powefull nowbug12002-11-041-3/+3
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...bug12002-11-031-5/+7
* New common unarchive code.bug12002-09-251-36/+180
* Recovering from my previous commitbug12001-10-251-0/+1
* unarchive function changed to support both exclude and include lists, applets...bug12001-10-131-1/+1
* Allow the unarchive() extract_list variable to be NULL, meaning extract allbug12001-07-141-6/+9
* Allow unarchive to redirect stdout (tobe used by dpkg applet)bug12001-07-111-1/+1
* Nore unarchive (and doc) fixes from Laurence Andersonbug12001-06-241-4/+3
* cpio applet, and changes to associated codebug12001-06-221-0/+93