newlib/winsup
Corinna Vinschen 1b9cba59c3 * fhandler.h (class fhandler_socket): Add private mutex handle
accept_mtx.
	* fhandler_socket.cc (fhandler_socket::fhandler_socket): Initialize
	accept_mtx to NULL.
	(fhandler_socket::dup): Duplicate accept_mtx, if available.
	(fhandler_socket::listen): Create accept_mtx before trying to listen.
	(fhandler_socket::prepare): Wait for accept_mtx if available to
	serialize accepts on the same socket.
	(fhandler_socket::release): Release accept_mtx.
	(fhandler_socket::close): Close accept_mtx on successful closesocket.
2006-06-14 20:19:10 +00:00
..
cygserver update to newer autoconf 2006-05-24 16:59:03 +00:00
cygwin * fhandler.h (class fhandler_socket): Add private mutex handle 2006-06-14 20:19:10 +00:00
doc Add faq.setup.automated 2006-06-02 04:36:48 +00:00
mingw * include/math.h (HUGE_VAL): Define as builtin if __GNUC__ >= 3.3, 2006-06-12 22:22:18 +00:00
subauth update to newer autoconf 2006-05-24 16:59:03 +00:00
testsuite * winsup.api/user_malloc.c: New file. 2006-06-12 13:59:36 +00:00
utils update to newer autoconf 2006-05-24 16:59:03 +00:00
w32api 2006-06-13 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2006-06-13 22:44:49 +00:00
COPYING * CYGWIN_LICENSE: Restrict to v2. 2006-01-29 18:06:24 +00:00
CYGWIN_LICENSE v2 only 2006-01-29 18:05:00 +00:00
ChangeLog update to newer autoconf 2006-05-24 16:59:03 +00:00
Makefile.common
Makefile.in update to newer autoconf 2006-05-24 16:59:03 +00:00
README Add top-level README 2006-01-27 05:37:13 +00:00
acinclude.m4 update to newer autoconf 2006-05-24 16:59:03 +00:00
aclocal.m4 update to newer autoconf 2006-05-24 16:59:03 +00:00
configure update to newer autoconf 2006-05-24 16:59:03 +00:00
configure.in update to newer autoconf 2006-05-24 16:59:03 +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