reactos/reactos
Eric Kohl 8fb679dc7c Do not start LSASS as a service but as an ordinary process because:
1) LSASS and the NetLogon service are not the same.
2) The service manager must wait for LSASS to finish initialization. If LSASS is started as a service we will have a classic deadlock scenario.

svn path=/trunk/; revision=38041
2008-12-13 14:47:07 +00:00
..
base Do not start LSASS as a service but as an ordinary process because: 2008-12-13 14:47:07 +00:00
boot Do not start LSASS as a service but as an ordinary process because: 2008-12-13 14:47:07 +00:00
dll Do not start LSASS as a service but as an ordinary process because: 2008-12-13 14:47:07 +00:00
drivers MAX_PATH is neither defined by ntddk.h nor by crt headers, use _MAX_PATH instead 2008-12-12 19:06:57 +00:00
hal Put inline functions into header files. 2008-12-07 23:40:23 +00:00
include sync dbghelp to wine head 2008-12-13 00:52:11 +00:00
lib when defining ssize_t, also define _SSIZE_T_DEFINED 2008-12-12 19:37:56 +00:00
media Update NLS files. 2008-12-10 22:43:37 +00:00
modules
ntoskrnl remove useless circle definition _setjmp -> setjmp -> _setjmp 2008-12-12 19:27:14 +00:00
subsystems - IntGetDeviceGammaRamp: remove unneeded code, i * 256 is always smaller than 65535 (255*256=65280 is the biggest value), CID 35 2008-12-08 19:44:13 +00:00
tools Sync to wine-1.1.4: 2008-12-04 21:22:42 +00:00
apistatus.lst
baseaddress.rbuild - Add localui from Wine 2008-12-06 12:09:14 +00:00
config-arm.template.rbuild
config-ppc.template.rbuild
config.template.rbuild Revert my changes in r37808. 2008-12-02 19:05:11 +00:00
COPYING
COPYING.ARM
CREDITS add myself 2008-11-26 19:48:01 +00:00
depmap.xsl
Doxyfile
INSTALL
LGPL.txt
Makefile Hopefully, the definitive spec files commit. Dedicated to Samuel Serapión, who reported issues with my previous commits. 2008-11-10 02:31:24 +00:00
proxy.mak
ReactOS-arm.rbuild Revert my changes in r37808. 2008-12-02 19:05:11 +00:00
ReactOS-generic.rbuild Revert my changes in r37808. 2008-12-02 19:05:11 +00:00
ReactOS-i386.rbuild
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.