reactos/reactos
Art Yerkes 47cb22722f - Our code was a bit confused about close vs cleanup irps in tcpip. We now
interpret and implement them both properly, preparing for close in cleanup
   then actually deallocating in close.
 - AFD should have been keeping extra references to TCP resources, because 
   the handles will be closed by the handle sweeper at process shutdown.
 - Fix failure cases for pendable TCP requests and add SEL_FIN when a socket
   is closed at oskit, but closing up at tcpip.sys.
 - Fix some breakage from my previous commit re: bind the zero address.  We 
   now ask the connection for the right address if we are one, and plumb 
   the request all the way to tcp, which is deciding what adapter to send to
   anyway.
 - Fix one error code in udp, properly reporting network unreachable.

svn path=/trunk/; revision=39687
2009-02-19 20:14:39 +00:00
..
base - Properly free a buffer allocated during "copy" command. Fixes cmd.exe crash when copy operation experiences a write error or is being interrupted with a Ctrl+C keypress. 2009-02-19 12:51:57 +00:00
boot - Fix freeldr release build breakage from 39638 by correcting non-debug DPRINTM, and wrap some debug code inside a DBG to silence a 'unused variable' warning 2009-02-18 15:15:37 +00:00
dll - Our code was a bit confused about close vs cleanup irps in tcpip. We now 2009-02-19 20:14:39 +00:00
drivers - Our code was a bit confused about close vs cleanup irps in tcpip. We now 2009-02-19 20:14:39 +00:00
hal
include - Fix build 2009-02-19 00:47:00 +00:00
lib - Our code was a bit confused about close vs cleanup irps in tcpip. We now 2009-02-19 20:14:39 +00:00
media - Add sti.dll from Wine 2009-02-18 08:01:23 +00:00
modules
ntoskrnl Change page file PTE format to distinguish paged out pages from 2009-02-19 11:47:34 +00:00
subsystems Evgeniy Boltik <bstsoft AT narod DOT ru> 2009-02-19 09:18:27 +00:00
tools Add a header 2009-02-15 22:14:32 +00:00
apistatus.lst
baseaddress.rbuild - Add sti.dll from Wine 2009-02-18 08:01:23 +00:00
config-arm.template.rbuild
config-ppc.template.rbuild
config.template.rbuild
COPYING
COPYING.ARM
CREDITS
depmap.xsl
Doxyfile
INSTALL
LGPL.txt
Makefile
proxy.mak
ReactOS-arm.rbuild
ReactOS-generic.rbuild
ReactOS-i386.rbuild - Turn on multi-character constants support in GCC. Makes TAG macro usage redundant. 2009-02-18 14:51:07 +00:00
ReactOS-ppc.rbuild
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.