[CSRSRV2/CSRSS2]: Make multiple fixes to, bring up to speed, and finish implementatio...
authorAlex Ionescu <aionescu@gmail.com>
Tue, 14 Feb 2012 00:57:32 +0000 (00:57 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Tue, 14 Feb 2012 00:57:32 +0000 (00:57 +0000)
commitb5303c046f138b62b4bb299164faade8dbb56ff0
tree8db757c08633289acfd9cac86fbd5740a8761d0a
parent9e265ba6990771a621acf95eeae7b9656bba938e
[CSRSRV2/CSRSS2]: Make multiple fixes to, bring up to speed, and finish implementation of the CSRSS/CSRSRV that has been laying around in trunk since forever. Not yet tested if it actually works yet, but it should now build and be much closer to fully functional. Of course, the trick is to figure out how to get it to co-exist with the current CSRSS/win32csr.

svn path=/trunk/; revision=55585
17 files changed:
reactos/include/reactos/subsys/csr/server.h
reactos/subsystems/CMakeLists.txt
reactos/subsystems/csr/CMakeLists.txt [new file with mode: 0644]
reactos/subsystems/csr/csr.rbuild [deleted file]
reactos/subsystems/csr/csrsrv/CMakeLists.txt [new file with mode: 0644]
reactos/subsystems/csr/csrsrv/api.c
reactos/subsystems/csr/csrsrv/csrsrv.rbuild [deleted file]
reactos/subsystems/csr/csrsrv/csrsrv2.spec [moved from reactos/subsystems/csr/csrsrv/csrsrv.spec with 96% similarity]
reactos/subsystems/csr/csrsrv/init.c
reactos/subsystems/csr/csrsrv/process.c
reactos/subsystems/csr/csrsrv/server.c
reactos/subsystems/csr/csrsrv/session.c
reactos/subsystems/csr/csrsrv/srv.h
reactos/subsystems/csr/csrsrv/status.h
reactos/subsystems/csr/csrsrv/thread.c
reactos/subsystems/csr/csrsrv/wait.c
reactos/subsystems/csr/main.c