- Fix logic bugs in LpcRequestPort (which is not the same as NtRequestPort as someone...
[reactos.git] / reactos / ntoskrnl / lpc / connect.c
2008-04-23 Aleksey Bragin- Fix logic bugs in LpcRequestPort (which is not the...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-06-08 Dmitry GorbachevFix failed assertion in MM code.
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-03 Alex Ionescu- Temporarily disable referencing and dereferencing...
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-22 Alex Ionescu- Fix HANDLE_TABLE definition.
2007-01-21 Alex Ionescu- Fix multiple LPC race conditions.
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-10 Alex Ionescu- Fix build.
2007-01-10 Alex Ionescu- Commit NTLPC and remove old implementation.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-25 Alex Ionescu- Fix a bug in LPC creation (missing one handle) and...
2006-06-14 Alex Ionescu- Fix some referencing/bugs in Ob functions that I...
2006-01-08 Alex Ionescu- Remove some public APIs from internal headers.
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structures ...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-09 Alex Ionescu- Use the actual previous mode (spotted by Thomas)
2005-08-08 Thomas Bluemelrevert my last changes back to Alex's version of ObpCap...
2005-08-08 Thomas Bluemel- reverted ObpCaptureObjectAttributes back to my old...
2005-07-23 Hartmut BirrFixed an uninitialized variable error.
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Steven Edwardsmove the rest of the alread defined tags to the private...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-07 Alex IonescuRemove /nt directory
2005-01-03 Alex IonescuFix incorrect LPC Object export...we export pointers...
2005-01-02 Emanuele AlibertiReplace
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-21 Filip Navara- Minor correction to NtConnectPort to avoid freeing...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-02 Emanuele AlibertiLPC: initial work on NT/ROS compatibility.
2004-02-01 Emanuele AlibertiUse macros for LPC message limits in current LPC implem...
2004-01-22 Emanuele AlibertiDo not make NtSecureConnectPort fail: for now direct...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-11-20 Eric KohlFixed a cut-and-paste bug.
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-08-07 Andrew GreenwoodW32API conversion update
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-11 Hartmut BirrDid not dereference the connected port if the function...
2002-11-05 Hartmut Birr* Fixed the buffer allocation in NtAccecptConnectedPort.
2002-11-03 Casper Hornstrup2002-11-03 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-01-03 David WelchFixed LPC section bug
2001-12-31 David WelchVirtual memory support
2001-12-02 David WelchImplemented LPC sections
2001-06-23 Phillip SusiFixed LPC port implementation to use an internal semaph...
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-03-07 David WelchAdded tagging of most allocates
2001-01-29 Emanuele AlibertiStubs for some new LPC functions (w2k).
2001-01-18 David WelchFixes for problems with NtReplyWaitReceive and KeWaitFo...
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-06-04 Emanuele AlibertiMade and new ntoskrnl/lpc directory for the LPC subsystem.