reactos/reactos
Alex Ionescu f96e25891f - I just noticed that ObInsertObject never got updated to deal with the improvements in ObFindObject and ACCESS_STATE usage, so made the following fixes:
* Create the ACCESS_STATE structure much earlier.
  * Actually send the access state and parse context to ObFindObject, when called from ObInsertObject (this should fix some hidden regressions, since they finally get an access state with access masks now).
  * Remove some deprecated hacks.
  * If inserting the handle failed, cleanup the name and remove it from the directory entry.
  * Fix a memory leak because we weren't deleting the access state.

svn path=/trunk/; revision=22278
2006-06-08 02:56:59 +00:00
..
base Add missing debug.h/NDEBUG construction, fixes compiling without CU 2006-06-07 13:08:28 +00:00
boot Change registry settings (related to revision 22169) 2006-06-01 22:00:43 +00:00
dll Allocate buffer for system directory on heap instead of stack 2006-06-07 17:30:06 +00:00
drivers Some 64 fixes 2006-06-07 17:33:57 +00:00
hal Fix compiling. Well for me anyway. 2006-06-03 07:00:09 +00:00
include Implement Get & SetTextCharacterExtra. Does nothing ATM. 2006-06-07 01:22:47 +00:00
lib Implement %Fp now we have 25 fails with wine test for string version of *printf api 2006-06-07 00:04:51 +00:00
media add Wine's powrprof to build 2006-06-06 23:14:09 +00:00
modules
ntoskrnl - I just noticed that ObInsertObject never got updated to deal with the improvements in ObFindObject and ACCESS_STATE usage, so made the following fixes: 2006-06-08 02:56:59 +00:00
regtests - Add csqtest to build-system 2006-06-04 14:18:24 +00:00
subsystems Quick patch. 2006-06-07 01:45:18 +00:00
tools Implement Get & SetTextCharacterExtra. Does nothing ATM. 2006-06-07 01:22:47 +00:00
apistatus.lst
baseaddress.rbuild add Wine's powrprof to build 2006-06-06 23:14:09 +00:00
config-ppc.template.rbuild
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
proxy.mak
ReactOS-ppc.rbuild
ReactOS.rbuild Restore original compiler settings. Changed accidentally by the NDK patch. 2006-05-11 19:07:52 +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