public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2004-03-09  8:12 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2004-03-09  8:12 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-03-09 08:12:08

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c :
	(jffs2_find) Policy to skip path separator is no longer
	"if '/' then skip" but "while '/' then skip" allowing
	multi '/' separators (i.e : /tmp////foo).
	(find_entry) Policy to detect end of path is no longer
	"if '\0' then end_of_path"
	but "while '/' skip it and then if '\0' then end_of_path"
	allowing path terminated with any number of '/'
	(i.e : chdir(/tmp///)).


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2006-05-09 16:17 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2006-05-09 16:17 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2006-05-09 16:17:55

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c: Generalise the check for broken ARM compilers
	and add the MIPS compiler as also being broken.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2005-02-25 20:25 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2005-02-25 20:25 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-02-25 20:24:18

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c (jffs2_truncate_file): Correctly truncate a file
	when opening it with O_TRUNC. Test case from Knud Woehler.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2004-12-11 12:22 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2004-12-11 12:22 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-12-11 12:22:36

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c: Use filesystem locking not file locking otherwise
	the node cache can be corrupted by multiple operations on
	different files at the same time
	
	* Also change the email address of David in the ChangeLog


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2004-10-21 18:13 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2004-10-21 18:13 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-10-21 18:13:44

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c (jffs2_open): Call iput on dir node if
	jffs2_create fails.
	* src/fs-ecos.c (jffs2_umount): use jffs2_free_full_dirent instead
	of free.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2004-10-13 21:29 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2004-10-13 21:29 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-10-13 21:29:10

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c (find_entry): jffs2_lookup may return error codes.
	Check added.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2004-08-05 13:41 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2004-08-05 13:41 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	flash_v2
Changes by:	asl@sourceware.org	2004-08-05 13:41:34

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: flashio.c fs-ecos.c 
	packages/fs/jffs2/current/tests: fileio1.c 

Log message:
	* tests/fileio1.c (main): If we have two filesystem configured
	mount the second one on /mnt and list the root of it.
	* src/fs-ecos.c (jffs2_fo_write): Fixed a typo in a debug print
	which is normally disabled.
	* src/fs-ecos.c (jffs2_fo_lseek): Put back part of the fix for
	lseeking past the end of the file which was removed during the last
	merge with MTD.
	* src/flashio.c (jffs2_flash_erase): Minor update for new
	flash API.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2004-04-21 18:51 gthomas
  0 siblings, 0 replies; 21+ messages in thread
From: gthomas @ 2004-04-21 18:51 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2004-04-21 18:51:22

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	Merge from MTD (minor safety check)


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2004-02-17 15:36 gthomas
  0 siblings, 0 replies; 21+ messages in thread
From: gthomas @ 2004-02-17 15:36 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2004-02-17 15:36:14

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c write.c 

Log message:
	Fix locking issues - from David Woodhouse


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2004-01-27 10:49 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2004-01-27 10:49 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-01-27 10:49:06

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c: Fixed inode reference counting in jffs2_ops_link().


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2003-11-25 16:41 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2003-11-25 16:41 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-11-25 16:41:08

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
	ARM gcc 3.2 compiler.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2003-10-04 19:05 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2003-10-04 19:05 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-10-04 19:05:25

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c: Another umount() fix.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2003-10-04 17:54 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2003-10-04 17:54 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-10-04 17:54:26

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c: Added test to detect known broken ARM compiler


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2003-09-23 11:48 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2003-09-23 11:48 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-09-23 11:47:59

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c: Fixed broken hard link creation.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2003-09-23 11:35 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2003-09-23 11:35 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-09-23 11:35:01

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c: Minor optimization of previous patch.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2003-09-23 10:21 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2003-09-23 10:21 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-09-23 10:21:00

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c: Do not decrement mount count for unsuccessful
	umount attempts.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2003-09-19  0:21 gthomas
  0 siblings, 0 replies; 21+ messages in thread
From: gthomas @ 2003-09-19  0:21 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2003-09-19 00:21:46

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	Another inode fix - from Thomas Koeller


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2003-09-18 19:40 gthomas
  0 siblings, 0 replies; 21+ messages in thread
From: gthomas @ 2003-09-18 19:40 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2003-09-18 19:40:34

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	Fix stat() to return valid inode number - from Thomas Koeller


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2003-07-27 14:05 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2003-07-27 14:05 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-07-27 14:05:12

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c os-ecos.h 

Log message:
	* src/os-ecos.h: Added new #defines require for the recent jffs2
	import.
	* src/fs-ecos.c: Changed the return error code to be negative as
	expected by jffs2_flash_read() and jffs2_flash_write().


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2003-04-23  3:00 jlarmour
  0 siblings, 0 replies; 21+ messages in thread
From: jlarmour @ 2003-04-23  3:00 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-04-23 03:00:08

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* ecos/packages/fs/jffs2/current ChangeLog src/f ...
@ 2003-03-27  8:46 jlarmour
  0 siblings, 0 replies; 21+ messages in thread
From: jlarmour @ 2003-03-27  8:46 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-03-27 08:46:29

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/src: fs-ecos.c 

Log message:
	* src/fs-ecos.c
	Fixed segmentation fault when unmounting file system.


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2006-05-09 16:17 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-09  8:12 ecos/packages/fs/jffs2/current ChangeLog src/f asl
  -- strict thread matches above, loose matches on Subject: below --
2006-05-09 16:17 asl
2005-02-25 20:25 asl
2004-12-11 12:22 asl
2004-10-21 18:13 asl
2004-10-13 21:29 asl
2004-08-05 13:41 asl
2004-04-21 18:51 gthomas
2004-02-17 15:36 gthomas
2004-01-27 10:49 asl
2003-11-25 16:41 asl
2003-10-04 19:05 asl
2003-10-04 17:54 asl
2003-09-23 11:48 asl
2003-09-23 11:35 asl
2003-09-23 10:21 asl
2003-09-19  0:21 gthomas
2003-09-18 19:40 gthomas
2003-07-27 14:05 asl
2003-04-23  3:00 jlarmour
2003-03-27  8:46 jlarmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).