- Fix multiple LPC race conditions.
[reactos.git] / reactos / ntoskrnl / lpc / port.c
2007-01-21 Alex Ionescu- Fix multiple LPC race conditions.
2007-01-10 Alex Ionescu- Fix build.
2007-01-10 Alex Ionescu- Commit NTLPC and remove old implementation.
2007-01-09 Alex Ionescu- Fix Port and Section Object Type creation by specifyi...
2006-10-23 Alex Ionescu- Implement NtSetEventBoostPriority, NtGetCurrentProces...
2006-06-05 Alex Ionescu- Rename ObpCreateTypeObject to ObCreateObjectType...
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-09-13 Alex Ionescuntoskrnl header cleanups
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
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-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-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
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-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.