reactos/reactos
Jeffrey Morlan c1e4ff95a4 - CsrReleaseObject: Fix locking to prevent possibility of closing the same handle twice.
- GuiConsolePaint: Clip the paint area to the screen buffer, to stop heap corruption if the window gets oversized.
- ConioDeleteConsole: Do decrement the active screen buffer's refcount, but only after calling ConioCleanupConsole to destroy the window.
- Remove Win32CsrInsertObject. This function did two unrelated things (initialize lock and create handle), but in the only place it was used (CsrCreateScreenBuffer) the lock had already been initialized in CsrInitConsoleScreenBuffer, so this use was erroneous.
- Rename Win32CsrInsertObject2 (creates handle only) to Win32CsrInsertObject.

svn path=/trunk/; revision=34559
2008-07-16 23:16:40 +00:00
..
base add new Slovak keyboard layout to first stage setup list 2008-07-16 21:21:21 +00:00
boot Mario Kacmar <kario AT szm DOT sk> 2008-07-16 13:41:23 +00:00
dll - Remove 2 wrong versions of wctomb and 2 wrong versions of wcstombs 2008-07-16 21:40:09 +00:00
drivers Dmitry Gorbachev 2008-07-16 16:02:32 +00:00
hal - Rewrite the low-level trap/exception/system call code from the ground up: 2008-07-08 09:11:44 +00:00
include - Remove 2 wrong versions of wctomb and 2 wrong versions of wcstombs 2008-07-16 21:40:09 +00:00
lib - Remove 2 wrong versions of wctomb and 2 wrong versions of wcstombs 2008-07-16 21:40:09 +00:00
media Mario Kacmar <kario AT szm DOT sk> 2008-07-15 22:29:42 +00:00
modules
ntoskrnl - Save pointer to driver's section in DriverSection during driver loading. 2008-07-15 14:24:47 +00:00
subsystems - CsrReleaseObject: Fix locking to prevent possibility of closing the same handle twice. 2008-07-16 23:16:40 +00:00
tools Replace uses of $(ROS_ARCH) by $(ARCH). 2008-07-14 13:06:52 +00:00
apistatus.lst
baseaddress.rbuild - Add baseaddress for msvcrt40 2008-07-02 08:21:39 +00:00
config-arm.template.rbuild - Start major ARM port cleanup: 2008-06-15 06:14:02 +00:00
config-ppc.template.rbuild
config.template.rbuild
COPYING
COPYING.ARM - Implement beginnings of Ramdisk Port Driver. Planning compatibility with ISO, SDI and WIM files and full Windows support. 2008-06-29 02:58:05 +00:00
CREDITS Added myself to CREDITS 2008-07-02 07:06:27 +00:00
depmap.xsl
Doxyfile
INSTALL
LGPL.txt
Makefile Fix build. 2008-07-16 02:07:55 +00:00
proxy.mak
ReactOS-arm.rbuild Revert r34533 (except the nice indentation in the Makefile) for unbreaking trunk. 2008-07-15 22:04:16 +00:00
ReactOS-generic.rbuild modified dll/win32/kernel32/misc/lang.c 2008-07-13 17:54:53 +00:00
ReactOS-i386.rbuild Revert r34533 (except the nice indentation in the Makefile) for unbreaking trunk. 2008-07-15 22:04:16 +00:00
ReactOS-ppc.rbuild Revert r34533 (except the nice indentation in the Makefile) for unbreaking trunk. 2008-07-15 22:04:16 +00:00
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.