reactos/reactos
Cameron Gutman adb1a3f3c8 ws2_32_new compatibility fixes
- Fix the rest of the code which was using errno instead of WSAGetLastError()
 - Remove some dead code

svn path=/trunk/; revision=42188
2009-07-25 02:28:11 +00:00
..
base ws2_32_new compatibility fixes 2009-07-25 02:28:11 +00:00
boot - Do not set the non-x86 file system and disk read buffers to some random static variable that isn't even initialized on time. 2009-07-21 09:44:36 +00:00
dll - [Win32k] More work on classes. ReactOS seems to return the opposite WinProc and sometimes it is a CallProcData handle. This is confusing the class wine tests. The last thing it should do is return CallProcData handle after attempting to find the right proc. Fixed message class bits. Moved CallProc to CallProcData and updated related code. Started alternate function to replace NtUserGetClassLong and NtUserGetWindowLong. 2009-07-25 00:41:22 +00:00
drivers - Implement OID_GEN_HARDWARE_STATUS 2009-07-24 20:49:39 +00:00
hal - What's the deal with using Iof* and Obf*, Arch? 2009-07-15 19:40:44 +00:00
include - Removed unused ppi pointer. 2009-07-25 01:42:04 +00:00
lib - Get rid of ccros.h, deprecated by revision 42175 2009-07-24 17:35:28 +00:00
media - Add cryptdlg as autosynced. 2009-07-21 19:00:08 +00:00
modules Remove non-existing "windows" module, the "optional" one is still just virtual. 2009-06-30 15:09:08 +00:00
ntoskrnl - Kill off diskdump too 2009-07-24 19:09:39 +00:00
subsystems - Removed unused ppi pointer. 2009-07-25 01:42:04 +00:00
tools Fix svn repository address 2009-07-21 15:51:27 +00:00
apistatus.lst
baseaddress.rbuild - Add ntlanman.dll (not implemented) 2009-06-16 15:38:45 +00:00
config-arm.template.rbuild *** WE WILL NOW BE FOCUSING AND BUILDING FOR ARM CORTEX-A8 (ARMv7) *** 2009-07-11 13:04:46 +00:00
config-ppc.template.rbuild Do not lie about compiler optimizations. 2009-06-17 18:17:45 +00:00
config.template.rbuild Do not lie about compiler optimizations. 2009-06-17 18:17:45 +00:00
COPYING
COPYING.ARM
CREDITS
depmap.xsl
Doxyfile
INSTALL
LGPL.txt
Makefile modified Makefile 2009-06-10 17:56:12 +00:00
proxy.mak
ReactOS-arm.rbuild Import the generic template and comment out _M_ARM since the toolchain already defines it. 2009-07-11 11:52:22 +00:00
ReactOS-generic.rbuild - Fix formatting. 2009-07-13 12:50:08 +00:00
ReactOS-i386.rbuild Too many things in -i386 were still "generic" and had to be duplicated accross plat-specific rbuild files, so moved a whole bunch of them into the generic rbuild. 2009-07-11 11:47:21 +00:00
ReactOS-ppc.rbuild Move gcc -g and -Wall options out of rbuild and into .rbuild files 2009-06-21 22:13:28 +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.