2004-10-24 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ntoskrnl / ps /
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-17 Hartmut Birr- Used variables from the KPCR for the current irql...
2004-10-12 Filip Navara- Fix logic error in PsDeleteCidHandle.
2004-10-03 Gé van GeldorpRollback last change since it was incorrect.
2004-10-03 Gé van GeldorpMove final user stack cleanup to kernelmode
2004-10-03 Alex IonescuCorrected KPCR structure, removed IKPCR, set up Current...
2004-10-01 Gé van GeldorpDon't use more than a single page for a TEB (forgotten...
2004-10-01 Gé van GeldorpDon't use more than a single page for a TEB
2004-09-28 Gé van GeldorpNtAllocateVirtualMemory() should return 64k aligned...
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-09-23 Thomas Bluemeldon't attempt to reference NULL objects in NtIsProcessI...
2004-09-23 Thomas Bluemelimplemented NtIsProcessInJob()
2004-09-23 Thomas Bluemelproper job access mapping
2004-09-22 Thomas Bluemelinitialize the job management and export PsJobType
2004-09-22 Thomas Bluemel1. added EJOB structure
2004-09-16 Eric KohlImplement NtQueryDefaultUILanguage, NtQueryInstallUILan...
2004-09-14 Gé van GeldorpCheck if attached when terminating thread. Suggested...
2004-08-31 Hartmut Birr- Removed the member OldProcess from the ETHREAD structure.
2004-08-31 Filip Navara- Revise order of PsInitializeThread to insert the...
2004-08-27 Hartmut Birr- Establish the pde's for the callback stack if the...
2004-08-19 Hartmut Birr- Fixed a crash which occurs on thread switching if...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-12 Alex IonescuFixed/Added Stubs.
2004-08-10 Emanuele AlibertiFixed typographical error.
2004-08-09 Gé van GeldorpNtOpenThread should look at the CIDs UniqueThread membe...
2004-08-08 Alex IonescuInitial Support for Quota Pool Allocations.
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
2004-08-05 James TaborUpdate query thread times.
2004-08-04 Filip Navara- Don't print stack frames in NtContinue if NDEBUG...
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-07-30 James TaborMoved KiTimerSystemAuditing flag to main.c.
2004-07-23 James TaborAdded thread counting with PsEnumThreadsByProcess and...
2004-07-22 James TaborFixing time accounting errors when mult & div into...
2004-07-21 Alex IonescuImplemented PsGetThreadFreezeCount, PsGetThreadHardErro...
2004-07-20 Alex IonescuImplemented PsGetProcessCreateTimeQuadPart, PsGetProces...
2004-07-19 Alex IonescuAdded Ps Stubs and Prototypes.
2004-07-18 Thomas Bluemelcvs maintainance
2004-07-17 Alex IonescuAdded New System Call Prototypes and Stubs
2004-07-16 Thomas Bluemelfixed typo
2004-07-13 Eric KohlNtOpenThreadToken() opens the thread token if OpenAsSel...
2004-07-10 Hartmut Birr- Implemented NtQueryVirtualMemory for unallocated...
2004-07-07 Filip Navara- Fixed NtQueryInformationProcess to return STATUS_NOT_...
2004-07-07 Gé van GeldorpSilence debug messages
2004-07-02 Royce Mitchell IIINtRaiseException fixed to not clobber EAX any more...
2004-07-02 Royce Mitchell III(remove old disabled code)
2004-07-02 Royce Mitchell IIINtContinue fixed to return failure on invalid params...
2004-07-01 KJK::HyperionMerging the KJKHyperion-RtlUnwind branch back into...
2004-06-19 Vizzinipatch by Tom (tmkpl@poczta.onet.pl)
2004-05-25 Filip Navara- Set CurrentThread->u1.ExitTime to exit time in PsTerm...
2004-05-02 James TaborProper way for counting process handles.
2004-04-28 Mike Nordellstop kernel crashing on thread termination
2004-04-26 James TaborAdded Process HandleCount information.
2004-04-18 James TaborAdd BasePriorty to ProcessBasicInformaion.
2004-04-18 James TaborFix Kernel User Timer and added ProcessTimes to QueryIn...
2004-03-24 Emanuele AlibertiInitialize LPC-related fields in ETHREAD.
2004-03-19 Eric KohlFix NtOpenThreadToken() and NtSetInformationThread().
2004-03-14 Eric KohlFix some prototypes.
2004-03-10 Filip Navara- Fixed querying of thread locale.
2004-03-10 Gé van GeldorpTell apps we're NT4 SP6, VB runtime will fail if we...
2004-03-09 David Welch- Replaced some common sequences of inline assembly...
2004-03-07 Filip Navara- Removed the spinlock I added in my last patch, it...
2004-03-07 Filip Navara- Call create process notify routines from NtCreateProcess.
2004-02-29 Hartmut Birr- Protected the callback stack list with a spinlock.
2004-02-12 Filip Navara- Locale values are specified in hexadecimal numbers.
2004-02-10 Gé van GeldorpHardcode build number consistent with major/minor versi...
2004-01-22 Eric KohlCheck returned status codes.
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-12-30 Aleksey BraginFix to be compatible w/both MinGW and MSVC
2003-12-30 Aleksey BraginUpdate inline assembler to be compatible with MSVC
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-30 KJK::HyperionFree the TEB on thread termination. Partially fixes...
2003-12-30 KJK::HyperionScrew branches, I'm committing to HEAD. Life is too...
2003-12-14 Hartmut Birr- Fixed the declaration of some thread functions.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-02 Eric KohlDo not hold the PiThreadListLock spinlock while calling...
2003-11-02 Eric KohlReimplemented dispatcher database lock and synchronizat...
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-07 Eric KohlCreate type objects for all object types.
2003-10-04 Filip NavaraPatch by Skywing.
2003-09-30 Gé van GeldorpRelease PiThreadListLock as soon as possible
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-09-18 Aleksey BraginPatch by Mike Nordell: Change UserMode to KeGetCurrentP...
2003-09-14 Hartmut Birr- Use KeSetBasePriorityThread for changing the thread...
2003-09-14 Hartmut Birr- Reference all returned process objects (in PsGetNextP...
2003-09-14 Hartmut Birr- Moved the call to ExpSwapThreadEventPair from PiDelet...
2003-09-10 Vizzinipatch by Skywing: made existing eventpair code more...
2003-08-20 Emanuele AlibertiNTOSKRNL PS: NtOpenThread implemented.
2003-08-19 David Welch- Patch from PM implementing ldt and tss iobitmap support.
2003-08-18 Hartmut Birr- Remove all wait objects from a thread which would...
2003-08-18 Hartmut Birr- Remove all wait objects from a thread which would...
2003-08-18 Hartmut Birr- Delete a process environment in the context of a...
2003-08-10 Eric KohlReverted my logic changes to Mike Nordell's patch.
2003-08-04 Eric KohlAdditions and fix to NtQueryInformationProcess.
2003-07-23 David Welch- Don't allocate/free a new callback on each callback...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-21 David WelchChecked in Petr Matousek's fixes for sending APCs to...
2003-07-17 Andrew GreenwoodWin 32 API header compatibility update
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-06-20 Eric KohlEnable automatic initialization and termination of...
next