reactos/reactos
Alex Ionescu ef1f549526 - Get rid of CmiCopyKey since it was dead code. Make CmiScanKeyForValue and CmiScanForSubKey simple wrappers around the newer CmpFindSubKeyByName and CmpFindValueByName routines.
- Allow cmlib to support HINIT_FILE flag for HvInitializeHive. This means the kernel doesn't need to create a section for the hive, then call HvInitializeHive with HINIT_MEMORY anymore, and can simply send the file handle. I wrote a sneaky little hack in cmlib which actually ends up doing the same idea, albeit not by using a section, making it portable.
- Fix a serious bug in CmpFindSubKeyInLeaf affected by our lack of alphabetically-sorted cells; the linear search I hacked was slightly broken.
- Remove the need to hold a LogFileName in the hive structure, since we generate it dynamically now.

svn path=/trunk/; revision=26712
2007-05-12 03:28:04 +00:00
..
base Do not write beyond the buffer. 2007-05-11 23:15:53 +00:00
boot make caption font bold again 2007-05-11 22:57:21 +00:00
dll Do not write beyond the buffer. 2007-05-11 23:17:44 +00:00
drivers - Fix an unshielded "return" inside a PSEH block. 2007-05-08 09:01:39 +00:00
hal
include - Add missing ACE structures to ntifs.h. 2007-05-11 18:15:13 +00:00
lib - Get rid of CmiCopyKey since it was dead code. Make CmiScanKeyForValue and CmiScanForSubKey simple wrappers around the newer CmpFindSubKeyByName and CmpFindValueByName routines. 2007-05-12 03:28:04 +00:00
media a couple of small fixes to the marlett font 2007-04-30 22:39:32 +00:00
modules
ntoskrnl - Get rid of CmiCopyKey since it was dead code. Make CmiScanKeyForValue and CmiScanForSubKey simple wrappers around the newer CmpFindSubKeyByName and CmpFindValueByName routines. 2007-05-12 03:28:04 +00:00
subsystems Removed my name because these files no longer contain any code written by me. 2007-05-04 22:15:13 +00:00
tools - Buildno now generates a KERNEL_VERSION_BUILD_HEX ULONG containing the SVN revision. 2007-05-08 23:00:35 +00:00
apistatus.lst
baseaddress.rbuild add hhctrl.ocx from Wine. 2007-04-27 16:07:21 +00:00
config-ppc.template.rbuild
config.template.rbuild
COPYING
CREDITS "fix" my email address :P 2007-05-03 18:43:15 +00:00
depmap.xsl
Doxyfile
INSTALL
LGPL.txt
Makefile
proxy.mak
ReactOS-ppc.rbuild
ReactOS.rbuild
README

========================
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.