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 Message-ID: <094e01c2bc92$dfdd61f0$a400a8c0@bluebox> From: "Eugene Rosenzweig" To: Subject: possible cygwin bug: delays when using pipes Date: Wed, 15 Jan 2003 23:37:31 +1100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_094B_01C2BCEF.127E7C00" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-OriginalArrivalTime: 15 Jan 2003 12:37:17.0985 (UTC) FILETIME=[D71A0910:01C2BC92] ------=_NextPart_000_094B_01C2BCEF.127E7C00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Seemingly, whenever I use a pipe in bash the cygwin freezes for a long time. For example: 'echo a | cat' takes about 10 seconds to execute, 'bash -l -i' takes about a minute. I am not sure when the problem appeared. Might have been last cygwin dll release but I am not sure. First time I noticed was running 'bash -l -i'. I changed the cygwin.bat recently so for a while I thought it was my meddling but as far as I can see that is not the case. Right now the cygwin is quite unusable since any non-trivial command line takes a long time to execute. My startup script: @echo off set HOME=D:\DEV\CYGWIN\home\eugene set TERM=ansi rem D: rem chdir \dev\cygwin\bin IF NOT "x%1" == "x" ( cd %1 ) ELSE ( cd %HOME% ) d:\dev\cygwin\bin\bash --login -i Here are the results for strace -f -m thread bash -i -l of which I can not make out much at all apart from the fact that certain combination of calls (read_pipe followed WFMO message) takes 10 seconds each : 8461 8461 [main] bash 3692 cygthread::cygthread: name sig, id 0xF20 54541 63002 [main] bash 3692 cygthread::cygthread: name proc, id 0xF54 17409 80411 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0x9B0 9713344 9793755 [main] bash 3692 cygthread::detach: WFMO returns 0, id 0x0 1395 9795150 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0xD04 9982585 19777735 [main] bash 3692 cygthread::detach: WFMO returns 1, id 0xD04 10042750 29820485 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0xD04 9958336 39778821 [main] bash 3692 cygthread::detach: WFMO returns 1, id 0xD04 212 39779033 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0xD04 5883 39784916 [main] bash 3692 cygthread::detach: WFMO returns 1, id 0xD04 39658 39824574 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0xD04 10007110 49831684 [main] bash 3692 cygthread::detach: WFMO returns 1, id 0xD04 2207 49833891 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0xD04 5329 49839220 [main] bash 3692 cygthread::detach: WFMO returns 0, id 0xD04 8461 8461 [main] bash 3692 cygthread::cygthread: name sig, id 0xF20 54541 63002 [main] bash 3692 cygthread::cygthread: name proc, id 0xF54 17409 80411 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0x9B0 9713344 9793755 [main] bash 3692 cygthread::detach: WFMO returns 0, id 0x0 1395 9795150 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0xD04 9982585 19777735 [main] bash 3692 cygthread::detach: WFMO returns 1, id 0xD04 10042750 29820485 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0xD04 9958336 39778821 [main] bash 3692 cygthread::detach: WFMO returns 1, id 0xD04 212 39779033 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0xD04 5883 39784916 [main] bash 3692 cygthread::detach: WFMO returns 1, id 0xD04 39658 39824574 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0xD04 10007110 49831684 [main] bash 3692 cygthread::detach: WFMO returns 1, id 0xD04 2207 49833891 [main] bash 3692 cygthread::cygthread: name read_pipe, id 0xD04 5329 49839220 [main] bash 3692 cygthread::detach: WFMO returns 0, id 0xD04 Also, when finally in bash, results of 'echo a | strace -f -m syscall,thread cat' where the delay is in read_pipe then WMFO pair: 6287 6287 [main] cat 2432 normalize_posix_path: src /etc/passwd 745 7032 [main] cat 2432 symlink_info::check: not a symlink 94 7126 [main] cat 2432 symlink_info::check: 0 = symlink.check (D:\dev\cygwin\etc\passwd, 0x22F7C8) (0xA) 522 7648 [main] cat 2432 normalize_posix_path: src /etc/group 415 8063 [main] cat 2432 symlink_info::check: not a symlink 78 8141 [main] cat 2432 symlink_info::check: 0 = symlink.check (D:\dev\cygwin\etc\group, 0x22F7A8) (0xA) 407 8548 [main] cat 2432 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (0) 57 8605 [main] cat 2432 _cygwin_istext_for_stdio: _cifs: fd not open 34 8639 [main] cat 2432 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (1) 33 8672 [main] cat 2432 _cygwin_istext_for_stdio: _cifs: fd not open 32 8704 [main] cat 2432 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (2) 31 8735 [main] cat 2432 _cygwin_istext_for_stdio: _cifs: fd not open 407 9142 [main] cat 2432 cygthread::cygthread: name sig, id 0xD4C 704 9846 [main] cat 2432 normalize_posix_path: src /dev/piper 264 10110 [main] cat 2432 fhandler_base::set_flags: filemode set to binary 3083 13193 [main] cat 2432 normalize_posix_path: src /home/eugene/strace.txt 481 13674 [main] cat 2432 symlink_info::check: not a symlink 98 13772 [main] cat 2432 symlink_info::check: 0 = symlink.check (D:\dev\cygwin\home\eugene\strace.txt, 0x22F488) (0xA) 191 13963 [main] cat 2432 fhandler_base::set_flags: filemode set to binary 177 14140 [main] cat 2432 normalize_posix_path: src /dev/conout 305 14445 [main] cat 2432 tty_min::set_ctty: attached tty1073741824 sid 2432, pid 2432, tty->pgid 0, tty->sid 2432 2873 17318 [main] cat 2432 fhandler_base::set_flags: filemode set to binary 443 17761 [main] cat 2432 fhandler_console::output_tcsetattr: 0 = tcsetattr (,A020018) (ENABLE FLAGS 3) (lflag 107 oflag 9) 322 18083 [main] cat 2432 normalize_posix_path: src D:\dev\cygwin\home\eugene\strace.txt 520 18603 [main] cat 2432 symlink_info::check: not a symlink 91 18694 [main] cat 2432 symlink_info::check: 0 = symlink.check (D:\dev\cygwin\home\eugene\strace.txt, 0x22F578) (0xA) 180 18874 [main] cat 2432 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x22FD98) st_atime=3E2409D0 st_size=2238, st_mode=0x81A4, st_ino=-136640046, sizeof=88 46 18920 [main] cat 2432 fstat64: 0 = fstat (1, 0x22FD98) 48 18968 [main] cat 2432 isatty: 0 = isatty (1) 50 19018 [main] cat 2432 isatty: 0 = isatty (1) 89 19107 [main] cat 2432 fhandler_base::set_flags: filemode set to binary 33 19140 [main] cat 2432 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (1) 35 19175 [main] cat 2432 _cygwin_istext_for_stdio: _cifs: get_*_binary 41 19216 [main] cat 2432 setmode_helper: setmode: file was raw now raw 35 19251 [main] cat 2432 setmode: setmode (1, 0x10000) returns binary 38 19289 [main] cat 2432 isatty: 0 = isatty (0) 34 19323 [main] cat 2432 isatty: 0 = isatty (0) 85 19408 [main] cat 2432 fhandler_base::set_flags: filemode set to binary 33 19441 [main] cat 2432 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (0) 33 19474 [main] cat 2432 _cygwin_istext_for_stdio: _cifs: fd not disk file 34 19508 [main] cat 2432 setmode_helper: setmode: file was raw now raw 34 19542 [main] cat 2432 setmode: setmode (0, 0x10000) returns binary 39 19581 [main] cat 2432 normalize_posix_path: src \dev\piper 195 19776 [main] cat 2432 cwdstuff::get: (D:\dev\cygwin\home\eugene) = cwdstuff::get (0x22F288, 260, 0, 0), errno 0 789 20565 [main] cat 2432 geterrno_from_win_error: windows error 2 == errno 2 248 20813 [main] cat 2432 geterrno_from_win_error: windows error 2 == errno 2 43 20856 [main] cat 2432 symlink_info::check: 0 = symlink.check (d:\dev\piper, 0x22F578) (0x22) 222 21078 [main] cat 2432 symlink_info::check: not a symlink 49 21127 [main] cat 2432 symlink_info::check: 0 = symlink.check (d:\dev, 0x22F578) (0x22) 148 21275 [main] cat 2432 fstat64: 0 = fstat (0, 0x22FD98) 101 21376 [main] cat 2432 readv: readv (0, 0x22FD88, 1) blocking, sigcatchers 0 258 21634 [main] cat 2432 cygthread::cygthread: name read_pipe, id 0xA78 10639163 10660797 [main] cat 2432 cygthread::detach: WFSO returns 0, id 0xA78 247 10661044 [main] cat 2432 readv: 2 = readv (0, 0x22FD88, 1), errno 0 a 185 10661229 [main] cat 2432 readv: readv (0, 0x22FD88, 1) blocking, sigcatchers 0 44 10661273 [main] cat 2432 cygthread::cygthread: name read_pipe, id 0xA78 118 10661391 [main] cat 2432 cygthread::detach: WFSO returns 0, id 0xA78 83 10661474 [main] cat 2432 readv: 0 = readv (0, 0x22FD88, 1), errno 0 86 10661560 [main] cat 2432 close: close (0) 36 10661596 [main] cat 2432 fhandler_base::close: closing '/dev/piper' handle 0x8C 50 10661646 [main] cat 2432 close: 0 = close (0) 60 10661706 [main] cat 2432 do_exit: do_exit (0) 46 10661752 [main] cat 2432 void: 0x0 = signal (20, 0x1) 37 10661789 [main] cat 2432 void: 0x0 = signal (1, 0x1) 35 10661824 [main] cat 2432 void: 0x0 = signal (2, 0x1) 34 10661858 [main] cat 2432 void: 0x0 = signal (3, 0x1) 35 10661893 [main] cat 2432 fhandler_base::close: closing '/home/eugene/strace.txt' handle 0x700 271 10662164 [main] cat 2432 __to_clock_t: dwHighDateTime 0, dwLowDateTime 312500 42 10662206 [main] cat 2432 __to_clock_t: total 00000000 0000001F 38 10662244 [main] cat 2432 __to_clock_t: dwHighDateTime 0, dwLowDateTime 312500 36 10662280 [main] cat 2432 __to_clock_t: total 00000000 0000001F I have attached the cygsheck -s -v -r output. I hope someone can shed some light on my situation. ------=_NextPart_000_094B_01C2BCEF.127E7C00 Content-Type: text/plain; name="cygcheck-s-v-r.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="cygcheck-s-v-r.txt" Cygwin Win95/NT Configuration Diagnostics Current System Time: Wed Jan 15 22:58:32 2003 Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 Path: . D:\dev\cygwin\usr\local\bin D:\dev\cygwin\bin D:\dev\cygwin\bin c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem d:\BIN d:\DEV\JAVA\J2SDK1~1.1_0\BIN D:\dev\cygwin\usr\X11R6\bin SysDir: C:\WINDOWS\System32 WinDir: C:\WINDOWS HOME =3D `D:\dev\cygwin\home\eugene' MAKE_MODE =3D `unix' PWD =3D `/home/eugene' USER =3D `eugene' ALLUSERSPROFILE =3D `C:\DOCUME~1\ALLUSE~1' APPDATA =3D `C:\DOCUME~1\eugene\APPLIC~1' CLASSPATH =3D = `.;.;d:\dev\java\JMF21~1.1\lib\sound.jar;d:\dev\java\JMF21~1.1\lib\jmf.ja= r;C:\PROGRA~1\COMMON~1\PARALL~1\Cortona\corteai.zip;C:\PROGRA~1\COMMON~1\= PARALL~1\Cortona\classes.zip;C:\WINDOWS\java\classes;.' COMMONPROGRAMFILES =3D `C:\PROGRA~1\COMMON~1' COMPUTERNAME =3D `BLUEBOX' COMSPEC =3D `C:\WINDOWS\system32\cmd.exe' HOMEDRIVE =3D `C:' HOMEPATH =3D `\Documents and Settings\eugene' LOGONSERVER =3D `\\BLUEBOX' MANPATH =3D `:/usr/ssl/man' NUMBER_OF_PROCESSORS =3D `1' OLDPWD =3D `/usr/bin' OS =3D `Windows_NT' PATHEXT =3D `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' PROCESSOR_ARCHITECTURE =3D `x86' PROCESSOR_IDENTIFIER =3D `x86 Family 6 Model 7 Stepping 0, AuthenticAMD' PROCESSOR_LEVEL =3D `6' PROCESSOR_REVISION =3D `0700' PROGRAMFILES =3D `C:\PROGRA~1' PROMPT =3D `$P$G' PS1 =3D `\[\033]0;\w\007\033[32m\]\u@\h \[\033[33m\w\033[0m\]\n$? $ ' SESSIONNAME =3D `Console' SHLVL =3D `1' SYSTEMDRIVE =3D `C:' SYSTEMROOT =3D `C:\WINDOWS' TEMP =3D `f:\TEMP' TERM =3D `ansi' TEXMF =3D `{/usr/share/lilypond/1.6.5,/usr/share/texmf}' USERDOMAIN =3D `BLUEBOX' USERNAME =3D `eugene' USERPROFILE =3D `C:\DOCUME~1\eugene' _ =3D `/usr/bin/cygcheck' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 (default) =3D `/cygdrive' cygdrive flags =3D 0x00000022 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) =3D `/cygdrive' cygdrive flags =3D 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) =3D `D:/dev/cygwin' flags =3D 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) =3D `D:/dev/cygwin/bin' flags =3D 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) =3D `D:/dev/cygwin/lib' flags =3D 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts = v2\/usr/X11R6/lib/X11/fonts (default) =3D `D:\dev\cygwin\usr\X11R6\lib\X11\fonts' flags =3D 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options a: fd N/A N/A =20 c: hd NTFS 3004Mb 92% CP CS UN PA FC BOOT d: hd FAT32 9991Mb 67% CP UN APP e: hd FAT32 19992Mb 87% CP UN GAMES f: hd FAT32 24218Mb 94% CP UN DATA g: hd FAT32 2051Mb 1% CP UN OLDBOOT h: hd FAT32 3992Mb 35% CP UN OLDWORK i: hd FAT32 6967Mb 76% CP UN OLDDATA j: cd N/A N/A =20 k: cd CDFS 0Mb -2147483548% CS Audio CD l: cd N/A N/A =20 . /cygdrive user = binmode,cygdrive D:/dev/cygwin / system = binmode D:/dev/cygwin/bin /usr/bin system = binmode D:/dev/cygwin/lib /usr/lib system = binmode D:\dev\cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts system = binmode . /cygdrive user = binmode,cygdrive Found: D:\dev\cygwin\bin\bash.exe Found: D:\dev\cygwin\bin\cat.exe Found: D:\dev\cygwin\bin\cpp.exe Found: D:\dev\cygwin\bin\find.exe Found: D:\dev\cygwin\bin\gcc.exe Found: D:\dev\cygwin\bin\gdb.exe Found: D:\dev\cygwin\bin\ld.exe Found: D:\dev\cygwin\bin\ls.exe Found: D:\dev\cygwin\bin\make.exe Found: D:\dev\cygwin\bin\sh.exe 493k 2002/11/19 D:\dev\cygwin\bin\cygcurl-2.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygcurl-2.dll" v0.0 ts=3D2002/11/20 1:38 550k 2002/12/19 D:\dev\cygwin\bin\cygtcl83.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygtcl83.dll" v0.0 ts=3D2002/12/19 15:58 12k 2002/12/19 D:\dev\cygwin\bin\cygtclpip83.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 217k 2002/12/19 D:\dev\cygwin\bin\cygtix4183.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygtix4183.dll" v0.0 ts=3D2002/12/19 14:26 830k 2002/12/19 D:\dev\cygwin\bin\cygtk83.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygtk83.dll" v0.0 ts=3D2002/12/19 14:25 50k 2002/03/12 D:\dev\cygwin\bin\cygz.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygz.dll" v0.0 ts=3D2002/3/12 15:38 22k 2002/06/09 D:\dev\cygwin\bin\cygpopt-0.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygpopt-0.dll" v0.0 ts=3D2002/6/9 15:45 170k 2002/01/21 D:\dev\cygwin\bin\cygpng2.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygpng2.dll" v0.0 ts=3D2002/1/21 12:05 175k 2002/07/22 D:\dev\cygwin\bin\cygpng10.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygpng10.dll" v0.0 ts=3D2002/7/23 1:51 179k 2002/07/22 D:\dev\cygwin\bin\cygpng12.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygpng12.dll" v0.0 ts=3D2002/7/23 2:03 633k 2002/07/22 D:\dev\cygwin\bin\cygxml2-2.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygxml2-2.dll" v0.0 ts=3D2002/7/22 16:29 50k 2002/03/17 D:\dev\cygwin\bin\cygexslt-0.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygexslt-0.dll" v0.0 ts=3D2002/3/17 17:24 40k 2001/11/21 D:\dev\cygwin\bin\cygpcre.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygpcre.dll" v0.0 ts=3D2001/11/22 9:15 929k 2002/06/24 D:\dev\cygwin\bin\cygiconv-2.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygiconv-2.dll" v0.0 ts=3D2002/6/25 4:24 28k 2002/09/20 D:\dev\cygwin\bin\cygintl-2.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygintl-2.dll" v0.0 ts=3D2002/9/20 13:13 20k 2002/10/10 D:\dev\cygwin\bin\cyghistory5.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cyghistory5.dll" v0.0 ts=3D2002/10/11 4:28 127k 2002/10/10 D:\dev\cygwin\bin\cygreadline5.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygreadline5.dll" v0.0 ts=3D2002/10/11 4:28 152k 2002/03/17 D:\dev\cygwin\bin\cygxslt-1.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygxslt-1.dll" v0.0 ts=3D2002/3/17 17:19 380k 2002/07/24 D:\dev\cygwin\bin\cygdb-3.1.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygdb-3.1.dll" v0.0 ts=3D2002/7/25 2:24 487k 2002/07/24 D:\dev\cygwin\bin\cygdb_cxx-3.1.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygdb_cxx-3.1.dll" v0.0 ts=3D2002/7/25 2:25 32k 2003/01/04 D:\dev\cygwin\bin\cygltdl-3.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygltdl-3.dll" v0.0 ts=3D2003/1/4 18:47 59k 2002/09/20 D:\dev\cygwin\bin\cygkpathsea-3-3-7.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygkpathsea-3-3-7.dll" v0.0 ts=3D2002/9/21 0:54 165k 2002/12/08 D:\dev\cygwin\bin\cygssl.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygssl.dll" v0.0 ts=3D2002/12/9 6:57 58k 2002/05/07 D:\dev\cygwin\bin\cygbz2-1.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygbz2-1.dll" v0.0 ts=3D2002/5/7 16:33 15k 2002/03/17 D:\dev\cygwin\bin\cygxsltbreakpoint-1.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygxsltbreakpoint-1.dll" v0.0 ts=3D2002/3/17 17:24 644k 2002/12/08 D:\dev\cygwin\bin\cygcrypto.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygcrypto.dll" v0.0 ts=3D2002/12/9 6:57 6k 2002/06/24 D:\dev\cygwin\bin\cygcharset-1.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygcharset-1.dll" v0.0 ts=3D2002/6/25 4:23 488k 2002/07/18 D:\dev\cygwin\bin\cygguile-14.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygguile-14.dll" v0.0 ts=3D2002/7/18 20:35 63k 2002/07/18 D:\dev\cygwin\bin\cygguile-srfi-srfi-13-14-1.dll - = os=3D4.0 img=3D1.0 sys=3D4.0 "cygguile-srfi-srfi-13-14-1.dll" v0.0 ts=3D2002/7/18 = 20:35 24k 2002/07/18 D:\dev\cygwin\bin\cygguile-srfi-srfi-4-1.dll - = os=3D4.0 img=3D1.0 sys=3D4.0 "cygguile-srfi-srfi-4-1.dll" v0.0 ts=3D2002/7/18 20:35 14k 2002/07/18 D:\dev\cygwin\bin\cygguilereadline-14.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygguilereadline-14.dll" v0.0 ts=3D2002/7/18 20:35 45k 2001/04/25 D:\dev\cygwin\bin\cygform5.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygform5.dll" v0.0 ts=3D2001/4/25 15:28 26k 2001/04/25 D:\dev\cygwin\bin\cygmenu5.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygmenu5.dll" v0.0 ts=3D2001/4/25 15:27 17k 2001/06/28 D:\dev\cygwin\bin\cyghistory4.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cyghistory4.dll" v0.0 ts=3D2001/1/7 15:34 108k 2001/06/28 D:\dev\cygwin\bin\cygreadline4.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygreadline4.dll" v0.0 ts=3D2001/1/7 15:34 41k 2002/01/20 D:\dev\cygwin\bin\cygXpm-noX4.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygXpm-noX4.dll" v0.0 ts=3D2002/1/21 5:49 1006k 2002/07/24 D:\dev\cygwin\bin\cygperl5_8_0.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygperl5_8_0.dll" v0.0 ts=3D2002/7/25 2:53 46k 2002/01/20 D:\dev\cygwin\bin\cygXpm-X4.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygXpm-X4.dll" v0.0 ts=3D2002/1/21 5:50 156k 2001/04/25 D:\dev\cygwin\bin\cygncurses++5.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygncurses++5.dll" v0.0 ts=3D2001/4/25 15:29 226k 2001/04/25 D:\dev\cygwin\bin\cygncurses5.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygncurses5.dll" v0.0 ts=3D2001/4/25 15:17 15k 2001/04/25 D:\dev\cygwin\bin\cygpanel5.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygpanel5.dll" v0.0 ts=3D2001/4/25 15:27 21k 2001/06/20 D:\dev\cygwin\bin\cygintl.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygintl.dll" v0.0 ts=3D2001/6/21 3:09 35k 2002/01/09 D:\dev\cygwin\bin\cygform6.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygform6.dll" v0.0 ts=3D2002/1/9 17:03 20k 2002/01/09 D:\dev\cygwin\bin\cygmenu6.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygmenu6.dll" v0.0 ts=3D2002/1/9 17:03 175k 2002/01/09 D:\dev\cygwin\bin\cygncurses++6.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygncurses++6.dll" v0.0 ts=3D2002/1/9 17:03 202k 2002/01/09 D:\dev\cygwin\bin\cygncurses6.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygncurses6.dll" v0.0 ts=3D2002/1/9 17:03 12k 2002/01/09 D:\dev\cygwin\bin\cygpanel6.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygpanel6.dll" v0.0 ts=3D2002/1/9 17:03 39k 2001/11/21 D:\dev\cygwin\bin\cygpcreposix.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygpcreposix.dll" v0.0 ts=3D2001/11/22 9:15 66k 2001/11/20 D:\dev\cygwin\bin\cygregex.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygregex.dll" v0.0 ts=3D2001/11/21 1:44 22k 2001/12/13 D:\dev\cygwin\bin\cygintl-1.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygintl-1.dll" v0.0 ts=3D2001/12/13 20:28 45k 2002/02/08 D:\dev\cygwin\bin\cygjbig1.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygjbig1.dll" v0.0 ts=3D2002/2/8 10:59 119k 2002/02/09 D:\dev\cygwin\bin\cygjpeg6b.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygjpeg6b.dll" v0.0 ts=3D2002/2/9 16:19 847k 2003/01/09 D:\dev\cygwin\bin\cygcrypto-0.9.7.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygcrypto-0.9.7.dll" v0.0 ts=3D2003/1/10 7:41 253k 2002/02/10 D:\dev\cygwin\bin\cygtiff3.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygtiff3.dll" v0.0 ts=3D2002/2/10 19:34 177k 2003/01/09 D:\dev\cygwin\bin\cygssl-0.9.7.dll - os=3D4.0 = img=3D1.0 sys=3D4.0 "cygssl-0.9.7.dll" v0.0 ts=3D2003/1/10 7:41 490k 2002/09/21 D:\dev\cygwin\bin\cygguile-12.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygguile-12.dll" v0.0 ts=3D2002/9/21 20:01 63k 2002/09/21 D:\dev\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - = os=3D4.0 img=3D1.0 sys=3D4.0 "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 = ts=3D2002/9/21 20:01 24k 2002/09/21 D:\dev\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - = os=3D4.0 img=3D1.0 sys=3D4.0 "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=3D2002/9/21 = 20:01 14k 2002/09/21 D:\dev\cygwin\bin\cygguilereadline-v-12-12.dll - = os=3D4.0 img=3D1.0 sys=3D4.0 "cygguilereadline-v-12-12.dll" v0.0 ts=3D2002/9/21 = 20:01 19k 2002/02/20 D:\dev\cygwin\bin\cyggdbm.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cyggdbm.dll" v0.0 ts=3D2002/2/20 14:05 880k 2002/12/25 D:\dev\cygwin\bin\cygwin1.dll - os=3D4.0 img=3D1.0 = sys=3D4.0 "cygwin1.dll" v0.0 ts=3D2002/12/26 7:37 Cygwin DLL version info: DLL version: 1.3.18 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 69 Shared data: 3 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:=20 Build date: Wed Dec 25 15:37:50 EST 2002 Shared id: cygwin1S3 41k 2002/05/14 D:\dev\cygwin\usr\X11R6\bin\cygPropList-0.dll - = os=3D4.0 img=3D1.0 sys=3D4.0 "cygPropList-0.dll" v0.0 ts=3D2002/5/14 13:13 Cygwin Package Information Last downloaded files to: D:\dev\cygwin Last downloaded files from: ftp://mirror.aarnet.edu.au/pub/cygwin Package Version =20 WindowMaker 0.80.0-2 =20 XFree86-base 4.2.0-1 =20 XFree86-bin 4.2.0-2 =20 XFree86-doc 4.2.0-1 =20 XFree86-etc 4.2.0-1 =20 XFree86-f100 4.2.0-2 =20 XFree86-fcyr 4.2.0-2 =20 XFree86-fenc 4.2.0-2 =20 XFree86-fnts 4.2.0-2 =20 XFree86-fscl 4.2.0-2 =20 XFree86-lib 4.2.0-3 =20 XFree86-man 4.2.0-1 =20 XFree86-prog 4.2.0-1 =20 XFree86-startup-scripts4.2.0-3 =20 XFree86-vfb 4.2.0-1 =20 XFree86-xserv 4.2.0-15 =20 _update-info-dir 00120-1 =20 ash 20020731-1 =20 autoconf 2.54-1 =20 autoconf-devel 2.57-1 =20 autoconf-stable 2.13-4 =20 automake 1.7.1-1 =20 automake-devel 1.7.2-1 =20 automake-stable 1.4p5-5 =20 base-files 1.1-1 =20 base-passwd 1.0-1 =20 bash 2.05b-8 =20 bc 1.06-1 =20 binutils 20021117-1 =20 bison 1.75-1 =20 byacc 1.9-1 =20 bzip2 1.0.2-2 =20 clear 1.0-1 =20 compface 1.4-5 =20 cpio 2.5-1 =20 cron 3.0.1-7 =20 crypt 1.0-1 =20 ctags 5.2-1 =20 curl 7.10.2-1 =20 cvs 1.11.0-1 =20 cygrunsrv 0.95-1 =20 cygutils 1.1.3-1 =20 cygwin 1.3.18-1 =20 cygwin-doc 1.2-1 =20 dejagnu 20021217-1 =20 diff 1.0-1 =20 diffutils 2.8.1-1 =20 ed 0.2-1 =20 expect 20021218-1 =20 figlet 2.2-1 =20 file 3.37-1 =20 fileutils 4.1-1 =20 findutils 4.1.7-4 =20 flex 2.5.4-2 =20 fortune 1.8-2 =20 gawk 3.1.1-5 =20 gcc 3.2-3 =20 gcc-mingw 20020817-5 =20 gdb 20021218-1 =20 gdbm 1.8.0-4 =20 gettext 0.11.5-1 =20 ghostscript 7.05-2 =20 ghostscript-base 7.05-2 =20 gperf 2.7.2-1 =20 grep 2.5-1 =20 groff 1.18.1-2 =20 guile 1.6.0-1 =20 guile-devel 1.6.0-1 =20 guile-doc 1.6.0-1 =20 gzip 1.3.3-4 =20 indent 2.2.8-1 =20 inetutils 1.3.2-20 =20 irc 20010101-1 =20 jbigkit 1.2-6 =20 jpeg 6b-7 =20 less 378-1 =20 lesstif 0.93.18-3 =20 libPropList 0.10.1-3 =20 libbz2_1 1.0.2-2 =20 libcharset1 1.8-2 =20 libdb3.1 3.1.17-2 =20 libguile12 1.6.0-1 =20 libguile14 1.5.6-5 =20 libiconv 1.8-2 =20 libiconv2 1.8-2 =20 libintl 0.10.38-3 =20 libintl1 0.10.40-1 =20 libintl2 0.11.5-1 =20 libkpathsea3 20020911-1 =20 libltdl3 20030103-1 =20 libncurses5 5.2-1 =20 libncurses6 5.2-8 =20 libpng 1.2.4-2 =20 libpng10 1.0.14-2 =20 libpng12 1.2.4-2 =20 libpng2 1.0.12-1 =20 libpopt0 1.6.4-4 =20 libreadline4 4.1-2 =20 libreadline5 4.3-2 =20 libtool 20020705-1 =20 libtool-devel 20030103-1 =20 libtool-stable 1.4.3-1 =20 libxml2 2.4.23-1 =20 libxslt 1.0.13-1 =20 lilypond 1.6.5-1 =20 login 1.7-1 =20 lynx 2.8.4-1 =20 m4 1.4-1 =20 make 3.79.1-7 =20 man 1.5j-1 =20 mingw 20010917-1 =20 mingw-runtime 2.3-1 =20 mktemp 1.4-1 =20 mt 2.0.1-1 =20 mutt 1.4-1 =20 nano 1.1.10-1 =20 ncftp 3.1.4-1 =20 ncurses 5.2-8 =20 newlib-man 20020801 =20 opengl 1.1.0-6 =20 openssh 3.5p1-3 =20 openssl 0.9.7-1 =20 openssl-devel 0.9.7-1 =20 openssl096 0.9.6h-1 =20 patch 2.5.8-2 =20 pcre 3.7-1 =20 perl 5.8.0-1 =20 popt 1.6.4-4 =20 postgresql 7.3.1-1 =20 python 2.2.2-4 =20 rcs 5.7-3 =20 readline 4.3-2 =20 regex 4.4-2 =20 rsync 2.5.5-2 =20 sed 4.0.5-1 =20 sh-utils 2.0.15-3 =20 sharutils 4.2.1-2 =20 shutdown 1.2-2 =20 ssmtp 2.38.7-3 =20 tar 1.13.25-1 =20 tcltk 20021218-1 =20 tcsh 6.11.00-5 =20 termcap 20020930-1 =20 terminfo 5.2-3 =20 tetex-beta 20020911-1 =20 tetex-bin 20020911-1 =20 tetex-doc 20020911-1 =20 tetex-tiny 20020911-1 =20 texinfo 4.2-4 =20 textutils 2.0.21-1 =20 tiff 3.5.7-1 =20 time 1.7-1 =20 units 1.77-1 =20 unzip 5.50-1 =20 vim 6.1-2 =20 w32api 2.1-1 =20 wget 1.8.2-2 =20 which 1.5-1 =20 whois 4.6.1-1 =20 xpm-nox 4.2.0-1 =20 zip 2.3-2 =20 zlib 1.1.4-1 =20 Use -h to see help about each section ------=_NextPart_000_094B_01C2BCEF.127E7C00 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ------=_NextPart_000_094B_01C2BCEF.127E7C00--