Merge 25584, 25588.
[reactos.git] / reactos / ntoskrnl / mm /
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-31 Magnus Olsenmerge trunk rev : 25656 to 0.3.1 branch - fixing my...
2007-01-28 Alex Ionescu- Merge Arty's Mm Page Referencing patch. I was able...
2007-01-25 Alex Ionescu- Implement the balance set manager. Doesn't do much...
2007-01-25 Alex Ionescu- Use WinXP style /SOS output when enabled. (TODO:...
2007-01-25 Alex Ionescu- Implement KeUpdateSystemTime properly, it now saves...
2007-01-25 Alex Ionescu- Rename KiSetSystemTime to KeSetSystemTime and enhance...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-09 Alex Ionescu- Fix Port and Section Object Type creation by specifyi...
2007-01-09 Alex Ionescu- Enable sanity check in ObInsertObject to catch asshol...
2007-01-06 Maarten BosmaTwo more formating and debug output changes from cc...
2007-01-06 Maarten BosmaSome formating and debug output changes based on cc...
2007-01-06 Maarten BosmaDbgPrint => DPRINT1
2007-01-02 Magnus Olsenremove #define IMAGE_FILE_MACHINE_* from elf32.c it...
2007-01-02 Maarten BosmaComment out definition of IMAGE_FILE_MACHINE_ARM to...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-01 Alex Ionescu- Write DLL Being mapped into NtTib->ArbitraryUserPoint...
2006-11-30 Alex Ionescu- Fix critical I/O bugs in IopParseFile which were...
2006-11-30 Alex Ionescu- Fix DbgkSectionHandleToFileHandle.
2006-11-30 Alex Ionescu- Implement DbgkPostFakeThreadMessages.
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-11-12 Alex Ionescu- Implement MmAddVerifierThunks, MmIsDriverVerifying...
2006-10-26 Alex Ionescu- Fix dozens of missing typecast errors.
2006-10-25 Alex Ionescu- Add some missing/internal definitions to proper headers.
2006-10-25 Alex Ionescu- Implement more of the Ke386 ASM macros for MSVC.
2006-10-25 Alex Ionescu- Move all ASM internal intrinsics to intrin_i.h. Reque...
2006-10-23 Alex Ionescu- Add NtGetWriteWatch, NtResetWriteWatch.
2006-10-23 Alex Ionescu- Add NtAllocateUserPhysicalPages, NtMapUserPhysicalPAg...
2006-10-22 Alex Ionescu- Implement helper routine DbgkpSectionToFileHandle...
2006-10-22 Alex Ionescu- Implement DbgkPostFakeModuleMessages.
2006-10-09 Alex Ionescu- Some misc changes to fix some of the 250+ warnings...
2006-10-08 Alex Ionescu- Stub LdrVerifyMappedImageMatchesChecksum.
2006-10-08 Alex Ionescu- In NTLDR boot, try to get the first kernel physical...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-05 Alex Ionescu- Get rid of the completely convoluted way that Phase...
2006-10-05 Alex Ionescu- Implement ExpInitNls to initialize the NLS Section...
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-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
2006-09-10 Alex Ionescu- Remove KeGetCurrentProcess. This API doesn't exist.
2006-09-10 Hervé PoussineauRevert part of r23972. Now we can boot again
2006-09-07 Alex Ionescu- More MSVC fixes (down to 19 errors):
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-03 Alex Ionescu- Final cleanup for now:
2006-09-03 Alex Ionescu- Add Ke386SetInterruptDescriptorTable inlined function...
2006-08-30 Alex Ionescu- Implement RtlCaptureStackBackTrace and RtlWalkFrameCh...
2006-08-28 Alex Ionescu- Complete and utter reimplementation of V86 Mode for...
2006-08-26 Alex Ionescu- Transform TRAP_PROLOG into a GAS macro.
2006-08-21 Alex Ionescu- Gutted out KiTrapHandler. Now it is only a gateway...
2006-07-27 Alex Ionescu- Mega whammy jammy fix commit:
2006-07-27 Alex Ionescu- Implement XP-style process name auditing to store...
2006-07-21 Alex Ionescu- Implement Kernel, Memory Manager and Process Manager...
2006-07-09 Alex Ionescu- Massive re-write of some parts of Ps, based on a...
2006-06-14 Alex Ionescu- Fix some referencing/bugs in Ob functions that I...
2006-06-11 Alex Ionescu* Significant improve boot speed and debug log neatness:
2006-06-05 Alex Ionescu- Rename ObpCreateTypeObject to ObCreateObjectType...
2006-05-25 Alex Ionescu- Get rid of the intriguing idea that exported/public...
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-16 Alex Ionescu- Check the Image Config Data in MmCreatePeb for addres...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-05-05 Andrew Munger"More efficient" IsPowerOf2 from Myria (myriachan at...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-01-17 Hartmut BirrRemoved my name from the hall of fame. Since it seems...
2006-01-15 Hartmut Birr- Allocated the initial stacks page aligned.
2006-01-11 Alex Ionescu- Fix more bugs in usercall_asm.S.
2006-01-11 Alex Ionescu- Implement (although non-optimally) MmGrowKernelStack...
2006-01-11 Alex Ionescu- Fix MmCreateKernelStack to actually take into account...
2006-01-11 Alex Ionescu- Move MmGrowKernelStack to mm/process.c with the other...
2006-01-08 Alex Ionescu- Remove some public APIs from internal headers.
2006-01-02 Hartmut BirrImplemented the 'red zone check' for the non paged...
2006-01-01 Thomas Bluemelfixed uninitialized variable warning
2006-01-01 Gé van GeldorpRevert part of r20493. Created bug 1229 to keep track...
2005-12-31 Gé van GeldorpOn FAT16 partitions smaller than 128MB, the cluster...
2005-12-06 Hartmut BirrRelease the rmap list lock after cleaning the head...
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-27 Alex Ionescu- Fix compile issues caused by previous patch.
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-25 Thomas Bluemelfixed uninitialized variable warning
2005-11-22 Alex IonescuFix boot regression.
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-20 Alex IonescuMake the address space mutex unsafe, because sometimes...
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-10-30 Hartmut BirrFixed the check for the MEM_TOP_DOWN flag in MmMapViewO...
2005-10-30 Hartmut BirrMap the NLS tables after creating the PEB.
2005-10-29 Thomas Bluemel- don't dereference the section object in MmCreateProce...
2005-10-29 Hartmut BirrMerged MmReleaseMemoryArea into MmReleaseMmInfo.
2005-10-29 Hartmut Birr- Lock always the address space if we changing the...
2005-10-29 Hartmut BirrLock always the address space if we changing the virtua...
2005-10-24 Hartmut BirrChanged the indentation to a human readable format...
2005-10-24 Hartmut Birr- Removed the initialisation of the kernel map area.
2005-10-24 Hartmut Birr- Set the correct type and state in MiQueryVirtualMemory.
2005-10-24 Hartmut BirrSet the correct length in MmQuerySectionView.
2005-10-22 Hartmut BirrFixed the mapping for low alignment images.
next