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]

src/winsup/cygwin ChangeLog fork.cc malloc.cc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sources.redhat.com	2001-09-08 20:34:37

Modified files:
	winsup/cygwin  : ChangeLog fork.cc malloc.cc sigproc.cc winsup.h 

Log message:
	* fork.cc (fork_parent): Stop malloc activity while fork is in control of the
	heap.
	* sigproc.cc (NZOMBIES): Rename from ZOMBIEMAX for clarity.
	(zombies): Revert to original behavior.  Allocating zombie array resulted in
	performance hit.
	* winsup.h: Declare malloc lock routines.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.863&r2=1.864
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/malloc.cc.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.91&r2=1.92
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winsup.h.diff?cvsroot=src&r1=1.66&r2=1.67


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