public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Cygwin slow on x64 systems?
@ 2011-12-01 15:58 Tim McDaniel
  2011-12-01 16:06 ` marco atzeri
  2011-12-04  3:33 ` Buchbinder, Barry (NIH/NIAID) [E]
  0 siblings, 2 replies; 11+ messages in thread
From: Tim McDaniel @ 2011-12-01 15:58 UTC (permalink / raw)
  To: cygwin

I wrote:
> $ time echo hello
> hello
>
> real    0m0.000s
> user    0m0.000s
> sys     0m0.000s
>
> $ cp /dev/null frog
> $ time cat frog
>
> real    0m1.259s
> user    0m0.000s
> sys     0m0.015s

Someone replied directly to me, to say that Cygwin should not be that
slow on 64-bit installations.  He asked whether I have anti-virus
installed, and whether I have looked at the "BLODA list".

BLODA is the Big List Of Dodgy Apps, apparently from
http://cygwin.com/faq/faq.using.html#faq.using.bloda

     44. What applications have been found to interfere with Cygwin?

     From time to time, people have reported strange failures and
     problems in Cygwin and Cygwin packages that seem to have no
     rational explanation ....

Unfortunately, "Norton/McAfee/Symantec antivirus or antispyware" is
the second item listed.  This is a work machine.  IT installed
Symantec Endpoint Protection on it and locked down absolutely every
setting whatsoever (except for how long to keep local logs).  I really
doubt that they'd unlock anything for me, especially because I'm brand
new and we don't do very much on Windows.

Unless someone has another suggestion, maybe I just have to assume I'm
SOL.

-- 
Tim McDaniel, tmcd@panix.com

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Cygwin slow on x64 systems?
  2011-12-01 15:58 Cygwin slow on x64 systems? Tim McDaniel
@ 2011-12-01 16:06 ` marco atzeri
  2011-12-04  3:33 ` Buchbinder, Barry (NIH/NIAID) [E]
  1 sibling, 0 replies; 11+ messages in thread
From: marco atzeri @ 2011-12-01 16:06 UTC (permalink / raw)
  To: cygwin

On 12/1/2011 4:58 PM, Tim McDaniel wrote:
> I wrote:
>> $ time echo hello
>> hello
>>
>> real 0m0.000s
>> user 0m0.000s
>> sys 0m0.000s
>>
>> $ cp /dev/null frog
>> $ time cat frog
>>
>> real 0m1.259s
>> user 0m0.000s
>> sys 0m0.015s
>
> Someone replied directly to me, to say that Cygwin should not be that
> slow on 64-bit installations. He asked whether I have anti-virus
> installed, and whether I have looked at the "BLODA list".
>
> BLODA is the Big List Of Dodgy Apps, apparently from
> http://cygwin.com/faq/faq.using.html#faq.using.bloda
>
> 44. What applications have been found to interfere with Cygwin?
>
>  From time to time, people have reported strange failures and
> problems in Cygwin and Cygwin packages that seem to have no
> rational explanation ....
>
> Unfortunately, "Norton/McAfee/Symantec antivirus or antispyware" is
> the second item listed. This is a work machine. IT installed
> Symantec Endpoint Protection on it and locked down absolutely every
> setting whatsoever (except for how long to keep local logs). I really
> doubt that they'd unlock anything for me, especially because I'm brand
> new and we don't do very much on Windows.
>
> Unless someone has another suggestion, maybe I just have to assume I'm
> SOL.
>

FYI,
I am running a W7/64 with Symantec Endpoint Protection (11.0.6200.754) 
installed and I have no particular speed issue, but I am running a
very recent snapshot

Regards
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: Cygwin slow on x64 systems?
  2011-12-01 15:58 Cygwin slow on x64 systems? Tim McDaniel
  2011-12-01 16:06 ` marco atzeri
@ 2011-12-04  3:33 ` Buchbinder, Barry (NIH/NIAID) [E]
  2011-12-05 16:20   ` Tim McDaniel
  2011-12-08 16:46   ` Tim McDaniel
  1 sibling, 2 replies; 11+ messages in thread
From: Buchbinder, Barry (NIH/NIAID) [E] @ 2011-12-04  3:33 UTC (permalink / raw)
  To: cygwin, 'Tim McDaniel'

Tim McDaniel sent the following at Thursday, December 01, 2011 10:59 AM
>
>BLODA is the Big List Of Dodgy Apps, apparently from
>http://cygwin.com/faq/faq.using.html#faq.using.bloda
>     44. What applications have been found to interfere with Cygwin?
>
>Unless someone has another suggestion, maybe I just have to assume I'm
>SOL.

If you use bash completion, try not using it.

Also, check your PATH.  If you set it as a user windows environmental
variable, windows may be pre-pending a long "for everyone" PATH.  See
<http://cygwin.com/faq/faq-nochunks.html#faq.using.path>.  See also
<http://cygwin.com/faq/faq-nochunks.html#faq.using.slow>.

- Barry
  Disclaimer: Statements made herein are not made on behalf of NIAID.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: Cygwin slow on x64 systems?
  2011-12-04  3:33 ` Buchbinder, Barry (NIH/NIAID) [E]
@ 2011-12-05 16:20   ` Tim McDaniel
  2011-12-05 18:39     ` marco atzeri
  2011-12-08 16:46   ` Tim McDaniel
  1 sibling, 1 reply; 11+ messages in thread
From: Tim McDaniel @ 2011-12-05 16:20 UTC (permalink / raw)
  Cc: cygwin

On Sat, 3 Dec 2011, Buchbinder, Barry wrote:
> Tim McDaniel sent the following at Thursday, December 01, 2011 10:59 AM
>>
>> BLODA is the Big List Of Dodgy Apps, apparently from
>> http://cygwin.com/faq/faq.using.html#faq.using.bloda
>>     44. What applications have been found to interfere with Cygwin?
>>
>> Unless someone has another suggestion, maybe I just have to assume I'm
>> SOL.
>
> If you use bash completion, try not using it.

I Googled for that and found the explanation, that "bash completion"
isn't for ALL completion like I had assumed from the name, but instead
programmable context-sensitive completion.  Removing it did indeed
massively speed up filename completion, which I use all the time.
Many thanks.

> Also, check your PATH.  If you set it as a user windows environmental
> variable, windows may be pre-pending a long "for everyone" PATH.  See
> <http://cygwin.com/faq/faq-nochunks.html#faq.using.path>.  See also
> <http://cygwin.com/faq/faq-nochunks.html#faq.using.slow>.

Thank you very much for the pointers.  Unfortunately, I have not
modified the /etc/profile version of PATH, so it is

$ echo "$PATH"
/usr/local/bin:/usr/bin:/Windows/system32:/Windows:/Windows/System32/Wbem:/Windows/System32/WindowsPowerShell/v1.0:/Program Files/Perforce

# A form for easier readability:
$ echo $PATH | tr ':' '\n'
/usr/local/bin
/usr/bin
/Windows/system32
/Windows
/Windows/System32/Wbem
/Windows/System32/WindowsPowerShell/v1.0
/Program Files/Perforce

And I see slowness even when everything is a bash builtin (except
perhaps for whatever is handling "|" -- I suppose it's forking bash
itself):

$ time echo hi | read x

real    0m1.928s
user    0m0.031s
sys     0m0.031s

-- 
Tim McDaniel, tmcd@panix.com

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Cygwin slow on x64 systems?
  2011-12-05 16:20   ` Tim McDaniel
@ 2011-12-05 18:39     ` marco atzeri
  2011-12-05 19:45       ` Tim McDaniel
  0 siblings, 1 reply; 11+ messages in thread
From: marco atzeri @ 2011-12-05 18:39 UTC (permalink / raw)
  To: cygwin

On 12/5/2011 5:20 PM, Tim McDaniel wrote:
> On Sat, 3 Dec 2011, Buchbinder, Barry wrote:

> And I see slowness even when everything is a bash builtin (except
> perhaps for whatever is handling "|" -- I suppose it's forking bash
> itself):
>
> $ time echo hi | read x
>
> real 0m1.928s
> user 0m0.031s
> sys 0m0.031s
>
on my W7/x64, a not too fast Corei5 notebook

$  time echo hi | read x

real    0m0.421s
user    0m0.000s
sys     0m0.030s

$  time echo hi | read x

real    0m0.016s
user    0m0.000s
sys     0m0.000s

The first long time is likely to program loading and
Antivirus time delay

Regards
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Cygwin slow on x64 systems?
  2011-12-05 18:39     ` marco atzeri
@ 2011-12-05 19:45       ` Tim McDaniel
  2011-12-05 21:24         ` Andrew Schulman
  0 siblings, 1 reply; 11+ messages in thread
From: Tim McDaniel @ 2011-12-05 19:45 UTC (permalink / raw)
  Cc: cygwin

On Mon, 5 Dec 2011, marco atzeri wrote:
> On 12/5/2011 5:20 PM, Tim McDaniel wrote:
>> On Sat, 3 Dec 2011, Buchbinder, Barry wrote:
>
>> And I see slowness even when everything is a bash builtin (except
>> perhaps for whatever is handling "|" -- I suppose it's forking bash
>> itself):
>>
>> $ time echo hi | read x
>>
>> real 0m1.928s
>> user 0m0.031s
>> sys 0m0.031s
>>
> on my W7/x64, a not too fast Corei5 notebook
...
> The first long time is likely to program loading and
> Antivirus time delay

For me, it's consistently 1.9 seconds for that trivial pipe, even if I
run it several times in quick succession.  I'm asking the support team
about reinstalling Symantec (I have seen a glitch with it), and maybe
if I get very very lucky I can talk them into another antivirus
solution.

-- 
Tim McDaniel, tmcd@panix.com

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Cygwin slow on x64 systems?
  2011-12-05 19:45       ` Tim McDaniel
@ 2011-12-05 21:24         ` Andrew Schulman
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Schulman @ 2011-12-05 21:24 UTC (permalink / raw)
  To: cygwin

> > The first long time is likely to program loading and
> > Antivirus time delay
> 
> For me, it's consistently 1.9 seconds for that trivial pipe, even if I
> run it several times in quick succession.  I'm asking the support team
> about reinstalling Symantec (I have seen a glitch with it), and maybe
> if I get very very lucky I can talk them into another antivirus
> solution.

Or at least, while they're reinstalling it, if they can allow you to take 5
minutes while the AV services are shut down, you can rerun your commands and see
if the time improves.

Of course, that would expose you to the evil Cygwin viruses, so they probably
won't allow it.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: Cygwin slow on x64 systems?
  2011-12-04  3:33 ` Buchbinder, Barry (NIH/NIAID) [E]
  2011-12-05 16:20   ` Tim McDaniel
@ 2011-12-08 16:46   ` Tim McDaniel
  2011-12-08 17:02     ` Marco Moreno
  1 sibling, 1 reply; 11+ messages in thread
From: Tim McDaniel @ 2011-12-08 16:46 UTC (permalink / raw)
  Cc: cygwin

  Tim McDaniel:
> BLODA is the Big List Of Dodgy Apps, apparently from
> http://cygwin.com/faq/faq.using.html#faq.using.bloda
>     44. What applications have been found to interfere with Cygwin?

In case anyone cares about the details of my datum, and in case anyone
ever searches for the exact system in the archives:

It lists "Norton/McAfee/Symantec antivirus or antispyware".  In my
case, the exact installable is called Symantec Endpoint Protection.
"Integrated antivirus, antispyware, firewall, and intrusion prevention
as well as device control and application control" and "Powerful
central management of security", so it's antivirus and antispyware and
more.

Before uninstalling Symantec Endpoint Protection (note: no Superfetch,
and Program Compatibility Assistant disabled in gpedit policy edit,
but the PCA Service running):

$ time echo hi | read x

real    0m1.928s
user    0m0.031s
sys     0m0.031s

After uninstalling Symantec Endpoint Protection (no changes to
Superfetch or PCA Service):

$ time echo hi | read x

real    0m0.093s
user    0m0.000s
sys     0m0.061s

Unfortunately, now I'm required to reinstall.

-- 
Tim McDaniel, tmcd@panix.com

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Cygwin slow on x64 systems?
  2011-12-08 16:46   ` Tim McDaniel
@ 2011-12-08 17:02     ` Marco Moreno
  2011-12-08 17:09       ` Tim McDaniel
  0 siblings, 1 reply; 11+ messages in thread
From: Marco Moreno @ 2011-12-08 17:02 UTC (permalink / raw)
  To: cygwin

On Thu, Dec 8, 2011 at 11:46 AM, Tim McDaniel <tmcd@panix.com> wrote:
> After uninstalling Symantec Endpoint Protection (no changes to
> Superfetch or PCA Service):
>
> $ time echo hi | read x
>
> real    0m0.093s
> user    0m0.000s
> sys     0m0.061s
>
> Unfortunately, now I'm required to reinstall.

Any chance they will allow you to add a "User defined exception" (in
Centralized Exceptions) to exclude your cygwin folder?  That works for
me.

Marco Moreno

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Cygwin slow on x64 systems?
  2011-12-08 17:02     ` Marco Moreno
@ 2011-12-08 17:09       ` Tim McDaniel
  0 siblings, 0 replies; 11+ messages in thread
From: Tim McDaniel @ 2011-12-08 17:09 UTC (permalink / raw)
  Cc: cygwin

On Thu, 8 Dec 2011, Marco Moreno wrote:
> On Thu, Dec 8, 2011 at 11:46 AM, Tim McDaniel wrote:

(You quoted my e-mail address there, which may get you dinged by the
admins, but I'm cool with my e-mail addy going out -- I put it in my
sig and all.)

>> After uninstalling Symantec Endpoint Protection (no changes to
>> Superfetch or PCA Service):
>>
>> $ time echo hi | read x
>>
>> real 0m0.093s
>> user 0m0.000s
>> sys  0m0.061s
>>
>> Unfortunately, now I'm required to reinstall.
>
> Any chance they will allow you to add a "User defined exception" (in
> Centralized Exceptions) to exclude your cygwin folder?  That works
> for me.

After reinstalling:

$ time echo hi | read x

real    0m0.094s
user    0m0.015s
sys     0m0.046s

WHOHOO!

Now the X server won't start ...

-- 
Tim McDaniel, tmcd@panix.com

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Cygwin slow on x64 systems?
@ 2011-11-30 16:55 Tim McDaniel
  0 siblings, 0 replies; 11+ messages in thread
From: Tim McDaniel @ 2011-11-30 16:55 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: TEXT/PLAIN, Size: 986 bytes --]

I'm setting up a laptop running a 64-bit install of Windows 7.  It has
an Intel i5 chip, which I think is not a slow processor.  I renamed
.bashrc and such to be out of the way to have as unmodified an
environment as I can think of.

$ time echo hello
hello

real    0m0.000s
user    0m0.000s
sys     0m0.000s

$ cp /dev/null frog
$ time cat frog

real    0m1.259s
user    0m0.000s
sys     0m0.015s

# The next line has no effect - x is set in a subshell and thus lost.
# It's a contrived example just to show performance of a pipe purely,
# without extra delay due to forking programs.
$ time echo hello | read x

real    0m1.929s
user    0m0.016s
sys     0m0.062s

I Googled a little, and a few messages suggest that forking new
processes has been slow in 64-bit mode for a year or two.

Have I done something to screw up performance?  Is there anything I
can do?  Or is this indeed intrinsic to Cygwin, and is there any
prospect of fixing this soon?

-- 
Tim McDaniel, tmcd@panix.com

[-- Attachment #2: Type: TEXT/PLAIN, Size: 34506 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Wed Nov 30 10:30:05 2011

Windows 7 Enterprise Ver 6.1 Build 7601 Service Pack 1

Running under WOW64 on AMD64

Path:	C:\usr\local\bin
	C:\bin
	C:\Windows\system32
	C:\Windows
	C:\Windows\System32\Wbem
	C:\Windows\System32\WindowsPowerShell\v1.0
	C:\Program Files\Perforce

Output from C:\bin\id.exe
UID: 35511(tmcdaniel)    GID: 10513(Domain Users)
10513(Domain Users)      0(root)                  544(Administrators)
545(Users)

SysDir: C:\Windows\system32
WinDir: C:\Windows

USER = 'tmcdaniel'
PWD = '/home/tmcdaniel'
HOME = '/home/tmcdaniel'

HOMEPATH = '\Users\tmcdaniel'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
APPDATA = 'C:\Users\tmcdaniel\AppData\Roaming'
ProgramW6432 = 'C:\Program Files'
HOSTNAME = 'TMCDANIEL-E6520'
TERM = 'xterm'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 42 Stepping 7, GenuineIntel'
WINDIR = 'C:\Windows'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/Users/tmcdaniel/Desktop'
USERDOMAIN = 'ATHENAHEALTH'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\ProgramData'
windows_tracing_flags = '3'
windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'
!:: = '::\'
TEMP = '/tmp'
COMMONPROGRAMFILES = 'C:\Program Files (x86)\Common Files'
USERNAME = 'tmcdaniel'
PROCESSOR_LEVEL = '6'
ProgramFiles(x86) = 'C:\Program Files (x86)'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
PROCESSOR_ARCHITEW6432 = 'AMD64'
LANG = 'C.UTF-8'
USERPROFILE = 'C:\Users\tmcdaniel'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\SEN-DC2'
CommonProgramW6432 = 'C:\Program Files\Common Files'
PROCESSOR_ARCHITECTURE = 'x86'
LOCALAPPDATA = 'C:\Users\tmcdaniel\AppData\Local'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
USERDNSDOMAIN = 'CORP.ATHENAHEALTH.COM'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\Windows\system32\cmd.exe'
TMP = '/tmp'
SYSTEMROOT = 'C:\Windows'
PRINTER = '\\ARS-PRINT1\Austin_HPOJ8500A'
PROCESSOR_REVISION = '2a07'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files (x86)'
NUMBER_OF_PROCESSORS = '4'
SESSIONNAME = 'Console'
COMPUTERNAME = 'TMCDANIEL-E6520'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: a46ac466ed629d62 Path: C:

c:  hd  NTFS    122002Mb  25% CP CS UN PA FC     
d:  cd             N/A    N/A                    

C:               /         system  binary,auto
C:\bin           /usr/bin  system  binary,auto
C:\lib           /usr/lib  system  binary,auto
cygdrive prefix  /mnt      user    binary,posix=0,auto

Found: C:\bin\awk
 -> C:\bin\gawk.exe
Found: C:\bin\bash.exe
Found: C:\bin\cat.exe
Found: C:\bin\cp.exe
Found: C:\bin\cpp.exe
 -> C:\etc\alternatives\cpp
 -> C:\bin\cpp-4.exe
Not Found: crontab
Found: C:\bin\find.exe
Found: C:\Windows\system32\find.exe
Warning: C:\bin\find.exe hides C:\Windows\system32\find.exe
Found: C:\bin\gcc.exe
 -> C:\etc\alternatives\gcc
 -> C:\bin\gcc-4.exe
Not Found: gdb
Found: C:\bin\grep.exe
Found: C:\bin\kill.exe
Found: C:\bin\ld.exe
Found: C:\bin\ls.exe
Found: C:\bin\make.exe
Found: C:\bin\mv.exe
Not Found: patch
Found: C:\bin\perl.exe
Found: C:\bin\rm.exe
Found: C:\bin\sed.exe
Found: C:\bin\ssh.exe
Found: C:\bin\sh.exe
Found: C:\bin\tar.exe
Found: C:\bin\test.exe
Found: C:\bin\vi
 -> C:\bin\vim-nox.exe
Found: C:\bin\vim
 -> C:\etc\alternatives\vim
 -> C:\bin\vim-nox.exe

   94k 2011/11/16 C:\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-1.0-0.dll" v0.0 ts=2011/11/15 21:22
   15k 2009/12/27 C:\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2009/11/18 6:52
   95k 2010/06/24 C:\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2010/6/24 14:20
   62k 2011/05/21 C:\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011/5/21 14:16
  678k 2010/12/29 C:\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2010/12/29 0:16
   20k 2010/12/29 C:\bin\cygcairo-gobject-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-gobject-2.dll" v0.0 ts=2010/12/29 0:17
   98k 2010/12/29 C:\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2010/12/29 0:17
  108k 2010/01/05 C:\bin\cygcloog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-0.dll" v0.0 ts=2010/1/4 18:45
  188k 2011/11/16 C:\bin\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygcroco-0.6-3.dll" v0.0 ts=2011/11/16 1:53
    7k 2003/10/19 C:\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 2:57
 1147k 2011/03/16 C:\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2011/3/16 15:54
  314k 2011/11/02 C:\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2011/11/1 18:38
   17k 2011/10/02 C:\bin\cygdatrie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdatrie-1.dll" v0.0 ts=2011/10/2 18:13
  943k 2007/12/17 C:\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2007/12/17 7:12
  219k 2011/10/03 C:\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdbus-1-3.dll" v0.0 ts=2011/10/3 0:10
 1296k 2007/12/17 C:\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 7:12
  511k 2010/06/17 C:\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2010/6/17 6:42
  118k 2008/05/09 C:\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/8 23:03
   29k 2010/05/12 C:\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2010/5/12 5:26
   21k 2011/10/26 C:\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-4.dll" v0.0 ts=2011/10/23 8:33
  176k 2010/01/29 C:\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2010/1/28 16:12
   20k 2010/10/31 C:\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2010/10/31 14:19
   43k 2010/01/02 C:\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 8:49
   40k 2009/03/01 C:\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/3/1 0:32
   43k 2009/11/20 C:\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/11/20 13:14
   47k 2010/01/02 C:\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 11:31
  500k 2011/10/19 C:\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2011/10/18 23:40
   79k 2011/10/26 C:\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2011/10/23 8:15
  449k 2011/05/20 C:\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2011/5/19 21:29
   19k 2009/02/26 C:\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 1:58
    8k 2009/02/26 C:\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 1:58
  554k 2011/11/16 C:\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2011/11/15 22:26
  103k 2011/09/26 C:\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2011/9/25 20:19
   29k 2009/03/23 C:\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggif-4.dll" v0.0 ts=2009/3/23 13:55
 1024k 2011/11/16 C:\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2011/11/15 18:23
  846k 2011/11/16 C:\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2011/11/15 18:16
   12k 2011/11/16 C:\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2011/11/15 18:19
  317k 2011/07/31 C:\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011/7/31 0:14
   14k 2011/07/31 C:\bin\cyggmpxx-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-4.dll" v0.0 ts=2011/7/31 5:31
  614k 2011/11/15 C:\bin\cyggnutls-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-26.dll" v0.0 ts=2011/11/15 1:02
   21k 2011/11/15 C:\bin\cyggnutls-extra-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-extra-26.dll" v0.0 ts=2011/11/15 1:02
   24k 2011/11/15 C:\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2011/11/15 1:03
   52k 2011/11/15 C:\bin\cyggnutlsxx-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-27.dll" v0.0 ts=2011/11/15 1:02
  267k 2011/11/16 C:\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2011/11/15 18:20
   42k 2011/10/26 C:\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2011/10/23 8:21
   14k 2011/05/20 C:\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2011/5/19 21:04
   14k 2011/11/16 C:\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2011/11/15 18:19
 3679k 2011/11/16 C:\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2011/11/15 22:33
   24k 2009/06/23 C:\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2009/6/23 7:20
   25k 2011/01/26 C:\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2011/1/25 21:25
   74k 2010/10/31 C:\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2010/10/31 14:18
  358k 2011/04/29 C:\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2011/4/28 23:37
  985k 2011/10/16 C:\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2011/10/16 12:01
  190k 2011/11/16 C:\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2011/11/16 8:51
   35k 2011/10/16 C:\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2011/10/16 0:38
  246k 2010/05/20 C:\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1.dll" v0.0 ts=2010/5/20 0:04
   47k 2009/12/23 C:\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=2009/12/23 10:59
  193k 2009/08/08 C:\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-7.dll" v0.0 ts=2009/8/8 14:39
  200k 2010/08/09 C:\bin\cygjpeg-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-8.dll" v0.0 ts=2010/8/9 2:02
   39k 2008/09/07 C:\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 7:28
  189k 2008/09/07 C:\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 7:29
  201k 2008/09/07 C:\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 7:31
    5k 2011/03/29 C:\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2011/3/28 16:14
    9k 2011/03/29 C:\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
  123k 2011/05/19 C:\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2011/5/18 21:41
  116k 2011/11/16 C:\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2011/11/16 16:27
   99k 2011/11/02 C:\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2011/11/2 17:05
   25k 2010/01/02 C:\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 8:48
   21k 2009/03/01 C:\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/3/1 0:31
   25k 2009/11/20 C:\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/11/20 13:13
   25k 2010/01/02 C:\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 11:30
   24k 2008/10/30 C:\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0
                  "cygminires.dll" v0.0 ts=2008/10/30 18:53
  213k 2011/07/31 C:\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011/7/31 0:12
   64k 2009/11/09 C:\bin\cygmpc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-1.dll" v0.0 ts=2009/11/8 19:21
  269k 2009/06/07 C:\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-1.dll" v0.0 ts=2009/6/7 16:10
 1102k 2011/08/07 C:\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2011/8/6 20:47
   63k 2010/01/02 C:\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 9:00
   66k 2009/03/01 C:\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/3/1 0:39
   63k 2009/11/20 C:\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/11/20 13:25
   63k 2010/01/02 C:\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 11:41
  195k 2010/01/02 C:\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 8:45
  237k 2009/03/01 C:\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/3/1 0:28
  198k 2009/11/20 C:\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/11/20 13:10
  244k 2010/01/02 C:\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 11:28
   13k 2010/01/02 C:\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 8:47
   11k 2009/03/01 C:\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/3/1 0:30
   13k 2009/11/20 C:\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/11/20 13:12
   13k 2010/01/02 C:\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 10:30
  236k 2011/11/16 C:\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpango-1.0-0.dll" v0.0 ts=2011/11/15 21:49
   37k 2011/11/16 C:\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2011/11/15 21:50
  188k 2011/11/16 C:\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2011/11/15 21:50
  110k 2011/11/16 C:\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangox-1.0-0.dll" v0.0 ts=2011/11/15 21:50
   24k 2011/11/16 C:\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2011/11/15 21:50
  257k 2011/09/27 C:\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2011/9/27 0:41
    8k 2011/09/27 C:\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2011/9/27 0:41
 1627k 2010/08/29 C:\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2010/8/28 13:17
  428k 2011/08/22 C:\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpixman-1-0.dll" v0.0 ts=2011/8/22 3:39
  249k 2011/07/28 C:\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2011/7/28 0:20
  129k 2011/07/28 C:\bin\cygpng14-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng14-14.dll" v0.0 ts=2011/7/28 0:55
   22k 2002/06/09 C:\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 0:45
  695k 2009/04/18 C:\bin\cygppl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl-7.dll" v0.0 ts=2009/4/18 7:44
 2481k 2009/04/18 C:\bin\cygppl_c-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl_c-2.dll" v0.0 ts=2009/4/18 7:47
  122k 2011/10/05 C:\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-1.dll" v0.0 ts=2011/10/4 23:45
   18k 2009/04/18 C:\bin\cygpwl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygpwl-4.dll" v0.0 ts=2009/4/18 7:44
  155k 2009/06/23 C:\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2009/6/23 7:20
  164k 2011/01/26 C:\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2011/1/25 21:25
  179k 2011/11/16 C:\bin\cygrsvg-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygrsvg-2-2.dll" v0.0 ts=2011/11/16 2:12
   84k 2010/07/02 C:\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2010/7/1 22:19
    8k 2011/05/05 C:\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011/5/5 2:33
   25k 2010/10/31 C:\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2010/10/31 14:24
 1613k 2010/12/01 C:\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2010/12/1 6:20
  122k 2010/11/03 C:\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2010/11/3 1:44
  263k 2011/03/16 C:\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2011/3/16 15:54
    8k 2011/10/26 C:\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2011/10/23 8:33
  780k 2011/10/26 C:\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2011/10/23 8:58
   58k 2011/11/14 C:\bin\cygtasn1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-3.dll" v0.0 ts=2011/11/14 13:35
   26k 2011/10/04 C:\bin\cygthai-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygthai-0.dll" v0.0 ts=2011/10/4 15:22
   48k 2010/01/02 C:\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 8:45
   48k 2009/11/20 C:\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/11/20 13:10
   48k 2010/01/02 C:\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 11:28
  347k 2011/04/08 C:\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2011/4/7 20:27
    9k 2011/04/08 C:\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=2011/4/7 20:27
   41k 2011/08/16 C:\bin\cygusb0.dll - os=4.0 img=1.0 sys=4.0
                  "cygusb0.dll" v0.0 ts=2011/8/16 13:28
   16k 2010/06/24 C:\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2010/6/24 14:19
   28k 2010/03/28 C:\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010/3/28 4:02
 1045k 2011/08/22 C:\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2011/8/22 3:25
   11k 2010/08/03 C:\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2010/8/2 19:32
   75k 2010/12/21 C:\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=2010/12/20 19:36
   22k 2010/12/21 C:\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=2010/12/20 19:36
    8k 2010/12/21 C:\bin\cygxcb-shm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shm-0.dll" v0.0 ts=2010/12/20 19:36
   10k 2010/11/01 C:\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2010/10/31 19:59
   30k 2011/08/22 C:\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2011/8/22 12:26
   11k 2010/08/03 C:\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2010/8/2 23:25
   17k 2010/10/31 C:\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2010/10/31 14:29
   52k 2011/05/23 C:\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2011/5/23 3:32
   17k 2011/03/17 C:\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2011/3/16 20:50
   66k 2010/11/01 C:\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2010/10/31 20:10
   46k 2011/06/07 C:\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2011/6/6 23:48
    8k 2010/11/01 C:\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXinerama-1.dll" v0.0 ts=2010/10/31 20:11
 1071k 2011/06/07 C:\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2011/6/6 18:12
   53k 2010/11/01 C:\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2010/10/31 20:19
   25k 2011/08/22 C:\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2011/8/22 11:55
   32k 2010/08/03 C:\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2010/8/2 23:48
   76k 2010/08/01 C:\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2010/8/1 16:04
 2604k 2011/03/29 C:\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/3/29 3:10
    Cygwin DLL version info:
        DLL version: 1.7.9
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 237
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5


No Cygwin services found.


Cygwin Package Information
Last downloaded files to: C:\download\cygwin
Last downloaded files from: http://mirrors.xmission.com/cygwin/

Package                   Version              Status
_update-info-dir          01004-1              OK
alternatives              1.3.30c-10           OK
attr                      2.4.43-1             OK
base-cygwin               3.0-1                OK
base-files                4.0-6                OK
bash                      4.1.10-4             OK
bash-completion           1.3-1                OK
bashdb                    3.1_0.09-1           OK
bc                        1.06-2               OK
binutils                  2.22.51-1            OK
bool                      0.2.1-1              OK
bzip2                     1.0.6-2              OK
ca-certificates           1.78-1               OK
coreutils                 8.14-1               OK
crypt                     1.1-1                OK
csih                      0.9.4-1              OK
curl                      7.22.0-2             OK
cygrunsrv                 1.34-1               OK
cygutils                  1.4.6-1              OK
cygwin                    1.7.9-1              OK
cygwin-doc                1.7-1                OK
cygwin-x-doc              1.1.1-1              OK
dash                      0.5.6.1-2            OK
dbus                      1.4.16-1             OK
diffutils                 2.9-1                OK
dos2unix                  5.3.1-1              OK
ed                        1.0-1                OK
editrights                1.01-2               OK
emacs                     23.3-3               OK
emacs-el                  23.3-3               OK
emacs-X11                 23.3-3               OK
file                      5.09-1               OK
findutils                 4.5.9-2              OK
font-adobe-dpi75          1.0.2-1              OK
font-encodings            1.0.4-1              OK
font-misc-misc            1.1.1-1              OK
font-xfree86-type1        1.0.3-1              OK
fontconfig                2.8.0-1              OK
fortune                   1.99.1-2             OK
gamin                     0.1.10-11            OK
gawk                      4.0.0-1              OK
gcc4-core                 4.5.3-3              OK
gcc4-g++                  4.5.3-3              OK
gettext                   0.18.1.1-2           OK
gnome-icon-theme          3.2.1.2-1            OK
gnupg                     1.4.9-2              OK
gnutls                    2.12.14-1            OK
gnutls-doc                2.12.14-1            OK
googlecl                  0.9.13-1             OK
grep                      2.6.3-1              OK
groff                     1.20.1-2             OK
gsettings-desktop-schemas 3.2.0-1              OK
gzip                      1.4-1                OK
hicolor-icon-theme        0.12-1               OK
inetutils                 1.7-2                OK
ipc-utils                 1.0-1                OK
less                      444-1                OK
lftp                      4.3.3-1              OK
libatk1.0_0               2.2.0-1              OK
libattr1                  2.4.43-1             OK
libblkid1                 2.17.2-1             OK
libbz2_1                  1.0.6-2              OK
libcairo2                 1.10.2-1             OK
libcloog0                 0.15.7-1             OK
libcroco0.6_3             0.6.3-1              OK
libcurl4                  7.22.0-2             OK
libdatrie1                0.2.4-1              OK
libdb4.5                  4.5.20.2-2           OK
libdbus1_3                1.4.16-1             OK
libedit0                  20090923-1           OK
libexpat1                 2.0.1-1              OK
libfam0                   0.1.10-11            OK
libffi4                   4.5.3-3              OK
libfontconfig1            2.8.0-1              OK
libfontenc1               1.1.0-1              OK
libfreetype6              2.4.7-1              OK
libgcc1                   4.5.3-3              OK
libgcrypt11               1.4.6-1              OK
libgdbm4                  1.8.3-20             OK
libgdk_pixbuf2.0_0        2.24.0-1             OK
libgif4                   4.1.6-10             OK
libglib2.0_0              2.30.2-1             OK
libgmp3                   4.3.2-1              OK
libgmpxx4                 4.3.2-1              OK
libgnutls26               2.12.14-1            OK
libgomp1                  4.5.3-3              OK
libgpg-error0             1.10-1               OK
libgtk2.0_0               2.24.8-1             OK
libICE6                   1.0.7-1              OK
libiconv2                 1.14-2               OK
libidn11                  1.22-1               OK
libintl8                  0.18.1.1-2           OK
libjasper1                1.900.1-11           OK
libjbig2                  2.0-11               OK
libjpeg7                  7-10                 OK
libjpeg8                  8b-1                 OK
liblzma5                  5.0.2_20110517-1     OK
liblzo2_2                 2.06-1               OK
libmpc1                   0.8-1                OK
libmpfr1                  2.4.1-4              OK
libmpfr4                  3.0.1-1              OK
libncurses10              5.7-18               OK
libncurses8               5.5-10               OK
libncurses9               5.7-16               OK
libncursesw-devel         5.7-18               OK
libncursesw10             5.7-18               OK
libopenldap2_3_0          2.3.43-1             OK
libopenssl098             0.9.8r-2             OK
libpango1.0_0             1.29.4-1             OK
libpcre0                  8.13-1               OK
libpixman1_0              0.22.2-1             OK
libpng12                  1.2.46-1             OK
libpng14                  1.4.8-1              OK
libpopt0                  1.6.4-4              OK
libppl                    0.10.2-1             OK
libproxy1                 0.4.7-1              OK
libreadline6              5.2.14-12            OK
libreadline7              6.1.2-2              OK
librsvg2_2                2.34.2-1             OK
libsasl2                  2.1.23-1             OK
libsigsegv2               2.10-1               OK
libSM6                    1.2.0-1              OK
libsqlite3_0              3.7.3-1              OK
libssh2_1                 1.2.7-1              OK
libssp0                   4.5.3-3              OK
libstdc++6                4.5.3-3              OK
libstdc++6-devel          4.5.3-3              OK
libtasn1_3                2.10-1               OK
libthai0                  0.1.15-1             OK
libtiff5                  3.9.4-1              OK
libusb-win32              1.2.5.0-1            OK
libuuid1                  2.17.2-1             OK
libwrap0                  7.6-21               OK
libX11_6                  1.4.4-1              OK
libXau6                   1.0.6-1              OK
libxcb-render0            1.7-2                OK
libxcb-shm0               1.7-2                OK
libxcb1                   1.7-2                OK
libXcomposite1            0.4.3-1              OK
libXcursor1               1.1.12-1             OK
libXdamage1               1.1.3-1              OK
libXdmcp6                 1.1.0-1              OK
libXext6                  1.3.0-1              OK
libXfixes3                5.0-1                OK
libXft2                   2.2.0-1              OK
libXi6                    1.4.3-1              OK
libXinerama1              1.1.1-1              OK
libxml2                   2.7.8-2              OK
libXpm4                   3.5.9-1              OK
libXrandr2                1.3.2-1              OK
libXrender1               0.9.6-1              OK
login                     1.10-10              OK
make                      3.81-2               OK
man                       1.6g-1               OK
minires                   1.02-1               OK
mintty                    1.0.2-1              OK
mkfontdir                 1.0.6-1              OK
mkfontscale               1.0.9-1              OK
ncftp                     3.2.1-1              OK
openldap                  2.3.43-1             OK
openssh                   5.9p1-1              OK
openssl                   0.9.8r-2             OK
perl                      5.10.1-5             OK
perl-Error                0.17016-1            OK
perl-ExtUtils-Depends     0.302-1              OK
perl-ExtUtils-PkgConfig   1.12-1               OK
perl-libwin32             0.28-3               OK
perl-Locale-gettext       1.05-11              OK
perl-Net-Libproxy         0.4.7-1              OK
perl-Tk                   804.029-2            OK
perl-Win32-GUI            1.06-3               OK
perl-XML-Simple           2.18-10              OK
perl_manpages             5.10.1-5             OK
ping                      1.0-1                OK
pkg-config                0.23b-10             OK
python                    2.6.5-2              OK
python-gdata              2.0.15-1             OK
readline                  6.1.2-2              OK
rebase                    4.0.1-1              OK
rsync                     3.0.9-1              OK
run                       1.1.13-1             OK
rxvt                      20050409-21          OK
sed                       4.2.1-1              OK
shared-mime-info          0.90-1               OK
sharutils                 4.8-1                OK
shutdown                  1.7-1                OK
tar                       1.25-1               OK
terminfo                  5.7_20091114-14      OK
terminfo0                 5.5_20061104-12      OK
texinfo                   4.13-4               OK
time                      1.7-2                OK
tzcode                    2010j-1              OK
unzip                     6.0-10               OK
util-linux                2.17.2-1             OK
vim                       7.3.353-1            OK
vim-common                7.3.353-1            OK
w32api                    3.17-2               OK
which                     2.20-2               OK
xcursor-themes            1.0.3-1              OK
xemacs-emacs-common       21.4.22-1            OK
xxd                       7.3.353-1            OK
xz                        5.0.2_20110517-1     OK
zip                       3.0-11               OK
zlib                      1.2.5-1              OK
zlib-devel                1.2.5-1              OK
zlib0                     1.2.5-1              OK
Use -h to see help about each section

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-12-08 17:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-01 15:58 Cygwin slow on x64 systems? Tim McDaniel
2011-12-01 16:06 ` marco atzeri
2011-12-04  3:33 ` Buchbinder, Barry (NIH/NIAID) [E]
2011-12-05 16:20   ` Tim McDaniel
2011-12-05 18:39     ` marco atzeri
2011-12-05 19:45       ` Tim McDaniel
2011-12-05 21:24         ` Andrew Schulman
2011-12-08 16:46   ` Tim McDaniel
2011-12-08 17:02     ` Marco Moreno
2011-12-08 17:09       ` Tim McDaniel
  -- strict thread matches above, loose matches on Subject: below --
2011-11-30 16:55 Tim McDaniel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).