[ros-svn] [ion] 16213: Large change to modify NTDLL'S CSR Functions to be compatible with NT. They are external and we should at least try to match the number of arguments (one vs eight? come on!). Because this is also the direction that Emanuele wants to be taking, the whole external calling interface was modified to be more compatible with NT (although internally it still isn't, and does not have a reason to be). API Names are now generated by a macro from the Server ID, like Emanuele and I noticed from traces, and I've entirely removed the concept of a reply structure. CSRSS uses full-duplex one-way structures, not dual-strutures (this would've been incompatible with the external interface anyways). I don't seem to have introduced any new bugs (console-ROS works great for me, as does the GUI), but there is still a chance some obscure bug might happen, so please bear with me, I had to hand-edit over 250 calls. Also, this now allows full removal of ntdll headers and the next! commits will clea n this up

ion at svn.reactos.com ion at svn.reactos.com
Wed Jun 22 06:03:00 CEST 2005


Large change to modify NTDLL'S CSR Functions to be compatible with NT. They are external and we should at least try to match the number of arguments (one vs eight? come on!). Because this is also the direction that Emanuele wants to be taking, the whole external calling interface was modified to be more compatible with NT (although internally it still isn't, and does not have a reason to be). API Names are now generated by a macro from the Server ID, like Emanuele and I noticed from traces, and I've entirely removed the concept of a reply structure. CSRSS uses full-duplex one-way structures, not dual-strutures (this would've been incompatible with the external interface anyways). I don't seem to have introduced any new bugs (console-ROS works great for me, as does the GUI), but there is still a chance some obscure bug might happen, so please bear with me, I had to hand-edit over 250 calls. Also, this now allows full removal of ntdll headers and the next commits will clean th!
 is up


Updated files:
trunk/reactos/include/csrss/csrss.h
trunk/reactos/include/ndk/ntndk.h
trunk/reactos/include/ndk/rtltypes.h
trunk/reactos/include/ndk/umfuncs.h
trunk/reactos/include/ndk/umtypes.h
trunk/reactos/include/ntos.h
trunk/reactos/lib/kernel32/file/create.c
trunk/reactos/lib/kernel32/k32.h
trunk/reactos/lib/kernel32/misc/console.c
trunk/reactos/lib/kernel32/misc/dllmain.c
trunk/reactos/lib/kernel32/process/create.c
trunk/reactos/lib/kernel32/process/proc.c
trunk/reactos/lib/ntdll/csr/lpc.c
trunk/reactos/lib/ntdll/def/ntdll.def
trunk/reactos/lib/ntdll/inc/ntdll.h
trunk/reactos/lib/user32/include/user32.h
trunk/reactos/lib/user32/misc/exit.c
trunk/reactos/lib/user32/misc/misc.c
trunk/reactos/subsys/csrss/api/process.c
trunk/reactos/subsys/csrss/api/user.c
trunk/reactos/subsys/csrss/api/wapi.c
trunk/reactos/subsys/csrss/csrss.c
trunk/reactos/subsys/csrss/include/api.h
trunk/reactos/subsys/csrss/init.c
trunk/reactos/subsys/csrss/win32csr/conio.c
trunk/reactos/subsys/csrss/win32csr/desktopbg.c
trunk/reactos/subsys/csrss/win32csr/dllmain.c
trunk/reactos/subsys/csrss/win32csr/exitros.c
trunk/reactos/subsys/win32k/include/csr.h
trunk/reactos/subsys/win32k/ntuser/csr.c
trunk/reactos/subsys/win32k/ntuser/desktop.c
trunk/reactos/subsys/win32k/ntuser/misc.c




More information about the Ros-svn mailing list