mtd/fs/jffs2/ecos ChangeLog,1.13,1.14 mkepk.sh,1.8,1.9

lunn at infradead.org lunn at infradead.org
Sat Jul 30 11:25:47 EDT 2005


Update of /home/cvs/mtd/fs/jffs2/ecos
In directory phoenix.infradead.org:/tmp/cvs-serv8934

Modified Files:
	ChangeLog mkepk.sh 
Log Message:
Merge with eCos sources and clean up some compiler warnings.


Index: ChangeLog
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	8 Feb 2005 19:36:26 -0000	1.13
+++ ChangeLog	30 Jul 2005 15:25:44 -0000	1.14
@@ -1,3 +1,12 @@
+2005-07-30  Andrew Lunn  <andrew.lunn at ascom.ch>
+
+	* Merge to public MTD
+
+2005-02-25  Andrew Lunn  <andrew.lunn at ascom.ch>
+
+	* src/fs-ecos.c (jffs2_truncate_file): Correctly truncate a file
+	when opening it with O_TRUNC. Test case from Knud Woehler.
+
 2005-02-08  Estelle HAMMACHE <estelle.hammache at st.com>
 
 	* src/fs-ecos.c 

Index: mkepk.sh
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/mkepk.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mkepk.sh	11 Nov 2004 20:47:00 -0000	1.8
+++ mkepk.sh	30 Jul 2005 15:25:44 -0000	1.9
@@ -4,7 +4,7 @@
 EPK_TMPDIR=/tmp/jffs2-epk-$$
 MTDDIR=`dirname $0`/../../..
 
-COREFILES="build.c compr_zlib.c LICENCE scan.c compr.c compr.h gc.c pushpull.h compr_rtime.c histo.h nodelist.c read.c write.c compr_rubin.c erase.c histo_mips.h nodelist.h readinode.c compr_rubin.h nodemgmt.c"
+COREFILES="build.c compr_zlib.c LICENCE scan.c compr.c compr.h gc.c pushpull.h compr_rtime.c histo.h nodelist.c read.c write.c compr_rubin.c erase.c histo_mips.h nodelist.h readinode.c compr_rubin.h nodemgmt.c debug.c debug.h"
 ECOSFILES="os-ecos.h flashio.c gcthread.c dir-ecos.c  fs-ecos.c  malloc-ecos.c"
 INCFILES="jffs2.h jffs2_fs_i.h jffs2_fs_sb.h"
 DOCFILES="README.Locking TODO ecos/doc/TODO.eCos ecos/doc/readme.txt"





More information about the linux-mtd-cvs mailing list