Merge trunk head (r43756)
[reactos.git] / reactos / ntoskrnl / ps /
2008-07-31 Timo Kreuzer- some ULONG / SIZE_T fixes
2008-07-21 Aleksey BraginYuriy Sidorov <jura@cp-lab.com>
2008-07-20 ReactOS Portable... - Looks like this FIXME was fixed.
2008-07-15 Aleksey BraginDmitry Gorbachev
2008-06-29 ReactOS Portable... - Implement beginnings of Ramdisk Port Driver. Planning...
2008-06-26 Jeffrey MorlanFix infinite loop in PspDumpThreads
2008-06-16 Aleksey Bragin- NDK fixes (structure rename only).
2008-06-11 ReactOS Portable... - Fix build on ARM:
2008-06-06 Aleksey Bragin- Fix KDBG's EIP munging.
2008-05-06 Timo Kreuzerchange Amount param in all PsXxxPoolQuota functions...
2008-03-09 Aleksey Bragin- Remove autoupdated "$Id:" lines from the kernel sourc...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-07 ReactOS Portable... We can now build the ARM kernel (but not link it).
2008-02-07 ReactOS Portable... We now generate the correct ARM syscall stub code for...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-08 Christoph von Wittich-UniqueProcessId is ULONG_PTR not ULONG
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-07 Hervé PoussineauSet SysThreadCreated to TRUE when possible (used in...
2007-11-05 James TaborNtoskrnl:
2007-10-25 Mike Nordell[COMMENTS] Redundant comments removed.
2007-10-25 Mike NordellQuota cleanup. IRQL verfications for public functions...
2007-10-24 Mike NordellInterlocked add/sub for quota. Still disabled code.
2007-10-23 Mike NordellUnbreak build (unused local var's warnings when not...
2007-10-23 Mike NordellFirst small attempt at implementing process memory...
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-09-27 Aleksey Bragin- Add missing KERNEL_LARGE_STACK_COMMIT definition...
2007-09-27 Aleksey Bragin- Fix multiple bugs in RtlWalkFrameChain and secure...
2007-09-26 Aleksey Bragin- PS_UNKNOWN_VALUE determines if the process should...
2007-09-26 Aleksey Bragin- Implement InterlockedExchangeAdd/Decrement/Increment16.
2007-09-24 Aleksey Bragin- Make PsChargeProcessPoolQuota returning STATUS_SUCCESS
2007-09-24 Aleksey Bragin- Add Ex*Spinlock macros and FLUSH_MULTIPLE_MAXIMUM...
2007-09-20 Hervé PoussineauDo not forget to release the rundown protection.
2007-08-26 Andrew MungerNtQueryInformationProcess:
2007-08-22 Art YerkesBug found by arty, thanks to alex for helping fix it:
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-05-09 Alex Ionescu- Add CcPf (Cache Manager PreFetcher) structures and...
2007-04-14 Dmitry GorbachevFix a bug.
2007-04-02 Alex Ionescu- Revert 26244, 26245, 26246, 26247.
2007-04-02 Magnus Olsenfixing the build for gcc 3.4.5
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-26 Hervé PoussineauCleanup code for easier porting to other architectures
2007-03-25 Alex Ionescu- Fixup some kernel module debugging flags/settings...
2007-03-03 Alex Ionescu- Remove KD APIs from stub HAL, they've been in kdcom...
2007-03-02 Alex Ionescu- Fix various ntoskrnl/wdk compilation issues in rossym...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-23 Alex Ionescu- Get rid of LdrGetModuleObject, since MmLoadSystemImag...
2007-02-16 Alex Ionescu- Disable i8042prt debugger hack.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-01 Alex Ionescu- Fix a bug in NtSetInformationThread which was causing...
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-25 Alex Ionescu- Clean up kernel32\thread.c and fix some bugs.
2007-01-25 Alex Ionescu- Rename KiSetSystemTime to KeSetSystemTime and enhance...
2007-01-22 Alex Ionescu- Implement new ExHandle* implementation using pushlock...
2007-01-18 Alex Ionescu[25 bug fixes]:
2007-01-17 Alex Ionescu- Remove hack from KiSetPriorityThread. Now it doesn...
2007-01-17 Alex Ionescu[10 bug fixes]:
2007-01-16 Thomas BluemelFix difference in signedness warnings
2007-01-16 Alex Ionescu- Reimplement Process/Thread/Image notification callbac...
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-12 Alex Ionescu- Apologies, forgot these two files for the Dbgk patch.
2006-10-30 Alex Ionescu- SMSS: Send QOS structure when creating new ports...
2006-10-26 Alex Ionescu- Fix dozens of missing typecast errors.
2006-10-23 Alex Ionescu- Fix/add some remaining prototypes.
2006-10-23 Alex Ionescu- Add NtApphelpCacheControl, NtFilterToken (WARNING...
2006-10-23 Alex Ionescu- Add NtGetWriteWatch, NtResetWriteWatch.
2006-10-22 Thomas Bluemel- Change RtlMoveMemory to RtlCopyMemory where memory...
2006-10-20 Thomas BluemelFix returning the context of the current thread in...
2006-10-19 Alex Ionescu- Fixup DEBUG_OBJECT definition.
2006-10-09 Alex Ionescu- Some misc changes to fix some of the 250+ warnings...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-08 Alex Ionescu- Stub LdrVerifyMappedImageMatchesChecksum.
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-04 Thomas Bluemel- Fix binary search algorithm in LdrGetProcedureAddress
2006-10-04 Alex Ionescu- Implement XPSP2+ syscall stub that uses indirect...
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-10-02 Alex Ionescu- Combine SeInit1 and SeInit2 into SeInit since both...
2006-09-17 Alex Ionescu- Large cleanup of psmgr.c. Move all externs and protot...
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-09-14 Alex Ionescu- Implement KeReadyThread that wraps KiReadyThread...
2006-09-12 Alex Ionescu- Re-merge 24062+24063, with a minor difference, they...
2006-09-12 Alex Ionescu- Partial revert of r20462/63. New HAL/Po/Ki code remai...
2006-09-11 Alex Ionescu- Implement and export HalClearSoftawareInterrupt ...
2006-09-11 Alex Ionescu- Re-implement KiRequestApcInterrupt in ke_x.h. Make...
2006-09-11 Alex Ionescu- Fix KeEnterCriticalRegion/KeLeaveCriticalRegion by...
2006-09-10 Alex Ionescu- KPROCSES Flags are LONG, not ULONG.
2006-09-10 Alex Ionescu- Get completely rid of old Dispatcher Lock macros...
2006-09-10 Alex Ionescu- Thread Support cleanup 1: Separate kthread.c into...
2006-09-07 Alex Ionescu- 1>Build Time 0:04
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-09-03 Alex Ionescu- Add Ke386SetInterruptDescriptorTable inlined function...
2006-08-26 Hervé PoussineauFix a missing referencing in PsImpersonateClient (deref...
2006-08-16 Alex Ionescu- Properly disable impersonation in PsDisableImpersonat...
2006-08-09 Hervé PoussineauA thread may exit with a status code of 0.
2006-08-09 Hervé PoussineauFix a bug in NtQueryInformationThread, which was leadin...
next