reactos/reactos
Art Yerkes 89dd06fa40 miniport:
Make sure MiniQueueDpc is not called from PASSIVE_LEVEL.
Moved NdisMQueryInformationComplete so that the function and not the macro
is called from the DPC.  This was breaking stuff severely.
The adapter lock needn't be held when doing MiniDequeueWorkItem because we're
at DISPATCH_LEVEL already by virtue of being in a DPC target.
protocol:
Make sure MiniQueueWorkItem is called at DISPATCH_LEVEL.

svn path=/trunk/; revision=11883
2004-12-01 08:02:28 +00:00
..
apps 2004-11-27 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-11-27 00:46:25 +00:00
bootdata 2004-11-27 WaxDragon <waxdragon@gmail.com> 2004-11-27 00:56:28 +00:00
dk - Remove unused makefiles. 2004-08-02 03:01:50 +00:00
doc Sync to Wine-20041019 2004-10-20 20:35:58 +00:00
drivers miniport: 2004-12-01 08:02:28 +00:00
hal - Improved smp functions. 2004-11-28 01:30:02 +00:00
iface Simple implementation of some multi-monitor APIs. 2004-11-16 16:29:21 +00:00
include first port of wine directx support to reactos 2004-11-29 00:15:23 +00:00
lib add mouse support to dinput 2004-11-30 20:29:48 +00:00
media grrr I forgot to do binary..... 2004-11-11 17:27:58 +00:00
ntoskrnl - Convert boot time and system time from local time to UTC as soon as the timezone information is available. 2004-11-29 15:00:46 +00:00
regtests 2004-11-20 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-11-20 17:56:23 +00:00
services - Centralize definition of version resource 2004-10-16 20:27:43 +00:00
subsys Sync msiexec with winehq cvs 2004-11-30 19:16:37 +00:00
tools 2004-11-27 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-11-27 00:46:25 +00:00
w32api - Fix calling convention of IoReadPartitionTable, IoSetPartitionInformation and IoWritePartitionTable. 2004-11-27 13:04:06 +00:00
.cvsignore
apistatus.lst Added shared RTL functions to appear in ntoskrnl exports (Since they are in fact exported by ntoskrnl) 2004-08-07 06:48:49 +00:00
baseaddress.cfg baseaddress.cfg - Add entry for midimap.dll. Fix msacm's base address. It was conflicting with iplhapi and generated an unncessary relocation and error message. 2004-11-09 15:02:35 +00:00
ChangeLog 2004-11-27 WaxDragon <waxdragon@gmail.com> 2004-11-27 00:56:28 +00:00
config 2004-11-20 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-11-20 17:48:38 +00:00
COPYING
CREDITS
Doxyfile
INSTALL
Jamfile
Jamrules
LGPL.txt
Makefile msiexec requires msi, so don't build that either, as it breaks the tree. 2004-12-01 05:49:23 +00:00
makefile.dos
README Update version number to 0.2.x 2004-06-22 23:27:48 +00:00
rules.mak 2004-10-23 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-10-23 21:05:12 +00:00

========================
ReactOS Version 0.2.x
Updated June 23rd, 2004
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows NT 4.0
compatibility, is always keeping an eye towards compatibility with
future Windows NT releases, that is, Windows 2000 (NT 5.0) and
Windows XP (NT 5.1).

More information is available at http://www.reactos.com.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the doc subdirectory for some sparse notes

4. Who is responsible

See the CREDITS file