Update of /cvsroot/blob/blob/src/lib
In directory usw-pr-cvs1:/tmp/cvs-serv19345
Modified Files:
tar.c
Log Message:
- kill logs
Index: tar.c
===================================================================
RCS file: /cvsroot/blob/blob/src/lib/tar.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tar.c 2 May 2002 15:24:21 -0000 1.2
+++ tar.c 2 May 2002 15:28:54 -0000 1.3
@@ -19,36 +19,6 @@
*
* $Id$
*
- * $Log$
- * Revision 1.2 2002/05/02 15:24:21 seletz
- * - use generic io framework to provide a tar reader w/o actually knowing
- * where the data comes from.
- *
- * Revision 1.1 2002/04/26 18:24:54 seletz
- * - first revision of minimal tar archive support.
- * - this module will be used to get a blob/ramdisk/kernel
- * update mechanism from e.g. CF cards using raw tar archives.
- * For ex. do a "tar -c --posix -f /def/hda zImage blob initrd.gz cramfs.img"
- * with /dev/hda a mounted CF card, ship the CF card to your customer
- * and off you go.
- * - Missing so far:
- * * only posix tar format
- * * no zlib support (do we need this?)
- * * only "t" and "x" are supported, i.e. no creation of tar
- * archives so far.
- * - This is WIP ....
- *
- * Revision 1.2 2002/04/24 14:27:08 seletz
- * - first round of bugfixing. Now at last one can read 512 byte sectors
- * of a CF in true-ide mode. See system3.c::pcmciatest().
- *
- * Still WIP. YMMV, and so on....
- *
- * Revision 1.1 2002/04/18 19:52:49 seletz
- * - Added PCMCIA and IDE framework. Based on Brad Parker's code.
- * NOTE NOTE NOTE:
- * This is all Work-In-Progress (you have been warned)
- *
*/
/**********************************************************************
|