corret a type error in dsound. dsound need be rewriten from scrach it is from wine
[reactos.git] / reactos / ntoskrnl /
2005-12-04 Alex Ionescu- Fix KeAttackProcess, KeStackAttachProcess, KeUnstackD...
2005-12-02 Alex Ionescu- Correctly zero out esi. Thanks to Patrick Baggett.
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-12-01 Gé van GeldorpFactor out probe and capture code from private ntoskrnl...
2005-12-01 Thomas Bluemelset the MaximumLength in ProbeAndCaptureUnicodeString
2005-11-30 Hartmut Birr- Used the already detected cache line size for RtlPref...
2005-11-29 Thomas Bluemelpreliminary comment out the self-modifying code for...
2005-11-29 Hartmut BirrCleanup isn't necessary after calling the driver in...
2005-11-29 Thomas Bluemelfixed some more warnings
2005-11-29 Thomas Bluemelproperly capture the file name in NtQueryDirectoryFile
2005-11-29 Hartmut BirrAllocate the memory for the search pattern in kernel...
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-11-29 Thomas Bluemelfixed registry querying code in Ki386SetProcessorFeatures
2005-11-29 Alex Ionescu- Implement RtlPrefectMemoryNonTemporal. Patch by Patri...
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-27 Gé van GeldorpTell others to leave our port alone
2005-11-27 Brandon TurnerStructure member name changes. Alex just told me what...
2005-11-27 Alex Ionescu- Fix compile issues caused by previous patch.
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-27 Hartmut BirrLock the MainResource from fcb, if we are trying to...
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-26 Thomas BluemelRevert Filip's last 4 changes on his request as they...
2005-11-26 Hartmut BirrFix a typo in my last commit.
2005-11-26 Filip NavaraFix splitting of cells (noticed by Hartmut).
2005-11-26 Hartmut BirrDon't use the OldIrql value from fmutex after releasing it.
2005-11-26 Hartmut BirrSave the old irql in ExTryToAcquireFastMutex.
2005-11-26 Hartmut BirrFixed CcTryToAcquireBrokenMutex.
2005-11-26 Filip NavaraDon't make cells smaller than they are.
2005-11-26 Hartmut BirrDefine the DPRINT and CHECKPOINT macro depend from...
2005-11-26 Gé van GeldorpSilence debug messages
2005-11-25 Thomas Bluemelfixed uninitialized variable warning
2005-11-25 Casper HornstrupSpeed up compilation of ntoskrnl
2005-11-25 Royce Mitchell IIImore descriptive debug message
2005-11-25 Casper HornstrupMerge duplicate definitions
2005-11-24 Hervé PoussineauDetect devices using the NULL driver, and set the START...
2005-11-23 Hartmut BirrUsed the size of the data cell instead of the previous...
2005-11-22 Alex IonescuFix boot regression.
2005-11-22 Alex Ionescu- Fix inclusion of deleted file.
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-11-22 Filip NavaraChange some FS:x reading macros for better compatibilit...
2005-11-22 Filip NavaraFix some registry structures to match the Windows format.
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-21 Thomas Bluemelfixed the ProbeForWriteLargeInteger and ProbeForWriteUl...
2005-11-20 Hartmut BirrWaiting for a fast mutex should be done in kernel mode.
2005-11-20 Gé van GeldorpImplement hardware breakpoints and watchpoints
2005-11-20 Alex Ionescu- Remove RosSymInfo hack from LDR_DATA_TABLE_ENTRY...
2005-11-20 Alex Ionescu- Add msvc compatible version of ProveForRead(U)LargeIn...
2005-11-20 Alex IonescuMake the address space mutex unsafe, because sometimes...
2005-11-19 Alex Ionescu- Deprecated
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-19 Aleksey BraginAccording to MSDN: "PnP Manager queries a device's...
2005-11-19 Hervé Poussineau- Send ExGetPreviousMode() to ObReferenceObjectByHandle...
2005-11-18 Hervé PoussineauRevert 19324 and part of 19325...
2005-11-18 Alex IonescuDue to CcRos's abusive usage and dependency on our...
2005-11-18 Hervé PoussineauPrevent the reinstall of devices that use the NULL...
2005-11-17 Hartmut BirrSet the value/data cell to dirty, if an existing value...
2005-11-17 Hartmut Birr- Fixed the test for the dirty bitmap size.
2005-11-16 Aleksey BraginFix IoIsWdmVersionAvailable() to confirm we're compatib...
2005-11-16 Hervé PoussineauExport _vsnwprintf
2005-11-15 Aleksey BraginFix "Devices Parameters" subkey creation in a call...
2005-11-14 Gé van GeldorpTwoTailedFox <twotailedfox@gmailcom>:
2005-11-14 Hartmut BirrFixed a few length calculation in NtEnumerateValueKey...
2005-11-14 Gé van GeldorpOnly debug 1 thread at a time
2005-11-13 Hartmut BirrSet the boot processor as active processor in KeInit1.
2005-11-13 Hartmut BirrShutdown the process manager before shutdown the registry.
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-11-13 Gé van GeldorpSpelling fixes. Thanks to Royce for pointing them out.
2005-11-12 Hartmut BirrFixed the growing of the dirty bitmap. This will fix...
2005-11-12 Gé van GeldorpAdd some more shutdown messages
2005-11-12 Gé van GeldorpSilence debug message
2005-11-09 Gé van GeldorpWe need to call HalReleaseDisplayOwnership before killi...
2005-11-09 Hervé PoussineauFix string returned by IopGetParentIdPrefix, which...
2005-11-09 Gé van GeldorpSilence debug message
2005-11-09 Alex Ionescu- Fixed two really nasty bugs in I/O completion:
2005-11-08 Alex Ionescu- Remove silly debug print
2005-11-08 Brandon TurnerChange KEBUGCHECK -> KEBUGCHECKEX
2005-11-08 Alex Ionescu- Fix hackplementation of ObLogSecurityDescriptor....
2005-11-08 Alex Ionescu- Remove unimplemented macro in SeOpenObjectAuditAlarm...
2005-11-08 Hervé PoussineauWhen a driver is a legacy driver, call its AddDevice...
2005-11-08 Alex Ionescu- Hackplement ObLogSecurityDescriptor for W2K3 drivers...
2005-11-08 Alex Ionescu- Send a hacked access state to FS Drivers, they can...
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-03 Alex Ionescu- Rename KiCheckForKernelApcDelivery
2005-11-03 Gregor AnichOptimize NtGetContextThread a bit and fix use of unitin...
2005-11-03 Gregor AnichRemove assignment to unused Thread variable which was...
2005-11-03 Gregor Anich(Hopefully) fix (parts of) terribly broken NtSet/GetCon...
2005-11-02 Alex Ionescu- Use correct trapframe during set/get context. Thanks...
2005-11-02 Gregor AnichConvert tabs to spaces.
2005-11-01 Thomas Bluemel- if a file object is a named pipe don't allow the...
2005-10-31 Thomas Bluemelfix return type of ObDereferenceSecurityDescriptor
2005-10-31 Thomas Bluemeladded stubs for ObLogSecurityDescriptor and ObDereferen...
2005-10-31 Hartmut BirrDo always dereference the section object if it was...
2005-10-30 Hartmut BirrFixed the check for the MEM_TOP_DOWN flag in MmMapViewO...
2005-10-30 Hartmut BirrMap the NLS tables after creating the PEB.
2005-10-29 Thomas Bluemelprotect access to buffers in NtOpenProcess
2005-10-29 Thomas Bluemelrelease the keep-alive reference of the process object
2005-10-29 Thomas Bluemel- don't dereference the section object in MmCreateProce...
next