public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/fs/ram/current ChangeLog src/ramfs.c
@ 2004-01-08 17:24 asl
  0 siblings, 0 replies; 4+ messages in thread
From: asl @ 2004-01-08 17:24 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-01-08 17:24:27

Modified files:
	packages/fs/ram/current: ChangeLog 
	packages/fs/ram/current/src: ramfs.c 

Log message:
	* src/ramfs.c (ramfs_fo_write): Return ENOSPC when the filesystem
	is full.


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

* ecos/packages/fs/ram/current ChangeLog src/ramfs.c
@ 2010-03-29 19:39 sergeig
  0 siblings, 0 replies; 4+ messages in thread
From: sergeig @ 2010-03-29 19:39 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	sergeig@sourceware.org	2010-03-29 19:39:12

Modified files:
	packages/fs/ram/current: ChangeLog 
	packages/fs/ram/current/src: ramfs.c 

Log message:
	* src/ramfs.c (add_direntry): Fix directory file name corruption
	with the SIMPLE allocation method: do not cache pointers returned
	from findbuffer_node(), but do a fresh lookup based on position.
	* src/ramfs.c (find_entry): Fixed wrong type for a local counter
	(namelen): s/char/int/.


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

* ecos/packages/fs/ram/current ChangeLog src/ramfs.c
@ 2004-03-09  8:11 asl
  0 siblings, 0 replies; 4+ 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:01

Modified files:
	packages/fs/ram/current: ChangeLog 
	packages/fs/ram/current/src: ramfs.c 

Log message:
	* src/ramfs.c :
	(ramfs_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] 4+ messages in thread

* ecos/packages/fs/ram/current ChangeLog src/ramfs.c
@ 2004-02-25 14:46 jlarmour
  0 siblings, 0 replies; 4+ messages in thread
From: jlarmour @ 2004-02-25 14:46 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2004-02-25 14:46:09

Modified files:
	packages/fs/ram/current: ChangeLog 
	packages/fs/ram/current/src: ramfs.c 

Log message:
	* src/ramfs.c (findbuffer_node): If pos larger than even INDIRECT2_MAX
	then return ENOSPC, not EINVAL. Thanks to Vincent Catros for spotting
	this.


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

end of thread, other threads:[~2010-03-29 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-08 17:24 ecos/packages/fs/ram/current ChangeLog src/ramfs.c asl
2004-02-25 14:46 jlarmour
2004-03-09  8:11 asl
2010-03-29 19:39 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).