Remove some debug messages at boot (DPRINT1 changed to DPRINT)
[reactos.git] / reactos / ntoskrnl / lpc / port.c
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-15 Emanuele AlibertiCorrect a comment.
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-07 Alex IonescuRemove /nt directory
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2005-01-03 Alex IonescuFix incorrect LPC Object export...we export pointers...
2005-01-02 Emanuele AlibertiReplace
2004-10-31 Emanuele AlibertiNormalize private symbols in LPC, plus minor changes...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-04 Emanuele AlibertiRegister the LPC Port object object in the system name...
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-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-02 Emanuele AlibertiLPC: initial work on NT/ROS compatibility.
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2001-12-05 David WelchFixed security define spelling
2001-12-02 David WelchImplemented LPC sections
2001-06-23 Phillip SusiFixed LPC port implementation to use an internal semaph...
2001-03-07 David WelchAdded tagging of most allocates
2001-01-28 Eric KohlAdded mapping of access rights
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-06-29 David WelchMade header file usage more consistent
2000-06-04 Emanuele AlibertiMade and new ntoskrnl/lpc directory for the LPC subsystem.