Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: Christopher Cobb Subject: ps -W displays timestamps oddly Date: Tue, 19 Oct 2004 16:17:33 +0000 (UTC) Lines: 559 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 162.70.244.40 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.8) X-IsSubscribed: yes Here is the ouput of the same process list give first by ps -W and then by "process" (from beyondlogic.org). Notice first of all that the listed process are in approximately the same order. They are sorted the same way. Here is the output of ps -W (I have folded it so it will get through gmane): ps -W|tail -19|fold 3948 0 0 3948 ? 0 Oct 17 C:\WINDOWS\System32\svch ost.exe 2824 0 0 2824 ? 0 Oct 17 C:\PROGRA~1\Dell\OPENMA~ 1\oldiags\vendor\pcdoctor\bin\diagorb.exe 2812 0 0 2812 ? 0 Oct 17 D:\rational\ClearCase\bi n\view_server.exe 6824 0 0 6824 ? 0 14:55:57 D:\rational\ClearCase\bi n\view_server.exe 6156 0 0 6156 ? 0 14:55:58 D:\rational\ClearCase\bi n\view_server.exe 5272 0 0 5272 ? 0 14:55:58 C:\WINDOWS\Explorer.EXE 5360 0 0 5360 ? 0 14:56:05 C:\Program Files\Network Associates\NetShield 2000\SHSTAT.EXE 4300 0 0 4300 ? 0 22:00:06 C:\WINDOWS\System32\cmd. exe 4596 0 0 4596 ? 0 08:54:59 D:\cygwin\usr\sbin\sshd. exe 5160 0 0 5160 ? 0 08:55:00 D:\cygwin\bin\bash.exe 6308 1168 1168 6308 0 83948 08:55:00 /usr/bin/bash 4152 0 0 4152 ? 0 08:55:00 D:\cygwin\bin\sh.exe 7172 6584 1168 7172 0 83948 08:55:00 /usr/bin/sh 6716 0 0 6716 ? 0 08:55:00 D:\cygwin\bin\sort.exe 7152 0 0 7152 ? 0 08:55:00 D:\cygwin\usr\sbin\frcod e.exe 4688 0 0 4688 ? 0 08:55:00 D:\cygwin\bin\find.exe I 6700 1168 4268 5448 0 83948 08:58:12 /usr/bin/tail I 6908 1168 4268 7680 0 83948 08:58:12 /usr/bin/fold 2844 0 0 2844 ? 0 08:58:12 D:\cygwin\bin\ps.exe I'm mainly interested in the lines after Oct 17th. There are four lines with timestamps 14:*:*. And then following the 14:*:* lines is a 22:*:* line and a bunch of 08:*:* lines. Why would 14:*:* come before 08:*:*? And finally, notice that fold was run at 08:58. That is the correct local time for when I ran this command. To persue this further, I ran a process list from "process": $ process -c|tail -20|fold diagorb.exe 2824 2 8 0 17/10/2004 07:06:04 wmiprvse.exe 3140 4 8 0 17/10/2004 07:06:15 view_server.exe 2812 2 8 0 17/10/2004 14:00:01 view_server.exe 6824 2 8 0 18/10/2004 18:55:57 view_server.exe 6156 2 8 0 18/10/2004 18:55:57 explorer.exe 5272 9 8 0 18/10/2004 18:55:58 shstat.exe 5360 1 8 0 18/10/2004 18:56:04 cmd.exe 4300 1 8 0 19/10/2004 02:00:06 sshd.exe 4596 6 8 0 19/10/2004 12:54:58 bash.exe 5160 5 8 0 19/10/2004 12:54:59 bash.exe 6308 3 8 0 19/10/2004 12:55:00 sh.exe 4152 4 8 0 19/10/2004 12:55:00 sh.exe 7172 3 8 0 19/10/2004 12:55:00 sort.exe 6716 3 8 0 19/10/2004 12:55:00 frcode.exe 7152 3 8 0 19/10/2004 12:55:00 find.exe 4688 2 8 4 19/10/2004 12:55:00 bash.exe 7780 3 8 0 19/10/2004 13:00:48 Process.exe 6784 1 13 0 19/10/2004 13:00:48 tail.exe 6896 3 8 0 19/10/2004 13:00:48 fold.exe 1352 3 8 0 19/10/2004 13:00:48 To compare the output more easily, I have combined them below, process outpout on the left, ps -W output on the right: view_server.exe 18/10/2004 18:55:57 14:55:57 D:\rational\ClearCase\bin\view_ser view_server.exe 18/10/2004 18:55:57 14:55:58 D:\rational\ClearCase\bin\view_ser explorer.exe 18/10/2004 18:55:58 14:55:58 C:\WINDOWS\Explorer.EXE shstat.exe 18/10/2004 18:56:04 14:56:05 C:\Program Files\Network Associate cmd.exe 19/10/2004 02:00:06 22:00:06 C:\WINDOWS\System32\cmd.exe sshd.exe 19/10/2004 12:54:58 08:54:59 D:\cygwin\usr\sbin\sshd.exe bash.exe 19/10/2004 12:54:59 08:55:00 D:\cygwin\bin\bash.exe bash.exe 19/10/2004 12:55:00 08:55:00 /usr/bin/bash sh.exe 19/10/2004 12:55:00 08:55:00 D:\cygwin\bin\sh.exe sh.exe 19/10/2004 12:55:00 08:55:00 /usr/bin/sh sort.exe 19/10/2004 12:55:00 08:55:00 D:\cygwin\bin\sort.exe frcode.exe 19/10/2004 12:55:00 08:55:00 D:\cygwin\usr\sbin\frcode.exe find.exe 19/10/2004 12:55:00 08:55:00 D:\cygwin\bin\find.exe There appears to be a 4-hour offset between the two. That's fine. I'm in Eastern Daylight Time and I believe the offset to UTC is 4 hours. One thing that "process" shows explicitly is that some tasks are from Oct 18th (yesterday). These end up being shown by ps -W as high-values hours (14:*:*, 22:*:*) which are sorted before lower-valued hours (08:*:*). I'm not sure if this is a bug or just an oddity. But it is a surprise. Can anyone shed any light on this? -- $ cygcheck -svr | fold Cygwin Configuration Diagnostics Current System Time: Tue Oct 19 12:16:18 2004 Windows .NET Enterprise Server Ver 5.2 Build 3790 Path: D:\cygwin\usr\local\bin D:\cygwin\bin D:\cygwin\bin D:\cygwin\usr\X11R6\bin D:\sybase\OLEDB D:\sybase\ODBC D:\sybase\ASEP_Win32 D:\sybase\OCS-12_5\dll D:\sybase\OCS-12_5\lib3p D:\sybase\OCS-12_5\bin C:\oracle\ora9i\bin D:\oracle\ora9i\bin C:\Program Files\Oracle\jre\1.3.1\bin C:\Program Files\Oracle\jre\1.1.8\bin C:\utils C:\oracle\ora81\bin C:\Program Files\Oracle\jre\1.1.7\bin C:\Perl\bin\ C:\mks\mksnt C:\mks\mkssi C:\WINDOWS\system32 C:\WINDOWS C:\WINDOWS\System32\Wbem C:\Program Files\Dell\OpenManage\oma\bin C:\Program Files\Dell\OpenManage\LU\bin C:\Program Files\Dell\OpenManage\oldiags\bin C:\Program Files\Dell\OpenManage\OMSA\bin C:\Program Files\Dell\OpenManage\RAC\MN C:\Program Files\Dell\OpenManage\Array Manager C:\Program Files\Common Files\Network Associates\VirusScan Engine\4.0.xx \ C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin C:\Program Files\Microsoft Visual Studio\Common\Tools C:\msdev60\VC98\bin C:\Program Files\Dell\OpenManage\Array Manager D:\rational\ClearCase\bin D:\rational\common D:\winz D:\cygwin\bin Output from D:\cygwin\bin\id.exe (nontsec) UID: 83948(ccmteam) GID: 10545(mkgroup-l-d) 10545(mkgroup-l-d) Output from D:\cygwin\bin\id.exe (ntsec) UID: 83948(ccmteam) GID: 10545(mkgroup-l-d) 0(root) 544(Administrators) 545(Users) 10545(mkgroup-l-d) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS CYGWIN = `title winsymlinks' HOME = `c:\Documents and Settings\ccmteam' MAKE_MODE = `unix' PWD = `/cygdrive/c/Documents and Settings/ccmteam' USER = `ccmteam' ALLUSERSPROFILE = `C:\Documents and Settings\All Users' BASH_ENV = `/cygdrive/c/Documents and Settings/ccmteam/.bashrc' BEA_HOME = `D:\bea' CLASSPATH = `d:\sybase\ASEP_Win32\3pclass.zip;d:\sybase\ASEP_Win32\monclass.zip; ' CLEARCASE_PRIMARY_GROUP = `PSG-Fairfax Product Engineering RUP ClearCase Users' CLUSTERLOG = `C:\WINDOWS\Cluster\cluster.log' COMMONPROGRAMFILES = `C:\Program Files\Common Files' COMPUTERNAME = `WINMOMBLD1' COMSPEC = `C:\WINDOWS\system32\cmd.exe' CVS_RSH = `/bin/ssh' DELLAGENTPATH = `C:\Program Files\Dell\OpenManage\OMSA\bin' DOT_BASHRC = `1' DOT_BASH_PROFILE = `1' HISTCONTROL = `ignoredups' HOMEDRIVE = `c:' HOMEPATH = `\Documents and Settings\ccmteam' HOSTNAME = `winmombld1' INCLUDE = `d:\sybase\OCS-12_5\include;C:\Program Files\Microsoft Visual Studio . NET 2003\SDK\v1.1\include\' INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/ usr/autotool/stable/info:' JAVA_HOME = `D:\bea\jdk131_08' LIB = `d:\sybase\OCS-12_5\lib;C:\Program Files\Microsoft Visual Studio .NET 2003 \SDK\v1.1\Lib\' LOGNAME = `ccmteam' LOGONSERVER = `\\MUGGLE' MAIL = `/var/spool/mail/ccmteam' MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ ssl/man' NUMBER_OF_PROCESSORS = `4' OLDPWD = `/cygdrive/c/Documents and Settings/ccmteam' OMPATH = `C:\Program Files\Dell\OpenManage\oma\bin;C:\Program Files\Dell\OpenMan age\LU\bin;C:\Program Files\Dell\OpenManage\oldiags\bin' OS = `Windows_NT' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' PROCESSOR_ARCHITECTURE = `x86' PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 9, GenuineIntel' PROCESSOR_LEVEL = `15' PROCESSOR_REVISION = `0209' PROGRAMFILES = `C:\Program Files' PS1 = `\[\033]0;\w\007 \033[35m\]\u@\h \[\033[33m\w\033[0m\] `date +%H:%M:%S` \!$ ' RACMNPATH = `C:\Program Files\Dell\OpenManage\RAC\MN' RACVNCPATH = `C:\Program Files\Dell\OpenManage\RAC\VNC' ROOTDIR = `C:\mks' RWPHOME = `D:\rational\common\rwp' SHELL = `/bin/bash' SHLVL = `1' SSH_CLIENT = `162.70.250.126 3334 22' SSH_CONNECTION = `162.70.250.126 3334 162.70.53.128 22' SSH_TTY = `/dev/tty0' SYBASE = `d:\sybase' SYBASE_JRE = `d:\sybase\shared-1_0\jre1.2.2' SYBASE_OCS = `OCS-12_5' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINDOWS' TEMP = `C:\DOCUME~1\SSHD_S~1\LOCALS~1\Temp' TERM = `cygwin' TMP = `C:\DOCUME~1\SSHD_S~1\LOCALS~1\Temp' TMPDIR = `C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp' TZ = `EST5EDT4,M4.1.0/2,M10.5.0/2' USERDOMAIN = `AMS' USERNAME = `ccmteam' VS71COMNTOOLS = `C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tool s\' WF_RESOURCES = `D:\oracle\ora9i\WF\RES\WFus.RES' WINDIR = `C:\WINDOWS' _ = `/usr/bin/cygcheck' POSIXLY_CORRECT = `1' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `D:/cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/b (default) = `B:' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/c (default) = `C:' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/d (default) = `D:' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/m (default) = `m:' flags = 0x0000010a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/tmp (default) = `C:\DOCUME~1\SSHD_S~1\LOCALS~1\Temp' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `D:/cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `D:/cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options a: fd N/A N/A c: hd NTFS 4102Mb 83% CP CS UN PA FC d: hd NTFS 275379Mb 80% CP CS UN PA FC Local Disk e: cd N/A N/A m: net MVFS 1000Mb 50% CP CS CCase D:/cygwin / system binmode B: /b system binmode C: /c system binmode D: /d system binmode m: /m system binmode C:\DOCUME~1\SSHD_S~1\LOCALS~1\Temp /tmp system binmode D:/cygwin/bin /usr/bin system binmode D:/cygwin/lib /usr/lib system binmode . /cygdrive system binmode,cygdrive Found: D:\cygwin\bin\awk.exe Found: D:\cygwin\bin\bash.exe Found: D:\cygwin\bin\cat.exe Found: D:\cygwin\bin\cp.exe Found: C:\mks\mksnt\cp.exe Warning: D:\cygwin\bin\cp.exe hides C:\mks\mksnt\cp.exe Not Found: cpp (good!) Found: D:\cygwin\bin\find.exe Not Found: gcc Not Found: gdb Found: D:\cygwin\bin\grep.exe Found: C:\utils\grep.exe Warning: D:\cygwin\bin\grep.exe hides C:\utils\grep.exe Not Found: ld Found: D:\cygwin\bin\ls.exe Found: C:\utils\ls.exe Warning: D:\cygwin\bin\ls.exe hides C:\utils\ls.exe Found: C:\mks\mksnt\make.exe Found: D:\cygwin\bin\mv.exe Found: C:\mks\mksnt\mv.exe Warning: D:\cygwin\bin\mv.exe hides C:\mks\mksnt\mv.exe Found: D:\cygwin\bin\rm.exe Found: C:\mks\mksnt\rm.exe Warning: D:\cygwin\bin\rm.exe hides C:\mks\mksnt\rm.exe Found: D:\cygwin\bin\sed.exe Found: D:\cygwin\bin\sh.exe Found: D:\cygwin\bin\tar.exe 92k 2004/06/08 D:\cygwin\bin\cygapr-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-0-0.dll" v0.0 ts=2004/6/8 14:00 68k 2004/06/08 D:\cygwin\bin\cygaprutil-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-0-0.dll" v0.0 ts=2004/6/8 14:03 55k 2004/09/14 D:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2004/9/14 0:16 18k 2004/07/06 D:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2004/7/6 14:09 7k 2003/10/19 D:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 3:57 839k 2004/09/27 D:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2004/9/27 10:10 895k 2004/04/28 D:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2004/4/27 11:31 1156k 2004/04/28 D:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 11:35 155k 2004/01/07 D:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2004/1/7 11:14 40k 2004/10/10 D:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2004/10/10 4:33 45k 2001/04/25 D:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 "cygform5.dll" v0.0 ts=2001/4/25 1:28 35k 2002/01/09 D:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 "cygform6.dll" v0.0 ts=2002/1/9 1:03 48k 2003/08/09 D:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 5:25 28k 2003/07/20 D:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-3.dll" v0.0 ts=2003/7/20 3:58 30k 2003/08/11 D:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2003/8/10 22:12 19k 2003/03/22 D:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm.dll" v0.0 ts=2002/2/19 22:05 15k 2003/07/20 D:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 4:00 15k 2003/08/11 D:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2003/8/10 22:13 107k 2004/07/06 D:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4. 0 "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 13:56 17k 2004/07/06 D:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2004/7/6 13:56 190k 2004/07/06 D:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4. 0 "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 13:56 17k 2001/06/28 D:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0 "cyghistory4.dll" v0.0 ts=2001/1/6 23:34 29k 2003/08/10 D:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 "cyghistory5.dll" v0.0 ts=2003/8/10 19:16 25k 2004/10/12 D:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2004/10/12 2:51 991k 2004/07/06 D:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2004/7/6 14:10 22k 2001/12/13 D:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 4:28 37k 2003/08/10 D:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 17:50 54k 2004/07/06 D:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2004/7/6 13:51 144k 2004/08/29 D:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2004/8/29 16:25 22k 2004/10/10 D:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2004/10/10 4:33 26k 2001/04/25 D:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 "cygmenu5.dll" v0.0 ts=2001/4/25 1:27 20k 2002/01/09 D:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 "cygmenu6.dll" v0.0 ts=2002/1/9 1:03 29k 2003/08/09 D:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 5:25 15k 2003/11/20 D:\cygwin\bin\cygminires.dll - os=4.0 img=0.97 sys=4.0 "cygminires.dll" v0.0 ts=2003/11/19 20:55 74k 2004/10/10 D:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2004/10/10 4:33 156k 2001/04/25 D:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++5.dll" v0.0 ts=2001/4/25 1:29 175k 2002/01/09 D:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++6.dll" v0.0 ts=2002/1/9 1:03 216k 2004/10/10 D:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2004/10/10 4:25 226k 2001/04/25 D:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses5.dll" v0.0 ts=2001/4/25 1:17 202k 2002/01/09 D:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses6.dll" v0.0 ts=2002/1/9 1:03 224k 2003/08/09 D:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 5:24 92k 2004/07/10 D:\cygwin\bin\cygneon-24.dll - os=4.0 img=1.0 sys=4.0 "cygneon-24.dll" v0.0 ts=2004/7/10 11:37 13k 2004/10/10 D:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2004/10/10 4:32 15k 2001/04/25 D:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 "cygpanel5.dll" v0.0 ts=2001/4/25 1:27 12k 2002/01/09 D:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 "cygpanel6.dll" v0.0 ts=2002/1/9 1:03 19k 2003/08/09 D:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 5:24 62k 2003/12/11 D:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2003/12/11 12:01 63k 2003/04/11 D:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2003/4/11 4:31 9k 2003/12/11 D:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2003/12/11 12:01 61k 2003/04/11 D:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2003/4/11 4:31 22k 2002/06/09 D:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 1:45 108k 2001/06/28 D:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 "cygreadline4.dll" v0.0 ts=2001/1/6 23:34 148k 2003/08/10 D:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 "cygreadline5.dll" v0.0 ts=2003/8/10 19:16 144k 2004/10/12 D:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2004/10/12 2:51 170k 2004/09/27 D:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2004/9/27 10:10 112k 2004/08/27 D:\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_client-1-0.dll" v0.0 ts=2004/8/27 18:35 26k 2004/08/27 D:\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_delta-1-0.dll" v0.0 ts=2004/8/27 18:30 23k 2004/08/27 D:\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_diff-1-0.dll" v0.0 ts=2004/8/27 18:34 111k 2004/08/27 D:\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs-1-0.dll" v0.0 ts=2004/8/27 18:31 8k 2004/08/27 D:\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra-1-0.dll" v0.0 ts=2004/8/27 18:35 67k 2004/08/27 D:\cygwin\bin\cygsvn_ra_dav-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_dav-1-0.dll" v0.0 ts=2004/8/27 18:34 14k 2004/08/27 D:\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=2004/8/27 18:32 50k 2004/08/27 D:\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=2004/8/27 18:30 69k 2004/08/27 D:\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_repos-1-0.dll" v0.0 ts=2004/8/27 18:32 114k 2004/08/27 D:\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_subr-1-0.dll" v0.0 ts=2004/8/27 18:30 129k 2004/08/27 D:\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_wc-1-0.dll" v0.0 ts=2004/8/27 18:34 1267k 2004/09/19 D:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2004/9/18 22:41 62k 2004/10/10 D:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2004/10/10 0:09 1111k 2004/09/05 D:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2004/9/4 23:17 Cygwin DLL version info: DLL version: 1.5.11 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 116 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Sat Sep 4 23:17:09 EDT 2004 Shared id: cygwin1S4 Cygwin Package Information Last downloaded files to: D:\cygwin\packages Last downloaded files from: ftp://mirror.mcs.anl.gov/pub/cygwin.com Package Version _update-info-dir 00230-1 ash 20040127-1 base-files 3.0-3 base-passwd 2.1-1 bash 2.05b-16 bzip2 1.0.2-6 cpio 2.5-3 cron 3.0.1-12 crypt 1.1-1 cygrunsrv 1.0-1 cygutils 1.2.5-1 cygwin 1.5.11-1 cygwin-doc 1.3-7 diffutils 2.8.7-1 editrights 1.01-1 expat 1.95.7-1 file 4.10-1 fileutils 4.1-2 findutils 4.1.7-4 gawk 3.1.4-3 gdbm 1.8.3-7 grep 2.5-1 groff 1.18.1-2 gzip 1.3.5-1 inetutils 1.3.2-28 less 381-1 libapr0 0.9.5pre20040608-1 libaprutil0 0.9.5pre20040608-1 libbz2_1 1.0.2-6 libcharset1 1.9.2-1 libdb4.2 4.2.52-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-7 libgdbm3 1.8.3-3 libgdbm4 1.8.3-7 libgettextpo0 0.14.1-1 libiconv 1.9.2-1 libiconv2 1.9.2-1 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.1-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.4-1 libneon24 0.24.7-1 libpcre 4.1-1 libpcre0 4.5-1 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.0-1 libxml2 2.6.13-1 login 1.9-7 man 1.5o-1 minires 0.97-1 mktemp 1.5-3 more 2.11o-1 ncurses 5.4-1 openssh 3.9p1-2 openssl 0.9.7d-2 readline 5.0-1 sed 4.1.2-1 sh-utils 2.0.15-4 sharutils 4.2.1-3 shutdown 1.4-1 subversion 1.0.6-1 tar 1.13.25-5 termcap 20021106-2 terminfo 5.4_20041009-1 texinfo 4.2-4 textutils 2.0.21-1 vim 6.3-1 wget 1.9.1-1 which 1.5-2 xinetd 2.3.9-1 zlib 1.2.2-1 Use -h to see help about each section -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/