public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/io/fileio/current ChangeLog incl ...
@ 2009-03-02 20:54 asl
  0 siblings, 0 replies; 9+ messages in thread
From: asl @ 2009-03-02 20:54 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2009-03-02 20:54:10

Modified files:
	packages/io/fileio/current: ChangeLog 
	packages/io/fileio/current/include: fileio.h 
	packages/io/fileio/current/src: file.cxx 

Log message:
	* src/file.cxx: add a chmod() call, implemented by calling
	cyg_fs_setinfo with parameter FS_INFO_CHMOD


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

* ecos/packages/io/fileio/current ChangeLog incl ...
@ 2009-03-02 20:55 asl
  0 siblings, 0 replies; 9+ messages in thread
From: asl @ 2009-03-02 20:55 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	ecos-v3_0-branch
Changes by:	asl@sourceware.org	2009-03-02 20:55:53

Modified files:
	packages/io/fileio/current: ChangeLog 
	packages/io/fileio/current/include: fileio.h 
	packages/io/fileio/current/src: file.cxx 

Log message:
	* src/file.cxx: add a chmod() call, implemented by calling
	cyg_fs_setinfo with parameter FS_INFO_CHMOD


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

* ecos/packages/io/fileio/current ChangeLog incl ...
@ 2005-02-25 20:36 asl
  0 siblings, 0 replies; 9+ messages in thread
From: asl @ 2005-02-25 20:36 UTC (permalink / raw)
  To: ecos-cvs

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

Modified files:
	packages/io/fileio/current: ChangeLog 
	packages/io/fileio/current/include: fileio.h 

Log message:
	* include/fileio.h: Only include kapi.h when
	CYGFUN_IO_FILEIO_SELECT is enabled and then define the select
	support structures.


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

* ecos/packages/io/fileio/current ChangeLog incl ...
@ 2005-01-22 14:03 asl
  0 siblings, 0 replies; 9+ messages in thread
From: asl @ 2005-01-22 14:03 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-01-22 14:03:38

Modified files:
	packages/io/fileio/current: ChangeLog 
	packages/io/fileio/current/include: fileio.h 
	packages/io/fileio/current/src: fio.h misc.cxx 

Log message:
	* src/misc.cxx (cyg_fs_root_lookup): New function to find the mount
	point of a give filesystems root directory.
	* src/fio.h:
	* include/fileio.h: Made cyg_fs_{un}lock accessible outside of the
	fileio package


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

* ecos/packages/io/fileio/current ChangeLog incl ...
@ 2004-12-02 12:34 asl
  0 siblings, 0 replies; 9+ messages in thread
From: asl @ 2004-12-02 12:34 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-12-02 12:34:34

Modified files:
	packages/io/fileio/current: ChangeLog 
	packages/io/fileio/current/include: fileio.h 
	packages/io/fileio/current/src: select.cxx 

Log message:
	* include/fileio.h: Changed si_thread to si_waitFlag
	* src/select.cxx: Improved efficiency: 1. Only threads waiting
	on a selector are woken up in selwake. This is done by swapping
	the condition variable for an event flag and registering threads
	for wakeup in selrecord. 2. No mutex is now required. 3. Search
	through the FD mask much streamlined.


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

* ecos/packages/io/fileio/current ChangeLog incl ...
@ 2004-10-22 14:07 asl
  0 siblings, 0 replies; 9+ messages in thread
From: asl @ 2004-10-22 14:07 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-10-22 14:07:51

Modified files:
	packages/io/fileio/current: ChangeLog 
	packages/io/fileio/current/include: fileio.h 
	packages/io/fileio/current/src: file.cxx 

Log message:
	* include/fileio.h:
	* src/file.cxx: Added support for cyg_fs_fssync,
	cyg_fs_get_attrib, and cyg_fs_set_attrib
	* src/file.cxx: Added a check data ptr in LOCK_FS


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

* ecos/packages/io/fileio/current ChangeLog incl ...
@ 2003-12-01 14:30 gthomas
  0 siblings, 0 replies; 9+ messages in thread
From: gthomas @ 2003-12-01 14:30 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2003-12-01 14:30:34

Modified files:
	packages/io/fileio/current: ChangeLog 
	packages/io/fileio/current/include: fileio.h sockio.h 
	packages/io/fileio/current/src: dir.cxx fd.cxx io.cxx 

Log message:
	Remove gratuitous inclusion of kernel header files - from David Woodhouse


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

* ecos/packages/io/fileio/current ChangeLog incl ...
@ 2003-10-23 17:15 nickg
  0 siblings, 0 replies; 9+ messages in thread
From: nickg @ 2003-10-23 17:15 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	nickg@sourceware.org	2003-10-23 17:15:20

Modified files:
	packages/io/fileio/current: ChangeLog 
	packages/io/fileio/current/include: fileio.h 
	packages/io/fileio/current/src: file.cxx io.cxx 

Log message:
	* src/io.cxx: Added cyg_fs_fsetinfo and cyg_fs_fgetinfo functions.
	
	* src/file.cxx: Added cyg_fs_setinfo and cyg_fs_getinfo functions.
	
	* include/fileio.h: Added cyg_fs_fsetinfo, cyg_fs_fgetinfo,
	cyg_fs_setinfo and cyg_fs_getinfo function prototypes.


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

* ecos/packages/io/fileio/current ChangeLog incl ...
@ 2003-10-06 18:45 asl
  0 siblings, 0 replies; 9+ messages in thread
From: asl @ 2003-10-06 18:45 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-10-06 18:45:23

Modified files:
	packages/io/fileio/current: ChangeLog 
	packages/io/fileio/current/include: fileio.h 
	packages/io/fileio/current/src: devfs.cxx fio.h misc.cxx 

Log message:
	* src/fio.h (CYG_FILEIO_SIGMASK_SET): Fixed a compiler warning
	about an unused variable.
	* src/devfs.cxx: prototype of dev_fo_select now matches
	implementation
	* include/fileio.h: changed definition of cyg_fileop_select to
	return a cyg_bool instead of int to match current implementations
	* src/misc.cxx: changed cyg_fileio_seltrue() to match prototype.


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

end of thread, other threads:[~2009-03-02 20:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-02 20:54 ecos/packages/io/fileio/current ChangeLog incl asl
  -- strict thread matches above, loose matches on Subject: below --
2009-03-02 20:55 asl
2005-02-25 20:36 asl
2005-01-22 14:03 asl
2004-12-02 12:34 asl
2004-10-22 14:07 asl
2003-12-01 14:30 gthomas
2003-10-23 17:15 nickg
2003-10-06 18:45 asl

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).