CVSROOT:        /cvs/src
Module name:    src
Branch:         cygwin_daemon
Changes by:     [EMAIL PROTECTED]       2002-09-21 02:52:34

Modified files:
        winsup/cygwin  : ChangeLog cygserver.cc cygserver_client.cc 
                         cygserver_process.cc cygserver_shm.cc 
                         safe_memory.h shm.cc threaded_queue.cc 

Log message:
        * safe_memory.h (safe_delete): Make a templated function.
        * cygserver.cc (~server_request): Update use of safe_delete.
        (main): Ditto.
        * cygserver_client.cc (client_request::handle_request): Ditto.
        (client_request::make_request): Ditto.
        * cygserver_process.cc (~process_cleanup): Ditto.
        (process::remove): Ditto.
        (process::cleanup): Ditto.
        (process_cache::process): Ditto.
        * cygserver_shm.cc (server_shmmgr::segment_t::detach): Ditto.
        (server_shmmgr::delete_segment): Ditto.
        * shm.cc (client_shmmgr::shmdt): Ditto.
        * threaded_queue.cc (~threaded_queue): Ditto.
        (threaded_queue::worker_loop): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cygwin_daemon&r1=1.915.2.135&r2=1.915.2.136
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygserver.cc.diff?cvsroot=src&only_with_tag=cygwin_daemon&r1=1.1.2.29&r2=1.1.2.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygserver_client.cc.diff?cvsroot=src&only_with_tag=cygwin_daemon&r1=1.1.2.23&r2=1.1.2.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygserver_process.cc.diff?cvsroot=src&only_with_tag=cygwin_daemon&r1=1.1.2.17&r2=1.1.2.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygserver_shm.cc.diff?cvsroot=src&only_with_tag=cygwin_daemon&r1=1.1.2.30&r2=1.1.2.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/safe_memory.h.diff?cvsroot=src&only_with_tag=cygwin_daemon&r1=1.1.2.3&r2=1.1.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shm.cc.diff?cvsroot=src&only_with_tag=cygwin_daemon&r1=1.1.2.20&r2=1.1.2.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/threaded_queue.cc.diff?cvsroot=src&only_with_tag=cygwin_daemon&r1=1.1.2.10&r2=1.1.2.11

Reply via email to