This is the mail archive of the ecos-cvs@sourceware.org mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos/packages/compat/posix/current ChangeLog c ...


CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-10-23 20:44:36

Modified files:
	packages/compat/posix/current: ChangeLog 
	packages/compat/posix/current/cdl: posix.cdl pthread.cdl 
	packages/compat/posix/current/doc: posix.sgml 
	packages/compat/posix/current/include: mutex.h pthread.h 
	packages/compat/posix/current/src: misc.cxx mqueue.cxx time.cxx 
	packages/compat/posix/current/tests: signal1.c sigsetjmp.c 
	                                     timer1.c tm_basic.cxx 
Added files:
	packages/compat/posix/current/include/sys: time.h 

Log message:
	* src/time.cxx: add gettimeofday() implementation
	* cdl/posix.cdl: make some descriptions a bit more verbose.  move
	mutex.cxx into its own component (CYGPKG_POSIX_PTHREAD_MUTEX).
	move compilation of mqueue.cxx into the CYGPKG_POSIX_MQUEUES
	component.  Fixed the tests so that only the ones which stand a
	chance of compling are compiled.
	* include/sys/time.h (new): Header file which implements sys/time.h
	* include/pthread.h: Include time.h for struct timespec
	* include/mutex.h: Include time.h for struct timespec


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]