Take care of one BSOD in NtGdiDdCreateDirectDrawObject, it is not correct fix, it...
[reactos.git] / reactos / ntoskrnl / cc /
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-27 Hartmut BirrLock the MainResource from fcb, if we are trying to...
2005-11-26 Hartmut BirrFixed CcTryToAcquireBrokenMutex.
2005-11-26 Gé van GeldorpSilence debug messages
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-11-19 Alex Ionescu- Deprecated
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-18 Alex IonescuDue to CcRos's abusive usage and dependency on our...
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-08-15 Royce Mitchell IIIfix reference counting output to tell us caller's file...
2005-08-13 Royce Mitchell IIIBCB tracing implementation
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-19 Alex IonescuFix some ntoskrnl things, like using Rtl instead of...
2005-06-19 Filip Navara- Use regular PE structures in NTOSKRNL/NTDLL/DISKDUMP.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Steven Edwardsstarted moving tags to a private internal header
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-07 Alex IonescuImplement FsRtlMdlRead, FsRtlMdlReadComplete, FsMdlRead...
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-28 Alex IonescuIO Manager Cleanup continues:
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-16 Art YerkesFix compilation with -O3 and fix bugs 484 and 505....
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-19 Thomas Bluemelfixed implementation of SetErrorMode() which should...
2005-01-02 Filip NavaraChange the MEMORY_AREAs to be stored it a binary search...
2005-01-01 Alex IonescuFix my previous NtDelayExecution patch. Fix Cc function...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 Alex IonescuImplemented:
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-09-19 Hartmut Birr- Call MmFreeSectionSegments if the Bcb reference count...
2004-08-25 Filip Navara- Implement CcRepinBcb and CcGetFileObjectFromBcb.
2004-08-21 Mike Nordellmake code C89-compilable again
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-10 Filip NavaraFix compiler warnings.
2004-08-01 Filip Navara- Replace some usages of KEBUGCHECK(0) with correct...
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
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-21 Alex IonescuAdded Stubs for Cache Manager functions in their approp...
2004-06-20 Vizzinibacked out bugified patch
2004-06-19 Vizzinipatch by Tom (tmkpl@poczta.onet.pl)
2004-06-19 Steven Edwardsadded stubs for the Cache Manager by Alex Ionescu.
2004-06-06 Hartmut Birr- Allocate memory for mdl's for paging io from stack...
2004-06-06 Hartmut Birr- Store page numbers instead of physical address's...
2004-05-22 Hartmut Birr- Do not immediately write the zeroed region to the...
2004-02-26 Hartmut Birr- Marked a cache segment as page out in progress to...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-15 Hartmut Birr- Acquire always the segmemt lock in CcRosLookupCacheSe...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell IIIadded @implemented and @unimplemented notes to the...
2003-06-27 Hartmut Birr- Fixed some locking problems during different processe...
2003-06-16 Hartmut Birr- Remove only the necessary page count from cache in...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-06 Hartmut Birr- Do not create cache segments after the end of a file.
2003-05-25 Hartmut Birr- Fixed the releasing of cache segments on error in...
2003-05-25 Hartmut Birr- Check if a file object is on the close list and remov...
2003-05-17 Eric KohlImplemented Top-Down-Allocator.
2003-02-18 Casper Hornstrup2003-02-18 Casper S. Hornstrup <chorns@users.sourcefo...
2003-02-13 Hartmut Birr- Ntoskrnl uses for all access to internal structures...
2003-01-30 Hartmut BirrIncrease the write back count in CcRosFlushDirtyPages
2003-01-19 Gé van GeldorpSilence some debug messages
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-11 Hartmut BirrUsed lookasidelists for some memory allocations.
2003-01-11 Hartmut BirrUsed lookasidelists for ibcb's.
2002-12-15 Casper Hornstrup2002-12-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-02 Hartmut BirrRelease the cache segment if the reading of it fails...
2002-10-02 Hartmut BirrRelease the BcbLock before there is a call to CcRosFree...
2002-10-02 Hartmut BirrModified some functions, changed the sequence for acqui...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Casper Hornstrup2002-09-30 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-15 guidoSwitch i287 fpu, if present, into protected mode (ignor...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-28 Hartmut BirrMoved IoPageRead from io.h to iofuncs.h.
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
2002-08-17 Hartmut Birr- Disabled write caching for meta data (FAT, directorie...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-17 David WelchFixed some bugs.
2002-06-10 Hartmut BirrFixed a minor bug in CcSetFileSizes.
next