CVSROOT:        /cvs/src
Module name:    src
Branch:         cygwin-1_7_29-release-branchpoint
Changes by:     [email protected]  2014-08-13 17:39:11

Modified files:
        winsup/cygwin  : ChangeLog common.din cpuid.h dcrt0.cc 
                         dll_init.cc fhandler_proc.cc fhandler_random.cc 
                         syscalls.cc 
        winsup/cygwin/include: pthread.h 
        winsup/cygwin/include/cygwin: core_dump.h cygwin_dll.h version.h 
        winsup/cygwin/include/sys: cygwin.h file.h strace.h 
Added files:
        winsup/cygwin/release: 1.7.32 

Log message:
        2014-08-11  Corinna Vinschen  <[email protected]>
        
        * cpuid.h: Add missing copyright header.  Fix formatting.  Use uint32_t
        instead of unsigned throughout.  Change functions to static inline and
        always inline.
        (cpuid): Add parameter to set ecx, allowing to request extended CPUID
        info.
        * fhandler_proc.cc (format_proc_cpuinfo): Use uint32_t instead of
        unsigned throughout.  Add fake decimal places to MHz info.  Handle more
        feature flags.
        * fhandler_random.cc (fhandler_dev_random::write): Allow up to 4K
        input to add entropy.
        * syscalls.cc: Drop including cpuid.h.
        
        2014-08-07  Yaakov Selkowitz  <[email protected]>
        
        * common.din (__cxa_finalize): Export.
        * dcrt0.cc (cygwin_atexit): Use d->handle with __cxa_atexit.
        * dll_init.cc (dll_list::detach): Use d->handle with __cxa_finalize.
        * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Use 274 for
        __cxa_finalize as well.
        
        2014-08-04  Anthony Heading  <[email protected]>
        
        * include/sys/file.h: Add extern "C".
        
        2014-08-04  Corinna Vinschen  <[email protected]>
        
        * common.din (__cxa_atexit): Export.
        * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 274.
        
        2014-07-31  Eric Blake  <[email protected]>
        
        * include/pthread.h: Decorate attribute names with __, for
        namespace safety.
        * include/cygwin/core_dump.h: Likewise.
        * include/cygwin/cygwin_dll.h: Likewise.
        * include/sys/cygwin.h: Likewise.
        * include/sys/strace.h: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.6314.2.54&r2=1.6314.2.55
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/common.din.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.7&r2=1.7.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cpuid.h.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.452.2.3&r2=1.452.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dll_init.cc.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.108.2.1&r2=1.108.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.119.2.1&r2=1.119.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_random.cc.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.48&r2=1.48.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.659.2.3&r2=1.659.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/pthread.h.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.39.4.2&r2=1.39.4.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/core_dump.h.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.2&r2=1.2.42.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/cygwin_dll.h.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.12&r2=1.12.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.397.2.4&r2=1.397.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/cygwin.h.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.104.2.1&r2=1.104.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/file.h.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.9&r2=1.9.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/strace.h.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.33&r2=1.33.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.32.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=NONE&r2=1.2.2.2

Reply via email to