CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-01-03 18:15:03

Modified files:
        winsup/cygwin  : ChangeLog cygheap.h cygtls.h cygwin.din 
                         dcrt0.cc dtable.cc fork.cc init.cc perthread.h 
        winsup/cygwin/include/cygwin: version.h 

Log message:
        * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_hold
        and open_fhs_on_hold (back) here.
        * dcrt0.cc (_dll_crt0): Just set impure_ptr_ptr here and let later
        initialization deal with tls.
        * dtable.cc (dtable::vfork_child_fixup): Move ctty considerations here.
        (dtable:vfork_parent_restore): And here.
        * fork.cc (vfork): Reflect change to ctty handling.
        * perthread.h (vfork_save::fhctty): Eliminate.
        * cygwin.din: Make more exports NOSIGFE that will never be interrupted by a
        signal.
        * init.cc (dll_entry): Set stackptr to NULL to catch problems earlier.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2257&r2=1.2258
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=src&r1=1.72&r2=1.73
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.110&r2=1.111
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.200&r2=1.201
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.130&r2=1.131
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&r1=1.120&r2=1.121
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/init.cc.diff?cvsroot=src&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/perthread.h.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.151&r2=1.152

Reply via email to