VMware SVGA Wizard:
[reactos.git] / reactos / ntoskrnl /
2005-02-13 Thomas Bluemelfixed returning the reference to the token in SeCopyCli...
2005-02-12 Thomas Bluemelthe callback management doesn't have to be serialized...
2005-02-12 Thomas BluemelThe structure layout of self-relative security descript...
2005-02-11 Gé van GeldorpBe compatible with some of the crap apps out there
2005-02-10 Thomas Bluemelfixed ObpCaptureObjectAttributes()
2005-02-10 Thomas Bluemelrevert the changes to NtCreateEvent and do the real fix
2005-02-10 Alex IonescuFix APC problems. Thanks to Arty for finding this....
2005-02-10 Art YerkesPatch to fix NtCreateSempahore, in the case where the...
2005-02-09 Gé van GeldorpDon't include NEVER_LOAD sections in image size.
2005-02-08 Alex IonescuForgot this file
2005-02-08 Alex IonescuFreeLdr Patch. Now fully loads ntoskrnl using a PE...
2005-02-07 Eric Kohl- Nt->Zw
2005-02-07 Gé van GeldorpFix definition of LUID constants
2005-02-06 Gé van Geldorp- Prevent image loading and symbol loading getting...
2005-02-05 Gregor AnichRaise exception when MmMapLockedPagesSpecifyCache fails...
2005-02-05 Gé van GeldorpRe-use (better) stack backtrace function
2005-02-05 Thomas Bluemelonly attach to the process to be queried when necessary
2005-02-05 Filip NavaraUse CONTAINING_RECORD macro instead of type cast, fix...
2005-02-05 Eric Kohl- Link ntoskrnl against libwdmguid.a.
2005-02-03 Filip NavaraCorrect the library order.
2005-02-03 Filip NavaraPrevent linking to MSVCRT in case some CRT function...
2005-02-02 Gé van GeldorpStore symbolic information in a .rossym section in the
2005-02-01 Filip NavaraCorrect prototype for NtGetPlugPlayEvent and use the...
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-02-01 Eric KohlNtDisplayString: Convert Unicode string to OEM.
2005-02-01 Hartmut Birr- Removed some wrong calls to MmUnlockAddressSpace.
2005-02-01 Eric KohlFirst attempt at implementing NtGetPlugPlayEvent.
2005-02-01 Eric KohlFix typos in shutdown messages.
2005-01-30 Filip NavaraDon't shutdown devices before flushing registry and...
2005-01-29 Thomas Bluemelsecurely access buffers in NtSetContextThread() and...
2005-01-29 Royce Mitchell IIIremove eol whitespace
2005-01-28 Thomas Bluemeladded buffer checks to NtCreateThread()
2005-01-28 Filip NavaraHervé Poussineau <poussine@freesurf.fr>
2005-01-28 Thomas Bluemelsecurely access buffers in NtImpersonateThread()
2005-01-27 Thomas Bluemel1. fixed prototypes of NtQueryPerformanceCounter()...
2005-01-26 Gé van GeldorpAvoid crash if import directory is messed up
2005-01-26 Gé van GeldorpHervé Poussineau <poussine@freesurf.fr>
2005-01-26 Hartmut Birr- Fixed a crash in PAE mode and without the '/3GB'...
2005-01-26 Thomas Bluemeldon't return a random status code in case of probing...
2005-01-26 Thomas BluemelNtCreatePagingFile() should release the captured unicod...
2005-01-26 Eric KohlRemove RtlImageNtHeader, RtlImageDirectoryEntryToData...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Thomas Bluemelfixed NtQueryDirectoryObject() to properly handle buffe...
2005-01-26 Eric KohlReplace hardcoded values by known constants.
2005-01-26 Eric Kohl- Replace NtQuerySystemTime by KeQuerySystemTime
2005-01-26 Thomas Bluemelsecurely access buffers in NtOpenDirectoryObject()...
2005-01-26 Alex IonescuDynamic 3GB support, part 1. Only multiboot.S remains...
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-25 Gé van GeldorpReplace wcschr. Fixes bug #488.
2005-01-25 Hartmut Birr- Removed slab.c, because this functions are not used.
2005-01-25 Hartmut Birr- Implemented a kernel mapping region which is process...
2005-01-25 Mike NordellFixe use of memory after it had been free'd.
2005-01-25 Alex IonescuFix bug 474. Patch by tinus
2005-01-25 Alex IonescuFix bugs on optimized build, fix RtlpDispatchException...
2005-01-25 Hartmut Birr- Enabled SYSENTER/SYSEXIT for application processors...
2005-01-25 Thomas Bluemelreturn error status in case probing the parameters...
2005-01-24 Thomas Bluemelsome more parameter checks in IoCreateFile()
2005-01-24 Hartmut Birr- Fixed my last commit.
2005-01-24 Hartmut Birr- Interpret STATUS_TIMEOUT as error in PsLockProcess.
2005-01-24 Gé van GeldorpImplement IO_NO_PARAMETER_CHECKING flag
2005-01-24 Gé van GeldorpRollback last change, since we found out that IoCreateF...
2005-01-24 Gé van GeldorpIoCreateFile should be passed kernelmode parameters.
2005-01-24 Thomas Bluemelminor fixes
2005-01-24 Gé van GeldorpNt -> Zw
2005-01-24 Thomas Bluemeldon't copy the entire security descriptor to the stack...
2005-01-23 Thomas Bluemel1. fixed the timer functions to securely access buffers
2005-01-23 Thomas Bluemel1. fixed prototypes of NtSetSystemTime and NtQuerySyste...
2005-01-23 Emanuele AlibertiObjectBody->Permanent setting cleaned.
2005-01-23 Gé van GeldorpFix typo
2005-01-23 Thomas Bluemelfixed semaphore functions to securely access buffers...
2005-01-23 Alex IonescuFix svn:ignore problems and remove alignment hacks
2005-01-23 Gé van GeldorpNt -> Zw fixes
2005-01-23 Thomas Bluemelget rid of the reactos-only RTL_REGISTRY_ENUM flag...
2005-01-23 Gé van GeldorpMake gdb stack trace back to usermode work again
2005-01-23 Gé van GeldorpKeep usermode stack 4-byte aligned
2005-01-23 Thomas Bluemelthe system process should be called "System", not ...
2005-01-22 Thomas Bluemeldon't leak resources on failure
2005-01-22 Thomas BluemelRtlCaptureUnicodeString should also check the buffers...
2005-01-22 Thomas Bluemelmore NtXxx vs. ZwXxx fixes
2005-01-22 Thomas Bluemelreturn the status code when probing the buffer failed
2005-01-22 Thomas Bluemel1. remove obsolete buffer size checks from NtQueryInfor...
2005-01-22 Thomas Bluemelfixed the prototype of KePulseEvent() and made NtPulseE...
2005-01-22 Thomas Bluemel1. A few Nt vs. Zw fixes
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-22 Alex IonescuFix all remaning alignment errors. Ros is now moderatel...
2005-01-22 Alex IonescuReactOS now boots. More bug fixes needed
2005-01-21 Thomas Bluemelremove double function head of NtCreateEvent()
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-21 Thomas Bluemeldon't probe ObjectAttributes if NULL
2005-01-21 Thomas BluemelNtCreateJobObject() should create the handle instead...
2005-01-21 Thomas BluemelSimplify buffer checks for NtQueryInformation...()...
2005-01-21 Gregor AnichFix compiler warning.
2005-01-21 Thomas Bluemelfixed ASSERT statement, thanks to blight for pointing...
2005-01-21 Thomas Bluemelpartial implementation of NtTerminateJobObject()
2005-01-21 Thomas Bluemelimplemented NtOpenJobObject()
2005-01-21 Thomas Bluemelpartial implementation of NtAssignProcessToJobObject...
2005-01-21 Thomas Bluemeladd PoolType parameter to ObpCaptureObjectAttributes...
2005-01-21 Thomas Bluemelfixed ObpCaptureObjectAttributes() so it doesn't copy...
2005-01-21 Thomas Bluemelfixed usage of uninitialized variable
2005-01-21 Thomas Bluemeladded helper functions ObpCaptureObjectAttributes(...
next