reactos/reactos
Alex Ionescu c31f4054ec - Add some missing IO_ERROR definitions to the DDK and add some tags
- Fix IoSetThreadHardErrorMode... it was reading the TEB instead of the PETHREAD.
- Optimize Error Logging: Use a static work item instead of allocating one each time, and don't use a spinlock for the buffer count, when we can use interlocked functions instead.
- Log Entries can have Device AND/OR Driver Objects, not just a single one. They must also be referenced/dereferenced on allocation/free.
- Rewrite IopLogWorker to properly deal with Device/Driver objects and querying their names, as well as with additional strings that the caller might be sending.

svn path=/trunk/; revision=22734
2006-07-01 03:36:15 +00:00
..
base Small clean up 2006-06-30 16:42:21 +00:00
boot Add some registry settings for eventlog 2006-06-30 14:52:01 +00:00
dll 1. revert my last changes to this file 2006-06-30 22:26:19 +00:00
drivers Pass the correct object type and desired access to ObOpenObjectByName 2006-06-30 21:49:12 +00:00
hal - Fixes in source code required for the NDK update. 2006-06-23 21:25:11 +00:00
include - Add some missing IO_ERROR definitions to the DDK and add some tags 2006-07-01 03:36:15 +00:00
lib - Add some hacks to Cm to allow creating registry keys that finish with a backslash (this works under NT). 2006-06-29 00:30:36 +00:00
media - Sync edit control with Wine code 2006-06-26 09:20:47 +00:00
modules Change remaining .xml build files to .rbuild and fixup links. 2006-02-18 19:21:01 +00:00
ntoskrnl - Add some missing IO_ERROR definitions to the DDK and add some tags 2006-07-01 03:36:15 +00:00
regtests fix include 2006-06-26 19:37:26 +00:00
subsystems * fix building of win32k_test 2006-06-29 14:39:53 +00:00
tools sorry I did broke the comping some typo 2006-06-30 15:53:57 +00:00
apistatus.lst Remove oleaut32 from api status 2005-12-18 17:40:51 +00:00
baseaddress.rbuild * add ReactOS Console configuration DLL 2006-06-29 18:10:15 +00:00
config-ppc.template.rbuild set svn:eol-style to native for *.rbuild 2006-02-23 00:01:01 +00:00
config.template.rbuild Add GDB property for debugging with gdb 2006-04-20 16:13:50 +00:00
COPYING Update GPL and LGPL licenses. 2005-11-23 07:07:40 +00:00
CREDITS Add Johannes Anderwald to credits. 2006-06-05 14:39:09 +00:00
Doxyfile
INSTALL Fixed a few spelling mistakes and change http://www.reactos.com to http://www.reactos.org/. 2006-03-26 19:57:49 +00:00
LGPL.txt Update GPL and LGPL licenses. 2005-11-23 07:07:40 +00:00
Makefile restore old targets 2006-06-23 19:36:23 +00:00
proxy.mak
ReactOS-ppc.rbuild set svn:eol-style to native for *.rbuild 2006-02-23 00:01:01 +00:00
ReactOS.rbuild - Move the SDK to /PSDK or else we'll never get MSVC compiling right. 2006-06-26 15:32:53 +00:00
README Fixed a few spelling mistakes and change http://www.reactos.com to http://www.reactos.org/. 2006-03-26 19:57:49 +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 toward 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.org/.

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