Implemented missing KeRaiseIrqlToXxLevel() functions
[reactos.git] / reactos / ntoskrnl / mm /
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-09-03 Eric KohlSome minor fixes
2000-08-30 David WelchAdded calibration of KeStallExecutionProcessor delay
2000-08-20 David WelchFixed memory manager bugs
2000-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-08-12 David WelchUpdated CREDITS
2000-07-19 David WelchRemoved broken dma code
2000-07-08 David Welch*** empty log message ***
2000-07-07 David WelchCorrected bug where user32.a wasn't being cleaned
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-07-04 David WelchCompilation fixes
2000-07-04 David WelchAdded working set functions
2000-07-02 Eric KohlFinal macro fixes
2000-07-02 Eric KohlFixed more macros
2000-07-01 David WelchRemoved unused header file
2000-07-01 Eric KohlReplaced boot_param by LOADER_PARAMETER_BLOCK
2000-06-29 David WelchMade header file usage more consistent
2000-06-27 David WelchCorrected bug when booting with loadros
2000-06-26 David WelchDocumented parts of the page fault path and flagged...
2000-06-25 David WelchFixed bug.
2000-06-25 David WelchRemoved from redundant files from the mm directory
2000-06-07 Eric KohlUpdate after server failure.
2000-05-24 David WelchMore bug fixes.
2000-05-13 David WelchSome fixes.
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-03 David WelchCorrect LPC implementation
2000-04-02 Emanuele AlibertiMm subsystem exports table complete.
2000-03-29 David WelchCorrected mutex implementation
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
2000-03-24 David WelchConnected standard input/output to the console
2000-03-20 Eric KohlModified kernel initialization sequence
2000-03-19 Emanuele AlibertiSome clean-up in ntoskrnl/mm. MmAllocateSection prototy...
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-03-01 Emanuele AlibertiNTOSKRNL.FsRtlAllocate functions.
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-02-06 Eric KohlFixed a bug in NtQueryVirtualMemory()
2000-01-26 David WelchMore improvements to LPC code
2000-01-12 Eric KohlAdded missing printf() functions
1999-12-30 David WelchAdded some additional csrss work
1999-12-26 David WelchAdded some security functions
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-20 David WelchFixed problem with handles not being released
1999-12-18 David WelchWorked around compiler bug in NtDelayExecution
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-12 David WelchBacked out Philip Susi's changes for further testing
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-02 David WelchSome bug fixes.
1999-12-01 Eric KohlFixed a typo
1999-11-25 Eric KohlFixed typo
1999-11-25 David WelchCorrected ntdll mapping bug
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-11-02 David WelchImproved scheduling code
1999-10-14 Eric KohlReplaced calls to _printk() by calls to DbgPrint().
1999-10-07 Eric KohlFixed header inclusion order.
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-05-29 David WelchLots of changes to the kernel
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-18 David WelchSynched makefiles
1999-04-18 David WelchSeveral bug fixes
1999-04-14 David WelchFixed silly compilation bug
1999-04-14 David Welch*** empty log message ***
1999-04-10 David WelchPartially implemented PEB
1999-04-01 David WelchEnhanced memory managment
1999-03-31 David WelchImproved physical page managment
1999-03-30 David WelchBegan improvements to memory managment, changed method of
1999-03-25 David WelchCleaned up code a bit
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-06 David Welchno message
1999-02-06 Rex JolliffFixed debug statement
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-29 David WelchRemoved some memory leaks
1999-01-28 David WelchRemoved memory leaks
1999-01-28 David Welchno message
1999-01-20 David WelchFixed some bugs
1999-01-16 David WelchFixed several bugs
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...
1999-01-13 Rex JolliffPE driver loader is complete.
1999-01-04 David WelchCreated bugs in wait and timer code
1999-01-04 jeanadded function to defrag free list, because else pool...
1999-01-03 David WelchAdded directory listing support for the shell
1999-01-01 David Welch*** empty log message ***
1998-12-30 Rex JolliffChanges to support new VFAT functions and the loader
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-12-06 Rex JolliffFixed a bug introduced by a change in ZwAllocateVirtual...
1998-12-04 Rex JolliffRolled in various changes from others
1998-11-29 Rex JolliffChanged include file spec
1998-10-05 Rex Jolliffbrings code in line with release 12
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-10-05 Rex JolliffInitial revision
1998-09-20 Rex JolliffPage overlapping MDLs have been fixed
1998-09-15 Rex Jollifffixes and changes to support IDE driver
1998-09-13 Rex Jolliffcleanup of import
1998-09-13 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-09-09 Rex Jolliffno specific problems fixed
1998-09-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
next