A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Hermès Bélusca-Maïto da5ab71ded [SERVICES]
- (Re-)implement acquiring/releasing driver-loading and unloading privilege (Note: the two privileges have the same name SE_LOAD_DRIVER_NAME).
- Rework the SCM initialization code. In particular, acquiring the starting lock MUST BE done BEFORE starting the RPC server, otherwise, a program can try to start a service (and during this operation, the global start lock is acquired by the SCM) DURING the initialization of SCM, and in particular between the call to ScmStartRpcServer and ScmAcquireServiceStartLock. The SCM would then see an already-acquired start lock at this point and would fail to initialize. ==> This commit corrects this behaviour.

svn path=/trunk/; revision=57754
2012-11-24 00:53:01 +00:00
reactos [SERVICES] 2012-11-24 00:53:01 +00:00
rosapps [SKEL_SERVICE] 2012-09-18 20:37:51 +00:00
rostests [GDI32_APITEST] 2012-11-08 14:46:47 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00