Add information letting us know creation deletion of services has worked.
[reactos.git] / reactos / ntoskrnl / mm /
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.
2005-10-10 Thomas Bluemelconvert DefaultSetInfoBufferCheck and DefaultQueryInfoB...
2005-09-28 Thomas Bluemeldon't free random pointer in MmCreateImageSection....
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-05 Gé van GeldorpFix compilation when ENABLE_VALIDATE_POOL is defined
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-16 Hartmut Birr- Fixed the offset calculation in MmWritePagePhysicalAd...
2005-08-16 Hartmut BirrIf we delete a page table, we have also to clear the...
2005-08-11 Hartmut BirrFixed compilation.
2005-08-11 Hartmut Birr- Implemented MEMORY_AREA_PEB_OR_TEB and MEMORY_AREA_PA...
2005-08-11 Hartmut Birr- Removed the hole pool allocation, because it needs...
2005-08-07 Hartmut Birr- Changed MmGetContinuousPages from using an alignment...
2005-08-07 Alex IonescuAnd here goes another test for two unsupported flags.
2005-08-07 Alex IonescuOne more test can't hurt.
2005-08-07 Alex IonescuAdd failure cases for more things then a WINE test...
2005-08-01 Filip NavaraPass correct pool type to PsChargePoolQuota.
2005-08-01 Filip NavaraFix a typo. Thanks to Hervé Poussineau for noticing.
2005-08-01 Filip NavaraAdd pool type masks and use them.
2005-08-01 Hartmut BirrUsed MmFreeVirtualMemory in MmDeleteTeb because MmFreeM...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-28 Alex Ionescu - Fix/update w32api PE headers
2005-07-26 Hartmut BirrUsed IoQueryFileInformation and IoSetInformation instea...
2005-07-26 Alex Ionescu- Final ROSRTL removal patch. The next patch will remov...
2005-07-26 Alex Ionescu- Fix compilation if redzone detection is diabled.
2005-07-24 Hartmut Birr- Removed R_EXTRA_STACK because R_EXTRA_STACK and R_STA...
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile and ZwSetInformationFile...
2005-07-23 Hartmut BirrSplit the page fault handler from the trap handler.
2005-07-23 Hartmut BirrIf a page fault occurs in user mode, we must deliver...
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-21 Hartmut BirrSet MmUserProbeAddress and MmHighestUserAddress accordi...
2005-07-21 Thomas Bluemelremoved the ros-specific (and unused) functions ExRosDu...
2005-07-20 Alex Ionescu - Created include/libs and moved all library headers...
2005-07-16 Hartmut BirrReplaced KERNEL_BASE by MmSystemRangeStart.
2005-07-16 Hartmut Birr- Fixed the size of the hyperspace area (thanks to...
2005-07-12 Alex IonescuSecond part of patch, implements the new RTL functions...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-08 KJK::HyperionPE loader: corrected an assertion (fixes bug reported...
2005-07-07 Hartmut BirrFixed a bug which was introduced by r16441.
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-07-06 Filip NavaraPut the page tables and hyperspace at the right place...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-07-04 Alex IonescuDprint fixes by our lovely Filip
2005-06-30 Alex IonescuMove some internal headers to /reactos, set it as a...
2005-06-28 Steven Edwardsmove some wine headers to the PSDK
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-12 Hartmut Birr- Fixed the calculation of some offset values.
2005-06-07 Hartmut BirrChanged back to the GPL.
2005-06-07 Hartmut Birr- Removed the process member from the memory area struc...
2005-06-06 Hartmut Birr- Changed the calculation of the base address of an...
2005-06-05 Hartmut BirrAllocate the section object from non paged pool because...
2005-06-05 Hartmut BirrRevert my changes from rev 15805.
2005-06-05 Hartmut BirrAllocate the section segments from non paged pool becau...
2005-06-05 Hartmut BirrDon't lock the kernel address space while solving fault...
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-28 Hartmut BirrUse correct flag while checking for uninitialized segments.
2005-05-28 Hartmut BirrDon't try to resolve user mode page faults in the very...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-27 Casper HornstrupDelete
2005-05-26 Alex Ionescumake PE loader more lenient with alignment. it could...
2005-05-26 Alex IonescuDon't compile pool debug apis on a retail build
2005-05-26 Alex IonescuDon't allocate section segments in nonpaged pool
2005-05-26 Alex IonescuFix pool code to actually work when some other defines...
2005-05-26 Alex IonescuDo not allow virtual mem queries > 0x80000000 even...
2005-05-25 Alex IonescuNonpaged Pool Liberation Day: Allow PagedPool to be...
2005-05-25 Alex IonescuTag the MDL buffer
2005-05-23 Hervé PoussineauRevert 15473 and 15474 as Alex doesn't like them
2005-05-23 Hervé PoussineauRemove some debug messages at boot
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-20 Steven Edwardsmove the rest of the alread defined tags to the private...
2005-05-20 Steven Edwardsadjust case on a header. Sorry Windows users. Do not...
2005-05-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-17 Alex IonescuFix bug in memory mapping which caused large applicatio...
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-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-07 Alex IonescuImplement FsRtlAllocateResource, FsRtlIsPagingFile...
next