public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/fs/rom/current ChangeLog src/romfs.c
@ 2003-10-04 19:30 asl
0 siblings, 0 replies; 5+ messages in thread
From: asl @ 2003-10-04 19:30 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2003-10-04 19:30:17
Modified files:
packages/fs/rom/current: ChangeLog
packages/fs/rom/current/src: romfs.c
Log message:
+ * src/romfs.c (romfs_mount): If a mount fails, make sure we leave
+ all state information in such a way we can try again.
^ permalink raw reply [flat|nested] 5+ messages in thread
* ecos/packages/fs/rom/current ChangeLog src/romfs.c
@ 2010-03-10 18:06 sergeig
0 siblings, 0 replies; 5+ messages in thread
From: sergeig @ 2010-03-10 18:06 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: sergeig@sourceware.org 2010-03-10 18:06:22
Modified files:
packages/fs/rom/current: ChangeLog
packages/fs/rom/current/src: romfs.c
Log message:
* src/romfs.c: file name comparison was broken for two files
with the same stem. A directory/file called "foo" would not
be found if there was a file "foo*" before "foo".
^ permalink raw reply [flat|nested] 5+ messages in thread
* ecos/packages/fs/rom/current ChangeLog src/romfs.c
@ 2004-10-05 8:00 asl
0 siblings, 0 replies; 5+ messages in thread
From: asl @ 2004-10-05 8:00 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-10-05 08:00:43
Modified files:
packages/fs/rom/current: ChangeLog
packages/fs/rom/current/src: romfs.c
Log message:
* src/romfs.c (romfs_mount): Avoid a compiler warning about punned
types.
^ permalink raw reply [flat|nested] 5+ messages in thread
* ecos/packages/fs/rom/current ChangeLog src/romfs.c
@ 2004-03-09 8:11 asl
0 siblings, 0 replies; 5+ messages in thread
From: asl @ 2004-03-09 8:11 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-03-09 08:11:27
Modified files:
packages/fs/rom/current: ChangeLog
packages/fs/rom/current/src: romfs.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] 5+ messages in thread
* ecos/packages/fs/rom/current ChangeLog src/romfs.c
@ 2003-12-11 12:55 asl
0 siblings, 0 replies; 5+ messages in thread
From: asl @ 2003-12-11 12:55 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2003-12-11 12:55:42
Modified files:
packages/fs/rom/current: ChangeLog
packages/fs/rom/current/src: romfs.c
Log message:
* src/romfs.c (romfs_mount) : function wrongly returns ENOENT even
if fste->data isn't NULL.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-03-10 18:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-04 19:30 ecos/packages/fs/rom/current ChangeLog src/romfs.c asl
2003-12-11 12:55 asl
2004-03-09 8:11 asl
2004-10-05 8:00 asl
2010-03-10 18:06 sergeig
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).