src/winsup/utils ChangeLog Makefile.in tzset.c ...

2014-12-05 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-12-05 13:41:52

Modified files:
winsup/utils   : ChangeLog Makefile.in tzset.c 
Added files:
winsup/utils   : tzmap-from-unicode.org tzmap.h 

Log message:
* Makefile.in: Add rules to create and depend on tzmap.h.
* tzmap-from-unicode.org: New script to create tzmap.h.
* tzmap.h: New auto-generated file.
* tzset.c: Drop tzmap from here and include tzmap.h instead.  Drop
Windows 2000 considerations.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/tzmap-from-unicode.org.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/tzmap.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.647&r2=1.648
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.115&r2=1.116
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/tzset.c.diff?cvsroot=src&r1=1.3&r2=1.4



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/utils ChangeLog Makefile.in minidum ...

2014-05-13 Thread jturney
CVSROOT:/cvs/src
Module name:src
Changes by: jtur...@sourceware.org  2014-05-13 10:24:17

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

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

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.623&r2=1.624
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.114&r2=1.115
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/minidumper.cc.diff?cvsroot=src&r1=1.3&r2=1.4



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

2014-02-09 Thread jturney
CVSROOT:/cvs/src
Module name:src
Changes by: jtur...@sourceware.org  2014-02-09 12:23:13

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

Log message:
2014-02-07  Jon TURNEY  

* minidumper.cc: New file.
* Makefile.in (CYGWIN_BINS): Add minidumper.
* utils.xml (minidumper): New section.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/minidumper.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.618&r2=1.619
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.113&r2=1.114
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/utils.xml.diff?cvsroot=src&r1=1.2&r2=1.3



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

2013-11-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2013-11-19 11:14:36

Modified files:
winsup/utils   : ChangeLog Makefile.in cygcheck.cc 
 module_info.cc 

Log message:
* Makefile.in (cygcheck.exe): Link against wininet.dll.
(dumper.exe): Link against psapi.dll.
* cygcheck.cc (_WIN32_WINNT): Define as 0x0602.
(pInternetCloseHandle): Drop pointer.
(PRODUCT_UNLICENSED): Drop definition.
(PRODUCT_PROFESSIONAL_WMC): Ditto.
(package_grep): Delete code loading wininet functions dynamically, just
call functions directly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.613&r2=1.614
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.112&r2=1.113
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygcheck.cc.diff?cvsroot=src&r1=1.141&r2=1.142
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/module_info.cc.diff?cvsroot=src&r1=1.6&r2=1.7



src/winsup/utils ChangeLog Makefile.in

2013-07-31 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2013-07-31 09:58:55

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
* Makefile.in (MINGW_LDFLAGS): Don't link against w32api libs.  These
are only for Cygwin executables.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.608&r2=1.609
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.111&r2=1.112



src/winsup/utils ChangeLog Makefile.in

2013-05-21 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2013-05-21 09:32:12

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
Reinstantiate accidentally removed patch from 2009-05-16:
* Makefile.in (cygpath.exe): Link against cygwin.a before linking
against ntdll.dll to avoid linking symbols defined in both DLLs
from ntdll.
(ps.exe): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.605&r2=1.606
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.110&r2=1.111



src/winsup/utils ChangeLog Makefile.in

2013-02-21 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2013-02-21 11:24:35

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
Pull in changes from HEAD

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.587.2.12&r2=1.587.2.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.100.2.8&r2=1.100.2.9



src/winsup/utils ChangeLog Makefile.in

2013-02-20 Thread yselkowitz
CVSROOT:/cvs/src
Module name:src
Changes by: yselkow...@sourceware.org   2013-02-20 20:13:17

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
* Makefile.in (CYGWIN_LDFLAGS): Replace -static-lib* with -static.
(MINGW_LDFLAGS): Ditto.
(ZLIB): Simplify accordingly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.602&r2=1.603
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.109&r2=1.110



src/winsup/utils ChangeLog Makefile.in loadlib.h

2012-11-29 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2012-11-29 17:15:23

Modified files:
winsup/utils   : ChangeLog Makefile.in loadlib.h 

Log message:
Pull in changes from HEAD

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.587.2.11&r2=1.587.2.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.100.2.6&r2=1.100.2.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/loadlib.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.3&r2=1.3.2.1



src/winsup/utils ChangeLog Makefile.in

2012-11-05 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2012-11-05 11:15:23

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
* Makefile.in (MINGW_CXX): Attach $(CFLAGS) to allow providing
build option tweaks to mingw compiler as well.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.592&r2=1.593
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.102&r2=1.103



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

2012-10-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2012-10-24 13:01:59

Modified files:
winsup/utils   : ChangeLog Makefile.in configure configure.in 
 cygcheck.cc path.cc strace.cc 

Log message:
Pull in changes from HEAD

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.587.2.5&r2=1.587.2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.100.2.2&r2=1.100.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.8.4.2&r2=1.8.4.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.in.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.9.4.2&r2=1.9.4.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygcheck.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.133.2.2&r2=1.133.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/path.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.31.2.1&r2=1.31.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/strace.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.64.2.1&r2=1.64.2.2



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

2012-10-24 Thread yselkowitz
CVSROOT:/cvs/src
Module name:src
Changes by: yselkow...@sourceware.org   2012-10-24 05:15:27

Modified files:
winsup/utils   : ChangeLog Makefile.in configure configure.in 
 cygcheck.cc path.cc strace.cc 
Removed files:
winsup/utils   : mingw 

Log message:
* configure.in: Add check for MINGW_CXX.  Remove libiconv check.
* configure: Regenerate.
* Makefile.in: Remove references to mingw and w32api directories.
Use MINGW_CXX instead of mingw script to build MINGW_BINS.
Check for libiconv with $CC --print-file-name.
* cygcheck.cc: Use relative include paths for Cygwin headers.
* path.cc: Ditto.
* strace.cc: Ditto
* mingw: Remove.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.590&r2=1.591
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.101&r2=1.102
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.in.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygcheck.cc.diff?cvsroot=src&r1=1.135&r2=1.136
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/path.cc.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/strace.cc.diff?cvsroot=src&r1=1.64&r2=1.65
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/mingw.diff?cvsroot=src&r1=1.8&r2=NONE



src/winsup/utils ChangeLog Makefile.in

2012-10-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2012-10-19 11:58:48

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
* Makefile.in (cygcheck.exe): Add temporary (1.7.17-only) hack to
allow cygcheck running on pre-Vista despite of the new w32api not
matching the locally used w32api.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.589&r2=1.590
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.100&r2=1.101



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

2012-10-16 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2012-10-16 15:20:47

Modified files:
winsup/utils   : ChangeLog Makefile.in configure configure.in 
 mingw 
Added files:
winsup/utils   : ChangeLog.64bit 

Log message:
Align ChangeLog to HEAD
New file ChangeLog.64bit

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.64bit.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.587.2.4&r2=1.587.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.100&r2=1.100.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.8&r2=1.8.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.in.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.9&r2=1.9.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/mingw.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.8&r2=1.8.2.1



src/winsup/utils ChangeLog Makefile.in bloda.c ...

2012-07-11 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2012-07-11 16:41:52

Modified files:
winsup/utils   : ChangeLog Makefile.in bloda.cc cygcheck.cc 
 dump_setup.cc strace.cc 

Log message:
* Makefile.in (cygcheck.exe): Link against psapi.dll.
* bloda.cc: Change include section to work with Mingw64 headers.
Include psapi.h.  Use SystemProcessInformation instead of
SystemProcessesAndThreadsInformation throughout and add define for
w32api headers.  Ditto for PSYSTEM_PROCESS_INFORMATION vs.
PSYSTEM_PROCESSES.
(system_module_list): New type to replace SYSTEM_MODULE_INFORMATION.
Change usage throughout accordingly.
(get_module_list): Fetch module list using PSAPI functions
EnumDeviceDrivers and GetDeviceDriverBaseNameA.
* cygcheck.cc (max): Define as __max if not defined already.
(alloca): Only define if not defined already.
(handle_unique_object_name): Use explicit sharing flags rather than
FILE_SHARE_VALID_FLAGS which officially is only available in DDK
headers.
(PRODUCT_ULTIMATE_E): Only define if not defined already.
* dump_setup.cc: Change include section to work with Mingw64 headers.
(NtQueryAttributesFile): Drop NTOSAPI aka DECLSPEC_IMPORT.
* strace.cc: Change include section to work with Mingw64 headers.
(alloca): Only define if not defined already.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.586&r2=1.587
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.99&r2=1.100
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/bloda.cc.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygcheck.cc.diff?cvsroot=src&r1=1.132&r2=1.133
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/dump_setup.cc.diff?cvsroot=src&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/strace.cc.diff?cvsroot=src&r1=1.63&r2=1.64



src/winsup/utils ChangeLog Makefile.in ps.cc

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

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

Log message:
Don't leave Windows 2000 behind.

* Makefile.in (ps.exe): Revert previous change.
* ps.cc: Include psapi.h again.
(main): In CW_GETPINFO_FULL case.  Evaluate minimal process access mask
required per OS and use that in OpenProcess call.  Use
GetModuleFileNameExW on Windows 2000 or if fetching the drive mapping
failed.  Handle empty process name.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.574&r2=1.575
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.96&r2=1.97
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ps.cc.diff?cvsroot=src&r1=1.34&r2=1.35



src/winsup/utils ChangeLog Makefile.in ps.cc

2011-12-22 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-12-22 12:40:26

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

Log message:
* Makefile.in (ps.exe): Drop -lpsapi from ALL_LDFLAGS.
* ps.cc: Don't include psapi.h.
(dosdevs): Drop.
(unicode_buf): Define.
(main): Simplify path evaluation in CW_GETPINFO_FULL case. Fetch drive
map from Cygwin DLL.  Use it to convert NT device paths to Win32 paths.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.573&r2=1.574
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.95&r2=1.96
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ps.cc.diff?cvsroot=src&r1=1.33&r2=1.34



src/winsup/utils ChangeLog Makefile.in cygpath.cc

2011-12-02 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-12-02 16:15:26

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

Log message:
* Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.
* cygpath.cc: Throughout, use cygwin_conv_path WIN_W rather than WIN_A
conversion.
(get_long_path_name_w32impl): Remove.
(get_long_name): Drop pre-Windows 2000 accommodations.  Just call
GetLongPathNameW here directly.
(get_special_folder): Convert first parameter to WCHAR buffer pointer.
Drop conversion of result from WCHAR * to char *.
(do_sysfolders): Accommodate change to get_special_folder and only
convert result to char * last.  Drop pre-Windows 2000 accommodations
and just call GetProfilesDirectoryW directly.  Replace call to
GetWindowsDirectoryW with call to GetSystemWindowsDirectoryW.
Just call GetShortPathNameW directly.
(do_pathconv): Simplify buffer handling.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.572&r2=1.573
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.94&r2=1.95
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygpath.cc.diff?cvsroot=src&r1=1.66&r2=1.67



src/winsup/utils ChangeLog Makefile.in ps.cc

2011-11-28 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-11-28 17:49:57

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

Log message:
* ps.cc: Remove all Win 9x considerations.  Use psapi functions
directly.  Drop support for older Cygwin DLLs.  Just use progname_long
as is since it's already a POSIX path now.  Rename "tty" to "pty" as in
the Cygwin DLL.  Call setlocale to make sure wcstombs does the right
thing according to the current locale.
* Makefile.in (ps.exe): Link against psapi.dll.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.569&r2=1.570
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.93&r2=1.94
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ps.cc.diff?cvsroot=src&r1=1.31&r2=1.32



src/winsup/utils ChangeLog Makefile.in strace.cc

2011-09-15 Thread jturney
CVSROOT:/cvs/src
Module name:src
Changes by: jtur...@sourceware.org  2011-09-15 16:49:51

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

Log message:
* strace.cc (attach_process): Try to turn off DEBUG_ONLY_THIS_PROCESS
if Attaching to a process with the trace-children flag set.
(handle_output_debug_string): Apparently we don't need to explicitly
attach for debugging when a child process starts
* Makefile.in (strace.exe): Link with ntdll

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.559&r2=1.560
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.92&r2=1.93
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/strace.cc.diff?cvsroot=src&r1=1.57&r2=1.58



src/winsup/utils ChangeLog Makefile.in getconf.c

2011-07-19 Thread yselkowitz
CVSROOT:/cvs/src
Module name:src
Changes by: yselkow...@sourceware.org   2011-07-19 20:18:14

Modified files:
winsup/utils   : ChangeLog Makefile.in 
Added files:
winsup/utils   : getconf.c 

Log message:
* Makefile.in (CYGWIN_BINS): Add getconf.
(getconf.c): New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/getconf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.556&r2=1.557
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.90&r2=1.91



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

2010-02-17 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2010-02-17 15:01:56

Modified files:
winsup/utils   : ChangeLog Makefile.in utils.sgml 
Added files:
winsup/utils   : locale.cc 
Removed files:
winsup/utils   : getlocale.c 

Log message:
* Makefile.in (CYGWIN_BINS): Rename getlocale to locale.
* getlocale.c: Rename to ...
* locale.cc: Revamp to add full functionality of POSIX locale(1) tool,
as far as Cygwin supports it.
* utils.sgml (getlocale): Move and rename to ...
(locale): Accommodate new functionality.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/locale.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.512&r2=1.513
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.89&r2=1.90
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/utils.sgml.diff?cvsroot=src&r1=1.83&r2=1.84
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/getlocale.c.diff?cvsroot=src&r1=1.6&r2=NONE



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

2010-01-22 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2010-01-22 22:31:50

Modified files:
winsup/utils   : ChangeLog Makefile.in utils.sgml 
Added files:
winsup/utils   : getlocale.c 

Log message:
* Makefile.in (CYGWIN_BINS): Add getlocale.
* getlocale.c: New file.
* utils.sgml (getlocale): New section describing new getlocale tool.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/getlocale.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.505&r2=1.506
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.88&r2=1.89
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/utils.sgml.diff?cvsroot=src&r1=1.81&r2=1.82



src/winsup/utils ChangeLog Makefile.in

2009-11-04 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-11-04 14:14:52

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
* Makefile.in (cygpath.exe): Add -fno-threadsafe-statics to CXXFLAGS.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.492&r2=1.493
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.87&r2=1.88



src/winsup/utils ChangeLog Makefile.in mount.c ...

2009-07-22 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-07-22 10:20:26

Modified files:
winsup/utils   : ChangeLog Makefile.in mount.cc path.cc path.h 
 utils.sgml 

Log message:
* Makefile.in (path-mount.o): Add a rule to build stripped down version
of path.cc for usage in mount.
(mount.exe): Add dependency to path-mount.o.
* mount.cc (force): Convert to bool value.  Accommodate throughout.
(from_fstab): New function.
(do_mount_from_fstab): New function.
(longopts): Add --all option.
(opts): Add -a option.
(usage): Document -a/--all option.
(main): Handle -a option as well as single parameter.
* path.cc: Add FSTAB_ONLY conditional to allow building path-mount.o.
(mount_table): Remove static storage class.
(max_mount_entry): Ditto.
(root_here): Unused.  Remove.
(from_fstab_line): Remove static.
* path.h (struct mnt_t): Define here rather than in path.cc.
(from_fstab_line): Declare.
(mount_table): Declare.
(max_mount_entry): Declare.
* utils.sgml (mount): Document -a/--all option and mounting of single
path from fstab files.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.481&r2=1.482
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.86&r2=1.87
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/mount.cc.diff?cvsroot=src&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/path.cc.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/path.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/utils.sgml.diff?cvsroot=src&r1=1.78&r2=1.79



src/winsup/utils ChangeLog Makefile.in

2009-05-16 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-05-16 15:46:42

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
* Makefile.in (cygpath.exe): Link against cygwin.a before linking
against ntdll.dll to avoid linking symbols defined in both DLLs
from ntdll.
(ps.exe): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.475&r2=1.476
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.84&r2=1.85



src/winsup/utils ChangeLog Makefile.in ps.cc

2009-05-11 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-05-11 14:01:17

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

Log message:
* Makefile.in: Link ps.exe agains ntdll.dll.
* ps.cc (main): Enable SE_DEBUG_NAME privilege if Windows processes
have to be enumerated.  Workaround EnumProcessModules problem when
running under WOW64 and use NtQueryInformationProcess to fetch
process image name.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.472&r2=1.473
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.83&r2=1.84
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ps.cc.diff?cvsroot=src&r1=1.25&r2=1.26



src/winsup/utils ChangeLog Makefile.in

2009-04-13 Thread davek
CVSROOT:/cvs/src
Module name:src
Changes by: da...@sourceware.org2009-04-13 22:51:02

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
* Makefile.in (dumper.exe):  Add -lz to ALL_LDFLAGS.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.466&r2=1.467
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.82&r2=1.83



src/winsup/utils ChangeLog Makefile.in cygcheck.cc

2009-01-17 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-01-17 11:59:16

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

Log message:
* Makefile.in: Fix copyright date.
* cygcheck.cc (scan_registry): Take additional parameter and add code
to avoid recursion in Wow6432Node subkey.  Rename variable cygnus to
cygwin.  Scan for "Cygwin" instead of for "cygnus" substring.
(dump_sysinfo): Drop unused calls to scan_registry.  Drop scanning
HKEY_CURRENT_CONFIG.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.444&r2=1.445
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.79&r2=1.80
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/cygcheck.cc.diff?cvsroot=src&r1=1.108&r2=1.109



src/winsup/utils ChangeLog Makefile.in bloda.c ...

2008-07-22 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-07-22 14:40:05

Modified files:
winsup/utils   : ChangeLog Makefile.in bloda.cc cygpath.cc 
 mkgroup.c mkpasswd.c path.cc ps.cc utils.sgml 

Log message:
* Makefile.in (cygcheck.exe): Link against ntdll.
* bloda.cc: Use statically linked functions throughout.
* cygpath.cc: Drop 9x considerations.
* mkgroup.c: Revamp.  Redefine -l and -d options to take optional
machine and domain parameters.  Redefine -c to work always, using
token information.  Add -L, -D, -C to create unique groupnames in
domain\group syntax.  Add -S option to define domain\group separator
char.  Ignore -u and -s options.
* mkpasswd.c: Revamp.  Redefine -l and -d options to take optional
machine and domain parameters.  Redefine -c to work always, using
token information.  Add -L, -D, -C to create unique usernames in
domain\user syntax.  Add -S option to define domain\user separator
char.  Ignore -g and -s options.  Prefer to take homedir from $HOME
over $HOMEDRIVE/$HOMEPATH.
* path.cc (oopts): Add "acl", "noacl", "posix=0" and "posix=1" options.
(getmntent): Accomodate throughout.
* ps.cc: Fix copyright dates.
* utils.sgml: Fix text for mkgroup and mkpasswd.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.406&r2=1.407
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/bloda.cc.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygpath.cc.diff?cvsroot=src&r1=1.50&r2=1.51
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/mkgroup.c.diff?cvsroot=src&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/mkpasswd.c.diff?cvsroot=src&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/path.cc.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ps.cc.diff?cvsroot=src&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/utils.sgml.diff?cvsroot=src&r1=1.63&r2=1.64



src/winsup/utils ChangeLog Makefile.in ipcrm.c ...

2008-05-15 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-05-15 11:01:36

Modified files:
winsup/utils   : ChangeLog Makefile.in 
Removed files:
winsup/utils   : ipcrm.c ipcs.c 

Log message:
* Makefile.in (CYGWIN_BINS): Remove ipcrm and ipcs.
* ipcrm.c: Remove.
* ipcs.c: Remove.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.401&r2=1.402
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.71&r2=1.72
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ipcrm.c.diff?cvsroot=src&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ipcs.c.diff?cvsroot=src&r1=1.2&r2=NONE



src/winsup/utils ChangeLog Makefile.in

2008-03-09 Thread briand
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-03-09 09:41:42

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
* Makefile.in (install): Don't install the testsuite.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.394&r2=1.395
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.70&r2=1.71



src/winsup/utils ChangeLog Makefile.in path.cc ...

2008-03-08 Thread briand
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-03-09 04:10:10

Modified files:
winsup/utils   : ChangeLog Makefile.in path.cc 
Added files:
winsup/utils   : testsuite.cc testsuite.h 

Log message:
* Makefile.in: Add a 'check' target that builds and runs
testsuite.exe from path-testsuite.o and testsuite.o.
* path.cc: Include testsuite.h.
(struct mnt): Change to a mnt_t typedef and don't define
mount_table when TESTSUITE is defined.
(find2): Don't include when TESTSUITE is defined to avoid warning.
(get_cygdrive0): Ditto.
(get_cygdrive): Ditto.
(read_mounts): Provide empty implementation when TESTSUITE is
defined.
(vconcat): Use the isslash macro.
(unconvert_slashes): New helper to convert to backslashses.
(rel_vconcat): Handle relative paths more gracefully.
(cygpath): Skip a leading "./" sequence.  Avoid double-slashes.
Normalize final output to backslashes and remove redundant path
sequences.
* testsuite.cc: New file implementing testsuite driver.
* testsuite.h: New header implementing harness mount table and
series of tests.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/testsuite.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/testsuite.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.393&r2=1.394
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.69&r2=1.70
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/path.cc.diff?cvsroot=src&r1=1.12&r2=1.13



src/winsup/utils ChangeLog Makefile.in

2008-03-08 Thread briand
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-03-08 17:52:49

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
* Makefile.in: Reorganize considerably, using GNU make's
static pattern rules and target-specific variables.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.392&r2=1.393
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.68&r2=1.69



src/winsup/utils ChangeLog Makefile.in bloda.cc

2007-12-23 Thread briand
CVSROOT:/cvs/src
Module name:src
Branch: cr-0x5f1
Changes by: [EMAIL PROTECTED]   2007-12-23 12:36:10

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

Log message:
* Makefile.in (cygcheck.exe): Don't link to ntdll.
* bloda.cc (pNtQuerySystemInformation): Add.
(pRtlAnsiStringToUnicodeString): Add.
(get_process_list): Use function pointers for NT functions.
(dump_dodgy_apps): Skip dodgy app check on non-NT platforms.
Use GetProcAddress for NT-specific functions.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.356.4.2&r2=1.356.4.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.63.4.1&r2=1.63.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/bloda.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.1.2.1&r2=1.1.2.2



src/winsup/utils ChangeLog Makefile.in bloda.cc

2007-12-20 Thread briand
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2007-12-21 03:32:47

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

Log message:
* Makefile.in (cygcheck.exe): Don't link to ntdll.
* bloda.cc (pNtQuerySystemInformation): Add.
(pRtlAnsiStringToUnicodeString): Add.
(get_process_list): Use function pointers for NT functions.
(dump_dodgy_apps): Skip dodgy app check on non-NT platforms.
Use GetProcAddress for NT-specific functions.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.388&r2=1.389
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.67&r2=1.68
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/bloda.cc.diff?cvsroot=src&r1=1.1&r2=1.2



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

2007-11-12 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cr-0x5f1
Changes by: [EMAIL PROTECTED]   2007-11-12 15:31:45

Modified files:
winsup/utils   : ChangeLog Makefile.in cygcheck.cc cygpath.cc 
 dumper.cc dumper.h mkgroup.c parse_pe.cc 
 path.cc strace.cc 
Added files:
winsup/utils   : COPYING.dumper bloda.cc 

Log message:
2007-08-31  Dave Korn  <[EMAIL PROTECTED]>

* mkgroup.c (enum_groups):  Use MAX_PREFERRED_LENGTH in netgroupenum
call so that it will automatically size returned buffer sufficiently.

2007-08-03  Dave Korn  <[EMAIL PROTECTED]>

* Makefile.in (cygcheck.exe):  Add bloda.o as prerequisite, adjusting
dependency-filtering $(wordlist ...) call appropriately.  Link ntdll.
(bloda.o):  New rule to build bloda.o
* cygcheck.cc (dump_sysinfo):  Call bloda function dump_dodgy_apps().
* bloda.cc:  New file implements detection of applications from the
Big List Of Dodgy Apps.

2007-07-24  Corinna Vinschen  <[EMAIL PROTECTED]>

* COPYING.dumper: New file.
* dumper.cc: Change license to plain GPLv2 + later.
* dumper.h: Ditto.
* parse_pe.cc: Ditto.

2007-07-23  Christopher Faylor  <[EMAIL PROTECTED]>

* strace.cc (create_child): Don't convert a path from cygwin format
unless it has a slash.

2007-07-09  Christopher Faylor  <[EMAIL PROTECTED]>

* strace.cc (usage): Add missing description for -q.

2007-05-29  Pedro Alves  <[EMAIL PROTECTED]>

* dumper.cc (dumper::prepare_core_dump): Record a phdr for each section.

2007-03-30  Mark Mitchell  <[EMAIL PROTECTED]>

* utils/cygpath.cc (get_long_path_name_w32impl): Close handles returned
by FindFirstFile.

2006-09-11  Eric Blake  <[EMAIL PROTECTED]>

* cygcheck.cc (main): Restore POSIXLY_CORRECT before displaying user's
environment.

2006-08-03  Corinna Vinschen  <[EMAIL PROTECTED]>

* path.cc (vconcat): Don't convert backslahes to slashes.
(cygpath): Return native path with all backslashes.

2006-07-30  Ilya Bobir  <[EMAIL PROTECTED]>

* cygpath.cc (get_long_name): Fallback to get_long_path_name_w32impl.

2006-07-27  Corinna Vinschen  <[EMAIL PROTECTED]>

* cygpath.c (get_long_name): Cover the case that GetLongPathName
doesn't return valid information for non-existant files.  Just return
incoming filename in that case.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/COPYING.dumper.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/bloda.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.356&r2=1.356.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.63&r2=1.63.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygcheck.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.90&r2=1.90.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygpath.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.42&r2=1.42.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/dumper.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.12&r2=1.12.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/dumper.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.2&r2=1.2.18.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/mkgroup.c.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.27&r2=1.27.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/parse_pe.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.8&r2=1.8.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/path.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.9&r2=1.9.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/strace.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.46&r2=1.46.4.1



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

2007-08-03 Thread davek
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2007-08-03 19:41:48

Modified files:
winsup/utils   : ChangeLog Makefile.in cygcheck.cc 
Added files:
winsup/utils   : bloda.cc 

Log message:
* Makefile.in (cygcheck.exe):  Add bloda.o as prerequisite, adjusting
dependency-filtering $(wordlist ...) call appropriately.  Link ntdll.
(bloda.o):  New rule to build bloda.o
* cygcheck.cc (dump_sysinfo):  Call bloda function dump_dodgy_apps().
* bloda.cc:  New file implements detection of applications from the
Big List Of Dodgy Apps.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/bloda.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.384&r2=1.385
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.66&r2=1.67
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygcheck.cc.diff?cvsroot=src&r1=1.95&r2=1.96



src/winsup/utils ChangeLog Makefile.in cygpath.cc

2006-08-02 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-08-02 09:48:18

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

Log message:
* Makefile.in (cygpath.exe): Add rule to link cygpath against ntdll.dll.
* cygpath.cc: Include DDK headers.
(RtlAllocateUnicodeString): New static inline function.
(get_device_name): New static function to evaluate DOS path from
native NT path.
(get_device_paths): New function to do the same for path lists.
(doit): Call get_device_paths/get_device_name where appropriate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.358&r2=1.359
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.63&r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygpath.cc.diff?cvsroot=src&r1=1.44&r2=1.45



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

2006-07-03 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-07-03 16:00:59

Modified files:
winsup/utils   : ChangeLog Makefile.in 
Added files:
winsup/utils   : setmetamode.c 

Log message:
* Makefile.in: Build setmetamode.exe.
* setmetamode.c: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/setmetamode.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.355&r2=1.356
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.62&r2=1.63



src/winsup/utils ChangeLog Makefile.in

2006-01-17 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-01-17 12:33:46

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
* Makefile.in: Replace etcdir with sysconfdir.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.340&r2=1.341
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.59&r2=1.60



src/winsup/utils ChangeLog Makefile.in cygcheck.cc

2006-01-15 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-01-15 09:29:02

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

Log message:
* Makefile.in (cygcheck.exe): Do not link against libwininet.a.
* cygcheck.cc (pInternetCloseHandle): Define global function pointer.
(display_internet_error): Use it.
(package_grep): Attempt to load wininet.dll at runtime.  Call WinInet
API through function pointers throughout.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.339&r2=1.340
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.58&r2=1.59
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygcheck.cc.diff?cvsroot=src&r1=1.84&r2=1.85



src/winsup/utils ChangeLog Makefile.in ipcrm.c ...

2003-11-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-11-19 18:50:52

Modified files:
winsup/utils   : ChangeLog Makefile.in 
Added files:
winsup/utils   : ipcrm.c ipcs.c 

Log message:
* Makefile.in: Add rules to build ipcrm and ipcs.
* ipcrm.c: New file.
* ipcs.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ipcrm.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ipcs.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.246&r2=1.247
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.54&r2=1.55



src/winsup/utils ChangeLog Makefile.in

2003-01-22 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]  2003-01-22 17:15:53

Modified files:
winsup/utils   : ChangeLog Makefile.in 

Log message:
* Makefile.in (ALL_LDFLAGS): Remove newlib/libm from tools paths.
(MINGW_LDFLAGS): Remove in favor of definition from Makefile.common.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.194&r2=1.195
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=src&r1=1.39&r2=1.40