Full memory management support (memory.c & memory.h & mem.S)
[reactos.git] / reactos / ntoskrnl / ps /
2001-07-04 Casper HornstrupUpdated clean rules.
2001-06-23 Phillip SusiHandles should be closed in the context of the dead...
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-06-12 Casper HornstrupWindow stations and desktops
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-21 Eric KohlImplemented PsCreateSystemProcess()
2001-04-17 David WelchSMP scheduling fixes
2001-04-17 David WelchFurther SMP work (associate an idle thread with each...
2001-04-16 David WelchFurther SMP initialization work (now boots all processo...
2001-04-16 David WelchSMP detection work
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-03-25 David WelchV86 mode fixes
2001-03-18 David WelchFixes for APC handling
2001-03-16 David WelchRemoved obsolete header files
2001-03-14 David WelchMore dependency fixes
2001-03-07 David WelchMore .cvsignore files
2001-03-07 David WelchAdded tagging of most allocates
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-02-06 David WelchFixed timer code
2001-02-02 Eric KohlAdded access right mapping
2001-01-28 Eric KohlAdded mapping of access rights
2001-01-21 David WelchFixed bug in NtFreeVirtualMemory reported by Philip...
2001-01-19 David Welch(Finally) implemented Philip Susi's suggestion for...
2001-01-18 David WelchFixes for problems with NtReplyWaitReceive and KeWaitFo...
2001-01-17 David WelchMultiboot fixes
2000-12-28 Eric KohlFixed some undocumented functions and types
2000-12-26 David WelchAdded support for calling BIOS functions
2000-12-24 David WelchFixed compilation bug
2000-12-23 David WelchAll task switching is done in software.
2000-12-22 Eric KohlImplemented NtResumeThread() and NtSuspendThread()
2000-12-10 David WelchSome work on file caching
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-10-08 David WelchAdditional bug fixes
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-09-24 Phillip SusiFixed crash due to thread priority out of bonuds bug...
2000-09-06 Phillip SusiMade PsGetCurrentThread STDCALL
2000-09-06 Phillip SusiInitialize new Win32ThreadData member in ETHREAD
2000-09-05 Eric KohlImplemented dll detach on thread termination
2000-08-12 David WelchUpdated CREDITS
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-30 David WelchFixes from Casper Hornstrup
2000-07-10 Eric KohlMoved interrupt code from hal into kernel
2000-07-07 Phillip SusiFixed ps code to terminate threads correctly
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-04 Eric KohlFixed RtlNtStatusToDosError()
2000-07-01 Eric KohlFixed Ps macros
2000-06-29 David WelchMade header file usage more consistent
2000-06-27 David WelchCorrected bug when booting with loadros
2000-06-25 David WelchRemoved from redundant files from the mm directory
2000-06-04 Eric KohlFixed STDCALL issues in Ke functions
2000-06-04 Emanuele AlibertiMade and new ntoskrnl/lpc directory for the LPC subsystem.
2000-06-03 Eric KohlUpdated Ps* functions
2000-05-14 Emanuele AlibertiAdded ifdef to skip a piece of code commited by mistake...
2000-05-14 Emanuele AlibertiFixed bug reported by Michael Rich in kernel32 compilation.
2000-05-13 David WelchSome fixes.
2000-04-28 Phillip SusiNtTerminateProcess did not terminate the current thread...
2000-04-23 Phillip SusiDisabled debug prints
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-03 David WelchCorrect LPC implementation
2000-03-29 David WelchCorrected mutex implementation
2000-03-22 David WelchUpdated the minix driver
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-02-14 David WelchFixed compilation bug
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-01-27 David WelchChanged the loader so ZwCreateProcess now maps ntdll...
2000-01-26 David WelchMore improvements to LPC code
2000-01-05 David WelchImplemented more security functions
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-18 Phillip SusiAdded tracking of running threads in a process, and...
1999-12-16 Phillip Susifound that list corruption bug. it was also resulting...
1999-12-14 Phillip Susimissing initialization of Thread->Tcb.WaitBlockList
1999-12-14 Phillip Susifixed runnable thread counters
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-12 Phillip Susinew APC code ready for prime time
1999-12-12 David WelchBacked out Philip Susi's changes for further testing
1999-12-12 Phillip Susifixed thread dispatcher bug with spin lock
1999-12-11 Phillip Susithread priorities, and some APC work
1999-12-11 Phillip Susiadded initialization for APCs
1999-12-11 Phillip Susiat least it compiles now...
1999-12-10 Phillip Susiadded initial priorities to threads and processes
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-06 Eric Kohl- implemented process parameter block (PPB) code
1999-12-05 Phillip Susiforgot to initialize Create member of OBJECT_TYPE for...
1999-12-02 David WelchSome bug fixes.
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-13 Eric KohlPEB will be created in NtCreateProcess.
1999-10-11 Eric KohlMinor fix to teb allocation.
1999-10-07 Eric KohlFixed header inclusion order.
1999-09-06 Eric KohlThread improvements.
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-08-17 Eric KohlFixed STDCALL bugs.
1999-06-24 Emanuele AlibertiKeGetPreviousMode (useless)
next