- Simplify LPC Message allocation with an LpcpAllocateFromPortZone macro.
authorAlex Ionescu <aionescu@gmail.com>
Sun, 5 Nov 2006 20:31:35 +0000 (20:31 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 5 Nov 2006 20:31:35 +0000 (20:31 +0000)
commit6e282d46116615a964d4b8d12660e6173cc97ef6
tree749cf0ca5f31e1b941c8a623301bad437d4af667
parentfb3a3c8a7f7d52ab2b157e3a893b72d670b4f3f1
- Simplify LPC Message allocation with an LpcpAllocateFromPortZone macro.
- Move LPC Macros/inlines to lpc_x.h
- Implement LpcRequestPort.
- Fix a bug in CsrTerminateProcess which was setting up incorrect sizes for the LPC message.
- Add some debug output to csrss.
- NTLPC works perfectly now, except for a bug on shutdown which doesn't properly close LPC processes.

svn path=/trunk/; revision=24685
reactos/ntoskrnl/lpc/ntlpc/close.c
reactos/ntoskrnl/lpc/ntlpc/connect.c
reactos/ntoskrnl/lpc/ntlpc/lpc.h
reactos/ntoskrnl/lpc/ntlpc/lpc_x.h [new file with mode: 0644]
reactos/ntoskrnl/lpc/ntlpc/port.c
reactos/ntoskrnl/lpc/ntlpc/reply.c
reactos/ntoskrnl/lpc/ntlpc/send.c
reactos/subsystems/win32/csrss/api/process.c
reactos/subsystems/win32/csrss/api/wapi.c