2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ntoskrnl /
2004-08-18 Filip NavaraReplace 0x7ffeffff by MmHighestUserAddress.
2004-08-18 Filip Navara- Copy over device object SectorSize and AlignmentRequi...
2004-08-18 Eric KohlDon't retrieve a resource list when a device gets start...
2004-08-18 Filip Navara- Fix FsRtlDoesNameContainWildCards loop to take into...
2004-08-18 Filip Navara- Move SectionPageProtection checks from helper routine...
2004-08-18 Filip Navara- Don't increase Irp->AssociatedIrp.IrpCount in IoMakeA...
2004-08-18 Filip Navara- Set StackPtr->Parameters.Read.Length in IoPageRead.
2004-08-18 Filip NavaraPrint in the debug traces if a partition is recognized...
2004-08-17 Thomas Bluemeladded very basic support for desktop wallpapers
2004-08-16 Gé van GeldorpAvoid collision with MinGW wctype_t
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-14 Eric KohlTry to retrieve the resource list before starting a...
2004-08-14 Hartmut Birr- Fixed the definition of X86_CR4_PGE.
2004-08-14 Hartmut Birr- Enabled global pages if it is possible.
2004-08-14 Alex Ionescu*CORRECT* version of Defintion file.
2004-08-13 Alex IonescuUpdated EDF file with new stubs in alphabetical order...
2004-08-13 Alex IonescuAdded Dbg Stubs and moved old ones to correct header...
2004-08-12 Alex IonescuI/O Manager fixes. Patch by Filip Navara.
2004-08-12 Alex IonescuSet the thread to the Allocated IRPs created by Io...
2004-08-12 Alex IonescuFixed/Added Stubs.
2004-08-10 Gé van GeldorpCopy AuthenticationId from existing token when duplicat...
2004-08-10 Gé van GeldorpChange debugging statement
2004-08-10 Gé van GeldorpImplement TokenOrigin class for GetTokenInformation
2004-08-10 Hartmut Birr- Fixed the calculation of used non paged pool pages...
2004-08-10 Hartmut Birr- Returned more of the protection bits in MmGetPageProtect.
2004-08-10 Hartmut Birr- Replaced MmGetPageEntry with MmGetPageProtect/MmSetPa...
2004-08-10 Eric KohlMinor fix
2004-08-10 Eric KohlSort Rtl* functions.
2004-08-10 Eric KohlMove bitmap functions to the shared rtl library.
2004-08-10 Emanuele AlibertiFixed typographical error.
2004-08-10 Alex IonescuSmall fixes to I/O Manager and Implemented IoMakeAssoci...
2004-08-10 Filip NavaraFix compiler warnings.
2004-08-09 Gé van GeldorpNtOpenThread should look at the CIDs UniqueThread membe...
2004-08-09 Eric KohlSort Zw* functions
2004-08-09 Alex IonescuRundown Protection Implementation. Implemented ExAcquir...
2004-08-08 Alex IonescuInitial Support for Quota Pool Allocations.
2004-08-08 Filip Navara- Fix section object dereferencing in NtCreateSection.
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
2004-08-07 Steven EdwardsRenamed /DEBUGPORT=FILELOG to
2004-08-05 Filip Navara- Move code from NtCreateSection to MmCreateSection...
2004-08-05 Alex IonescuAdded RTL Stubs, Prototypes and Exports.
2004-08-05 James TaborUpdate query thread times.
2004-08-04 Emanuele AlibertiRegister the LPC Port object object in the system name...
2004-08-04 Eric KohlAdd missing functions to the .def and .edf files and...
2004-08-04 Alex IonescuFix Compiler warning with -O2
2004-08-04 Filip Navara- Change -fno-strict-aliasing to -Wno-strict-aliasing...
2004-08-04 Filip Navara- Fix setting of GDT and IDT pointers in KPCR.
2004-08-04 Alex IonescuFix Compiler warning with -O2
2004-08-04 Alex IonescuFix Compiler warning with -O2
2004-08-04 Filip Navara- Don't print stack frames in NtContinue if NDEBUG...
2004-08-03 Alex IonescuAdded Se Stubs, Prototypes and Exports.
2004-08-03 Eric KohlSeAssignSecurity():
2004-08-02 Filip Navara- Delete ntoskrnl/ps/i386/*.o on "make clean".
2004-08-01 Filip Navara- Replace some usages of KEBUGCHECK(0) with correct...
2004-08-01 Thomas Bluemelfixed KDBG:=1 builds. Patch by blight
2004-08-01 Hartmut Birr- Stopped the printing of frames after the nice value...
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-07-31 Eric KohlImplement SeQuerySecurityDescriptorInfo().
2004-07-31 Hartmut Birr- Used MmStats.NrFreePages instead of MiNrAvailablePages.
2004-07-31 Hartmut Birr- Update the page counters in MmGetContinuousPages.
2004-07-31 James TaborFix up SystemPageFileInfo and SystemCacheInfo. May...
2004-07-30 James TaborMoved KiTimerSystemAuditing flag to main.c.
2004-07-30 James TaborMoved KiTimerSystemAuditing flag to main.c so it can...
2004-07-29 James TaborNew Process & Thread time locking and experimental...
2004-07-29 James TaborFixing Taskmgr and GlobalMemoryStatusEx return numbers.
2004-07-26 Eric KohlRemove dead code.
2004-07-26 Eric KohlImplement SeValidSecurityDescriptor().
2004-07-25 Eric KohlImplement NtSetSecurityObject().
2004-07-25 Eric KohlImplement NtQuerySecurityObject() for objects that...
2004-07-24 Filip Navara- Associate Irp with thread in NtSetInformationFile.
2004-07-23 Eric KohlImplement ObGetObjectSecurity() and ObReleaseObjectSecu...
2004-07-23 Casper Hornstrup2004-07-23 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-23 James TaborAdded thread counting with PsEnumThreadsByProcess and...
2004-07-22 Eric Kohl- Add security function for file and registry key objects.
2004-07-22 James TaborFixing time accounting errors when mult & div into...
2004-07-22 Filip Navara- Map the GENERIC_* flags depending of the object type...
2004-07-21 Eric KohlImplement simple DACL inheritance.
2004-07-21 Alex IonescuImplemented PsGetThreadFreezeCount, PsGetThreadHardErro...
2004-07-20 Alex IonescuImplemented PsGetProcessCreateTimeQuadPart, PsGetProces...
2004-07-20 Eric KohlSeAssignSecurity:
2004-07-20 Filip Navara- Fix handling of METHOD_IN_DIRECT IRPs.
2004-07-19 Gregor AnichDon't interpret \\r\\n as 2 newlines.
2004-07-19 Eric Kohl- Add @implemented tag to NtMakePermanentObject().
2004-07-19 Eric KohlSeCaptureSubjectContext() must not crash if no current...
2004-07-19 Alex IonescuAdded Ps Stubs and Prototypes.
2004-07-19 Alex IonescuAdded OPTIMIZED Flag to config file to build optimized...
2004-07-18 Filip Navara- Change IoReportResourceUsage from using UNIMPLEMENTED...
2004-07-18 Filip Navara- Change length checking semantics of NtEnumerateKey...
2004-07-18 Alex IonescuFixed broken build. Added functions were already define...
2004-07-18 Thomas Bluemelcvs maintainance
2004-07-18 Eric KohlUse SeAssignSecurity() to build a security descriptor...
2004-07-18 Eric KohlImplement most simple code path of SeAssignSecurity().
2004-07-17 Eric KohlAssign a security descriptor to the root directory...
2004-07-17 Eric KohlCreate missing default DACLs.
2004-07-17 Eric KohlImplement NtMakePermanentObject().
2004-07-17 Alex IonescuAdded exports for new stubs and fixed some issues with...
2004-07-17 Alex IonescuAdded New System Call Prototypes and Stubs
2004-07-17 Alex IonescuAdded Mm Stubs
2004-07-16 Thomas Bluemelfixed typo
next