Merge 25584, 25588.
[reactos.git] / reactos / ntoskrnl / include / internal / ex.h
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-25 Alex Ionescu- Rename KiSetSystemTime to KeSetSystemTime and enhance...
2007-01-24 Aleksey BraginMerge 25473.
2007-01-24 Aleksey Bragin- Merge a couple of small bugfixes from 25461 (smss...
2007-01-22 Alex Ionescu- Fix MSVC breakage caused by recent modifications...
2007-01-22 Alex Ionescu- Implement new ExHandle* implementation using pushlock...
2007-01-22 Alex Ionescu- Implement a cute little hack called DEFINE_WAIT_BLOCK...
2007-01-16 Alex Ionescu- Reimplement Process/Thread/Image notification callbac...
2007-01-16 Alex Ionescu- Large cleanup of exported callback implementation...
2007-01-15 Alex Ionescu- Fix locking bugs in guarded mutex implementation...
2007-01-15 Alex Ionescu- Fix several bugs in the rundown protection implementa...
2007-01-15 Alex Ionescu- Fix handle close bug. The ExDestroyHandleEntry API...
2007-01-08 Alex Ionescu- Fix a bug in ExReleasePushLock which broken contentio...
2006-10-25 Alex Ionescu- Add some missing/internal definitions to proper headers.
2006-10-25 Alex Ionescu- Move all ASM internal intrinsics to intrin_i.h. Reque...
2006-10-23 Alex Ionescu- Properly implement inline versions of KeGetCurrentThr...
2006-10-09 Alex Ionescu- Some misc changes to fix some of the 250+ warnings...
2006-10-08 Alex Ionescu- Inline and make some slight correctiions to KiInitail...
2006-10-06 Alex Ionescu- Add PROFILE_ACPI_DOCKING_STATE.
2006-10-05 Alex Ionescu- Put all Phase 1 Ex* Initialization in ExpInitSystemPh...
2006-10-05 Alex Ionescu- Implement ExpInitNls to initialize the NLS Section...
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-10-02 Alex Ionescu- Combine SeInit1 and SeInit2 into SeInit since both...
2006-10-02 Alex Ionescu- Implement Phase 0 Ex initialization (Resource, Lookas...
2006-10-01 Alex Ionescu- Implement ExpIsLoaderValid to validate the LOADER_PAR...
2006-09-17 Alex Ionescu- Large cleanup of psmgr.c. Move all externs and protot...
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-06 Alex Ionescu- MSVC Build Fixes
2006-07-20 Alex Ionescu- Add Pushlock support for GCC (Thanks Thomas!)
2006-07-11 Alex Ionescu- Implement Fast Referencing and fix EX_FAST_REF defini...
2006-07-11 Alex Ionescu- Fix up some stuff in Kernel Gates support.
2006-06-10 Alex Ionescu- Update sweep callback to send the handle number....
2006-05-24 Alex Ionescu- Wipe out PROS_OBJECT_HEADER and use OBJECT_HEADER...
2006-05-19 Alex Ionescu- Use the proper HANDLE_TABLE and HANDLE_TABLE_ENTRY...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-01-05 Thomas BluemelFixed uninitialized variable warning with GCC4
2006-01-05 Alex Ionescu- New ERESOURCE implementation: fixes the return value...
2006-01-03 Alex Ionescu- Implement Pushlocks. Only Waking, and Exclusive Acqui...
2005-12-29 Alex Ionescu- Implemented InterlockedBitTestAndReset, InterlockedBi...
2005-12-07 Thomas Bluemelimplemented sweeping of handle tables
2005-09-13 Alex IonescuPart 1 of <many> ntoskrnl header cleanups
2005-08-07 Thomas Bluemeldirectly translate handles to indexes in ex/handle.c
2005-08-07 Alex Ionescu- Completely reimplement NtWaitForMultipleObjects:
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-06-25 Alex Ionescubuild win32k with NDK, finally\!
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-19 Alex IonescuMove Exported functions away from internal/ke.h, move...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
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-06 Thomas Bluemelupgrade to PSEH2 (note, the new macros are still named...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-13 Gé van Geldorptinus <o112w8r02@sneakemail.com>:
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-18 Thomas Bluemel1. implemented shared sections used for (shared) deskto...
2005-02-14 Thomas Bluemelfixed typo and don't use memcpy to just copy a 32bit...
2005-02-14 Thomas Bluemelsecure access to buffers in NtAllocateLocallyUniqueId
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-18 Eric KohlImplement NtAllocateUuids() partially.
2004-12-01 Eric KohlSet timezone without changing the local time.
2004-11-06 Eric Kohl- Make TIME_ZONE_ID_XXX constants available from kernel...
2004-11-05 Eric KohlRead time zone information from registry at startup.
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-09-09 Hartmut Birr- Implemented ExfInterlockedCompareExchange64 and ExfpI...
2004-08-17 Thomas Bluemeladded very basic support for desktop wallpapers
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-06-19 Filip Navara- Callbacks implementation. A little modified patch...
2004-05-14 Thomas Bluemelchanged cursors/icons to use the window station handle...
2004-05-05 Thomas Bluemelfixed GetThreadDesktop() (not fully working yet because...
2004-05-01 Thomas Bluemelimplemented RegisterLogonProcess(), LockWindowStation...
2004-04-29 Thomas Bluemelimplemented keybd_event(), mouse_event(), BlockInput...
2004-04-14 James TaborImplementation of system performance auditing hax.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-16 Gé van GeldorpDon't use RECTL structure in ntoskrnl
2004-01-16 Gé van GeldorpStore area touched by mouse pointer as this may be...
2004-01-15 Gé van GeldorpFix VGA display corruption caused by mouse pointer
2003-12-12 Thomas Bluemelimplemented GetThreadDesktop()
2003-12-10 Thomas Bluemelstore ShellWindow and ShellListView handle in window...
2003-12-09 Thomas Bluemelchanged handle management of cursors/icons
2003-11-30 Filip NavaraWork on activation/focus.
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
2003-11-22 Thomas Bluemelget CursorBlinkRate from registry
2003-11-16 Hartmut Birr- Initialized lookaside lists earlier in the startup...
2003-11-11 Thomas Bluemel1.added a simple test application for hotkeys
2003-11-10 Thomas BluemelImplemented SetCursor and rewrote some cursor/icon...
2003-09-24 Thomas Bluemelimproved mouse (buttons) handling
2003-09-10 Vizzinipatch by Skywing: made existing eventpair code more...
next