- Make the NDK compatible with the MSDDK again.
[reactos.git] / reactos / ntoskrnl / cc / copy.c
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-09-14 Alex Ionescuntoskrnl header cleanups
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-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-28 Alex IonescuIO Manager Cleanup continues:
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-01 Alex IonescuFix my previous NtDelayExecution patch. Fix Cc function...
2004-12-30 Alex IonescuImplemented:
2004-08-25 Filip Navara- Implement CcRepinBcb and CcGetFileObjectFromBcb.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
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-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-10 Royce Mitchell IIIadded @implemented and @unimplemented notes to the...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-25 Hartmut Birr- Fixed the releasing of cache segments on error in...
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...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
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-17 Hartmut Birr- Disabled write caching for meta data (FAT, directorie...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-17 David WelchFixed some bugs.
2002-06-10 Hartmut BirrImplemented CcZeroData.
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
2002-01-26 David WelchPresent large reads to the filesystem from CcCopyRead
2001-12-29 David WelchTrim cache
2001-12-27 David WelchSet WP bit in CR0
2001-10-10 Hartmut BirrImplemented CcCopyRead(), CcCopyWrite() and some other...