newlib-cygwin/winsup
Corinna Vinschen e665b0aab2 * fhandler.h (fhandler_socket::recv_internal): Add bool parameter.
Add regparm attribute.
	* fhandler_socket.cc (fhandler_socket::read): Call recv_internal with
	second parameter set to false.
	(fhandler_socket::readv): Ditto.
	(fhandler_socket::recvfrom): Ditto.
	(fhandler_socket::recv_internal): Convert use_recvmsg from local
	variable to parameter.  Use as request for using WSARecvMsg.  Only
	fail if WSARecvMsg can't be loaded and wsamsg->Control.len > 0,
	otherwise use WSARecv{From}.  Restrict dwFlags to MSG_PEEK when using
	WSARecvMsg.
	(fhandler_socket::recvmsg): Prefer using WSARecvMsg.  Change priority
	of tests for not using WSARecvMsg.  Call recv_internal with second
	parameter set accordingly.
2012-08-01 09:00:53 +00:00
..
cygserver * woutsup.h: Just include winlean.h. 2012-07-19 17:56:46 +00:00
cygwin * fhandler.h (fhandler_socket::recv_internal): Add bool parameter. 2012-08-01 09:00:53 +00:00
doc * pathnames.sgml (pathnames-intro): Remove paragraph on UNC paths. 2012-07-20 09:23:44 +00:00
lsaauth * Makefile.in (LIBS): Re-add advapi32.dll. Explain why. 2012-05-29 12:46:01 +00:00
mingw * include/_mingw.h: Add __MINGW_VERSION, __MINGW_MAJOR_VERSION, 2012-07-30 14:49:16 +00:00
testsuite * configure: Regenerate. 2012-04-24 08:55:41 +00:00
utils * Makefile.in (cygcheck.exe): Link against psapi.dll. 2012-07-11 16:41:51 +00:00
w32api Add missing include/sdkddkver.h 2012-07-30 00:04:05 +00:00
COPYING * COPYING: Replace with the GPLv3 definition. 2011-04-19 16:52:51 +00:00
CYGWIN_LICENSE * COPYING: Replace with the GPLv3 definition. 2011-04-19 16:52:51 +00:00
ChangeLog * Makefile.common (CFLAGS_COMMON): Add temporary define to work around w32api 2012-07-30 04:43:22 +00:00
Makefile.common * Makefile.common (CFLAGS_COMMON): Add temporary define to work around w32api 2012-07-30 04:43:22 +00:00
Makefile.in Add DESTDIR functionality to Makefile.in's. 2009-02-24 02:11:14 +00:00
README
acinclude.m4
aclocal.m4
configure winsup: 2011-01-29 06:41:28 +00:00
configure.in winsup: 2011-01-29 06:41:28 +00:00

README

THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Cygwin documentation is available on the net at http://cygwin.com
You might especially be interested in

http://cygwin.com/faq/faq.programming.html#faq.programming.building-cygwin