Standardize comment headers. Patch by Trevor McCort
[reactos.git] / reactos / ntoskrnl / mm / pagefile.c
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
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-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.
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.