First experimental implementstion of NtAccessCheck().
[reactos.git] / reactos / ntoskrnl /
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.
2004-06-23 Alex IonescuDBG Stubs Added.
2004-06-23 Alex IonescuCM (Registry Manager) Stubs added (Registry Callbacks)
2004-06-21 KJK::HyperionDoes ntoskrnl really need its own makefile?
2004-06-21 Alex IonescuAdded two new Cache Manager files added for the stubs.
2004-06-21 Alex IonescuAdded Stubs for Cache Manager functions in their approp...
2004-06-20 Filip Navara- Use raw size for image sections if virtual size isn...
2004-06-20 Vizzinivarious bugfixes to IoQueryDeviceDescription and friend...
2004-06-20 Vizzinibacked out bugified patch
2004-06-20 Filip Navara- Fixed memory corruption in IopInitializeBuiltinDriver.
2004-06-19 Vizzinipatch by Tom (tmkpl@poczta.onet.pl)
2004-06-19 Filip Navara- Callbacks implementation. A little modified patch...
2004-06-19 Steven Edwardsadded stubs for the Cache Manager by Alex Ionescu.
2004-06-15 Hartmut Birr- Interpret the sign for qualifier 'l'.
2004-06-13 Filip Navara- Fixed list traversing in MmAlterRegion to correctly...
2004-06-13 Filip Navara- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectV...
2004-06-11 Eric KohlThe root bus driver should return an empty resource...
2004-06-10 Eric KohlRetrieve Hardware IDs and Compatible IDs from the bus...
2004-06-10 Hartmut Birr- Exchanged source and target in WRITE_REGISTER_BUFFER_xxx.
2004-06-06 Hartmut Birr- Allocate memory for mdl's for paging io from stack...
2004-06-06 Hartmut Birr- Allocate memory for mdl's for paging io from stack...
2004-06-06 Hartmut Birr- Store page numbers instead of physical address's...
2004-06-05 Hartmut Birr- Fixed the start offset of a partition within an exten...
2004-06-05 Hartmut Birr- Added a check for a waitable objects in NtWaitForSing...
2004-06-05 Hartmut Birr- Changed back to the old variable NASM_CMD.
2004-06-02 Hartmut Birr- Fixed the searching for boot load drivers. This solve...
2004-06-02 KJK::HyperionChanged the build system to treat nasm as a first-class...
2004-06-01 Gunnar Dalsnesmoved the safe mem copy routines
2004-06-01 Steven Edwardschange xInterlockedAddLargeStatistic and ExInterlockedC...
2004-06-01 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl
2004-05-31 Gunnar Dalsnesremoved something i shouldn't have
2004-05-31 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl
2004-05-31 Gé van GeldorpTemporarily undo KeAttachProcess() done by win32k
2004-05-30 Filip Navara- Write the system boot device and start options to...
2004-05-30 Filip Navara- Implementation of IoQueryDeviceDescription. Patch...
2004-05-30 Hartmut Birr- Fixed a wrong address in MmAlterViewAttributes which...
2004-05-30 Filip Navara- Fixed some NULL-terminating issues that caused the...
2004-05-29 Hartmut Birr- Print the memory map at start up to the debug port.
2004-05-29 Filip Navara- When checking for ReactOS cd-rom, in addition to...
2004-05-29 Filip Navara- The last parameter of NtReadVirtualMemory should...
2004-05-28 Royce Mitchell IIIreactos-specific debugging functions KeRosDumpStackFram...
2004-05-26 Filip Navara- Return success for SystemFileCacheInformation request...
2004-05-25 Filip Navara- Set CurrentThread->u1.ExitTime to exit time in PsTerm...
2004-05-24 Eric KohlImplement kernel-mode range lists.
2004-05-24 Eric KohlImplement kernel-mode range lists.
2004-05-22 Hartmut Birr- Do not immediately write the zeroed region to the...
2004-05-22 Hartmut Birr- removed an obsolete call to ExAllocatePool in CHECKPOINT
2004-05-20 Eric KohlAdd some security function stubs.
2004-05-20 Hartmut Birr- Do not change the mapping count of a page if the...
2004-05-18 Eric KohlImplement SeQueryAuthenticationIdToken().
2004-05-16 Filip Navara- Set Mdl->Process in MmMapLockedPages to current proce...
2004-05-15 Hartmut Birr- Fixed the implementation of IoBuildPartialMdl.
2004-05-15 Hartmut Birr- Fixed the implementation of MmMapIoSpace.
2004-05-15 Gé van GeldorpTest was backwards
2004-05-15 Gé van GeldorpASSERT() was a no-op in win32k, even for debug builds
2004-05-14 Thomas Bluemelchanged cursors/icons to use the window station handle...
2004-05-09 Hartmut Birr- Put the event from file object as user event into...
2004-05-09 Eric Kohl- Implement multi-block bins. This removes all existing...
2004-05-07 Royce Mitchell IIIuse bugcheck macros where appropriate so users have...
2004-05-05 Thomas Bluemelfixed GetThreadDesktop() (not fully working yet because...
2004-05-05 Mike NordellReturn reasonably correct result querying a null memory...
2004-05-04 Filip Navara- Fix recognition of CALL instruction. Spotted by Anich...
next