reactos/reactos
Alex Ionescu 4c630fdc31 - Fixes in ObCreateObjectType to pass Fireball's (and some of my own local) ob tests:
- Fix a check in ObpFreeObject which was causing a bugcheck if the object had a handle database (fixes another kmtest failure/crash).
  - Verify parameters passed to ObCreateObjectType based on behaviour seen on Windows 2003 (I might've missed some, these are the ones I tested for). This fixes 2 of the kmtest failures.
  - Also make sure the object type's name doesn't have a slash in the name.
  - Also make sure we don't allow creating two object types with the same name.
  - Also use our own local copy of the object name and copy it.

svn path=/trunk/; revision=22696
2006-06-29 19:03:24 +00:00
..
base Fix thread synchronization, use critical sections. 2006-06-29 17:36:04 +00:00
boot give rpcss a group name 2006-06-25 11:19:59 +00:00
dll * compile console with pch support 2006-06-29 18:19:51 +00:00
drivers Don't be so aggressive in debug messages. 2006-06-27 11:09:23 +00:00
hal - Fixes in source code required for the NDK update. 2006-06-23 21:25:11 +00:00
include - Fix the last two Ob reference counting bugs: 2006-06-29 18:07:53 +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 - Fixes in ObCreateObjectType to pass Fireball's (and some of my own local) ob tests: 2006-06-29 19:03:24 +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 - Implement, export and NDKize: DbgUiGetThreadDebugObject, DbgUiDebugActiveProcess, DbgUiStopDebugging, NtSetInformationDebugObject. 2006-06-28 17:02:37 +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
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
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