reactos/subsystems/win32/csrsrv
Hermès Bélusca-Maïto 6716529b84 [CSRSRV]
- Comments formatting.
- Correct a nasty initialization bug which unveiled itself as, eg., critical sections being already initialized in consoles, whereas we were creating new ones. It was because we didn't copy correctly per-process server data from parent process to child process. Now consoles initialize finely.

Now, only modifications to the console subsystem remain to make it totally conform to the new messaging structures of csrss (I mean, using the capture buffers).

svn path=/branches/ros-csrss/; revision=57703
2012-11-13 23:45:02 +00:00
..
include [NTDLL] 2012-11-05 00:23:58 +00:00
api.c [NTDLL] 2012-11-05 00:23:58 +00:00
CMakeLists.txt [CSRSRV/WINSRV] 2012-10-24 22:07:46 +00:00
csrsrv.rc [CSRSRV/BASESRV/CONSRV/WIN32CSR/WINSRV] 2012-10-24 21:37:22 +00:00
csrsrv.spec [NTDLL] 2012-11-05 00:23:58 +00:00
init.c [CSRSRV] 2012-11-13 23:45:02 +00:00
procsup.c [CSRSRV] 2012-11-13 23:45:02 +00:00
server.c [CSRSRV] 2012-11-13 21:08:19 +00:00
session.c [CSRSRV] 2012-11-13 21:08:19 +00:00
srv.h [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
thredsup.c [NTDLL] 2012-11-05 00:23:58 +00:00
wait.c [CSRSRV] 2012-10-27 14:30:32 +00:00