- Fix incorrect comment, spotted by Timo.
[reactos.git] / reactos / ntoskrnl / ke / gate.c
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-04-11 Dmitry GorbachevFix some bugs.
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-11 Alex Ionescu- Release dispatcher lock if gate is already signaled.
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-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-24 Aleksey BraginMerge 25473.
2007-01-22 Alex Ionescu- Implement new ExHandle* implementation using pushlock...
2007-01-21 Alex Ionescu- Fix multiple LPC race conditions.
2007-01-15 Alex Ionescu- Fix locking bugs in guarded mutex implementation...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-15 Thomas BluemelRemove ASSERT(FALSE) statement
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-14 Alex Ionescu- Converted some macros to inlined functions.
2006-09-14 Alex Ionescu- Implement KiAcquireDispatcherObject, KiReleaseDispatc...
2006-09-14 Alex Ionescu- Implement KiUnlinkThread to unlink a thread from...
2006-09-10 Alex Ionescu- Get completely rid of old Dispatcher Lock macros...
2006-09-10 Alex Ionescu- Add some definitions to ketypes.h
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-13 Alex Ionescu- Fix utterly messed up unblocking/readying thread...
2006-07-13 Alex Ionescu- Fix KiAcquireMutexContended, it was broken in contend...
2006-07-11 Alex Ionescu- Fix up some stuff in Kernel Gates support.
2006-01-10 Hartmut BirrRelease the dispatcher lock after KiUnblockThread.
2006-01-06 Alex Ionescu- Set the right Thread->WaitTime dring waits
2006-01-06 Alex Ionescu- Invert CONFIG_SMP defines as requested by Hartmut
2005-09-23 Alex IonescuFix signalstate check in KGATE code; spotted by magey.
2005-06-17 Alex IonescuFix bug in gate code
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Hervé PoussineauSet svn:keywords and svn:eol-style properties
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-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-13 Alex IonescuKernel Gates. Ultra-lightweight and exclusive Wait...