CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       2005-04-05 04:31:01

Modified files:
        cygwin         : ChangeLog cygheap.cc cygheap.h cygmalloc.h 
                         cygtls.cc dcrt0.cc debug.cc dtable.cc dtable.h 
                         exceptions.cc grp.cc malloc_wrapper.cc path.cc 
                         pwdgrp.h sigproc.cc sync.h timer.cc window.cc 
                         wininfo.h 

Log message:
        * sync.h (muto::operator int): New operator.
        (locker): Remove unused class.
        (new_muto): Delete.
        (new_muto1): Ditto.
        (new_muto_name): Ditto.
        * cygheap.cc (cygheap_setup_for_child): Reflect use of static storage 
for muto
        rather than pointer.
        (_csbrk): Ditto.
        (_cmalloc): Ditto.
        (_cmalloc): Ditto.
        (_cfree): Ditto.
        * cygheap.h (cwdstuff::cwd_lock): Ditto.
        (cwdstuff::get_drive): Ditto.
        * cygmalloc.h (__malloc_lock): Ditto.
        (__malloc_unlock): Ditto.
        * cygtls.cc (sentry::lock): Ditto.
        (sentry::sentry): Ditto.
        (~sentry): Ditto.
        (_cygtls::init): Ditto.
        * dcrt0.cc: Ditto.
        (cygwin_atexit): Ditto.
        (cygwin_exit): Ditto.
        * debug.cc (lock_debug::locker): Ditto.
        (lock_debug::lock_debug): Ditto.
        (lock_debug::unlock): Ditto.
        (debug_init): Ditto.
        * dtable.cc (dtable::init_lock): Ditto.
        * dtable.h (dtable::lock_cs): Ditto.
        (dtable::lock): Ditto.
        (dtable::unlock): Ditto.
        * exceptions.cc (mask_sync): Ditto.
        (sighold): Ditto.
        (set_process_mask_delta): Ditto.
        (set_signal_mask): Ditto.
        (events_init): Ditto.
        * grp.cc (pwdgrp::pwdgrp): Ditto.
        * malloc_wrapper.cc (mallock): Ditto.
        (malloc_init): Ditto.
        * path.cc (cwdstuff::cwd_lock): Ditto.
        (cwdstuff::get_hash): Ditto.
        (cwdstuff::get_hash): Ditto.
        (cwdstuff::init): Ditto.
        (cwdstuff::set): Ditto.
        (cwdstuff::get): Ditto.
        * pwdgrp.h (pwdgrp::pglock): Ditto.
        (pwdgrp::refresh): Ditto.
        * sigproc.cc (sync_proc_subproc): Ditto.
        (get_proc_lock): Ditto.
        (proc_subproc): Ditto.
        (_cygtls::remove_wq): Ditto.
        (proc_terminate): Ditto.
        (sigproc_init): Ditto.
        * timer.cc (lock_timer_tracker::protect): Ditto.
        (lock_timer_tracker::lock_timer_tracker): Ditto.
        (lock_timer_tracker::~lock_timer_tracker): Ditto.
        * wininfo.cc (wininfo::_lock;): Ditto.
        (wininfo::winthread): Ditto.
        (operator HWND): Ditto.
        (wininfo::lock): Ditto.
        (wininfo::release): Ditto.
        * wininfo.h (wininfo::_lock;): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2820&r2=1.2821
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.108&r2=1.109
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.100&r2=1.101
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygmalloc.h.diff?cvsroot=uberbaum&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.cc.diff?cvsroot=uberbaum&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.235&r2=1.236
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/debug.cc.diff?cvsroot=uberbaum&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.148&r2=1.149
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.h.diff?cvsroot=uberbaum&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.227&r2=1.228
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/grp.cc.diff?cvsroot=uberbaum&r1=1.92&r2=1.93
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/malloc_wrapper.cc.diff?cvsroot=uberbaum&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.360&r2=1.361
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pwdgrp.h.diff?cvsroot=uberbaum&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.221&r2=1.222
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sync.h.diff?cvsroot=uberbaum&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/timer.cc.diff?cvsroot=uberbaum&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/window.cc.diff?cvsroot=uberbaum&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/wininfo.h.diff?cvsroot=uberbaum&r1=1.2&r2=1.3

Reply via email to