reactos/reactos
Timo Kreuzer c277abc3bb gdiobjects patch:
- stockmask and reuse counter are stored in the lower 16 bits of the typeinfo field in the entry, not in the upper 16 bits!
- take care of this when trying to lock an object (compare upper 16 bits of handle with lower 16 bits of typeinfo field)
- some variable renaming
- remove code duplication by moving debugoutput to an extra function
- move checking for expected object type to a different location, should be removed completely later
Fixes possible crashes if messing around with deleted / reused objects.

svn path=/trunk/; revision=27818
2007-07-25 22:39:14 +00:00
..
base Updated language files by Olaf Siejka (caemyr AT gmail DOT com) 2007-07-25 18:25:16 +00:00
boot Commit final fixes for RC files except for Wine autosynched files. I will not change anything on them right now, no reverts, no further fixes. First I want a official course from our captain. 2007-07-24 18:40:25 +00:00
dll don't stub a function we already have 2007-07-25 19:19:54 +00:00
drivers Copied remotely 2007-07-14 23:52:33 +00:00
hal Fix usage of KdComPortInUse 2007-07-08 20:13:20 +00:00
include Add some type definitions and macros for gdi object entries. Needed for upcoming gdiobj patch. 2007-07-25 22:22:38 +00:00
lib Patch by David Lenon <DavidL@126.com>: 2007-07-14 10:59:18 +00:00
media - Uncomment PCNet driver's installation, since it's support has been fixed in 27377. 2007-07-03 20:46:43 +00:00
modules Re-add the "lake.bmp" wallpaper inclusion (partly imported from the deleted 0.3.1 branch, r26044) 2007-06-21 15:23:49 +00:00
ntoskrnl - Comment those 2 keyboard layouts so that trunk is installable. Uncommenting them reveals a bug in Config Manager, which is being investigated. 2007-07-18 21:49:10 +00:00
subsystems gdiobjects patch: 2007-07-25 22:39:14 +00:00
tools -fix an endless loop when a rbuild file has an invalid date 2007-07-25 15:11:06 +00:00
apistatus.lst fix paths 2007-01-07 12:37:27 +00:00
baseaddress.rbuild -deleted comcat.h 2007-07-01 22:13:20 +00:00
config-ppc.template.rbuild
config.template.rbuild - NDK updates and compatibility fixes for Vista/WDK/User-Mode/Individual per-file NDK Usage. 2007-04-07 05:33:30 +00:00
COPYING
CREDITS "fix" my email address :P 2007-05-03 18:43:15 +00:00
depmap.xsl - add a primitive XSL for displaying the ReactOS dependency map 2007-01-14 20:41:01 +00:00
Doxyfile
INSTALL - ReactOS does not directly aim NT4 compatibility everywhere, reflect this in the readme. 2006-12-16 11:06:33 +00:00
LGPL.txt
Makefile Remove the description for a temporary hack, which was already removed in r26451 2007-07-24 19:47:57 +00:00
proxy.mak set most of trunk svn property eol-style:native 2006-11-08 11:47:44 +00:00
ReactOS-ppc.rbuild Stragglers plus warning fixen. 2007-03-16 07:16:45 +00:00
ReactOS.rbuild Fix unoptimized builds 2007-07-13 09:53:48 +00:00
README - ReactOS does not directly aim NT4 compatibility everywhere, reflect this in the readme. 2006-12-16 11:06:33 +00:00

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