CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-03-18 19:30:51

Modified files:
        winsup/cygwin  : ChangeLog child_info.h cygheap.cc cygheap.h 

Log message:
        * child_info.h (CURR_CHILD_INFO_MAGIC): Reset to new value.
        (child_info::cygheap_alloc_sz): New field.
        * cygheap.cc (init_cheap): Reduce size of cygwin stack until minimal hit when
        attempting initial allocation.
        (cygheap_setup_for_child): Use alloc_sz to create secondary memory mapped
        entry.  Store alloc_sz in cygheap_alloc_sz.
        (cygheap_fixup_in_child): Use cygheap_alloc_sz to map parent's cygheap.
        * cygheap.h (_CYGHEAPSIZE_SLOP): New define.
        (CYGHEAPSIZE): Use _CYGHEAPSIZE_SLOP.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2362&r2=1.2363
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/child_info.h.diff?cvsroot=src&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.cc.diff?cvsroot=src&r1=1.96&r2=1.97
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=src&r1=1.79&r2=1.80

Reply via email to