Properly setup the I/O stack location in IopSecurityFile.
[reactos.git] / reactos / ntoskrnl / mm /
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...
2005-05-06 Thomas Bluemelupgrade to PSEH2 (note, the new macros are still named...
2005-05-05 Alex IonescuUpdate KPROCESS structure to latest version and documen...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Hervé PoussineauChange ExFreePool to ExFreePoolWithTag
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-04-28 Alex IonescuIO Manager Cleanup continues:
2005-04-27 Hartmut BirrMade the physical memory section permanent.
2005-04-26 Thomas Bluemeldon't request write access in NtReadVirtualMemory,...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-18 Alex IonescuFix Process not being deleted
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-18 Alex IonescuForgot this
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-10 Filip Navara- Pass correct parameters to MmLocateMemoryAreaByAddres...
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-01 Hartmut BirrRaise the exception in MmProbeAndLockPages always with...
2005-03-25 Hartmut BirrAdded a missing unlock.
2005-03-20 Filip NavaraFix nasty condition when we were subtracting AlignedAdd...
2005-03-15 Gregor AnichAllow mapping of MDLs which describe I/O memory (device...
2005-03-15 Hartmut BirrOn smp machines, unmap all low memory pages (except...
2005-03-14 Thomas Bluemelsafely access buffers in NtReadVirtualMemory()
2005-03-12 Hartmut BirrLock the kernel address space instead the process'...
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-22 Thomas BluemelInterlockedPushEntrySList() and InterlockedPopEntrySLis...
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-16 Filip NavaraCast pointers to ULONG_PTR instead of ULONG.
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-15 Thomas Bluemelsecured buffer access in NtCreateSection(), NtOpenSecti...
2005-02-15 Thomas Bluemeldon't leak the captured file name in NtCreatePagingFile...
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
next