You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(64) |
Oct
(438) |
Nov
(183) |
Dec
|
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
(132) |
May
(466) |
Jun
(366) |
Jul
(392) |
Aug
(31) |
Sep
(18) |
Oct
|
Nov
|
Dec
|
|
From: Rex J. <re...@lv...> - 2001-11-01 03:58:25
|
At 10:35 PM 10/31/01 -0500, you wrote: >Why does every commit message on the commit list show import ( N records ) >of things in apps? Something seems to be broken. I might have that fixed. Sometimes temp files used in building the messages get left around. I cleaned out the temp directory. Rex Jolliff re...@lv... ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Phillip S. <ps...@cf...> - 2001-11-01 03:44:35
|
Why does every commit message on the commit list show import ( N records ) of things in apps? Something seems to be broken. ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: David W. <we...@cw...> - 2001-11-01 01:23:56
|
On Wed, Oct 31, 2001 at 10:59:10PM +0100, Hartmut Birr wrote: > > Which part of ROS must remove the 'dummy' names (<CR>, '\.\', \..\, ..') in > path names. Is this a part for kernel32.dll, for ntoskrnl or for each FSD? > The FSD; it gets presented with the whole path and filename including wildcards. There doesn't seem to be much documentation on what the wildcard semantics are exactly, apparently the Win32 API does some processing (http://www.google.com/search?q=cache:FHQbqK2vp6M:www.ntfsd.org/ archive/ntfsd9705/msg0078.html+ntifs+wildcard&hl=en). Perhap it might be worth checking why exactly make is generating this filename and what is generated on Windows NT, it might be as simple as a bug in some crtdll/msvcrt string function. ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Steven E. <Ste...@kn...> - 2001-11-01 01:23:20
|
It tests fine now. It must of just been some fluke in Vmware. Steven -----Original Message----- From: Eric Kohl To: Steven Edwards Sent: 10/31/01 7:21 PM Subject: New ide driver Hi! Here is the new ide.sys driver. It identifies drives attached to the primary ide channel only. I disabled the secondary channel because the older ide driver couldn't cope with atapi drives (cdrom/dvd drives) and crashed. I'll test/fix this later. Please tell me if it works. - Eric Kohl <<ide.sys>> ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ |
|
From: Steven E. <Ste...@kn...> - 2001-11-01 01:10:55
|
whe i try to run either nasmw or nasmw -fbin -o loadros.com loadros.asm namsw crashes with: Transferring control to image at 4011d4 LdrFixupForward: failed to load NTDLL Transferring control to image at 427bdb mm/mm.c:297 Page Fault Exception: 14(4) CS:EIP 1b:42b7d4 <nasmw.exe: 2b7d4> CR2 0 CR3 3c01000 Process: c01fddae Pid: 8 <nasmw> Thrd: c01fff32 Tid: 21 DS 23 ES 23 FS 3b GS 23 EAX: 00000005 EBX: 00000000 ECX: 0064ed2c EDX: 00000000 EBP: 0064ed68 ESI: 00000000 EDI: 00000000 EFLAGS: 00010246 SS:ESP 23:64ed2c Frames: <ntdll.dll: 2ca1> ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ |
|
From: Steven E. <Ste...@kn...> - 2001-11-01 00:37:35
|
I've got time. -----Original Message----- From: Eric Kohl To: ros...@re... Sent: 10/31/01 6:54 PM Subject: [ros-kernel] Re: RE: Re: atapi driver test results "Steven Edwards" <Ste...@kn...> wrote: > Nice feature =P > > If there is anything else that I can help test, just let me know. I'll have a new ide.sys ready in a few minutes. I only need to transfer my latest changes from atapi.sys to ide.sys. Could you test this driver? - Eric Kohl ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ |
|
From: Steven E. <Ste...@kn...> - 2001-11-01 00:15:51
|
I'm getting this now, what do you think the problem is? >I've fixed both of the bugs, the crash happend because mc apparently >tries to open the process token which doesn't work and advapi32 tries to >import symbols from itself and the ntdll loader tries to load it again >which fails. mc now freezes with the cursor in the bottom, left corner of the screen. ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ |
|
From: Steven E. <Ste...@kn...> - 2001-11-01 00:07:00
|
Is there anyway we can track the bugs that have to be implemented for backward compatiblity? It would be nice if there was a way once ROS is a working and stable OS to rebuild the system without bug compatiblity. -----Original Message----- From: Phillip Susi To: ros...@re... Sent: 10/31/01 5:06 PM Subject: [ros-kernel] RE: AW: Bug Report - Self Hosted No idea... afaik, this is a bug, CR shouldn't be removed from file names. If we must also implement this bug, I'd say it should be done in kernel32. At 10:59 PM 10/31/2001 +0100, you wrote: > > On windows it opens the file with CR in the name, and windows ignores the > > > CR and opens the file correctly? > >Which part of ROS must remove the 'dummy' names (<CR>, '\.\', \..\, ..') in >path names. Is this a part for kernel32.dll, for ntoskrnl or for each FSD? > >- Hartmut ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ |
|
From: Eric K. <ek...@rz...> - 2001-10-31 23:52:51
|
"Steven Edwards" <Ste...@kn...> wrote: > Nice feature =P > > If there is anything else that I can help test, just let me know. I'll have a new ide.sys ready in a few minutes. I only need to transfer my latest changes from atapi.sys to ide.sys. Could you test this driver? - Eric Kohl ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Steven E. <Ste...@kn...> - 2001-10-31 23:50:25
|
Nice feature =P If there is anything else that I can help test, just let me know. Steven -----Original Message----- From: Eric Kohl To: ros...@re... Sent: 10/31/01 6:14 PM Subject: [ros-kernel] Re: atapi driver test results "Steven Edwards" <Ste...@kn...> wrote: > Hello Eric > > Your new driver see both of my drives under real hardware and vmware. Once > the atapi driver is done loading the system stops and doesnt load the local > drivers from reactos/system32. The driver must freeze the system after the drives were identified because the it can't handle read requests. It's a feature, not a bug. ;-) I found a number of *very* serious bugs in IDEPolledRead() in atapi.c and ide.sys. After fixing most of them I'm able to identify EIDE harddisks and ATAPI cdrom/dvd drives. I'm working on the remaining bug with the ATA-5 spec 'in my hands'. This should fix most of the harddisk-related failures. - Eric Kohl ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ |
|
From: Eric K. <ek...@rz...> - 2001-10-31 23:13:59
|
"Steven Edwards" <Ste...@kn...> wrote: > Hello Eric > > Your new driver see both of my drives under real hardware and vmware. Once > the atapi driver is done loading the system stops and doesnt load the local > drivers from reactos/system32. The driver must freeze the system after the drives were identified because the it can't handle read requests. It's a feature, not a bug. ;-) I found a number of *very* serious bugs in IDEPolledRead() in atapi.c and ide.sys. After fixing most of them I'm able to identify EIDE harddisks and ATAPI cdrom/dvd drives. I'm working on the remaining bug with the ATA-5 spec 'in my hands'. This should fix most of the harddisk-related failures. - Eric Kohl ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Robert C. <rob...@it...> - 2001-10-31 22:44:34
|
On Thu, 2001-11-01 at 09:09, Casper Hornstrup wrote: > Is there any way to make following less position dependent? > > <!DOCTYPE book SYSTEM "../dtd/docbook-xml-4.1.2/docbookx.dtd"> > <?xml-stylesheet type="text/xsl" > href="../docbook-xsl-1.45/xhtml/docbook.xsl"?> > > Can we specify include directories to the XML processor? Or have a > "forwarder" > file in a central place? There is a thing called a CATALOG that lists all the local system copies of PUBLIC dtd's, and the processor should search that list to find the first match. There is a similar thing now for the stock XSL stylesheets, implemented in xsltproc. > I'm just concerned that it will cause problems in the event of an > upgrade of > the DocBook DTD. Very much so, that doctype is wrong. It should be something like <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "docbookx.dtd" [ <!ENTITY includeddoc1 SYSTEM "includeddoc1.xml"> <!ENTITY includeddoc2 SYSTEM "includeddoc2.xml"> ]> Note that the stylesheet is _not_ listed in the xml source. Rob ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Casper H. <ch...@us...> - 2001-10-31 22:26:22
|
Is there any way to make following less position dependent? <!DOCTYPE book SYSTEM "../dtd/docbook-xml-4.1.2/docbookx.dtd"> <?xml-stylesheet type="text/xsl" href="../docbook-xsl-1.45/xhtml/docbook.xsl"?> Can we specify include directories to the XML processor? Or have a "forwarder" file in a central place? I'm just concerned that it will cause problems in the event of an upgrade of the DocBook DTD. Casper > -----Original Message----- > From: Jason Filby [mailto:jas...@ya...] > Sent: 31. oktober 2001 20:27 > To: ros...@re... > Subject: [ros-kernel] Initial docs > > > Hey all > > I've committed that initial documentation as requested. > Please help me improve the docs in the repository before we > add any more. > > Thanks > - Jason > > > > > > > > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. http://personals.yahoo.com ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Phillip S. <ps...@cf...> - 2001-10-31 22:21:25
|
No idea... afaik, this is a bug, CR shouldn't be removed from file names. If we must also implement this bug, I'd say it should be done in kernel32. At 10:59 PM 10/31/2001 +0100, you wrote: > > On windows it opens the file with CR in the name, and windows ignores the > > > CR and opens the file correctly? > >Which part of ROS must remove the 'dummy' names (<CR>, '\.\', \..\, ..') in >path names. Is this a part for kernel32.dll, for ntoskrnl or for each FSD? > >- Hartmut ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Hartmut B. <har...@te...> - 2001-10-31 22:03:43
|
> On windows it opens the file with CR in the name, and windows ignores the > CR and opens the file correctly? Which part of ROS must remove the 'dummy' names (<CR>, '\.\', \..\, ..') in path names. Is this a part for kernel32.dll, for ntoskrnl or for each FSD? - Hartmut ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Phillip S. <ps...@cf...> - 2001-10-31 21:46:26
|
On windows it opens the file with CR in the name, and windows ignores the CR and opens the file correctly? At 10:10 PM 10/31/2001 +0100, you wrote: > > make.exe > > Errors then make bitches about not being able to find any makefiles even >if > > I'm in a directory with make files. > >The problem is in GetFileInformationByHandle() from kernel32.dll. This >function calls NtQueryInformation with a wrong file information class and >with an in vfatfs unimplemented class. I will fix this problems. You can >try make -f makefile. This opens the makefile correct. But there is the >next problem. Makefile includes rules.mak. The open call goes to vfatfs >with the name '\sandbox\ros\reactos_work\.<CR>\rules.mak<CR>'. <CR> is 13 >or '?'. Vfatfs can't handle this name. > >- Hartmut ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Hartmut B. <har...@te...> - 2001-10-31 21:15:27
|
> make.exe > Errors then make bitches about not being able to find any makefiles even if > I'm in a directory with make files. The problem is in GetFileInformationByHandle() from kernel32.dll. This function calls NtQueryInformation with a wrong file information class and with an in vfatfs unimplemented class. I will fix this problems. You can try make -f makefile. This opens the makefile correct. But there is the next problem. Makefile includes rules.mak. The open call goes to vfatfs with the name '\sandbox\ros\reactos_work\.<CR>\rules.mak<CR>'. <CR> is 13 or '?'. Vfatfs can't handle this name. - Hartmut ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Steven E. <Ste...@kn...> - 2001-10-31 19:56:20
|
Hello Eric
Your new driver see both of my drives under real hardware and vmware. Once
the atapi driver is done loading the system stops and doesnt load the local
drivers from reactos/system32.
Debug Log
(ke/main.c:1033) 4 files loaded
(ke/main.c:1039) Module: 'ntoskrnl.exe' at c0000000, length 0x0008a000
(ke/main.c:1039) Module: 'system32\hal.dll' at c008a000, length 0x00010000
(ke/main.c:1039) Module: 'system32\drivers\atapi.sys' at c009a000, length
0x0000d000
(ke/main.c:1039) Module: 'system32\drivers\vfatfs.sys' at c00a7000, length
0x00015000
(ke/main.c:1109) Processing module 'system32\drivers\atapi.sys' at c009a000,
length 0x0000d000
(ldr/loader.c:1556) DriverBase: c058f000
(ldr/loader.c:1761) Module name is: \Modules\atapi.sys
ATAPI Driver V0.0.1
(atapi.c:270) AtapiFindControllers() called!
(atapi.c:289) IDE controller found!
(atapi.c:296) Bus 0 Device 7 Func 1 VenID 0x8086 DevID 0x7111
(atapi.c:301) IPR 0x0 ILR 0x0
(atapi.c:310) Primary channel: Compatibility mode
(atapi.c:574) Created device: \Device\ScsiPort0
(atapi.c:616) AtapiFindDrives() called
(atapi.c:649) Check drive 0: High 0x0 Low 0x0
(atapi.c:667) IDE drive found!
(atapi.c:649) Check drive 1: High 0x0 Low 0x0
(atapi.c:659) No drive found!
(atapi.c:333) Primary programmable: 1
(atapi.c:346) Secondary channel: Compatibility mode
(atapi.c:574) Created device: \Device\ScsiPort1
(atapi.c:616) AtapiFindDrives() called
(atapi.c:649) Check drive 0: High 0x0 Low 0x0
(atapi.c:667) IDE drive found!
(atapi.c:649) Check drive 1: High 0x0 Low 0x0
(atapi.c:659) No drive found!
(atapi.c:369) Secondary programmable: 1
(atapi.c:378) Master IDE device: 1
(atapi.c:387) BaseAddress: 0x00000000
(atapi.c:387) BaseAddress: 0x00000000
(atapi.c:387) BaseAddress: 0x00000000
(atapi.c:387) BaseAddress: 0x00000000
(atapi.c:387) BaseAddress: 0x00001021
(atapi.c:387) BaseAddress: 0x00000000
(atapi.c:443) AtapiFindControllers() done!
-----Original Message-----
From: Eric Kohl
To: Steven Edwards
Sent: 10/31/01 10:00 AM
Subject: Re: [ros-kernel] Re: BUG report - boot failure under vmware
"Steven Edwards" <Ste...@kn...> wrote:
> I'm ready to test your driver if its ready.
>
> Thanks
> Steven
>
Hi, Steven!
I finally managed to build the atapi test driver. The driver identifies
IDE
(non-ATAPI) and ATAPI drives on the PCI-Bus.
The most important messages are:
ATAPI drive found!
IDE drive found!
No drive found!
To load the atapi driver, change ide.sys to atapi.sys in the boot.bat
file.
Regards,
Eric Kohl
<<atapi.sys>>
###########################################
This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/
|
|
From: Jason F. <jas...@ya...> - 2001-10-31 19:43:53
|
Could also be for archiving... don't think we need it subscribed to SF.. even then why would it send back here? - Jason --- Robert Dickenson <od...@pn...> wrote: > I believe this was done to determine how slow the SourceForge > listserver is at forwarding mail. I for one have noticed it can > be very slow with delays of some hours before receiving the second > copy. I vote for sticking with the primary list server only. > > If whoever added the SF address to the list could now remove it > would be much appreciated. I'm getting tied of deleting all the > second copies. (I maintain archives of the lists) > > Thanks, Robert Dickenson. > > > At 11:07 AM 31/10/2001 +0100, you wrote: > >Is it just me, or is everybody getting multiple copys of some of > the > >messages on the mailing list. > >I find it hard to believe that so many people happen to click on > the > >send button two or three times by mistake. > >/Johannes Olofsson > > > > > >==================================================== > >= To remove yourself from this mailing list, go to = > >= http://www.reactos.com/home/mailing.html = > >==================================================== > > > > > > > > > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Jason F. <jas...@ya...> - 2001-10-31 19:33:29
|
Hey all I've committed that initial documentation as requested. Please help me improve the docs in the repository before we add any more. Thanks - Jason __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Claude M. <c....@ad...> - 2001-10-31 14:12:15
|
I would like to use vmware to boot reactos under NT4.0 I already use bochs and created a drive image file containing a dos+reactos image. Is there a way to convert this bochs harddisk file to vmware? or could someone indicates me a way to create a vmware virtual disk from scratch without having eiter using a real disk booting reactos nor using a bootable cd. thks... ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Robert D. <od...@pn...> - 2001-10-31 11:43:21
|
I believe this was done to determine how slow the SourceForge listserver is at forwarding mail. I for one have noticed it can be very slow with delays of some hours before receiving the second copy. I vote for sticking with the primary list server only. If whoever added the SF address to the list could now remove it would be much appreciated. I'm getting tied of deleting all the second copies. (I maintain archives of the lists) Thanks, Robert Dickenson. At 11:07 AM 31/10/2001 +0100, you wrote: >Is it just me, or is everybody getting multiple copys of some of the >messages on the mailing list. >I find it hard to believe that so many people happen to click on the >send button two or three times by mistake. >/Johannes Olofsson > > >==================================================== >= To remove yourself from this mailing list, go to = >= http://www.reactos.com/home/mailing.html = >==================================================== > > > > ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: <joh...@st...> - 2001-10-31 10:10:10
|
Is it just me, or is everybody getting multiple copys of some of the messages on the mailing list. I find it hard to believe that so many people happen to click on the send button two or three times by mistake. /Johannes Olofsson ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: David W. <we...@cw...> - 2001-10-31 09:08:21
|
On Tue, Oct 30, 2001 at 10:36:38AM -0500, Steven Edwards wrote: > Included is the debug output from my attempt to run the mingw GNU Midnight > Commander under ReactOS. > > Midnight Commander uses slang for its terminal IO, which reactos doesnt seem > to like. It is compiled for windows NT and it works under the console on > NT/2k/XP. This is better then before because the last time i tried to run mc > under ros, it just locked the system hard. Now it redraws the console before > it page faults so we're making progress at getting atleast some form of > shell, even if its not a MS compatible one. > > Debug - > Transferring control to image at 4011d4 > NTDLL.LDR: map view of section failed (Status c0000001) > LdrFixupImports:failed to load ADVAPI32.DLL > LdrFixupImports() failed > (misc/dllmain.c:38) ADVAPI32: DllMain() done > Transferring control to image at 4011d4 > mm/mm.c:297 > Page Fault Exception: 14(0) > Processor: 0 CS:EIP 8:c004cc1b <ntoskrnl.exe: 4cc1b> > cr2 fffffffc cr3 3c70000 Proc: c01ef3e8 Pid: 8 <mc> Thrd: c01ee7f4 Tid: 21 > DS 10 ES 10 FS 30 GS 10 > EAX: ffffffdc EBX: a0000010 ECX: c0063908 > EDX: ffffffdc EBP: c0845ef0 ESI: 0066886c > EDI: c0845f84 EFLAGS: 00000246 kESP c0845ecc kernel stack base c0843000 > ESP c0845ecc > Frames: <ntoskrnl.exe: 4fc32><ntoskrnl.exe: 4fc8c><ntoskrnl.exe: > 4fbbe><ntoskrnl.exe: 3a83> > ########################################### > I've fixed both of the bugs, the crash happend because mc apparently tries to open the process token which doesn't work and advapi32 tries to import symbols from itself and the ntdll loader tries to load it again which fails. mc now freezes with the cursor in the bottom, left corner of the screen. ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Steven E. <Ste...@kn...> - 2001-10-31 06:12:20
|
I tried another one and it didnt work. Its not a big deal to get this working right now. ReactOS has already improved from the last time I tried to run it. ROS atleast refreshes the screen before the crash and crashes cleaner in this latest build. -----Original Message----- From: Casper Hornstrup To: ros...@re... Sent: 10/30/01 11:54 AM Subject: [ros-kernel] RE: bug report - GNU Midnight Commander Page Fault > -----Original Message----- > From: Steven Edwards [mailto:Ste...@kn...] > Sent: 30. oktober 2001 16:37 > To: 'ros...@re...' > Subject: [ros-kernel] bug report - GNU Midnight Commander Page Fault > > Transferring control to image at 4011d4 > NTDLL.LDR: map view of section failed (Status c0000001) > LdrFixupImports:failed to load ADVAPI32.DLL > LdrFixupImports() failed > (misc/dllmain.c:38) ADVAPI32: DllMain() done I have seen this before. I think there is a default dll base conflict with advapi32.dll and another dll, and the kernel cannot rebase the dll's properly when there is a conflict. Try different dll base addresses for advapi32.dll. Casper ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ |