delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2011/02/03/14:40:38

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=2.7 required=5.0 tests=BAYES_50,FILL_THIS_FORM_FRAUD_PHISH,TW_BD,TW_BF,TW_BG,TW_BJ,TW_BL,TW_BP,TW_BX,TW_EG,TW_FP,TW_GC,TW_GD,TW_GL,TW_IB,TW_MK,TW_PX,TW_SV,TW_UU,TW_XC,TW_XD,TW_XT,T_FILL_THIS_FORM_SHORT,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
X-Attachments: cygcheck.out
Message-ID: <4D4B048D.7070108@llnl.gov>
Date: Thu, 03 Feb 2011 11:39:57 -0800
From: Stewart Brown <brown50 AT llnl DOT gov>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20101125 Thunderbird/3.0.11
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Reproducer for TCSH hangs
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

--------------080501040000060408030802
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit


The following shell script demonstrates a problem
that results in hanging scripts with CYGWIN 1.7.7:

#!/bin/csh -f

unalias *
set path = ( /usr/bin /usr/sbin /bin /sbin )

@ i = 0
while (1)

# uncomment this and the iteration will proceed
# in 10 second increments
#   ( sleep 10 ; cat /proc/*/cmdline >& /dev/null ) &

    @ i = $i + 1
    echo -n "$i "
    set foo = `echo "a" | cat | cat`
    echo "ok"
end

exit($status)


If this is run on our system it will hang most times
on the first iteration and certainly within 4 or 5 iterations.

If we uncomment the sleep line, it will run indefinitely
although with as many as 10 seconds per iteration.

The principal features are:

1) Running a command with pipes and setting a shell variable
    to the result.  The more pipes the more certain the hang.

2) Doing a 'cat /proc/*/cmdline' unblocks the pipe lines.
    This quirky feature provides a nearly acceptable workaround
    to keep our system usable.



--------------080501040000060408030802
Content-Type: text/plain;
 name="cygcheck.out"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="cygcheck.out"


Cygwin Configuration Diagnostics
Current System Time: Thu Feb 03 11:23:56 2011

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Running in Terminal Service session

Path:	.
	C:\cygwin\home\brown50\bin\scripts
	C:\cygwin\home\brown50\pact\dev\cygwin-1.7\bin
	C:\cygwin\home\brown50\basis\dev\cygwin-1.7\bin
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\usr\sbin
	C:\cygwin\bin
	C:\cygwin\sbin
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem
	C:\Program
	Files\QuickTime\QTSystem
	C:\Program
	Files\LLNL\SLAMv2
	C:\cygwin\usr\local\apps\pactnew\bin
	matter
	C:\cygwin\usr\gapps\pact\repository\CVSROOT
	matter
	C:\cygwin\usr\gapps\pact\repository\CVSROOT

Output from C:\cygwin\bin\id.exe
UID: 23722(brown50)      GID: 10513(Domain Users)
10513(Domain Users)      545(Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

CYGWIN = 'CYGWIN'
USER = 'brown50'
HOME = '/home/brown50'
PWD = '/home/brown50/bug'
MAKE_MODE = 'unix'

ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
COMPUTERNAME = 'SPHERE'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
OS = 'Windows_NT'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
SYSTEMDRIVE = 'C:'
SYSTEMROOT = 'C:\WINDOWS'
WINDIR = 'C:\WINDOWS'
LOGNAME = 'brown50'
MAIL = '/var/spool/mail/brown50'
SHELL = '/bin/tcsh'
SSH_CLIENT = '128.115.227.49 34165 22'
SSH_CONNECTION = '128.115.227.49 34165 128.115.231.201 22'
SSH_TTY = '/dev/tty0'
TERM = 'xterm'
DISPLAY = 'localhost:10.0'
HOMEDRIVE = 'C:'
HOMEPATH = '\cygwin\home\brown50'
USERDOMAIN = 'NT AUTHORITY'
USERNAME = 'SYSTEM'
HOSTTYPE = 'i386-cygwin'
VENDOR = 'intel'
OSTYPE = 'cygwin'
MACHTYPE = 'i386'
SHLVL = '1'
GROUP = 'Domain Users'
HOST = 'sphere'
REMOTEHOST = 'matter.llnl.gov'
LANG = 'C.UTF-8'
MANPATH = ':/usr/ssl/man'
SVN_SSH = '/usr/bin/ssh'
CVS_RSH = '/usr/bin/ssh'
PACT = '/home/brown50/pact/dev/cygwin-1.7'
SCHEME = 'applications:/home/brown50/pact/dev/cygwin-1.7/scheme'
HOST_SERVER_DB = '/home/brown50/.host-server-db'
SITE_SIGNATURE_DB = '/home/brown50/.site-signature'
SC_DEBUGGER = 'gdb:totalview:dbx'
HOST_TYPE = 'CYGWIN_NT-5.1'
EDITOR = '/usr/bin/emacs'
PRINTER = 'u111r367xrx'
CVSROOT = 'matter:/usr/gapps/pact/repository'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/as.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x0000000d
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/bash.exe
  (default) = (unsupported type)
  Total Runs = 0x000001a0
  Current User = 'brown50'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
  First Started = (unsupported type)
  Current Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/cat.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000040
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/chmod.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/chown.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'councell1'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/cmp.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/cp.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/cut.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000092
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/cvs.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000004
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/cygcheck.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/cygpath.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/cygrunsrv.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000014
  Current User = 'SYSTEM'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/date.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000004
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/dirname.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/egrep.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/emacs-nox.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000022
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/env.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000007
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/fc-cache.exe
  (default) = (unsupported type)
  Total Runs = 0x00000007
  Current User = 'councell1-r'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/find.exe
  (default) = (unsupported type)
  Total Runs = 0x00000008
  Current User = 'brown50'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
  First Started = (unsupported type)
  Current Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/gawk.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x0000006a
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/gcc-4.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000148
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/gdk-pixbuf-query-loaders.exe
  (default) = (unsupported type)
  Total Runs = 0x00000003
  Current User = 'councell1-r'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
  First Started = (unsupported type)
  Current Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/gfortran-4.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/grep.exe
  (default) = (unsupported type)
  Total Runs = 0x00000011
  Current User = 'brown50'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
  First Started = (unsupported type)
  Current Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/groff.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'councell1'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/grotty.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/gtk-query-immodules-2.0.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/gtk-update-icon-cache.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/gvim.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000003
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/gzip.exe
  (default) = (unsupported type)
  Total Runs = 0x00000005
  Current User = 'brown50'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
  First Started = (unsupported type)
  Current Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/head.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x0000008c
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/hostname.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/install-info.exe
  (default) = (unsupported type)
  Total Runs = 0x00000024
  Current User = 'councell1-r'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
  First Started = (unsupported type)
  Current Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/install.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x0000000b
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/ld.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000043
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/less.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000003
  Current User = 'councell1'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/ln.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000004
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/ls.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x000000af
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/make.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000026
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/man.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000005
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/mkdir.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000005
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/mkfontscale.exe
  (default) = (unsupported type)
  Total Runs = 0x00000008
  Current User = 'councell1-r'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/mkgroup.exe
  (default) = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'councell1-r'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/mkpasswd.exe
  (default) = (unsupported type)
  Total Runs = 0x00000003
  Current User = 'councell1-r'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
  First Started = (unsupported type)
  Current Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/mount.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/mv.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000004
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/nm.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/pango-querymodules.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/ps.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000278
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/python.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/regtool.exe
  (default) = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'councell1-r'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/rm.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000019
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/scp.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'councell1'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/sed.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x0000004c
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/sh.exe
  (default) = (unsupported type)
  Total Runs = 0x00000384
  Current User = 'brown50'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
  First Started = (unsupported type)
  Current Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/sleep.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000754
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/sort.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000043
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/ssh.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000005
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/strip.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000007
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/stty.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x0000000a
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/su.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000003
  Current User = 'councell1'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/svn.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000004
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/tail.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000004
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/tar.exe
  (default) = (unsupported type)
  Total Runs = 0x0000003c
  Current User = 'brown50'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
  First Started = (unsupported type)
  Current Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/tbl.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'councell1'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/tcsh.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00001d68
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/tee.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/touch.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/tr.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x0000003d
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/troff.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/tty.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/uname.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x0000000d
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/uniq.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000003
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/update-mime-database.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000002
  Current User = 'councell1-r'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/vim-nox.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x0000001a
  Current User = 'councell1'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/wc.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/xargs.exe
  (default) = (unsupported type)
  Total Runs = 0x00000006
  Current User = 'brown50'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
  First Started = (unsupported type)
  Current Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/xauth.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000007
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/bin/xterm.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000026
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/home/brown50/pact/dev/cygwin-1.7/bin/pco.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000003
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/home/brown50/pact/dev/cygwin-1.7/bin/perdb.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000005
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/home/brown50/pact/dev/cygwin-1.7/bin/smake.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x0000000d
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/home/brown50/pact/manager/cfg-cygwin-1.7/tmp-cc.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/home/brown50/pact/manager/cfg-cygwin-1.7/tmp-graphics.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/home/brown50/pact/manager/cfg-cygwin-1.7/tmp-libz.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/lib/gcc/i686-pc-cygwin/4.3.4/cc1.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000096
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/lib/gcc/i686-pc-cygwin/4.3.4/collect2.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000066
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/usr/local/bin/scp.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000004
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/usr/local/bin/ssh-keygen.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000003
  Current User = 'councell1'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/usr/local/bin/ssh.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000008
  Current User = 'brown50'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/usr/sbin/alternatives.exe
  (default) = (unsupported type)
  Total Runs = 0x00000004
  Current User = 'councell1-r'
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/usr/sbin/cygserver.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x00000001
  Current User = 'SYSTEM'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\LANDesk\ManagementSuite\WinClient\SoftwareMonitoring\MonitorLog\C:/cygwin/usr/sbin/sshd.exe
  (default) = (unsupported type)
  First Started = (unsupported type)
  Total Runs = 0x0000013e
  Current User = 'SYSTEM'
  Current Duration = (unsupported type)
  Total Duration = (unsupported type)
  Last Duration = (unsupported type)

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\cygwin

a:  fd             N/A    N/A                    
c:  hd  NTFS     25597Mb  57% CP CS UN PA FC     WINXP_PRO
d:  cd  CDFS       238Mb 100%    CS              CD_ROM

C:\cygwin        /          system  binary,auto
C:\cygwin\bin    /usr/bin   system  binary,auto
C:\cygwin\lib    /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,auto

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

  118k 2010/04/19 C:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2010/4/19 12:06
   86k 2010/10/04 C:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2010/10/4 15:28
   93k 2010/06/15 C:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-1.0-0.dll" v0.0 ts=2010/6/14 23:06
   15k 2009/12/27 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2009/11/18 4:52
   33k 2010/05/28 C:\cygwin\bin\cygbrlapi-0.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygbrlapi-0.5.dll" v0.0 ts=2010/5/28 4:12
   62k 2011/01/12 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011/1/11 19:12
  460k 2010/05/04 C:\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2010/5/4 9:21
   11k 2009/12/23 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2009/12/23 5:25
  108k 2010/01/05 C:\cygwin\bin\cygcloog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-0.dll" v0.0 ts=2010/1/4 16:45
  231k 2009/03/31 C:\cygwin\bin\cygcppunit-1-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcppunit-1-12-1.dll" v0.0 ts=2009/3/31 15:38
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 0:57
 1147k 2010/12/03 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2010/12/3 1:55
  284k 2010/06/01 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2010/6/1 12:07
  943k 2007/12/17 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2007/12/17 5:12
  208k 2010/05/16 C:\cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdbus-1-3.dll" v0.0 ts=2010/5/12 3:31
 1296k 2007/12/17 C:\cygwin\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 5:12
  511k 2010/06/17 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2010/6/17 4:42
   56k 2008/07/12 C:\cygwin\bin\cygedsio-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedsio-0.dll" v0.0 ts=2008/7/12 12:41
  163k 2010/05/19 C:\cygwin\bin\cygEMF-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEMF-1.dll" v0.0 ts=2010/5/19 12:51
  118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/8 21:03
   29k 2010/05/12 C:\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2010/5/12 3:26
   24k 2010/08/15 C:\cygwin\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-4.dll" v0.0 ts=2010/8/14 16:06
  176k 2010/01/29 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2010/1/28 14:12
   21k 2009/10/14 C:\cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2009/10/13 18:04
   43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 6:49
   40k 2009/03/01 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/2/28 22:32
   43k 2009/11/20 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/11/20 11:14
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 2:25
   47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 9:31
  860k 2008/03/23 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfpx-1.dll" v0.0 ts=2008/3/23 13:12
  492k 2010/03/03 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2010/3/2 13:24
   45k 2010/08/15 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2010/8/14 15:57
20597k 2010/08/15 C:\cygwin\bin\cyggcj-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-9.dll" v0.0 ts=2010/8/14 17:27
 8473k 2010/08/15 C:\cygwin\bin\cyggcj-noncore-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-noncore-9.dll" v0.0 ts=2010/8/14 17:28
 2053k 2010/08/15 C:\cygwin\bin\cyggcj-tools-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-tools-9.dll" v0.0 ts=2010/8/14 17:29
  230k 2010/05/14 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2010/5/14 3:43
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/25 23:58
    8k 2009/02/26 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/25 23:58
  546k 2010/06/15 C:\cygwin\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=2010/6/15 0:14
   94k 2010/06/15 C:\cygwin\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=2010/6/15 0:05
  954k 2009/04/03 C:\cygwin\bin\cyggettextlib-0-17.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-17.dll" v0.0 ts=2009/4/2 18:21
  218k 2009/04/03 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2009/4/2 18:29
  203k 2009/04/03 C:\cygwin\bin\cyggettextsrc-0-17.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-17.dll" v0.0 ts=2009/4/2 18:24
  645k 2010/08/15 C:\cygwin\bin\cyggfortran-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggfortran-3.dll" v0.0 ts=2010/8/14 16:43
   29k 2009/03/23 C:\cygwin\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggif-4.dll" v0.0 ts=2009/3/23 11:55
   14k 2010/08/15 C:\cygwin\bin\cyggij-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggij-9.dll" v0.0 ts=2010/8/14 17:29
  552k 2010/06/15 C:\cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2010/6/14 20:25
  357k 2010/10/08 C:\cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2010/10/7 13:56
  133k 2009/03/25 C:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-1-2-0.dll" v0.0 ts=2009/3/23 7:12
  764k 2010/06/15 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2010/6/14 20:22
  141k 2009/03/30 C:\cygwin\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-1.dll" v0.0 ts=2009/3/30 9:22
   21k 2009/03/30 C:\cygwin\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 9:23
  434k 2010/10/08 C:\cygwin\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2010/10/7 13:56
   12k 2009/03/25 C:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-1-2-0.dll" v0.0 ts=2009/3/23 7:12
   14k 2010/06/15 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2010/6/14 20:23
  315k 2009/06/06 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2009/6/6 4:23
   14k 2009/06/06 C:\cygwin\bin\cyggmpxx-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-4.dll" v0.0 ts=2009/6/6 4:23
  160k 2010/08/15 C:\cygwin\bin\cyggnarl-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnarl-4.3.dll" v0.0 ts=2010/8/14 16:56
 2319k 2010/08/15 C:\cygwin\bin\cyggnat-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnat-4.3.dll" v0.0 ts=2010/8/14 16:56
  233k 2010/06/15 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2010/6/14 20:23
   27k 2010/08/15 C:\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2010/8/14 16:08
 5491k 2008/11/27 C:\cygwin\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-8.dll" v0.0 ts=2008/11/27 5:24
    9k 2009/03/25 C:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-1-2-0.dll" v0.0 ts=2009/3/23 7:13
   17k 2010/06/15 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2010/6/14 20:23
 3659k 2010/06/15 C:\cygwin\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=2010/6/15 0:18
   24k 2009/06/23 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2009/6/23 5:20
   25k 2009/07/06 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2009/7/5 7:45
  337k 2007/09/16 C:\cygwin\bin\cyghttpd2core.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd2core.dll" v0.0 ts=2007/9/16 13:58
   73k 2009/09/02 C:\cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2009/9/2 14:39
  360k 2010/08/15 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2010/8/15 15:45
  982k 2009/12/23 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2009/12/23 5:25
10921k 2009/12/27 C:\cygwin\bin\cygicudata38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata38.dll" v0.0 ts=2009/12/27 3:06
14696k 2010/09/16 C:\cygwin\bin\cygicudata45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata45.dll" v0.0 ts=2010/9/16 4:29
 1218k 2009/12/27 C:\cygwin\bin\cygicui18n38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n38.dll" v0.0 ts=2009/12/27 3:02
 1731k 2010/09/16 C:\cygwin\bin\cygicui18n45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n45.dll" v0.0 ts=2010/9/16 4:14
   35k 2009/12/27 C:\cygwin\bin\cygicuio38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio38.dll" v0.0 ts=2009/12/27 3:06
   34k 2010/09/16 C:\cygwin\bin\cygicuio45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio45.dll" v0.0 ts=2010/9/16 4:16
  230k 2009/12/27 C:\cygwin\bin\cygicule38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule38.dll" v0.0 ts=2009/12/27 3:03
  227k 2010/09/16 C:\cygwin\bin\cygicule45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule45.dll" v0.0 ts=2010/9/16 4:15
   42k 2009/12/27 C:\cygwin\bin\cygiculx38.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx38.dll" v0.0 ts=2009/12/27 3:04
   36k 2010/09/16 C:\cygwin\bin\cygiculx45.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx45.dll" v0.0 ts=2010/9/16 4:15
  115k 2010/09/16 C:\cygwin\bin\cygicutu45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutu45.dll" v0.0 ts=2010/9/16 4:15
 1038k 2009/12/27 C:\cygwin\bin\cygicuuc38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc38.dll" v0.0 ts=2009/12/27 2:59
 1096k 2010/09/16 C:\cygwin\bin\cygicuuc45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc45.dll" v0.0 ts=2010/9/16 4:13
  193k 2010/05/16 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2010/5/16 6:37
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/19 18:04
   31k 2009/04/03 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2009/4/2 18:15
  246k 2010/05/20 C:\cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1.dll" v0.0 ts=2010/5/19 22:04
   47k 2009/12/23 C:\cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=2009/12/23 8:59
  125k 2009/08/08 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2009/8/8 13:48
  193k 2009/08/08 C:\cygwin\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-7.dll" v0.0 ts=2009/8/8 12:39
  200k 2010/08/09 C:\cygwin\bin\cygjpeg-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-8.dll" v0.0 ts=2010/8/9 0:02
    9k 2010/08/15 C:\cygwin\bin\cygjvm.dll - os=4.0 img=1.0 sys=4.0
                  "cygjvm.dll" v0.0 ts=2010/8/14 17:29
   60k 2004/09/27 C:\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2004/9/27 10:32
   65k 2005/05/05 C:\cygwin\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-4.dll" v0.0 ts=2005/5/5 7:33
   39k 2008/09/07 C:\cygwin\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 5:28
  173k 2010/06/25 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms-1.dll" v0.0 ts=2010/6/25 2:50
  189k 2008/09/07 C:\cygwin\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 5:29
  201k 2008/09/07 C:\cygwin\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 5:31
    5k 2010/08/31 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2010/8/31 1:00
    9k 2010/08/31 C:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
   30k 2010/09/23 C:\cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-7.dll" v0.0 ts=2010/9/23 12:45
  125k 2010/04/09 C:\cygwin\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-1.dll" v0.0 ts=2010/4/9 8:54
  314k 2010/01/19 C:\cygwin\bin\cygMagick++-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-1.dll" v0.0 ts=2010/1/19 4:53
 1801k 2010/01/19 C:\cygwin\bin\cygMagickCore-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickCore-1.dll" v0.0 ts=2010/1/19 4:27
  789k 2010/01/19 C:\cygwin\bin\cygMagickWand-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickWand-1.dll" v0.0 ts=2010/1/19 4:48
   25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 6:48
   21k 2009/03/01 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/2/28 22:31
   25k 2009/11/20 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/11/20 11:13
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 2:25
   25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 9:30
  317k 2010/06/25 C:\cygwin\bin\cygming-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygming-1.dll" v0.0 ts=2010/6/25 3:25
   24k 2008/10/30 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0
                  "cygminires.dll" v0.0 ts=2008/10/30 16:53
   29k 2010/05/16 C:\cygwin\bin\cygmodman-0.dll - os=4.0 img=0.0 sys=4.0
                  "cygmodman-0.dll" v0.0 ts=2010/5/16 12:58
  211k 2009/06/06 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2009/6/6 4:23
   64k 2009/11/09 C:\cygwin\bin\cygmpc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-1.dll" v0.0 ts=2009/11/8 17:21
  269k 2009/06/07 C:\cygwin\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-1.dll" v0.0 ts=2009/6/7 14:10
   77k 2010/01/21 C:\cygwin\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2010/1/20 23:33
   63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 7:00
   66k 2009/03/01 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/2/28 22:39
   63k 2009/11/20 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/11/20 11:25
   63k 2010/01/02 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 9:41
  195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 6:45
  237k 2009/03/01 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/2/28 22:28
  198k 2009/11/20 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/11/20 11:10
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 2:24
  244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 9:28
  119k 2010/05/18 C:\cygwin\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-27.dll" v0.0 ts=2010/5/18 5:05
   77k 2010/08/15 C:\cygwin\bin\cygobjc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygobjc-2.dll" v0.0 ts=2010/8/14 16:09
   13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 6:47
   11k 2009/03/01 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/2/28 22:30
   13k 2009/11/20 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/11/20 11:12
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 2:24
   13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 8:30
  235k 2010/06/28 C:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpango-1.0-0.dll" v0.0 ts=2010/6/27 22:37
   38k 2010/06/28 C:\cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2010/6/27 22:38
  131k 2010/06/28 C:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2010/6/27 22:38
   40k 2010/06/28 C:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangox-1.0-0.dll" v0.0 ts=2010/6/27 22:38
   26k 2010/06/28 C:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2010/6/27 22:38
  224k 2010/06/15 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2010/6/14 21:10
   10k 2010/06/15 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2010/6/14 21:11
 1627k 2010/08/29 C:\cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2010/8/28 11:17
  377k 2010/08/02 C:\cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpixman-1-0.dll" v0.0 ts=2010/8/2 16:47
 1035k 2010/01/22 C:\cygwin\bin\cygplot-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygplot-2.dll" v0.0 ts=2010/1/22 13:53
  988k 2010/01/22 C:\cygwin\bin\cygplotter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygplotter-2.dll" v0.0 ts=2010/1/22 14:01
  250k 2010/08/08 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2010/8/7 20:58
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/8 22:45
  695k 2009/04/18 C:\cygwin\bin\cygppl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl-7.dll" v0.0 ts=2009/4/18 5:44
 2481k 2009/04/18 C:\cygwin\bin\cygppl_c-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl_c-2.dll" v0.0 ts=2009/4/18 5:47
  103k 2009/01/07 C:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq.dll" v0.0 ts=2009/1/7 8:46
   27k 2009/09/07 C:\cygwin\bin\cygproxy-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-0.dll" v0.0 ts=2009/9/6 17:56
  106k 2010/05/16 C:\cygwin\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-1.dll" v0.0 ts=2010/5/16 12:58
  322k 2010/05/29 C:\cygwin\bin\cygpstoedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpstoedit-0.dll" v0.0 ts=2010/5/29 2:19
   18k 2009/04/18 C:\cygwin\bin\cygpwl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygpwl-4.dll" v0.0 ts=2009/4/18 5:44
  155k 2009/06/23 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2009/6/23 5:20
  162k 2009/07/06 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2009/7/5 7:45
  761k 2008/09/30 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2008/9/30 6:10
   84k 2010/07/02 C:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2010/7/1 20:19
   54k 2010/10/04 C:\cygwin\bin\cygserf-0-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-0-1.dll" v0.0 ts=2010/10/4 8:34
   10k 2009/12/14 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2009/12/14 4:56
   28k 2010/06/24 C:\cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2010/6/24 13:39
 1613k 2010/12/01 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2010/12/1 4:20
  121k 2010/06/01 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2010/6/1 11:44
  263k 2010/12/03 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2010/12/3 1:55
   11k 2010/08/15 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2010/8/14 16:04
  773k 2010/08/15 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2010/8/14 16:33
  236k 2010/11/29 C:\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2010/11/29 14:18
   36k 2010/11/29 C:\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2010/11/29 14:12
   39k 2010/11/29 C:\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2010/11/29 14:12
   18k 2010/11/29 C:\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2010/11/29 14:13
  144k 2010/11/29 C:\cygwin\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2010/11/29 14:13
  124k 2010/11/29 C:\cygwin\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2010/11/29 14:13
    7k 2010/11/29 C:\cygwin\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2010/11/29 14:12
   30k 2010/11/29 C:\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2010/11/29 14:17
   23k 2010/11/29 C:\cygwin\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2010/11/29 14:15
  114k 2010/11/29 C:\cygwin\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_neon-1-0.dll" v0.0 ts=2010/11/29 14:13
  114k 2010/11/29 C:\cygwin\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2010/11/29 14:13
   70k 2010/11/29 C:\cygwin\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2010/11/29 14:13
  138k 2010/11/29 C:\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2010/11/29 14:14
  241k 2010/11/29 C:\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2010/11/29 14:12
   33k 2010/11/29 C:\cygwin\bin\cygsvn_swig_perl-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_perl-1-0.dll" v0.0 ts=2010/11/29 14:29
   47k 2010/11/29 C:\cygwin\bin\cygsvn_swig_py-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_py-1-0.dll" v0.0 ts=2010/11/29 14:33
   49k 2010/11/29 C:\cygwin\bin\cygsvn_swig_ruby-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_ruby-1-0.dll" v0.0 ts=2010/11/29 14:21
  241k 2010/11/29 C:\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2010/11/29 14:13
   48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 6:45
   48k 2009/11/20 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/11/20 11:10
   48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 9:28
  347k 2009/12/23 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2009/12/23 9:11
   11k 2009/12/23 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=2009/12/23 9:11
   68k 2010/01/21 C:\cygwin\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2010/1/20 23:33
   16k 2010/06/24 C:\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2010/6/24 12:19
  289k 2009/09/15 C:\cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmf-0-2-7.dll" v0.0 ts=2009/9/15 5:16
   93k 2009/09/15 C:\cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmflite-0-2-7.dll" v0.0 ts=2009/9/15 5:15
   28k 2010/03/28 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010/3/28 2:02
 1040k 2010/02/10 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2010/2/9 16:42
    8k 2010/02/10 C:\cygwin\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-xcb-1.dll" v0.0 ts=2010/2/9 16:43
   11k 2010/08/03 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2010/8/2 17:32
  336k 2010/08/03 C:\cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2010/8/2 21:55
  254k 2010/05/18 C:\cygwin\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw3d-7.dll" v0.0 ts=2010/5/18 15:11
   77k 2010/04/28 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=2010/4/27 19:15
   53k 2010/04/28 C:\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-glx-0.dll" v0.0 ts=2010/4/27 19:16
   25k 2010/04/28 C:\cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=2010/4/27 19:16
   11k 2009/09/03 C:\cygwin\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-util-0.dll" v0.0 ts=2009/9/2 22:24
   12k 2010/08/03 C:\cygwin\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2010/8/2 21:27
   30k 2009/09/03 C:\cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2009/9/2 14:47
   11k 2010/08/03 C:\cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2010/8/2 21:25
   34k 2008/07/12 C:\cygwin\bin\cygxdelta-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxdelta-2.dll" v0.0 ts=2008/7/12 12:41
   17k 2009/10/14 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2009/10/13 15:31
 3300k 2009/05/23 C:\cygwin\bin\cygxerces-c-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c-3-0.dll" v0.0 ts=2009/5/23 0:05
   52k 2010/08/03 C:\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2010/8/2 21:18
   18k 2010/08/03 C:\cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2010/8/2 21:19
   66k 2009/10/15 C:\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2009/10/14 13:33
   49k 2010/08/04 C:\cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2010/8/3 19:55
    8k 2009/10/14 C:\cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXinerama-1.dll" v0.0 ts=2009/10/14 0:39
 1173k 2010/01/21 C:\cygwin\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2010/1/20 23:32
 1128k 2010/05/12 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2010/5/12 2:34
   75k 2009/10/14 C:\cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2009/10/14 0:29
   11k 2009/10/14 C:\cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2009/10/14 0:29
   53k 2009/10/14 C:\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2009/10/14 10:01
   25k 2009/03/20 C:\cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2009/3/13 0:05
   32k 2010/08/03 C:\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2010/8/2 21:48
  279k 2010/04/02 C:\cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2010/4/1 22:27
   76k 2010/08/01 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2010/8/1 14:04
 2586k 2010/08/31 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2010/8/31 0:58
    Cygwin DLL version info:
        DLL version: 1.7.7
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 230
        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

  118k 2010/04/19 C:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2010/4/19 12:06
   86k 2010/10/04 C:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2010/10/4 15:28
   93k 2010/06/15 C:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-1.0-0.dll" v0.0 ts=2010/6/14 23:06
   15k 2009/12/27 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2009/11/18 4:52
   33k 2010/05/28 C:\cygwin\bin\cygbrlapi-0.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygbrlapi-0.5.dll" v0.0 ts=2010/5/28 4:12
   62k 2011/01/12 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011/1/11 19:12
  460k 2010/05/04 C:\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2010/5/4 9:21
   11k 2009/12/23 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2009/12/23 5:25
  108k 2010/01/05 C:\cygwin\bin\cygcloog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-0.dll" v0.0 ts=2010/1/4 16:45
  231k 2009/03/31 C:\cygwin\bin\cygcppunit-1-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcppunit-1-12-1.dll" v0.0 ts=2009/3/31 15:38
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 0:57
 1147k 2010/12/03 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2010/12/3 1:55
  284k 2010/06/01 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2010/6/1 12:07
  943k 2007/12/17 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2007/12/17 5:12
  208k 2010/05/16 C:\cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdbus-1-3.dll" v0.0 ts=2010/5/12 3:31
 1296k 2007/12/17 C:\cygwin\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 5:12
  511k 2010/06/17 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2010/6/17 4:42
   56k 2008/07/12 C:\cygwin\bin\cygedsio-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedsio-0.dll" v0.0 ts=2008/7/12 12:41
  163k 2010/05/19 C:\cygwin\bin\cygEMF-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEMF-1.dll" v0.0 ts=2010/5/19 12:51
  118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/8 21:03
   29k 2010/05/12 C:\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2010/5/12 3:26
   24k 2010/08/15 C:\cygwin\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-4.dll" v0.0 ts=2010/8/14 16:06
  176k 2010/01/29 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2010/1/28 14:12
   21k 2009/10/14 C:\cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2009/10/13 18:04
   43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 6:49
   40k 2009/03/01 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/2/28 22:32
   43k 2009/11/20 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/11/20 11:14
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 2:25
   47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 9:31
  860k 2008/03/23 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfpx-1.dll" v0.0 ts=2008/3/23 13:12
  492k 2010/03/03 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2010/3/2 13:24
   45k 2010/08/15 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2010/8/14 15:57
20597k 2010/08/15 C:\cygwin\bin\cyggcj-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-9.dll" v0.0 ts=2010/8/14 17:27
 8473k 2010/08/15 C:\cygwin\bin\cyggcj-noncore-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-noncore-9.dll" v0.0 ts=2010/8/14 17:28
 2053k 2010/08/15 C:\cygwin\bin\cyggcj-tools-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-tools-9.dll" v0.0 ts=2010/8/14 17:29
  230k 2010/05/14 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2010/5/14 3:43
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/25 23:58
    8k 2009/02/26 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/25 23:58
  546k 2010/06/15 C:\cygwin\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=2010/6/15 0:14
   94k 2010/06/15 C:\cygwin\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=2010/6/15 0:05
  954k 2009/04/03 C:\cygwin\bin\cyggettextlib-0-17.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-17.dll" v0.0 ts=2009/4/2 18:21
  218k 2009/04/03 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2009/4/2 18:29
  203k 2009/04/03 C:\cygwin\bin\cyggettextsrc-0-17.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-17.dll" v0.0 ts=2009/4/2 18:24
  645k 2010/08/15 C:\cygwin\bin\cyggfortran-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggfortran-3.dll" v0.0 ts=2010/8/14 16:43
   29k 2009/03/23 C:\cygwin\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggif-4.dll" v0.0 ts=2009/3/23 11:55
   14k 2010/08/15 C:\cygwin\bin\cyggij-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggij-9.dll" v0.0 ts=2010/8/14 17:29
  552k 2010/06/15 C:\cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2010/6/14 20:25
  357k 2010/10/08 C:\cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2010/10/7 13:56
  133k 2009/03/25 C:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-1-2-0.dll" v0.0 ts=2009/3/23 7:12
  764k 2010/06/15 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2010/6/14 20:22
  141k 2009/03/30 C:\cygwin\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-1.dll" v0.0 ts=2009/3/30 9:22
   21k 2009/03/30 C:\cygwin\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 9:23
  434k 2010/10/08 C:\cygwin\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2010/10/7 13:56
   12k 2009/03/25 C:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-1-2-0.dll" v0.0 ts=2009/3/23 7:12
   14k 2010/06/15 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2010/6/14 20:23
  315k 2009/06/06 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2009/6/6 4:23
   14k 2009/06/06 C:\cygwin\bin\cyggmpxx-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-4.dll" v0.0 ts=2009/6/6 4:23
  160k 2010/08/15 C:\cygwin\bin\cyggnarl-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnarl-4.3.dll" v0.0 ts=2010/8/14 16:56
 2319k 2010/08/15 C:\cygwin\bin\cyggnat-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnat-4.3.dll" v0.0 ts=2010/8/14 16:56
  233k 2010/06/15 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2010/6/14 20:23
   27k 2010/08/15 C:\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2010/8/14 16:08
 5491k 2008/11/27 C:\cygwin\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-8.dll" v0.0 ts=2008/11/27 5:24
    9k 2009/03/25 C:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-1-2-0.dll" v0.0 ts=2009/3/23 7:13
   17k 2010/06/15 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2010/6/14 20:23
 3659k 2010/06/15 C:\cygwin\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=2010/6/15 0:18
   24k 2009/06/23 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2009/6/23 5:20
   25k 2009/07/06 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2009/7/5 7:45
  337k 2007/09/16 C:\cygwin\bin\cyghttpd2core.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd2core.dll" v0.0 ts=2007/9/16 13:58
   73k 2009/09/02 C:\cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2009/9/2 14:39
  360k 2010/08/15 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2010/8/15 15:45
  982k 2009/12/23 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2009/12/23 5:25
10921k 2009/12/27 C:\cygwin\bin\cygicudata38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata38.dll" v0.0 ts=2009/12/27 3:06
14696k 2010/09/16 C:\cygwin\bin\cygicudata45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata45.dll" v0.0 ts=2010/9/16 4:29
 1218k 2009/12/27 C:\cygwin\bin\cygicui18n38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n38.dll" v0.0 ts=2009/12/27 3:02
 1731k 2010/09/16 C:\cygwin\bin\cygicui18n45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n45.dll" v0.0 ts=2010/9/16 4:14
   35k 2009/12/27 C:\cygwin\bin\cygicuio38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio38.dll" v0.0 ts=2009/12/27 3:06
   34k 2010/09/16 C:\cygwin\bin\cygicuio45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio45.dll" v0.0 ts=2010/9/16 4:16
  230k 2009/12/27 C:\cygwin\bin\cygicule38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule38.dll" v0.0 ts=2009/12/27 3:03
  227k 2010/09/16 C:\cygwin\bin\cygicule45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule45.dll" v0.0 ts=2010/9/16 4:15
   42k 2009/12/27 C:\cygwin\bin\cygiculx38.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx38.dll" v0.0 ts=2009/12/27 3:04
   36k 2010/09/16 C:\cygwin\bin\cygiculx45.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx45.dll" v0.0 ts=2010/9/16 4:15
  115k 2010/09/16 C:\cygwin\bin\cygicutu45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutu45.dll" v0.0 ts=2010/9/16 4:15
 1038k 2009/12/27 C:\cygwin\bin\cygicuuc38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc38.dll" v0.0 ts=2009/12/27 2:59
 1096k 2010/09/16 C:\cygwin\bin\cygicuuc45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc45.dll" v0.0 ts=2010/9/16 4:13
  193k 2010/05/16 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2010/5/16 6:37
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/19 18:04
   31k 2009/04/03 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2009/4/2 18:15
  246k 2010/05/20 C:\cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1.dll" v0.0 ts=2010/5/19 22:04
   47k 2009/12/23 C:\cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=2009/12/23 8:59
  125k 2009/08/08 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2009/8/8 13:48
  193k 2009/08/08 C:\cygwin\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-7.dll" v0.0 ts=2009/8/8 12:39
  200k 2010/08/09 C:\cygwin\bin\cygjpeg-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-8.dll" v0.0 ts=2010/8/9 0:02
    9k 2010/08/15 C:\cygwin\bin\cygjvm.dll - os=4.0 img=1.0 sys=4.0
                  "cygjvm.dll" v0.0 ts=2010/8/14 17:29
   60k 2004/09/27 C:\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2004/9/27 10:32
   65k 2005/05/05 C:\cygwin\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-4.dll" v0.0 ts=2005/5/5 7:33
   39k 2008/09/07 C:\cygwin\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 5:28
  173k 2010/06/25 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms-1.dll" v0.0 ts=2010/6/25 2:50
  189k 2008/09/07 C:\cygwin\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 5:29
  201k 2008/09/07 C:\cygwin\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 5:31
    5k 2010/08/31 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2010/8/31 1:00
    9k 2010/08/31 C:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
   30k 2010/09/23 C:\cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-7.dll" v0.0 ts=2010/9/23 12:45
  125k 2010/04/09 C:\cygwin\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-1.dll" v0.0 ts=2010/4/9 8:54
  314k 2010/01/19 C:\cygwin\bin\cygMagick++-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-1.dll" v0.0 ts=2010/1/19 4:53
 1801k 2010/01/19 C:\cygwin\bin\cygMagickCore-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickCore-1.dll" v0.0 ts=2010/1/19 4:27
  789k 2010/01/19 C:\cygwin\bin\cygMagickWand-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickWand-1.dll" v0.0 ts=2010/1/19 4:48
   25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 6:48
   21k 2009/03/01 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/2/28 22:31
   25k 2009/11/20 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/11/20 11:13
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 2:25
   25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 9:30
  317k 2010/06/25 C:\cygwin\bin\cygming-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygming-1.dll" v0.0 ts=2010/6/25 3:25
   24k 2008/10/30 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0
                  "cygminires.dll" v0.0 ts=2008/10/30 16:53
   29k 2010/05/16 C:\cygwin\bin\cygmodman-0.dll - os=4.0 img=0.0 sys=4.0
                  "cygmodman-0.dll" v0.0 ts=2010/5/16 12:58
  211k 2009/06/06 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2009/6/6 4:23
   64k 2009/11/09 C:\cygwin\bin\cygmpc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-1.dll" v0.0 ts=2009/11/8 17:21
  269k 2009/06/07 C:\cygwin\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-1.dll" v0.0 ts=2009/6/7 14:10
   77k 2010/01/21 C:\cygwin\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2010/1/20 23:33
   63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 7:00
   66k 2009/03/01 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/2/28 22:39
   63k 2009/11/20 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/11/20 11:25
   63k 2010/01/02 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 9:41
  195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 6:45
  237k 2009/03/01 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/2/28 22:28
  198k 2009/11/20 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/11/20 11:10
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 2:24
  244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 9:28
  119k 2010/05/18 C:\cygwin\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-27.dll" v0.0 ts=2010/5/18 5:05
   77k 2010/08/15 C:\cygwin\bin\cygobjc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygobjc-2.dll" v0.0 ts=2010/8/14 16:09
   13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 6:47
   11k 2009/03/01 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/2/28 22:30
   13k 2009/11/20 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/11/20 11:12
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 2:24
   13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 8:30
  235k 2010/06/28 C:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpango-1.0-0.dll" v0.0 ts=2010/6/27 22:37
   38k 2010/06/28 C:\cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2010/6/27 22:38
  131k 2010/06/28 C:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2010/6/27 22:38
   40k 2010/06/28 C:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangox-1.0-0.dll" v0.0 ts=2010/6/27 22:38
   26k 2010/06/28 C:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2010/6/27 22:38
  224k 2010/06/15 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2010/6/14 21:10
   10k 2010/06/15 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2010/6/14 21:11
 1627k 2010/08/29 C:\cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2010/8/28 11:17
  377k 2010/08/02 C:\cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpixman-1-0.dll" v0.0 ts=2010/8/2 16:47
 1035k 2010/01/22 C:\cygwin\bin\cygplot-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygplot-2.dll" v0.0 ts=2010/1/22 13:53
  988k 2010/01/22 C:\cygwin\bin\cygplotter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygplotter-2.dll" v0.0 ts=2010/1/22 14:01
  250k 2010/08/08 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2010/8/7 20:58
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/8 22:45
  695k 2009/04/18 C:\cygwin\bin\cygppl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl-7.dll" v0.0 ts=2009/4/18 5:44
 2481k 2009/04/18 C:\cygwin\bin\cygppl_c-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl_c-2.dll" v0.0 ts=2009/4/18 5:47
  103k 2009/01/07 C:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq.dll" v0.0 ts=2009/1/7 8:46
   27k 2009/09/07 C:\cygwin\bin\cygproxy-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-0.dll" v0.0 ts=2009/9/6 17:56
  106k 2010/05/16 C:\cygwin\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-1.dll" v0.0 ts=2010/5/16 12:58
  322k 2010/05/29 C:\cygwin\bin\cygpstoedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpstoedit-0.dll" v0.0 ts=2010/5/29 2:19
   18k 2009/04/18 C:\cygwin\bin\cygpwl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygpwl-4.dll" v0.0 ts=2009/4/18 5:44
  155k 2009/06/23 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2009/6/23 5:20
  162k 2009/07/06 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2009/7/5 7:45
  761k 2008/09/30 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2008/9/30 6:10
   84k 2010/07/02 C:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2010/7/1 20:19
   54k 2010/10/04 C:\cygwin\bin\cygserf-0-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-0-1.dll" v0.0 ts=2010/10/4 8:34
   10k 2009/12/14 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2009/12/14 4:56
   28k 2010/06/24 C:\cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2010/6/24 13:39
 1613k 2010/12/01 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2010/12/1 4:20
  121k 2010/06/01 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2010/6/1 11:44
  263k 2010/12/03 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2010/12/3 1:55
   11k 2010/08/15 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2010/8/14 16:04
  773k 2010/08/15 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2010/8/14 16:33
  236k 2010/11/29 C:\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2010/11/29 14:18
   36k 2010/11/29 C:\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2010/11/29 14:12
   39k 2010/11/29 C:\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2010/11/29 14:12
   18k 2010/11/29 C:\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2010/11/29 14:13
  144k 2010/11/29 C:\cygwin\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2010/11/29 14:13
  124k 2010/11/29 C:\cygwin\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2010/11/29 14:13
    7k 2010/11/29 C:\cygwin\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2010/11/29 14:12
   30k 2010/11/29 C:\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2010/11/29 14:17
   23k 2010/11/29 C:\cygwin\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2010/11/29 14:15
  114k 2010/11/29 C:\cygwin\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_neon-1-0.dll" v0.0 ts=2010/11/29 14:13
  114k 2010/11/29 C:\cygwin\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2010/11/29 14:13
   70k 2010/11/29 C:\cygwin\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2010/11/29 14:13
  138k 2010/11/29 C:\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2010/11/29 14:14
  241k 2010/11/29 C:\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2010/11/29 14:12
   33k 2010/11/29 C:\cygwin\bin\cygsvn_swig_perl-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_perl-1-0.dll" v0.0 ts=2010/11/29 14:29
   47k 2010/11/29 C:\cygwin\bin\cygsvn_swig_py-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_py-1-0.dll" v0.0 ts=2010/11/29 14:33
   49k 2010/11/29 C:\cygwin\bin\cygsvn_swig_ruby-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_ruby-1-0.dll" v0.0 ts=2010/11/29 14:21
  241k 2010/11/29 C:\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2010/11/29 14:13
   48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 6:45
   48k 2009/11/20 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/11/20 11:10
   48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 9:28
  347k 2009/12/23 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2009/12/23 9:11
   11k 2009/12/23 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=2009/12/23 9:11
   68k 2010/01/21 C:\cygwin\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2010/1/20 23:33
   16k 2010/06/24 C:\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2010/6/24 12:19
  289k 2009/09/15 C:\cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmf-0-2-7.dll" v0.0 ts=2009/9/15 5:16
   93k 2009/09/15 C:\cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmflite-0-2-7.dll" v0.0 ts=2009/9/15 5:15
   28k 2010/03/28 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010/3/28 2:02
 1040k 2010/02/10 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2010/2/9 16:42
    8k 2010/02/10 C:\cygwin\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-xcb-1.dll" v0.0 ts=2010/2/9 16:43
   11k 2010/08/03 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2010/8/2 17:32
  336k 2010/08/03 C:\cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2010/8/2 21:55
  254k 2010/05/18 C:\cygwin\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw3d-7.dll" v0.0 ts=2010/5/18 15:11
   77k 2010/04/28 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=2010/4/27 19:15
   53k 2010/04/28 C:\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-glx-0.dll" v0.0 ts=2010/4/27 19:16
   25k 2010/04/28 C:\cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=2010/4/27 19:16
   11k 2009/09/03 C:\cygwin\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-util-0.dll" v0.0 ts=2009/9/2 22:24
   12k 2010/08/03 C:\cygwin\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2010/8/2 21:27
   30k 2009/09/03 C:\cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2009/9/2 14:47
   11k 2010/08/03 C:\cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2010/8/2 21:25
   34k 2008/07/12 C:\cygwin\bin\cygxdelta-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxdelta-2.dll" v0.0 ts=2008/7/12 12:41
   17k 2009/10/14 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2009/10/13 15:31
 3300k 2009/05/23 C:\cygwin\bin\cygxerces-c-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c-3-0.dll" v0.0 ts=2009/5/23 0:05
   52k 2010/08/03 C:\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2010/8/2 21:18
   18k 2010/08/03 C:\cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2010/8/2 21:19
   66k 2009/10/15 C:\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2009/10/14 13:33
   49k 2010/08/04 C:\cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2010/8/3 19:55
    8k 2009/10/14 C:\cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXinerama-1.dll" v0.0 ts=2009/10/14 0:39
 1173k 2010/01/21 C:\cygwin\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2010/1/20 23:32
 1128k 2010/05/12 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2010/5/12 2:34
   75k 2009/10/14 C:\cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2009/10/14 0:29
   11k 2009/10/14 C:\cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2009/10/14 0:29
   53k 2009/10/14 C:\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2009/10/14 10:01
   25k 2009/03/20 C:\cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2009/3/13 0:05
   32k 2010/08/03 C:\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2010/8/2 21:48
  279k 2010/04/02 C:\cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2010/4/1 22:27
   76k 2010/08/01 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2010/8/1 14:04
 2586k 2010/08/31 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2010/8/31 0:58
    Cygwin DLL version info:
        DLL version: 1.7.7
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 230
        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


Service             : sshd
Display name        : CYGWIN sshd
Current State       : Stopped
Command             : /usr/sbin/sshd -D
stdin path          : /dev/null
stdout path         : /var/log/sshd.log
stderr path         : /var/log/sshd.log
Environment         : CYGWIN="CYGWIN" 
Process Type        : Own Process
Startup             : Automatic
Dependencies        : tcpip
Account             : LocalSystem

Service             : cygserver
Display name        : CYGWIN cygserver
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/cygserver
stdin path          : /dev/null
stdout path         : /var/log/cygserver.log
stderr path         : /var/log/cygserver.log
Process Type        : Own Process
Startup             : Automatic
Account             : LocalSystem


Cygwin Package Information
Last downloaded files to: C:\Documents and Settings\councell1-r\My Documents\Downloads
Last downloaded files from: http://mirror.cs.vt.edu/pub/cygwin/cygwin/

Package                        Version
_update-info-dir               00942-1
alternatives                   1.3.30c-10
apache2                        2.2.6-1
autoconf                       10-1
autoconf2.1                    2.13-10
autoconf2.5                    2.68-1
automake                       4-10
automake1.10                   1.10.3-1
automake1.11                   1.11.1-1
automake1.4                    1.4p6-10
automake1.5                    1.5-10
automake1.6                    1.6.3-11
automake1.7                    1.7.9-10
automake1.8                    1.8.5-10
automake1.9                    1.9.6-10
autossh                        1.4b-1
base-cygwin                    3.0-1
base-files                     3.9-3
bash                           3.2.51-24
binutils                       2.20.51-2
bvi                            1.3.2-1
bzip2                          1.0.6-1
cmake                          2.8.2-1
codeville                      0.8.0-3
coreutils                      8.8-1
cppi                           1.15-1
cppunit                        1.12.1-1
crypt                          1.1-1
csih                           0.9.2-1
curl-devel                     7.19.4-1
cvs                            1.12.13-10
cvs2svn                        2.3.0-1
cvsps                          2.2b1-1
cvsutils                       0.2.5-1
cygrunsrv                      1.34-1
cygutils                       1.4.4-1
cygwin                         1.7.7-1
cygwin-doc                     1.7-1
damageproto                    1.2.0-1
dash                           0.5.6.1-2
ddd                            3.3.9-1
dejagnu                        20021217-2
diffutils                      2.9-1
editrights                     1.01-2
ELFIO                          1.0.2-1
emacs                          23.2-3
emacs-ocaml                    3.12.0-4
expat                          2.0.1-1
expect                         20030128-1
findutils                      4.5.9-2
fixesproto                     4.1.1-1
flex                           2.5.35-1
font-adobe-dpi75               1.0.1-1
font-alias                     1.0.2-1
font-bh-lucidatypewriter-dpi75 1.0.1-1
font-encodings                 1.0.3-1
font-misc-misc                 1.1.0-1
fontconfig                     2.8.0-1
gamin                          0.1.10-11
gawk                           3.1.8-1
gcc                            3.4.4-999
gcc-ada                        3.4.4-999
gcc-core                       3.4.4-999
gcc-g++                        3.4.4-999
gcc-g77                        3.4.4-999
gcc-gdc                        3.4.4-999
gcc-gpc                        3.4.4-999
gcc-java                       3.4.4-999
gcc-mingw                      20040810-1
gcc-mingw-ada                  20050522-1
gcc-mingw-core                 20050522-1
gcc-mingw-g++                  20050522-1
gcc-mingw-g77                  20050522-1
gcc-mingw-gdc                  20050522-1
gcc-mingw-gpc                  20040810-1
gcc-mingw-java                 20050522-1
gcc-mingw-objc                 20050522-1
gcc-objc                       3.4.4-999
gcc-tools-epoch1-autoconf      2.59-1
gcc-tools-epoch1-automake      1.9.6-1
gcc-tools-epoch2-autoconf      2.64-1
gcc-tools-epoch2-automake      1.11.1-1
gcc4                           4.3.4-3
gcc4-ada                       4.3.4-3
gcc4-core                      4.3.4-3
gcc4-fortran                   4.3.4-3
gcc4-g++                       4.3.4-3
gcc4-java                      4.3.4-3
gcc4-objc                      4.3.4-3
gccmakedep                     1.0.2-1
gdb                            6.8-2
gdk-pixbuf2-wmf                0.2.8.4-10
gendef                         1.0-svn2931-1
gettext                        0.17-11
gettext-devel                  0.17-11
ghostscript                    8.63-2
ghostscript-fonts-other        6.0-1
ghostscript-fonts-std          8.11-1
glib                           1.2.10-10
glproto                        1.4.11-1
gnome-icon-theme               2.30.3-1
grep                           2.6.3-1
groff                          1.20.1-2
gvim                           7.3.003-1
gzip                           1.3.12-2
hicolor-icon-theme             0.12-1
icu                            4.5.1-1
intltool                       0.41.1-1
ipc-utils                      1.0-1
kbproto                        1.0.4-1
less                           436-1
libapr1                        1.4.2-1
libapr1-devel                  1.4.2-1
libaprutil1                    1.3.10-1
libaprutil1-devel              1.3.10-1
libatk1.0_0                    1.30.0-1
libattr1                       2.4.43-1
libbrlapi                      4.2-2
libbz2-devel                   1.0.6-1
libbz2_1                       1.0.6-1
libcairo2                      1.8.10-1
libcharset1                    1.13.1-1
libcloog0                      0.15.7-1
libcurl-devel                  7.20.1-1
libcurl4                       7.20.1-1
libdb4.5                       4.5.20.2-2
libdb4.5-devel                 4.5.20.2-2
libdbus1_3                     1.2.24-1
libedit0                       20090923-1
libEMF-devel                   1.0.4-1
libEMF1                        1.0.4-1
libexpat1                      2.0.1-1
libexpat1-devel                2.0.1-1
libfam0                        0.1.10-11
libffi4                        4.3.4-3
libfontconfig-devel            2.8.0-1
libfontconfig1                 2.8.0-1
libfontenc1                    1.0.5-1
libfpx                         1.2.0.13-1
libfpx-devel                   1.2.0.13-1
libfpx1                        1.2.0.13-1
libfreetype-devel              2.3.12-1
libfreetype6                   2.3.12-1
libgcc1                        4.3.4-3
libgcj-common                  4.3.4-3
libgcj9                        4.3.4-3
libgd-devel                    2.0.36RC1-11
libgd2                         2.0.36RC1-11
libgdbm-devel                  1.8.3-20
libgdbm4                       1.8.3-20
libgdk_pixbuf2.0_0             2.20.1-1
libgettextpo0                  0.17-11
libgfortran3                   4.3.4-3
libgif-devel                   4.1.6-10
libgif4                        4.1.6-10
libGL-devel                    7.8.2-1
libGL1                         7.8.2-1
libglib1.2_0                   1.2.10-10
libglib2.0_0                   2.24.1-1
libglitz1                      0.5.6-10
libGLU-devel                   7.8.2-1
libGLU1                        7.8.2-1
libgmp3                        4.3.1-3
libgmpxx4                      4.3.1-3
libgnat4.3                     4.3.4-3
libgomp1                       4.3.4-3
libgs8                         8.63-2
libgtk2.0_0                    2.20.1-1
libICE-devel                   1.0.6-1
libICE6                        1.0.6-1
libiconv                       1.13.1-1
libiconv2                      1.13.1-1
libicu-devel                   4.5.1-1
libicu38                       3.8-7
libicu45                       4.5.1-1
libidn-devel                   1.18-1
libidn11                       1.18-1
libImageMagick1                6.4.0.6-2
libintl3                       0.14.5-1
libintl8                       0.17-11
libjasper-devel                1.900.1-11
libjasper1                     1.900.1-11
libjbig-devel                  2.0-11
libjbig2                       2.0-11
libjpeg-devel                  8b-1
libjpeg62                      6b-21
libjpeg7                       7-10
libjpeg8                       8b-1
libkpathsea3                   2.0.2-15
libkpathsea4                   3.0.0-3
liblcms-devel                  1.19-2
liblcms1                       1.19-2
libltdl7                       2.4-1
liblzma1                       4.999.9beta-11
libMagick-devel                6.4.0.6-2
libming-devel                  0.4.3-2
libming1                       0.4.3-2
libmpc1                        0.8-1
libmpfr1                       2.4.1-4
libncurses-devel               5.7-18
libncurses10                   5.7-18
libncurses7                    5.3-4
libncurses8                    5.5-10
libncurses9                    5.7-16
libncursesw10                  5.7-18
libneon-devel                  0.29.3-1
libneon27                      0.29.3-1
libobjc2                       4.3.4-3
libopenldap2_3_0               2.3.43-1
libopenssl098                  0.9.8q-1
libpango1.0_0                  1.28.1-1
libpcre0                       8.02-1
libpixman1_0                   0.18.2-1
libplot-devel                  2.6-2
libplot2                       2.6-2
libplotter2                    2.6-2
libpng12                       1.2.44-1
libpng12-devel                 1.2.44-1
libpopt0                       1.6.4-4
libppl                         0.10.2-1
libpq-devel                    8.2.11-1
libpq5                         8.2.11-1
libproxy-devel                 0.4.0-1
libproxy0                      0.2.3-2
libproxy1                      0.4.0-1
libpstoedit0                   3.50-1
libpthread-stubs               0.2-1
libreadline6                   5.2.14-12
libreadline7                   6.0.3-2
libsasl2                       2.1.23-1
libsasl2-devel                 2.1.23-1
libserf0-devel                 0.7.0-1
libserf0_1                     0.7.0-1
libsigsegv2                    2.8-1
libSM-devel                    1.1.1-2
libSM6                         1.1.1-2
libsqlite3-devel               3.7.3-1
libsqlite3_0                   3.7.3-1
libssh2-devel                  1.2.5-1
libssh2_1                      1.2.5-1
libssp0                        4.3.4-3
libstdc++6                     4.3.4-3
libstdc++6-devel               4.3.4-3
libtiff-devel                  3.9.2-1
libtiff5                       3.9.2-1
libuuid-devel                  2.17.2-1
libuuid1                       2.17.2-1
libwmf-devel                   0.2.8.4-10
libwmf-doc                     0.2.8.4-10
libwmf027                      0.2.8.4-10
libwrap-devel                  7.6-21
libwrap0                       7.6-21
libX11-devel                   1.3.3-1
libX11-xcb-devel               1.3.3-1
libX11-xcb1                    1.3.3-1
libX11_6                       1.3.3-1
libXau-devel                   1.0.6-1
libXau6                        1.0.6-1
libXaw-devel                   1.0.7-2
libXaw3d-devel                 1.5D-10
libXaw3d7                      1.5D-10
libXaw7                        1.0.7-2
libxcb-devel                   1.6-1
libxcb-glx-devel               1.6-1
libxcb-glx0                    1.6-1
libxcb-render-util0            0.3.6-1
libxcb-render0                 1.6-1
libxcb1                        1.6-1
libXcomposite1                 0.4.2-1
libXcursor1                    1.1.10-1
libXdamage-devel               1.1.3-1
libXdamage1                    1.1.3-1
libxdelta2                     1.1.4-1
libXdmcp-devel                 1.0.3-1
libXdmcp6                      1.0.3-1
libxerces-c-devel              3.0.1-10
libxerces-c30                  3.0.1-10
libXext-devel                  1.1.2-1
libXext6                       1.1.2-1
libXfixes-devel                4.0.5-1
libXfixes3                     4.0.5-1
libXft2                        2.1.14-1
libXi6                         1.3.2-1
libXinerama1                   1.1-1
libXm2                         0.95.2-2
libxml2                        2.7.7-1
libxml2-devel                  2.7.7-1
libXmu-devel                   1.0.5-1
libXmu6                        1.0.5-1
libXmuu1                       1.0.5-1
libXpm-devel                   3.5.8-1
libXpm4                        3.5.8-1
libXrandr2                     1.3.0-10
libXrender1                    0.9.6-1
libXt-devel                    1.0.8-1
libXt6                         1.0.8-1
login                          1.10-10
luit                           1.0.5-1
m4                             1.4.15-1
make                           3.81-2
man                            1.6f-1
mingw-runtime                  3.18-1
minires                        1.02-1
mkfontdir                      1.0.5-1
mkfontscale                    1.0.7-1
mksh                           39c-1
nedit                          5.5-4
openldap-devel                 2.3.43-1
openssh                        5.7p1-1
openssl                        0.9.8q-1
openssl-devel                  0.9.8q-1
perl                           5.10.1-5
perl-ExtUtils-Depends          0.302-1
perl-ExtUtils-PkgConfig        1.12-1
pkg-config                     0.23b-10
pstoedit-devel                 3.50-1
python                         2.6.5-2
python-brlapi                  4.2-2
python-pyrex                   0.9.9-2
python-xdg                     0.19-1
rcs                            5.7-11
readline                       6.0.3-2
rebase                         3.0.1-1
rsync                          3.0.7-1
ruby                           1.8.7-p72-2
run                            1.1.13-1
sed                            4.2.1-1
shared-mime-info               0.71-1
subversion                     1.6.15-1
subversion-apache2             1.6.15-1
subversion-devel               1.6.15-1
subversion-perl                1.6.15-1
subversion-python              1.6.15-1
subversion-ruby                1.6.15-1
subversion-tools               1.6.15-1
swig                           1.3.40-1
tar                            1.25-1
tcltk                          20080420-1
tcm                            2.20-1
tcp_wrappers                   7.6-21
tcsh                           6.17.00.1-1
terminfo                       5.7_20091114-14
terminfo0                      5.5_20061104-12
tetex-devel                    3.0.0-3
texinfo                        4.13-3
tzcode                         2010j-1
unifdef                        1.0+20030701-1
vim                            7.3.003-1
w32api                         3.15-1
which                          2.20-2
xauth                          1.0.4-1
xdelta                         1.1.4-1
xemacs-emacs-common            21.4.22-1
xextproto                      7.1.1-1
xorg-cf-files                  1.0.3-1
xorg-util-macros               1.10.0-1
xproto                         7.0.17-1
xterm                          261-1
xz                             4.999.9beta-11
zlib                           1.2.5-1
zlib-devel                     1.2.5-1
zlib0                          1.2.5-1
Use -h to see help about each section


--------------080501040000060408030802
Content-Type: text/plain; charset=us-ascii

--
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
--------------080501040000060408030802--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019