Revert part of r20493. Created bug 1229 to keep track of the issue.
[reactos.git] / reactos / ntoskrnl / mm / pagefile.c
2006-01-01 Gé van GeldorpRevert part of r20493. Created bug 1229 to keep track...
2005-12-31 Gé van GeldorpOn FAT16 partitions smaller than 128MB, the cluster...
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-20 Alex Ionescu - Created include/libs and moved all library headers...
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
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-07 Alex IonescuImplement FsRtlAllocateResource, FsRtlIsPagingFile...
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-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-15 Thomas Bluemeldon't leak the captured file name in NtCreatePagingFile...
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-26 Gé van GeldorpHervé Poussineau <poussine@freesurf.fr>
2005-01-26 Thomas Bluemeldon't return a random status code in case of probing...
2005-01-26 Thomas BluemelNtCreatePagingFile() should release the captured unicod...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-24 Gé van GeldorpImplement IO_NO_PARAMETER_CHECKING flag
2005-01-24 Thomas Bluemelminor fixes
2005-01-24 Gé van GeldorpNt -> Zw
2005-01-12 Filip NavaraPortability fixes.
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-10-30 Filip Navara- Change ULONG to ULONG_PTR for StackLimit.
2004-10-09 Gé van GeldorpPass requested base address to MmAllocateSection()
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
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-19 Vizzinipatch by Tom (tmkpl@poczta.onet.pl)
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-20 Hartmut Birr- Do not change the mapping count of a page if the...
2004-04-22 James TaborImplemented new Ros exclusive function SystemFullMemory...
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2004-03-04 Filip Navara- Don't zero memory allocated by ExAllocatePool.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Fixed the initialisation of the core dump service...
2003-11-30 Hartmut Birr- Use binary search for the offset within the pagefile.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-08-29 David Welch- Removed test code.
2003-08-27 David Welch- Added support for crash dumps:-
2003-08-10 Hartmut Birr- Fixed the allocation of the retrieval pointers for...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-05-11 Casper Hornstrup2003-05-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-11 Hartmut Birr- Retrieve the cluster chunks for a pagefile from fsd...
2003-01-11 Hartmut BirrFixed the check for the correct count of pagefiles.
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 David Welch2002-08-17 David Welch <welch@computer2.darkstar...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-07-17 David WelchFixed some bugs.
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-03-18 Eric KohlFixed Nt/ZwCreatePagingFile() prototype.
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-01-27 David WelchFixes for problems with win32k
2002-01-08 David WelchMore swapping fixes
2001-12-31 David WelchSwapping to disk
2001-12-06 David WelchRemoved bitops.h
2001-10-10 Hartmut BirrAdded a new parameter to IoPageWrite().
2001-03-25 David WelchV86 mode fixes
2001-02-06 David WelchFixed timer code
2001-01-13 David WelchFix for vfatfs on volumes with smaller cluster sizes
2001-01-08 David WelchSome memory manager cleanups
2000-09-03 Eric KohlSome minor fixes
2000-07-07 David WelchCorrected bug where user32.a wasn't being cleaned
2000-07-04 David WelchAdded working set functions
2000-05-13 David WelchSome fixes.
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-10 David WelchModified LPC implementation to be closer to nt.