reactos/reactos
James Tabor 1263c98dae [Win32k|User32]
- Updated paint functions to use one calls.
- Found one leak in engwindow.c and monitor.c, not the big one.

svn path=/trunk/; revision=45339
2010-01-30 04:23:58 +00:00
..
base - Update Ukrainian translation by Igor Paliychuk (igor-hkr[at]mail[dot]ru) 2010-01-26 10:23:30 +00:00
boot - Add/update Ukrainian translation by Sakara Yevhen (eresid[at]gmail[dot]com) and Igor Paliychuk (igor-hkr[at]mail[dot]ru) 2010-01-22 17:03:08 +00:00
dll [Win32k|User32] 2010-01-30 04:23:58 +00:00
drivers [BOOTVID]: Fix completely broken VidInitialize routine. I have no idea what the original code was trying to accomplish. 2010-01-26 19:21:41 +00:00
hal [HAL] 2010-01-29 22:08:09 +00:00
include [HAL]: Rewrite IRQL handling. Alex's original code (lately translated to C) was a copy of the MicroChannel (MCA), Checked-Build HAL, an unexplained choice considering MCA is not supported or even available anymore. Windows, on machines with a PIC, uses a mechanism called Lazy IRQL, in which the PIC is only programmed "lazily", meaning that lowering and raising the IRQL does not actually change the interrupt mask. Therefore, lower priority interrupts will still come in at high IRQL. At this point, the HAL will detect this, only now mask the PICs, and lie that the lower interrupt was "spurious", while setting a pending bit. When the IRQL is lowered, the bit is detected, and a software/delayed "INT" is done with the correct IRQ vector number. More details are available in the typical resources. 2010-01-29 21:10:33 +00:00
lib - Merge aicom-network-branch (still without the NDIS stuff) 2010-01-28 00:24:00 +00:00
media Cameron Gutman 2009-12-29 13:53:28 +00:00
modules
ntoskrnl [HAL]: Rewrite IRQL handling. Alex's original code (lately translated to C) was a copy of the MicroChannel (MCA), Checked-Build HAL, an unexplained choice considering MCA is not supported or even available anymore. Windows, on machines with a PIC, uses a mechanism called Lazy IRQL, in which the PIC is only programmed "lazily", meaning that lowering and raising the IRQL does not actually change the interrupt mask. Therefore, lower priority interrupts will still come in at high IRQL. At this point, the HAL will detect this, only now mask the PICs, and lie that the lower interrupt was "spurious", while setting a pending bit. When the IRQL is lowered, the bit is detected, and a software/delayed "INT" is done with the correct IRQ vector number. More details are available in the typical resources. 2010-01-29 21:10:33 +00:00
subsystems [Win32k|User32] 2010-01-30 04:23:58 +00:00
tools Update piperead to Version 0.3 (Jan Roeloffzen) 2010-01-27 22:13:26 +00:00
apistatus.lst
baseaddress.rbuild Change base addresses of devenum.dll, inetcomm.dll, mshtml.dll. 2010-01-02 20:09:28 +00:00
config-amd64.template.rbuild Fix build and enable building usermode components, since they all build. 2009-12-03 19:40:01 +00:00
config-arm.template.rbuild Fix Build. 2009-12-28 03:09:37 +00:00
config-ppc.template.rbuild Fix Build. 2009-12-28 03:09:37 +00:00
config.template.rbuild Fix Build. 2009-12-28 03:09:37 +00:00
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS my once a year commit, update email address 2010-01-11 05:58:59 +00:00
depmap.xsl
Doxyfile
INSTALL
Makefile sync to trunk (44770) 2009-12-27 17:55:04 +00:00
proxy.mak
ReactOS-amd64.rbuild - merge r44429 2009-12-06 02:44:06 +00:00
ReactOS-arm.rbuild sync to trunk (44770) 2009-12-27 17:55:04 +00:00
ReactOS-generic.rbuild -Remove hacks for older gcc versions. 2009-12-12 15:41:43 +00:00
ReactOS-i386.rbuild Fix Property USERMODE on x86 2009-12-31 07:42:39 +00:00
ReactOS-ppc.rbuild
README
rosbuild.bat Handle the upcoming name change from mingw32-make.exe to make.exe in the next version of RosBE. 2009-12-02 09:16:10 +00:00
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.