Author: hbelusca
Date: Sat Oct 20 21:03:32 2012
New Revision: 57587
URL:
http://svn.reactos.org/svn/reactos?rev=57587&view=rev
Log:
[NTDLL/KERNEL32]
- Use new naming scheme.
[CSRSRV]
- Continuing headers reorganization.
- Activate new code.
[CSRSRV/WIN32CSR]
- Move some code into basesrv.
[BASESRV]
- Add basesrv.dll
The names of the APIs tables come from
http://j00ru.vexillium.org/csrss_list/api_list.html
as usual,
however I used the NT 4 ones for testing purposes only. After that I will update them to
2k3 version
and add function stubs. Also some variable names are deduced from the
subsystems/win32/csrss/csrsrv/server.c ones.
Added:
branches/ros-csrss/include/reactos/subsys/win/console.h (with props)
branches/ros-csrss/subsystems/win/basesrv/CMakeLists.txt (with props)
branches/ros-csrss/subsystems/win/basesrv/basesrv.spec (with props)
Removed:
branches/ros-csrss/include/reactos/subsys/csrss/csrcons.h
branches/ros-csrss/subsystems/win/basesrv/basesrv.def
branches/ros-csrss/subsystems/win/basesrv/main.c
branches/ros-csrss/win32ss/user/win32csr/file.c
branches/ros-csrss/win32ss/user/win32csr/file.h
Modified:
branches/ros-csrss/dll/ntdll/csr/api.c
branches/ros-csrss/dll/win32/kernel32/client/dosdev.c
branches/ros-csrss/dll/win32/kernel32/client/file/deviceio.c
branches/ros-csrss/dll/win32/kernel32/client/file/filename.c
branches/ros-csrss/dll/win32/kernel32/client/proc.c
branches/ros-csrss/dll/win32/kernel32/client/vdm.c
branches/ros-csrss/include/reactos/subsys/csrss/csrss.h
branches/ros-csrss/include/reactos/subsys/win/base.h (contents, props changed)
branches/ros-csrss/include/reactos/subsys/win/windows.h (contents, props changed)
branches/ros-csrss/subsystems/win/basesrv/basesrv.h (contents, props changed)
branches/ros-csrss/subsystems/win/basesrv/basesrv.rc (contents, props changed)
branches/ros-csrss/subsystems/win/basesrv/init.c (contents, props changed)
branches/ros-csrss/subsystems/win/basesrv/server.c (contents, props changed)
branches/ros-csrss/subsystems/win32/csrsrv/api/process.c
branches/ros-csrss/subsystems/win32/csrsrv/api/wapi.c
branches/ros-csrss/subsystems/win32/csrsrv/init.c
branches/ros-csrss/subsystems/win32/csrsrv/procsup.c
branches/ros-csrss/subsystems/win32/csrsrv/server.c
branches/ros-csrss/win32ss/user/win32csr/CMakeLists.txt
branches/ros-csrss/win32ss/user/win32csr/dllmain.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/ros-csrss/dll/ntdll/csr/api.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/dll/ntdll/csr/api.c?r…
Modified: branches/ros-csrss/dll/win32/kernel32/client/dosdev.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/dll/win32/kernel32/cl…
Modified: branches/ros-csrss/dll/win32/kernel32/client/file/deviceio.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/dll/win32/kernel32/cl…
Modified: branches/ros-csrss/dll/win32/kernel32/client/file/filename.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/dll/win32/kernel32/cl…
Modified: branches/ros-csrss/dll/win32/kernel32/client/proc.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/dll/win32/kernel32/cl…
Modified: branches/ros-csrss/dll/win32/kernel32/client/vdm.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/dll/win32/kernel32/cl…
Removed: branches/ros-csrss/include/reactos/subsys/csrss/csrcons.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/include/reactos/subsy…
Modified: branches/ros-csrss/include/reactos/subsys/csrss/csrss.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/include/reactos/subsy…
Modified: branches/ros-csrss/include/reactos/subsys/win/base.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/include/reactos/subsy…
Added: branches/ros-csrss/include/reactos/subsys/win/console.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/include/reactos/subsy…
Modified: branches/ros-csrss/include/reactos/subsys/win/windows.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/include/reactos/subsy…
Added: branches/ros-csrss/subsystems/win/basesrv/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win/basesr…
Removed: branches/ros-csrss/subsystems/win/basesrv/basesrv.def
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win/basesr…
Modified: branches/ros-csrss/subsystems/win/basesrv/basesrv.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win/basesr…
Modified: branches/ros-csrss/subsystems/win/basesrv/basesrv.rc
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win/basesr…
Added: branches/ros-csrss/subsystems/win/basesrv/basesrv.spec
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win/basesr…
Modified: branches/ros-csrss/subsystems/win/basesrv/init.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win/basesr…
Removed: branches/ros-csrss/subsystems/win/basesrv/main.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win/basesr…
Modified: branches/ros-csrss/subsystems/win/basesrv/server.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win/basesr…
Modified: branches/ros-csrss/subsystems/win32/csrsrv/api/process.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win32/csrs…
Modified: branches/ros-csrss/subsystems/win32/csrsrv/api/wapi.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win32/csrs…
Modified: branches/ros-csrss/subsystems/win32/csrsrv/init.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win32/csrs…
Modified: branches/ros-csrss/subsystems/win32/csrsrv/procsup.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win32/csrs…
Modified: branches/ros-csrss/subsystems/win32/csrsrv/server.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/subsystems/win32/csrs…
Modified: branches/ros-csrss/win32ss/user/win32csr/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/win32ss/user/win32csr…
Modified: branches/ros-csrss/win32ss/user/win32csr/dllmain.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/win32ss/user/win32csr…
Removed: branches/ros-csrss/win32ss/user/win32csr/file.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/win32ss/user/win32csr…
Removed: branches/ros-csrss/win32ss/user/win32csr/file.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-csrss/win32ss/user/win32csr…