finished applying @implemented and @unimplemented comments and remove the comments...
[reactos.git] / reactos / ntoskrnl / io / cleanup.c
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-05 Gunnar Dalsnes-corrected protoype
2003-05-22 Gunnar Dalsnes-Fixed FileObject/Event dereferencing at IRP completion...
2003-05-16 Casper Hornstrup2003-05-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-21 Hartmut Birr- Fixed the buffer handling for ioctl requests and...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-28 Hartmut BirrRemoved dereferencing of the event/file object for...
2002-04-27 Hartmut BirrMoved dereferencing of file objects to IoSecondStageCom...
2002-04-07 Phillip SusiReworked quite a bit of IO manager code to fix several...
2002-01-21 Hartmut BirrRemoved IoGetCurrentIrpStackLocation from some functions.
2001-10-10 Hartmut BirrRemoved update of FileOffset from IoReadWriteCompletion().
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-08-14 Hartmut BirrEnabled the call to ObDereferenceObject for some
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2001-02-10 David WelchSection and general memory manager enhancements includi...
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-07-08 David Welch*** empty log message ***
2000-07-07 Phillip SusiDo not clean up mdl on paging requests, as the mm needs...
2000-07-04 David WelchAdded working set functions
2000-05-13 David WelchSome fixes.
1999-12-30 David WelchAdded some additional csrss work
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-10-07 Eric KohlFixed header inclusion order.
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-18 David WelchSeveral bug fixes
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-20 David WelchFixed some bugs
1998-12-20 Rex JolliffVarious changes to support the executable/driver loader
1998-12-19 David WelchMinor bug fixes
1998-12-08 David WelchCorrected a memory leak in the read cleanup code
1998-10-05 Rex JolliffInitial revision