reactos/reactos
Jeffrey Morlan 07912f2b23 - Implement X>&Y redirections. Hold redirections in a linked list structure, because order matters (>x 2>&1 is not the same as 2>&1 >x). Allow redirection of any handle number from 0 to 9.
- Allow quotes around the redirection file name.
- Batch: Fix buffer overflow bug (incorrect size for bc->BatchFilePath)

svn path=/trunk/; revision=35508
2008-08-21 15:33:59 +00:00
..
base - Implement X>&Y redirections. Hold redirections in a linked list structure, because order matters (>x 2>&1 is not the same as 2>&1 >x). Allow redirection of any handle number from 0 to 9. 2008-08-21 15:33:59 +00:00
boot - Fix definition of BOOT_DRIVER_LIST_ENTRY (Information provided by Alex Ionescu). 2008-08-21 10:58:53 +00:00
dll Added some more parameter error checking to D3D9::CreateDevice() 2008-08-21 03:19:02 +00:00
drivers Merge aicom-network-fixes up to 35486 2008-08-21 03:38:49 +00:00
hal Use generic .spec file instead of arch specific .def file 2008-08-03 16:16:09 +00:00
include - Fix definition of BOOT_DRIVER_LIST_ENTRY (Information provided by Alex Ionescu). 2008-08-21 10:58:53 +00:00
lib Fix infinite loop during generic table lookups. Patch by Alex Ionescu 2008-08-20 19:15:00 +00:00
media Update the font installbase, this "fixes" the livecd. Tested bootcd, livecd, and make install. 2008-08-14 09:28:06 +00:00
modules
ntoskrnl - Add missing MmCallDllInitialize prototype. 2008-08-21 11:04:50 +00:00
subsystems Always set the console's event on any keypress, even in line input mode. 2008-08-20 20:55:39 +00:00
tools Add module linker flags after project flags, so project ones can be overridden 2008-08-09 16:01:20 +00:00
apistatus.lst
baseaddress.rbuild - add a baseaddress for SXS (based on Vista SP1) 2008-08-08 22:28:16 +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 Don't build with -s, this strips vital information from the output. Use --strip-debug instead, which gets rid of the DWARF debugging information, 2008-08-15 15:02:40 +00:00
ReactOS-generic.rbuild
ReactOS-i386.rbuild Limit use of -enable-stdcall-fixup to mesa32, msvcrt and riched20 modules 2008-08-10 11:42:31 +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.