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]
Other format: [Raw text]

winsup/cygwin ChangeLog ChangeLog.branch Makef ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Branch: 	cgf-dev-branch
Changes by:	cgf at sourceware dot org	2003-03-02 23:39:10

Modified files:
	cygwin         : ChangeLog ChangeLog.branch Makefile.in 
	                 cygheap.h cygwin-gperf devices.h dtable.cc 
	                 fhandler.h fhandler_socket.cc net.cc select.cc 
	cygwin/lib     : getopt.c 

Log message:
	Merge from trunk.
	* Makefile.in (devicess.cc): Make generation dependent on cygwin-gperf.
	* cygheap.h (cygheap_fdmanip): Add fhandler_socket cast.
	* cygwin-gperf: Autogenerate references to network devices.
	* devices.h: Create separate device types for all network types.  Export
	references to global network device storage.
	* dtable.cc (dtable::release): Use generic determination to control when
	need_fixup_before needs to be decremented.
	(dtable::init_std_file_from_handle): Replace use of 'socket_dev' with
	'tcp_dev'.
	(build_fh_pc): Adapt to new socket types.  Don't increment fixup_before here.
	* fhandler.h (fhandler_base::need_fixup_before): Declare/define.
	(fhandler_socket::need_fixup_before): Ditto.
	* fhandler_socket.cc (fhandler_socket::accept): Accommodate new fdsock
	definition.
	* net.cc: Throughout, change use of fdsock to return true/false for
	success/failure and take cygheap_fdmanip type and device
	* select.cc (set_bits): Use 'is_socket ()' test rather than specificially
	testing device type.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.1690.2.32&r2=1.1690.2.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.branch.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.1.2.7&r2=1.1.2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/Makefile.in.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.112.6.4&r2=1.112.6.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.56.12.1&r2=1.56.12.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin-gperf.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.1.2.6&r2=1.1.2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/devices.h.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.2.2.9&r2=1.2.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.109.2.5&r2=1.109.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.154.2.4&r2=1.154.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.75.6.8&r2=1.75.6.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/net.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.138.2.4&r2=1.138.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.83.6.3&r2=1.83.6.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/lib/getopt.c.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.9.50.1&r2=1.9.50.2


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