newlib/winsup
Corinna Vinschen 9869e006f3 * fhandler.h (class fhandler_socket): Remove prot_info_ptr.
(fhandler_socket::fixup_before_fork_exec): Remove.
	(fhandler_socket::fixup_after_exec): Remove.
	(fhandler_socket::need_fixup_before): Remove.
	* fhandler_socket.cc (fhandler_socket::fhandler_socket): Drop
	initializing prot_info_ptr.  Remove unused code.
	(fhandler_socket::~fhandler_socket): Drop free'ing prot_info_ptr.
	(struct wsa_event): Rename connect_errorcode to errorcode.
	(fhandler_socket::evaluate_events): Handle FD_CLOSE error condition
	as FD_CONNECT error condition, except, never reset an FD_CLOSE error
	condition.  Always set FD_WRITE after successfully recorded FD_CONNECT.
	(fhandler_socket::fixup_before_fork_exec): Remove.
	(fhandler_socket::fixup_after_fork): Revert to using handle duplication.
	(fhandler_socket::fixup_after_exec): Remove.
	(fhandler_socket::dup): Revert to using handle duplication.
	(fhandler_socket::send_internal): Only call wait_for_events in case
	of WSAEWOULDBLOCK condition.
	(fhandler_socket::set_close_on_exec): Call
	fhandler_base::set_close_on_exec.
	* net.cc (fdsock): Just set socket to inheritable on non-NT.  Don't
	call inc_need_fixup_before.
	* select.cc (peek_socket): Don't set except_ready on every FD_CLOSE,
	just on error.
2006-07-27 09:11:38 +00:00
..
cygserver update to newer autoconf 2006-05-24 16:59:03 +00:00
cygwin * fhandler.h (class fhandler_socket): Remove prot_info_ptr. 2006-07-27 09:11:38 +00:00
doc * pathnames.sgml: Change text for the order in which executables 2006-07-18 19:41:02 +00:00
mingw * include/math.h (__INFF,__INFL): Remove '#'. 2006-07-06 07:36:58 +00:00
subauth * Makefile.in (LIBS): Link against msvcrt.dll, too. 2006-07-25 19:16:54 +00:00
testsuite * Makefile.in: Update copyrigh. Remove unused stuff. 2006-07-23 23:28:49 +00:00
utils * Makefile.in: Build setmetamode.exe. 2006-07-03 16:00:58 +00:00
w32api Update some IMAGE flags to PECOFF v8 (May, 2006) specs. 2006-07-27 08:30:33 +00:00
COPYING
CYGWIN_LICENSE
ChangeLog * configure.in: Reenable building the subauth subdir. 2006-07-25 19:18:04 +00:00
Makefile.common
Makefile.in * Makefile.in: Update copyright. Fix 'check' target so that it will once-again 2006-07-23 23:28:06 +00:00
README
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 * configure.in: Reenable building the subauth subdir. 2006-07-25 19:18:04 +00:00
configure.in * configure.in: Reenable building the subauth subdir. 2006-07-25 19:18:04 +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