sync to trunk head (35945)
[reactos.git] / reactos / ntoskrnl / ex / handle.c
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-22 Stefan Ginsberg- Add EFLAGS_IOPL to asm.h and make use of it in assembly
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-03 Stefan Ginsberg- Revert 35042
2008-08-02 Stefan Ginsberg- ExpLookupHandleTableEntry: Apply same changes as...
2008-07-31 Timo Kreuzer- fix usage of InterlockedExchangePointer
2008-07-15 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-07-13 Christoph von Wittichmore correct fix by Alex
2008-07-13 Christoph von Wittichfix handle table calculations
2008-06-17 Aleksey BraginDaniel Zimmerman <netzimme@aim.com>
2008-03-27 James TaborQuestion is what is its?
2008-03-27 KJK::HyperionFix some serious handle table bugs which led to memory...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-27 Aleksey Bragin- Add a reset of a "failure" flag in a successive case...
2007-11-27 Hervé PoussineauNo need to increment handle count, it is already done...
2007-09-30 Aleksey Bragin- ObReferenceObjectByHandle/ObpReferenceProcessByHandle...
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-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-24 Aleksey Bragin- Merge a couple of small bugfixes from 25461 (smss...
2007-01-23 Alex Ionescu- Fix some warnings.
2007-01-22 Thomas BluemelSilence a warning
2007-01-22 Sylvain Petreollefix warnings
2007-01-22 Alex Ionescu- Implement ExEnumHandleTable. Had to add a small hack...
2007-01-22 Alex Ionescu- Implement new ExHandle* implementation using pushlock...
2007-01-15 Alex Ionescu- Fix handle close bug. The ExDestroyHandleEntry API...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-06-11 Alex Ionescu* Significant improve boot speed and debug log neatness:
2006-06-10 Alex Ionescu- Update sweep callback to send the handle number....
2006-06-05 Alex Ionescu- Fix ExChangeHandle not to send NULL but the actual...
2006-05-19 Alex Ionescu- Use the proper HANDLE_TABLE and HANDLE_TABLE_ENTRY...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2005-12-07 Thomas Bluemelimplemented sweeping of handle tables
2005-08-07 Thomas Bluemeldirectly translate handles to indexes in ex/handle.c
2005-07-26 Hartmut Birrreverted last change
2005-07-26 Hartmut BirrLock the handle table if we trying to get a pointer...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
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-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-13 Thomas Bluemelinitialize the handle tables before creating them
2005-03-13 Thomas Bluemeldon't use the current process' pid if no process specified.
2005-03-13 Thomas Bluemel- fixed handle table structures