This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster/ccs daemon/ccsd.c daemon/cnx_mgr.c mak ...


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	jbrassow@sourceware.org	2006-01-11 16:02:11

Modified files:
	ccs/daemon     : ccsd.c cnx_mgr.c 
	ccs/make       : defines.mk.input 

Log message:
	- commit Lon's patch
	Contains:
	- Fix that causes connection desc's to timeout, eliminating
	the problem where all desc could be used-up, even though
	they are not in-use.
	- Increase # of connection desc from 10 -> 30
	- Ignore SIGPIPE
	- Don't call printf from a signal handler
	- Don't catch SIGSEV, allowing for core dumps
	- build with -ggdb
	
	- applied and compile tested

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.14.2.5&r2=1.14.2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/cnx_mgr.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.24.2.10&r2=1.24.2.11
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/make/defines.mk.input.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1


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