reactos/reactos
Aleksey Bragin d9633373f6 - Use CmpLockRegistry instead of manual registry locking -- this also makes the registry lock shared instead of exclusive.
- Start using KCB locking/unlocking, usually shared first.
- Support KCB lock promotion from shared to exclusive when value cache functions require it (SearchNeedExclusiveLock -- not yet used).
- Add multiple checks for deleted KCBs so that operations on them fail.
- Protect symlinks from being erroneously modified.
- Remove a ReactOS symlink hack.
- Add code to setup the KCB Value Cache (right now we use the node list since nobody was setting the value cache up).
- Detect and assert on CM_KCB_SYM_LINK_FOUND, this is used by caching which we don't support.
- Protect KEY_NO_DELETE nodes from deletion.
- Lock the registry during hive flushing.
- Respect CmpNoWrite if it's set.
- Don't ignore Allocate flag sent to CmpLinkhivetoMaster during hive loading.

svn path=/trunk/; revision=31262
2007-12-15 22:06:10 +00:00
..
base french translation for usetup 2007-12-15 16:52:40 +00:00
boot Check if symbols are defined, not their value! 2007-12-15 18:38:24 +00:00
dll Fixed param checks in createsurface code. and one wrong if check 2007-12-15 21:34:17 +00:00
drivers - Implement BIOS access routines in HAL. 2007-12-15 17:15:48 +00:00
hal - Implement BIOS access routines in HAL. 2007-12-15 17:15:48 +00:00
include - Implement BIOS access routines in HAL. 2007-12-15 17:15:48 +00:00
lib - Use CmPrepareKey only in cmlib, since it's a cmlib hack. 2007-12-15 18:25:08 +00:00
media
modules
ntoskrnl - Use CmpLockRegistry instead of manual registry locking -- this also makes the registry lock shared instead of exclusive. 2007-12-15 22:06:10 +00:00
subsystems remove the ros only NtUserGetCursorIconSize and implement NtUserGetIconSize in it's place 2007-12-15 12:16:45 +00:00
tools Fix {module}_clean target 2007-12-15 12:27:30 +00:00
apistatus.lst
baseaddress.rbuild - Reshuflle baseaddresses so no relocations occur during booting. 2007-12-11 21:25:10 +00:00
config-ppc.template.rbuild
config.template.rbuild
COPYING
CREDITS Bug 2869 - Lithuanian translation update - cman<AT>cman<DOT>us 2007-12-08 13:38:43 +00:00
depmap.xsl
Doxyfile
INSTALL
LGPL.txt
Makefile
proxy.mak
ReactOS-generic.rbuild
ReactOS-i386.rbuild
ReactOS-ppc.rbuild
README
vreport.xsl

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

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 XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

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

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.