CVSROOT:        /cvs/src
Module name:    src
Branch:         cygwin-64bit-branch
Changes by:     [email protected]  2012-12-04 17:25:22

Modified files:
        winsup/cygserver: ChangeLog.64bit bsd_helper.cc bsd_helper.h 
                          bsd_log.cc bsd_log.h bsd_mutex.cc cygserver.cc 
                          msg.cc process.h sem.cc shm.cc sysv_shm.cc 
                          threaded_queue.h 

Log message:
        * bsd_helper.cc (tunable_int_fetch): Convert 2nd parameter to
        int32_t.
        * bsd_helper.h (tunable_int_fetch): Fix declaration accordingly.
        * bsd_log.cc (log_level): Change type to int32_t.
        * bsd_log.h (log_level): Fix declaration accordingly.
        * bsd_mutex.cc (msgmni): Change type to int32_t.
        (semmni): Ditto.
        * cygserver.cc: Fix debug output to be target agnostic.  Use same
        style throughout.
        * msg.cc (client_request_msg::serve): Refuse to serve 64 bit processes
        from 32 bit cygserver.
        * sem.cc (client_request_sem::serve): Ditto.
        * shm.cc (client_request_shm::serve): Ditto.
        * sysv_shm.cc (shm_delete_mapping): Mark size as unused to make gcc
        happy.
        (kern_shmat): Ditto with flags.
        * process.h (class process): Change type of _cleaning_up member to LONG.
        * threaded_queue.h (class threaded_queue): Ditto for _workers_count.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/ChangeLog.64bit.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.1&r2=1.1.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/bsd_helper.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.11&r2=1.11.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/bsd_helper.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.3&r2=1.3.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/bsd_log.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.4&r2=1.4.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/bsd_log.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1&r2=1.1.14.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/bsd_mutex.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.16&r2=1.16.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/cygserver.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.16.2.1&r2=1.16.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/msg.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.7&r2=1.7.10.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/process.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.6&r2=1.6.10.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/sem.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.7&r2=1.7.10.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/shm.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.17&r2=1.17.10.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/sysv_shm.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.11&r2=1.11.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/threaded_queue.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.2&r2=1.2.10.1

Reply via email to