src/winsup/cygwin ChangeLog pseudo-reloc.cc

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-05-19 16:56:31

Modified files:
winsup/cygwin  : ChangeLog pseudo-reloc.cc 

Log message:
* pseudo-reloc.cc (__report_error): Raise size of module name buffer to
PATH_MAX.  Fix length in call to GetModuleFileNameW (CID 59947).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6424&r2=1.6425
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pseudo-reloc.cc.diff?cvsroot=src&r1=1.12&r2=1.13



src/winsup/cygwin ChangeLog net.cc

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-05-19 15:57:22

Modified files:
winsup/cygwin  : ChangeLog net.cc 

Log message:
* net.cc (call_gaa): Fix setting pa_ret pointer in case of an error
from GetAdaptersAddresses (CID 60218).
(get_ifs): Add missing braces in AF_INET6 case which broke netmask
computation.  Break out of loop if prefix gets <= 0 (CID 59939).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6423&r2=1.6424
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.314&r2=1.315



src/winsup/cygwin ChangeLog include/cygwin/ver ...

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-05-19 14:31:08

Modified files:
winsup/cygwin  : ChangeLog 
winsup/cygwin/include/cygwin: version.h 
winsup/cygwin/release: 1.7.30 
Added files:
winsup/cygwin/release: 1.7.31 

Log message:
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 31.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6422&r2=1.6423
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.400&r2=1.401
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.31.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.30.diff?cvsroot=src&r1=1.6&r2=1.7



src/winsup/cygwin/include/cygwin version.h

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-1_7_29-release-branchpoint
Changes by: cori...@sourceware.org  2014-05-19 14:30:23

Modified files:
winsup/cygwin/include/cygwin: version.h 

Log message:
Bump copyright

Patches:
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.2&r2=1.397.2.3



src/winsup/cygwin ChangeLog include/cygwin/ver ...

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-1_7_29-release-branchpoint
Changes by: cori...@sourceware.org  2014-05-19 14:27:26

Modified files:
winsup/cygwin  : ChangeLog 
winsup/cygwin/include/cygwin: version.h 
Added files:
winsup/cygwin/release: 1.7.30 
Removed files:
winsup/cygwin/release: 1.7.29-3 

Log message:
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 30.

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.39&r2=1.6314.2.40
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.1&r2=1.397.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.30.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=NONE&r2=1.6.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.29-3.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.1.2.1&r2=NONE



src/winsup/utils ChangeLog Makefile.in minidum ...

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-1_7_29-release-branchpoint
Changes by: cori...@sourceware.org  2014-05-19 12:26:01

Modified files:
winsup/utils   : ChangeLog Makefile.in minidumper.cc 

Log message:
2014-04-21  Jon TURNEY  

* minidumper.cc (filter_minidump_type): New function.
(minidump): Change default dump type from MiniDumpNormal to
something with more useful information without getting too
big. Use filter_minidump_type() to filter out unsupported dump
types.

2014-04-21  Jon TURNEY  

* Makefile.in (minidumper.exe): Link directly with dbghelp.
* minidumper.cc (minidump): Ditto.

2014-04-21  Jon TURNEY  

* minidumper.cc (minidump): Fix copy and paste error in checking
result of OpenProcess().

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.619.2.1&r2=1.619.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.114&r2=1.114.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/minidumper.cc.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.1.2.1&r2=1.1.2.2



src/winsup/cygwin/release 1.7.29-3

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-1_7_29-release-branchpoint
Changes by: cori...@sourceware.org  2014-05-19 12:20:18

Added files:
winsup/cygwin/release: 1.7.29-3 

Log message:


Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.29-3.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=NONE&r2=1.1.2.1



src/winsup/cygwin setlsapwd.cc

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-1_7_29-release-branchpoint
Changes by: cori...@sourceware.org  2014-05-19 12:02:46

Modified files:
winsup/cygwin  : setlsapwd.cc 

Log message:
Add accidentally missing patch from 2014-03-06

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/setlsapwd.cc.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.6.2.1&r2=1.6.2.2



src/winsup/cygwin syscalls.cc

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-1_7_29-release-branchpoint
Changes by: cori...@sourceware.org  2014-05-19 11:49:16

Modified files:
winsup/cygwin  : syscalls.cc 

Log message:
revert accidental checkin of removing "#include "

Patches:
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.1&r2=1.659.2.2



src/winsup/cygwin ChangeLog DevNotes cygwin.sc ...

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-1_7_29-release-branchpoint
Changes by: cori...@sourceware.org  2014-05-19 11:47:55

Modified files:
winsup/cygwin  : ChangeLog DevNotes cygwin.sc.in exceptions.cc 
 fhandler.h fhandler_console.cc fhandler_dsp.cc 
 fhandler_procnet.cc fhandler_socket.cc 
 miscfuncs.cc net.cc signal.cc spawn.cc 
 syscalls.cc winf.cc 

Log message:
2014-05-19  Corinna Vinschen  

* exceptions.cc (try_to_debug): Fix size of dbg_cmd (CID 59929).

2014-05-18  David Stacey  

* syscalls.cc (getusershell): Fix buffer overrun (Coverity ID 59932).

2014-05-13  Corinna Vinschen  

* fhandler_socket.cc (fhandler_socket::ioctl): Handle the different
ideas of u_long between Winsock and Cygwin applications on x86_64.
Add long comment.

2014-05-09  Christopher Faylor  

* signal.cc (sigprocmask): Fix strace output to include "how".

* fhandler_console.cc (dev_console::save_restore): Only save current
dwEnd line rather than the one after that.

2014-05-05  Corinna Vinschen  

* net.cc (cygwin_getsockopt): Rearrange code slightly and handle
TCP_NODELAY just like SO_KEEPALIVE and SO_DONTROUTE.

2014-05-03  Christopher Faylor  

* spawn.cc (av::setup): Eat trailing whitespace on #! script.

2014-05-02  Christopher Faylor  

* fhandler_dsp.cc (ioctl): Use _ioctl for recursive call.

2014-04-26  Christopher Faylor  

* DevNotes: Add entry cgf-26.
* fhandler.h (fhandler_console::save_top): Save top of screen
coordinates.
* fhandler_console.cc (dev::save_restore): Record top of screen
coordinates.  Clear entire buffer when restoring saved buffer and try
to position the cursor on the save relative place on the screen.

2014-04-25  Corinna Vinschen  

* syscalls.cc (NT_TRANSACTIONAL_ERROR): Cover all status codes up to
STATUS_TRANSACTION_NOT_ENLISTED.

2014-04-24  Corinna Vinschen  

* fhandler_socket.cc: On x86_64, define u_long as __ms_u_long before
including the windows headers.  Explain why.
(get_inet_addr): Convert ANY address to LOOPBACK address.  Explain why.
(fhandler_socket::evaluate_events): Forcibly set SO_ERROR socket option
in case a connection attempt failed.  Explain why.
(fhandler_socket::ioctl): Drop x86_64 re-definition of u_long here.
* fhandler_procnet.cc: On x86_64, define u_long as __ms_u_long before
including the windows headers.  Explain why.
* net.cc: Ditto.

2014-04-23  Corinna Vinschen  

* miscfuncs.cc (check_iovec): Allow 0 as valid iovcnt value.

2014-04-18  Corinna Vinschen  

* winf.cc (linebuf::fromargv): Temporarily revert patch from 2014-01-24.

2014-04-16  Corinna Vinschen  

* net.cc (cygwin_setsockopt): Ignore IPV6_TCLASS the same way as IP_TOS.

2014-04-08  Corinna Vinschen  

* cygwin.sc.in: (Temporarily?) workaround serious ld bug which
truncates symbols in certain computations to 32 bit.  See
https://sourceware.org/bugzilla/show_bug.cgi?id=16821

2014-04-09  Corinna Vinschen  

* exceptions.cc (exception::myfault_handle): Only handle the minimum
amount of exceptions the myfault handler was designed for.

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.38&r2=1.6314.2.39
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/DevNotes.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.30.2.2&r2=1.30.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.sc.in.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.3.2.1&r2=1.3.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.432.2.6&r2=1.432.2.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.495.2.7&r2=1.495.2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.285.2.9&r2=1.285.2.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_dsp.cc.diff?cvsroot=src&only_with_tag=cygwin-1_7_29-release-branchpoint&r1=1.66.2.5&r2=1.66.2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwi

src/winsup/cygwin ChangeLog dtable.cc

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-05-19 11:17:59

Modified files:
winsup/cygwin  : ChangeLog dtable.cc 

Log message:
* dtable.cc (handle_to_fn): Fix length parameter in call to
QueryDosDeviceW (CID 59936).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6421&r2=1.6422
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.277&r2=1.278



src/winsup/cygwin ChangeLog pinfo.cc

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-05-19 10:46:47

Modified files:
winsup/cygwin  : ChangeLog pinfo.cc 

Log message:
* pinfo.cc (pinfo_basic::pinfo_basic): Fix size of progname array in
call to GetModuleFileNameW (CID 59935).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6420&r2=1.6421
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.330&r2=1.331



src/winsup/cygwin ChangeLog smallprint.cc

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-05-19 10:42:04

Modified files:
winsup/cygwin  : ChangeLog smallprint.cc 

Log message:
* smallprintf.cc (__small_vsprintf): Add missing break in 'C' case.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6419&r2=1.6420
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/smallprint.cc.diff?cvsroot=src&r1=1.24&r2=1.25



src/winsup/cygwin ChangeLog exceptions.cc

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-05-19 10:28:54

Modified files:
winsup/cygwin  : ChangeLog exceptions.cc 

Log message:
* exceptions.cc (try_to_debug): Fix size of dbg_cmd (CID 59929).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6418&r2=1.6419
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.439&r2=1.440



src/winsup/cygserver ChangeLog bsd_mutex.cc

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-05-19 09:52:43

Modified files:
winsup/cygserver: ChangeLog bsd_mutex.cc 

Log message:
* bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructor
to make Coverity happy (CID 59838).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/ChangeLog.diff?cvsroot=src&r1=1.102&r2=1.103
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/bsd_mutex.cc.diff?cvsroot=src&r1=1.18&r2=1.19



src/winsup/cygserver ChangeLog bsd_helper.cc t ...

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-05-19 09:49:15

Modified files:
winsup/cygserver: ChangeLog bsd_helper.cc transport_pipes.cc 

Log message:
* bsd_helper.cc (ipcexit_creat_hookthread): Delete shs to make
Coverity happy (CID 59993).
* transport_pipes.cc (transport_layer_pipes::listen): Make listen_pipe
and connect_pipe statics to make Coverity happy (CID 60010/60011).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/ChangeLog.diff?cvsroot=src&r1=1.101&r2=1.102
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/bsd_helper.cc.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygserver/transport_pipes.cc.diff?cvsroot=src&r1=1.17&r2=1.18



src/winsup/cygwin ChangeLog syscalls.cc

2014-05-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-05-19 08:29:47

Modified files:
winsup/cygwin  : ChangeLog syscalls.cc 

Log message:
* syscalls.cc (getusershell): Fix buffer overrun (Coverity ID 59932).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6417&r2=1.6418
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.661&r2=1.662