This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


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

src/winsup/cygwin ChangeLog autoload.cc net.cc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-05-15 01:15:54

Modified files:
	winsup/cygwin  : ChangeLog autoload.cc net.cc security.cc 

Log message:
	* autoload.cc: Add autoload statements for ws2_32 functions
	`WSACloseEvent', `WSACreateEvent', `WSAGetOverlappedResult',
	`WSARecv', `WSARecvFrom', `WSASend', `WSASendTo' and `WSASetEvent',
	`WSAWaitForMultipleEvents'.
	* net.cc: Define wsock_evt.
	(wsock_event): New class.
	(cygwin_sendto): Use overlapped socket io if available.
	(cygwin_recvfrom): Ditto.
	(cygwin_recv): Ditto.
	(cygwin_send): Ditto.
	* security.cc (subauth): Set Win32 error to 0 to safely ask for the
	error code of dynamically loaded function `LsaRegisterLogonProcess'.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.711&r2=1.712
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&r1=1.47&r2=1.48


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