src/winsup/cygwin ChangeLog exceptions.cc init ...

2008-04-03 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-04-03 15:28:03

Modified files:
winsup/cygwin  : ChangeLog exceptions.cc init.cc net.cc 
 syscalls.cc 

Log message:
Cleanup.
* exceptions.cc (windows_system_directory): Make static.  Convert to
WCHAR.
(_cygtls::inside_kernel): Accommodate above change.  Check module
path name for leading \\?\ and skip, if so.
(try_to_debug): Call GetEnvironmentStringsW and convert evaluation to
WCHAR to avoid truncated environment problem.
(has_visible_window_station): Call GetUserObjectInformationW.
(events_init): Accommodate above conversion of windows_system_directory.
* init.cc (respawn_wow64_process): Use WCHAR functions to start new
process.
* net.cc (__dup_ent): Drop Windows 9x consideration.
(load_ipv6_funcs): Use WCHAR functions to load IPv6 libs.
* syscalls.cc (syscalls.cc): Remove call to GetDiskFreeSpace.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4086&r2=1.4087
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.320&r2=1.321
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/init.cc.diff?cvsroot=src&r1=1.71&r2=1.72
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.236&r2=1.237
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.482&r2=1.483



src/winsup/cygwin ChangeLog path.cc

2008-04-03 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-04-03 15:44:18

Modified files:
winsup/cygwin  : ChangeLog path.cc 

Log message:
* path.cc (mount_info::from_fstab): Get module path name of the Cygwin
DLL, not the path of the application.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4087&r2=1.4088
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.485&r2=1.486



src/winsup/cygwin ChangeLog dcrt0.cc

2008-04-03 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-04-03 16:00:14

Modified files:
winsup/cygwin  : ChangeLog dcrt0.cc 

Log message:
* dcrt0.cc (insert_file): Fix potential buffer overflow.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4088&r2=1.4089
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.335&r2=1.336



src/winsup/cygwin ChangeLog path.cc

2008-04-03 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-04-03 18:20:55

Modified files:
winsup/cygwin  : ChangeLog path.cc 

Log message:
* path.cc (mount_info::from_fstab_line): Simplify.
(mount_info::from_fstab): Create a default root dir.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4089&r2=1.4090
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.486&r2=1.487



src/winsup/cygwin ChangeLog

2008-04-03 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-04-03 18:23:59

Modified files:
winsup/cygwin  : ChangeLog 

Log message:
Fix ChangeLog entry.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4090&r2=1.4091