- fixed handle table structures
authorThomas Bluemel <thomas@reactsoft.com>
Sun, 13 Mar 2005 14:21:47 +0000 (14:21 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sun, 13 Mar 2005 14:21:47 +0000 (14:21 +0000)
commitd288e05d38673d8020ff94c88010c1be345b097c
tree3ef0ef32e711c80626f54e2f9d07f451c85888c4
parenta3c3364289d4c52223a3a81fa93b43ec2200f41b
- fixed handle table structures
- implement generic executive handle tables (since there don't exist documents that describe the parameters of most of these functions (which are kernel internal only), i made them up as required)
- adjusted OB's handle manager to use ex handle tables
- adjusted the client id manager to use ex handle tables

svn path=/trunk/; revision=14007
24 files changed:
reactos/config
reactos/include/ddk/kefuncs.h
reactos/include/ntos/obtypes.h
reactos/ntoskrnl/Makefile
reactos/ntoskrnl/ex/handle.c [new file with mode: 0644]
reactos/ntoskrnl/ex/init.c
reactos/ntoskrnl/ex/sysinfo.c
reactos/ntoskrnl/ex/work.c
reactos/ntoskrnl/include/internal/ex.h
reactos/ntoskrnl/include/internal/ob.h
reactos/ntoskrnl/include/internal/ps.h
reactos/ntoskrnl/io/iomgr.c
reactos/ntoskrnl/io/pnpmgr.c
reactos/ntoskrnl/lpc/close.c
reactos/ntoskrnl/ob/handle.c
reactos/ntoskrnl/ob/object.c
reactos/ntoskrnl/ps/cid.c
reactos/ntoskrnl/ps/create.c
reactos/ntoskrnl/ps/idle.c
reactos/ntoskrnl/ps/kill.c
reactos/ntoskrnl/ps/process.c
reactos/ntoskrnl/ps/psmgr.c
reactos/ntoskrnl/ps/thread.c
reactos/subsys/win32k/misc/object.c