Mega KD64 revival patch:
[reactos.git] / reactos / ntoskrnl / ps / psmgr.c
2009-10-04 Stefan GinsbergMega KD64 revival patch:
2009-09-27 Stefan Ginsberg- Use MAXUINT, MAXULONG, MAXDWORD, MAXULONGLONG and...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-26 Stefan Ginsberg- HAL: Make /W3 friendly
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevSilence compiler warnings (3/11).
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-20 ReactOS Portable... - Looks like this FIXME was fixed.
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-07 Hervé PoussineauSet SysThreadCreated to TRUE when possible (used in...
2007-09-26 Aleksey Bragin- Implement InterlockedExchangeAdd/Decrement/Increment16.
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
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- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-25 Alex Ionescu- Rename KiSetSystemTime to KeSetSystemTime and enhance...
2007-01-18 Alex Ionescu[25 bug fixes]:
2007-01-17 Alex Ionescu- Remove hack from KiSetPriorityThread. Now it doesn...
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-23 Alex Ionescu- Fix/add some remaining prototypes.
2006-10-23 Alex Ionescu- Add NtApphelpCacheControl, NtFilterToken (WARNING...
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-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-23 Alex Ionescu- Make use of PsChangeQuantumTable on system startup...
2006-07-20 Alex Ionescu- Add Pushlock support for GCC (Thanks Thomas!)
2006-07-20 Alex Ionescu- Move a bunch of externs to ps.h and delete many duppe...
2006-07-11 Alex Ionescu- Implement Fast Referencing and fix EX_FAST_REF defini...
2006-07-09 Alex Ionescu- Massive re-write of some parts of Ps, based on a...
2006-06-24 Art YerkesReactOS PowerPC WIP. This will be edited and merged...
2006-06-06 Alex Ionescu- Formatting/name/comment/declaration/calling conventio...
2006-06-05 Alex Ionescu- Rename ObpCreateTypeObject to ObCreateObjectType...
2006-05-19 Alex Ionescu- Use the proper HANDLE_TABLE and HANDLE_TABLE_ENTRY...
2006-05-18 Alex Ionescu- Get rid of ROS_EPROCESS and all the ugly type-casting...
2006-05-18 Alex Ionescu- Use EPROCESS 's AddressCreationLock instead of the...
2006-05-18 Alex Ionescu- Use the Spare0 array, present in EPROCESS instead...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-01-11 Alex Ionescu- Rewrite usermode callbacks. These changes should...
2006-01-05 Alex Ionescu- Optimized the dispatcher lock. It is now gone on...
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-09-24 Hartmut BirrAllow the system process and a process without a parent...
2005-09-13 Alex IonescuPart 1 of <many> ntoskrnl header cleanups
2005-08-09 Alex Ionescu- Last patch was incomplete, apologies. SVN @ 5AM ...
2005-08-07 Alex Ionescu- Remove cid.c
2005-08-07 Alex Ionescu- Completely reimplement NtWaitForMultipleObjects:
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-08-02 Filip Navara- Remove the DoneInitYet hack.
2005-08-01 Filip NavaraSetup quota blocks for processes.
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
2005-05-05 Alex IonescuUpdate KPROCESS structure to latest version and documen...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-29 Thomas Bluemel- added stubs for NtSuspendProcess and NtResumeProcess
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-19 Alex Ionescudamn fingers were too fast. sorry, reverting
2005-04-19 Alex IonescuUse MmDeleteKernelStack and remove KeReleaseThread
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuImplement PsGetVersion. OSR and other sources say that...
next