This is the mail archive of the ecos-cvs@sources.redhat.com 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-opt/net/net/bsd_tcpip/current ChangeLog i ...


CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	nickg@sourceware.org	2003-06-14 15:03:03

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/netinet: in.h 
	net/net/bsd_tcpip/current/include/sys: malloc.h 
	net/net/bsd_tcpip/current/src/ecos: synch.c 

Log message:
	* src/ecos/synch.c (spl_any): Put call to cyg_mutex_lock() into a
	loop so that releases of the current thread do not get mistaken
	for locks and trigger the asserts.
	
	* include/sys/malloc.h (M_DEVBUF): Added this definition.
	
	* include/netinet/in.h: Changed size of sockaddr_in.sin_zero[] to
	24 bytes. This makes a sockaddr_in the same size as a sockaddr.
	Otherwise the definitions of things like ifaliasreq and
	in_aliasreq do not match when they should.


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