src/winsup/w32api ChangeLog configure configur ...

2011-12-13 Thread keithmarshall
CVSROOT:/cvs/src
Module name:src
Changes by: keithmarsh...@sourceware.org2011-12-13 20:46:53

Modified files:
winsup/w32api  : ChangeLog configure configure.ac 
winsup/w32api/lib: Makefile.in 
winsup/w32api/lib/ddk: Makefile.in 
winsup/w32api/lib/directx: Makefile.in 
Added files:
winsup/w32api  : Makefile.comm.in 

Log message:
Factor common code from subdirectory makefiles into Makefile.comm.in

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/Makefile.comm.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.1090&r2=1.1091
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/configure.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/configure.ac.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/Makefile.in.diff?cvsroot=src&r1=1.50&r2=1.51
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/ddk/Makefile.in.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/directx/Makefile.in.diff?cvsroot=src&r1=1.5&r2=1.6



src/winsup/w32api ChangeLog lib/ddk/Makefile.in

2011-12-13 Thread keithmarshall
CVSROOT:/cvs/src
Module name:src
Changes by: keithmarsh...@sourceware.org2011-12-13 20:10:42

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/lib/ddk: Makefile.in 

Log message:
Prepare for factoring out common makefile code.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.1089&r2=1.1090
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/ddk/Makefile.in.diff?cvsroot=src&r1=1.6&r2=1.7



winsup/cygwin select.cc

2011-12-13 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: c...@sourceware.org 2011-12-13 20:08:11

Modified files:
cygwin : select.cc 

Log message:
add missing change

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.189&r2=1.190



winsup/cygwin ChangeLog dcrt0.cc exceptions.cc ...

2011-12-13 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: c...@sourceware.org 2011-12-13 20:06:31

Modified files:
cygwin : ChangeLog dcrt0.cc exceptions.cc globals.cc 
 select.cc signal.cc sigproc.h thread.cc 

Log message:
* dcrt0.cc (init_windows_system_directory): Record 
system_wow64_directory
information.
* exceptions.cc (_cygtls::inside_kernel): Modernize comment.  Consider
executing a DLL from the Wow64 directory as being "in the kernel".
(_cygtls::call_signal_handler): For now, only deal with main_tls 
signals if
main_tls is known to be executing in the cygwin DLL.  To more closely 
emulate
linux, consider the operation to be restartable if not executing in the 
main
thread.
* globals.cc (windows_system_directory): Remove NO_COPY.
(windows_system_directory_length): Ditto.
(system_wow64_directory): New variable.
(system_wow64_directory_length): Ditto.
* select.cc (cygwin_select): Don't issue a EINTR on non-main threads 
since that
seems to be what Linux does.  Add missing break to signal case/switch.
(select_stuff::wait): Don't issue a EINTR on non-main threads since 
that seems
to be what Linux does.  Remove now-unneeded accommodation for
WAIT_IO_COMPLETION.  Add a comment.
* sigproc.h (cygwait): Ditto.  Don't return if signal_received noticed 
and it's
not the main thread.
* signal.cc (sigprocmask): Add standard syscall debug stuff.
* thread.cc (pthread_sigmask): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5622&r2=1.5623
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.415&r2=1.416
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.369&r2=1.370
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/globals.cc.diff?cvsroot=uberbaum&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.188&r2=1.189
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/signal.cc.diff?cvsroot=uberbaum&r1=1.104&r2=1.105
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.h.diff?cvsroot=uberbaum&r1=1.102&r2=1.103
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.248&r2=1.249



src/winsup/cygwin ChangeLog netdb.cc

2011-12-13 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-12-13 17:46:08

Modified files:
winsup/cygwin  : ChangeLog netdb.cc 

Log message:
* netdb.cc (open_system_file): Avoid MS-DOS path warning.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5621&r2=1.5622
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/netdb.cc.diff?cvsroot=src&r1=1.8&r2=1.9



src/winsup/cygwin ChangeLog path.cc

2011-12-13 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-12-13 14:53:11

Modified files:
winsup/cygwin  : ChangeLog path.cc 

Log message:
* path.cc (conv_path_list): Fix a condition.
(cygwin_conv_path): Revert WIN_A conversion to current locale codeset.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5620&r2=1.5621
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.641&r2=1.642



src/winsup/cygwin ChangeLog fhandler_disk_file ...

2011-12-13 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-12-13 11:54:28

Modified files:
winsup/cygwin  : ChangeLog fhandler_disk_file.cc path.cc path.h 

Log message:
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Call
file_get_fnoi instead of NtQueryInformationFile.
* path.cc (file_get_fnoi): New helper function to collect a
FILE_NETWORK_OPEN_INFORMATION block.
(symlink_info::check): Call file_get_fnoi rather than
NtQueryInformationFile to collect a FILE_NETWORK_OPEN_INFORMATION block.
* path.h (file_get_fnoi): Declare.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5619&r2=1.5620
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.368&r2=1.369
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.640&r2=1.641
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.h.diff?cvsroot=src&r1=1.164&r2=1.165



src/winsup/cygwin ChangeLog times.cc

2011-12-13 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-12-13 11:38:12

Modified files:
winsup/cygwin  : ChangeLog times.cc 

Log message:
* times.cc (hires_ns::resolution): Don't return less than 1.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5618&r2=1.5619
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/times.cc.diff?cvsroot=src&r1=1.112&r2=1.113