Register the LPC Port object object in the system name space.
[reactos.git] / reactos / ntoskrnl /
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
2004-07-16 Eric KohlFix an old typo.
2004-07-16 Eric KohlImplement security descriptor cache.
2004-07-14 Eric Kohl- Move access checks from NtAccessCheck() to SeAccessCh...
2004-07-13 Eric KohlFirst experimental implementstion of NtAccessCheck().
2004-07-13 Eric KohlNtOpenThreadToken() opens the thread token if OpenAsSel...
2004-07-13 Eric KohlNtDuplicateToken() must create and return a handle...
2004-07-12 Eric KohlFix NtAccessCheck() prototype.
2004-07-10 Hartmut Birr- Implemented NtQueryVirtualMemory for unallocated...
2004-07-09 Filip Navara- Some application depend on Info->RegionSize set by...
2004-07-07 Filip Navara- Fixed NtQueryInformationProcess to return STATUS_NOT_...
2004-07-07 Gé van GeldorpSilence debug messages
2004-07-06 Gé van GeldorpMake AdjustTokenPrivileges confirm to MSDN-documented...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-02 Royce Mitchell IIIsmall cleanup
2004-07-02 Royce Mitchell IIIoops, if you're going to move a function, get rid of...
2004-07-02 Royce Mitchell IIINtRaiseException fixed to not clobber EAX any more...
2004-07-02 Royce Mitchell III(remove old disabled code)
2004-07-02 Royce Mitchell IIINtContinue fixed to return failure on invalid params...
2004-07-01 KJK::HyperionMerging the KJKHyperion-RtlUnwind branch back into...
2004-07-01 Royce Mitchell IIIcleanup/reformat syscall code, save return value as...
2004-06-27 Filip Navara- Fixed bug in binary search algorithm.
2004-06-27 Filip Navara- Fixed compilation.
2004-06-27 Royce Mitchell IIIfix end-of-lines
2004-06-25 Thomas Bluemelre-added files that hyperion accidently deleted from...
2004-06-25 KJK::HyperionMoved common SEH routines to Rtl, removed very wrong...
2004-06-24 Alex IonescuAdded Ke Stub Prototypes
2004-06-23 Alex IonescuAdded new files for Ke Stubs
2004-06-23 Alex IonescuAdded Ke Stubs
2004-06-23 Alex IonescuAdded Ex Stub
2004-06-23 Alex IonescuAdded New Io File for stubs
2004-06-23 Alex IonescuAdded Io Stubs
2004-06-23 Alex IonescuAdded Ex Stubs
2004-06-23 Alex IonescuAdded new files for Ex Stubs
2004-06-23 Alex IonescuAdded Ex Prototypes
2004-06-23 Alex IonescuAdded Ex Stubs
2004-06-23 Alex IonescuAdded Lpc Stubs
2004-06-23 Alex IonescuAdded Ldr Stubs
2004-06-23 Alex IonescuFixed KeRaiseUserException to return old EIP.
2004-06-23 Alex IonescuFixed KeRaiseUserException to return old EIP.
2004-06-23 Alex IonescuKD Stubs Added.
2004-06-23 Alex IonescuDBG/KD Types and Prototypes Added.
2004-06-23 Alex IonescuFSRTL Stubs Added.
next