CVSROOT:        /cvs/src
Module name:    src
Branch:         cr-0x5f1
Changes by:     [EMAIL PROTECTED]       2007-11-12 15:30:20

Modified files:
        winsup/cygwin  : ChangeLog cygwin.sc dlfcn.cc dllfixdbg 
                         dtable.cc exceptions.cc fhandler.cc fhandler.h 
                         fhandler_disk_file.cc fhandler_floppy.cc 
                         fhandler_mailslot.cc fhandler_raw.cc 
                         fhandler_serial.cc fhandler_socket.cc gendef 
                         init.cc localtime.cc mmap.cc security.cc 
                         shared.cc shared_info.h shm.cc signal.cc 
                         sigproc.cc spawn.cc sync.h syscalls.cc 
                         termios.cc thread.cc times.cc winsup.h 
        winsup/cygwin/include: search.h stdint.h 
        winsup/cygwin/include/cygwin: time.h 
        winsup/cygwin/include/sys: stdio.h termios.h 

Log message:
        2007-11-08  Christopher Faylor  <[EMAIL PROTECTED]>
        
        * dllfixdbg: Eliminate extra objcopy step.
        
        2007-11-07  Pedro Alves  <[EMAIL PROTECTED]>
        
        * dllfixdbg: Pass --only-keep-debug to objcopy, instead of
        selecting the sections manually.
        
        2007-11-06  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * thread.cc (pthread_key_create): Drop check for incoming valid object.
        
        2007-11-06  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * shm.cc: Include sync.h
        (struct shm_shmid_list): Add ref_count member.
        (struct shm_attached_list): Remove hdl and size members.  Add a parent
        member pointing to referenced shm_shmid_list entry.
        (shm_guard): New muto.
        (SLIST_LOCK): Define.
        (SLIST_UNLOCK): Define.
        (fixup_shms_after_fork): Use hdl and size members of parent
        shm_shmid_list entry.
        (shmat): Access sequential bookkeeping lists in a thread safe way.
        Accommodate change in list element layout.  Align comments.
        (shmctl): Ditto.
        (shmdt): Ditto.
        (shmget): Ditto.
        
        2007-11-05  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * shm.cc (shmctl): On IPC_RMID don't unmap views and don't close handle
        if the map is still referenced to emulate Linux and BSD behaviour.
        
        2007-11-05  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * shm.cc (shmctl): On IPC_RMID also unmap all views on shared mem
        as well as connected shm_attached_list entry.
        
        2007-10-30  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't remove
        write bits for directories with R/O attribute.
        (fhandler_base::fhaccess): Don't shortcircuit R/O attribute with W_OK
        scenarios for directories.
        
        2007-09-26  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * termios.cc (setspeed): Support new baud rates introduced 2007-02-05.
        
        2007-09-18  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * mmap.cc (fh_disk_file): Delete as global static variable and...
        (mmap64): ...define as local pointer to make mmap thread-safe.
        Accommodate throughout.  Only initialize fh_disk_file after file could
        be opened with GENERIC_EXECUTE access.
        
        2007-09-06  Brian Dessent  <[EMAIL PROTECTED]>
        
        * include/sys/stdio.h (_flockfile): Don't try to lock a FILE
        that has the __SSTR flag set.
        (_ftrylockfile): Likewise.
        (_funlockfile): Likewise.
        
        2007-08-24  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * syscalls.cc (open): Don't follow symlinks if O_EXCL is given.
        
        2007-08-09  Ernie Coskrey  <[EMAIL PROTECTED]>
        
        * gendef (sigbe): Reset "incyg" while the stack lock is active to avoid
        a potential race.
        
        2007-08-01  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * localtime.cc (tzsetwall): Don't set TZ.
        
        2007-07-17  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * fhandler.cc (fhandler_base::fhaccess): Add check for R/O file system.
        
        2007-07-14  Christopher Faylor  <[EMAIL PROTECTED]>
        
        * init.cc (in_dllentry): Delete.
        (dll_entry): Remove assignment to deleted variable.
        * winsup.h (in_dllentry): Delete declaration.
        * exceptions.cc (inside_kernel): Use another method to see if we are in
        dll_entry phase.
        
        2007-07-14  Christopher Faylor  <[EMAIL PROTECTED]>
        
        * init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives.
        
        2007-07-09  Christopher Faylor  <[EMAIL PROTECTED]>
        
        * dlfcn.cc (dlclose): Don't close handle returned from
        GetModuleHandle(NULL).
        
        2007-07-06  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * times.cc (gettimeofday): Align definition to POSIX.
        
        2007-07-04  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * times.cc: Define __timezonefunc__ before including time.h to protect
        definition of timezone function.
        
        2007-07-04  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * include/cygwin/time.h: Switch to timezone variable by default.  Add
        comment.
        
        2007-06-27  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.
        (CURR_SHARED_MAGIC): Ditto.
        (class shared_info): Add heap_slop_inited member.
        * shared.cc (shared_info::heap_slop_size): Use heap_slop_inited to
        track initializing heap_slop since 0 is a valid value for heap_slop.
        Drop useless < 0 consideration.
        
        2007-06-12  Christopher Faylor  <[EMAIL PROTECTED]>
        
        * signal.cc (usleep): Use useconds_t for the type as per POSIX.
        
        2007-06-12  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * fhandler.cc (fhandler_base::fstat): Set pipe permission bits more
        correctly.
        
        2007-05-29  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointer
        correctly for 64 bit file access.  Comment out functionality.
        * fhandler.cc (fhandler_base::open): Don't set append_mode.
        (fhandler_base::write): Check for O_APPEND instead of append_mode.
        Call SetFilePointer correctly for 64 bit file access.  Handle
        errors from SetFilePointer.
        * fhandler.h (class fhandler_base): Drop append_mode status flag.
        * fhandler_disk_file.cc (fhandler_base::fstat_helper): Handle
        seeking correctly for 64 bit file access.
        
        2007-05-21  Christian Franke <[EMAIL PROTECTED]>
        
        * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidate
        devbuf if new position is within buffered range.
        
        2007-05-21  Eric Blake  <[EMAIL PROTECTED]>
        
        * include/search.h (hsearch_r): Provide declaration.
        
        2007-05-21  Christian Franke <[EMAIL PROTECTED]>
        Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Set buf size to
        sector size.  Simplify non-sector aligned case.  Handle errors from
        raw_read.
        
        2007-05-15  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * fhandler_socket.cc (adjust_socket_file_mode): New inline function.
        (fhandler_socket::fchmod): Squeeze mode through adjust_socket_file_mode
        before using it.
        (fhandler_socket::bind): Ditto.
        
        2007-04-18  Brian Dessent  <[EMAIL PROTECTED]>
        
        * cygwin.sc: Remove duplicated .debug_macinfo section.
        * dllfixdbg: Also copy DWARF-2 sections into .dbg file.
        
        2007-04-06  Eric Blake  <[EMAIL PROTECTED]>
        
        * include/stdint.h (WINT_MIN): Fix sign.
        
        2007-04-04  Eric Blake  <[EMAIL PROTECTED]>
        
        * include/stdint.h (WINT_MIN, WINT_MAX): Fix definition.
        
        2007-03-28  Christopher Faylor  <[EMAIL PROTECTED]>
        
        * spawn.cc (spawn_guts): Start pure-windows processes in a suspended
        state to avoid potential DuplicateHandle problems.
        
        2007-03-07  Christopher Faylor  <[EMAIL PROTECTED]>
        
        * signal.cc (handle_sigprocmask): Remove extraneous
        sig_dispatch_pending.
        
        2007-02-26  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * fhandler.cc (fhandler_base::fstat): Set all file times to arbitrary
        fixed value.
        
        2007-02-20  Christopher Faylor  <[EMAIL PROTECTED]>
        
        * exceptions.cc (_cygtls::signal_exit): Only call myself.exit when when
        exit_state indicates that we've visited do_exit.
        * sync.h (lock_process::lock_process): Use renamed exit_state -
        ES_PROCESS_LOCKED.
        * winsup.h: Rename ES_MUTO_SET to ES_PROCESS_LOCKED.
        
        2007-02-20  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * fhandler_socket.cc (fhandler_socket::bind): Remove printing wrong
        errno in debug output.
        
        2007-02-05  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support for
        baud rates up to 3000000 baud.  Add missing 128K and 256K cases.
        (fhandler_serial::tcgetattr): Ditto.
        * include/sys/termios.h: Add baud rate definitions from B460800 up to
        B3000000.
        
        2007-01-04  Brian Ford  <[EMAIL PROTECTED]>
        Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * fhandler.h (PREFERRED_IO_BLKSIZE): Define as 64K.
        * fhandler.cc (fhandler_base::fstat): Set st_blksize to
        PREFERRED_IO_BLKSIZE.
        * fhandler_disk_file.cc (fhandler_base::fstat_helper): Ditto.
        * fhandler_mailslot.cc (fhandler_mailslot::fstat): Ditto.
        * fhandler_raw.cc (fhandler_dev_raw::fstat): Ditto.
        
        2006-11-08  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * security.cc (get_token_group_sidlist): Always add the local
        group to the token.
        
        2006-07-14  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * security.cc (get_token_group_sidlist): Always add the interactive
        group to the token.  Create logon_id group SID by copying it from
        incoming group list.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.3582.2.30&r2=1.3582.2.31
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.sc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.20.2.1&r2=1.20.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dlfcn.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.33&r2=1.33.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dllfixdbg.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.4&r2=1.4.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.169.4.2&r2=1.169.4.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.297&r2=1.297.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.256.2.3&r2=1.256.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.298.2.1&r2=1.298.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.185.4.6&r2=1.185.4.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_floppy.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.46&r2=1.46.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_mailslot.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.3&r2=1.3.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_raw.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.65&r2=1.65.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_serial.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.66.8.1&r2=1.66.8.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.191&r2=1.191.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/gendef.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.27&r2=1.27.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/init.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.69&r2=1.69.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/localtime.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.15&r2=1.15.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.132.2.4&r2=1.132.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.194.4.1&r2=1.194.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.98.8.2&r2=1.98.8.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared_info.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.51.4.2&r2=1.51.4.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shm.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.31&r2=1.31.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/signal.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.82&r2=1.82.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.297.2.2&r2=1.297.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.233.2.3&r2=1.233.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sync.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.37&r2=1.37.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.403.4.2&r2=1.403.4.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/termios.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.30&r2=1.30.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.199&r2=1.199.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/times.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.88&r2=1.88.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winsup.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.189.2.2&r2=1.189.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/search.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.2&r2=1.2.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/stdint.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.7&r2=1.7.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/time.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.3&r2=1.3.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/stdio.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.6&r2=1.6.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/termios.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.13&r2=1.13.4.1

Reply via email to