- Merge aicom-network-fixes up to r36740
[reactos.git] / reactos /
2008-09-27 Cameron Gutman - Merge aicom-network-fixes up to r36558
2008-09-27 Stefan Ginsberg- Fix 2 typos
2008-09-27 Eric Kohl- Disable [handle] and [context_handle] attributes...
2008-09-27 Gregor SchneiderDon't read and copy 32 Bit blocks, but only 24 Bit...
2008-09-27 Stefan Ginsberg- Add PsGetThreadTeb prototype
2008-09-26 Stefan Ginsberg- Fix a couple of bugcodes with incorrect MessageId
2008-09-26 Eric KohlFix lock handle typecasts.
2008-09-26 Aleksey Bragin- Remove an excessive ASSERT (there is a real one below...
2008-09-26 Aleksey Bragin- Apply Art's bitmap patch from the branch, and change...
2008-09-26 Christoph von Wittichset eol-style:native
2008-09-26 Christoph von Wittichset eol-style:native
2008-09-26 Christoph von Wittichset eol-style:native
2008-09-26 Christoph von Wittichset eol-style:native
2008-09-25 Timo KreuzerSimplify and fix InitMetrics. Fixes Coverity error 33.
2008-09-25 Timo KreuzerSome cleanup
2008-09-25 Timo KreuzerUpdate SM_XXX constants
2008-09-25 KJK::HyperionOnly apply C++ compiler flags to the C++ compiler....
2008-09-25 Timo KreuzerAllocate size of structure, not size of pointer to...
2008-09-25 Stefan Ginsberg- CmpOpenHiveFiles: If "Extension" is false then we...
2008-09-25 Christoph von Wittichformatting fix
2008-09-25 Christoph von Wittichset eol-style:native
2008-09-25 James Tabor- Add Defer Window Position Handle type for multiple...
2008-09-25 Stefan Ginsberg- Implement and export PsIsSystemProcess and add it...
2008-09-25 Stefan Ginsberg- Implement IoGetPagingIoPriority and fix its export
2008-09-25 Stefan Ginsberg- Add WmiQueryTraceInformation, WmiTraceMessage and...
2008-09-25 Aleksey Bragin- Fix one more totally "out of ideas how to create...
2008-09-25 Cameron Gutman - Try again to fix build
2008-09-24 Cameron Gutman - Fix build
2008-09-24 Cameron GutmanMerge aicom-network-fixes up to r36496
2008-09-24 Stefan Ginsberg- MiQueryVirtualMemory shouldn't be called for kernel...
2008-09-24 Stefan Ginsberg- Remove deprecated macro
2008-09-24 Stefan Ginsberg- Add ObpValidateAccessMask stub (only returns success...
2008-09-24 Stefan Ginsberg- HalpXboxReadSector: Fail if we are out of memory...
2008-09-24 Stefan Ginsberg- IoFlushAdapterBuffers: "AdapterObject" is not an...
2008-09-24 Christoph von Wittichmore correct fix
2008-09-24 Stefan Ginsberg- IopGetDiskInformation: Fail if we are out of memory...
2008-09-24 Stefan Ginsberg- Only dereference the KCB if we know it exists
2008-09-24 Christoph von Wittichcheck for value > 0 before using it as array index
2008-09-24 Stefan Ginsberg- 64 bit fixes for Mm routines: Use SIZE_T and ULONG_PT...
2008-09-24 Stefan Ginsberg- FsRtlBalanceReads: Fail if we are out of memory inste...
2008-09-24 Stefan Ginsberg- RawQueryFsSizeInfo: Fail if we are out of memory...
2008-09-24 Stefan Ginsberg- Fix some non-x86 FLOATOBJ_*
2008-09-24 Art YerkesFix leaks reported by coverity 612-615. In each case...
2008-09-24 Art YerkesFix my copypasta spotted by (coverity 1294)
2008-09-24 Daniel ReimerBug 3726: Translate file: netshell by Lars Martin Hambro
2008-09-24 Timo Kreuzer- remove old test code
2008-09-24 Aleksey Bragin- Create a VdmpInitialize function for NtVdmControl...
2008-09-24 Aleksey BraginJuriy Sidorov <jura@cp-lab.com>
2008-09-24 Aleksey Bragin- Make SmCreateUserProcess accept two flags: the old...
2008-09-24 Andrew MungerRemove a overzealous check. MSDN says to avoid calling...
2008-09-23 Aleksey Bragin- Fix ~4.4 million handle limit bug due to memory corru...
2008-09-23 Stefan Ginsberg- Attempt satisfy Alex
2008-09-23 Ged MurphyDon't risk a negative array subscript. Fixes our one...
2008-09-23 Christoph von Wittichreturn correct value in SETUPAPI_GetCurrentHwProfile
2008-09-23 Gregor BrunmarD3D9:
2008-09-23 Stefan Ginsberg- Add basic tracing to CmpReferenceKeyControlBlock...
2008-09-23 Aleksey Bragin- In success cases of NtAllocateVirtualMemory, return...
2008-09-23 Aleksey Bragin[FORMATTING]
2008-09-23 Aleksey Bragin[FORMATTING]
2008-09-23 Art YerkesDidn't notice that bufferSize is used by RegQueryValueE...
2008-09-23 Art YerkesInitialize DbgLoadOptions from the start. It would...
2008-09-23 Art YerkesCount the end of the szApplicationName in the right...
2008-09-23 Art YerkesFix a legitimate overrun in _widths (coverity 575)...
2008-09-23 Art YerkesThis bug could've caused mayhem in the icon cache....
2008-09-23 Art YerkesFix possible overrun of the last byte of dbuf (coverity...
2008-09-23 Christoph von Wittichoverrun of static array
2008-09-23 Aleksey Bragin- The check for SystemHive being non-NULL is meaningles...
2008-09-23 Christoph von Wittichoverrun of static array
2008-09-23 Christoph von Wittichoverrun of static array
2008-09-23 Aleksey Bragin- Preinitialize ValueData with NULL.
2008-09-23 Christoph von Wittichoverrun of static array
2008-09-23 Christoph von Wittichoverrun of static array
2008-09-23 Christoph von Wittichdon't free memory which is not allocated yet
2008-09-23 Christoph von Wittichfix heap corruption when lpStringToFind is NULL
2008-09-23 Art Yerkessome detritus exposed by coverity.
2008-09-22 James TaborAdd UpdateLayeredWindowIndirect to def and cleanup...
2008-09-22 Christoph von Wittichsync riched20 with wine 1.1.5
2008-09-22 Christoph von Wittichsync oleaut32 with wine 1.1.5
2008-09-22 Christoph von Wittichfix some memory leaks (patch by Ged)
2008-09-22 Stefan Ginsberg- Remove deprecated output
2008-09-22 Christoph von Wittichthe time has COM
2008-09-22 James Tabor- Add UPDATELAYEREDWINDOWINFO structure and UpdateLayer...
2008-09-21 Eric KohlSync to Wine-0.9.58
2008-09-21 Eric KohlDefine TRUE only if it hasn't been defined before
2008-09-21 Colin FinckForgot these files, sorry...
2008-09-21 Colin FinckSync msi with Wine 1.1.5
2008-09-21 Eric KohlEnumDependentServicesA/W and EnumServicesStatusA/W...
2008-09-21 Cameron Gutman - Merge aicom-network-fixes up to r36381
2008-09-21 Christoph von Wittichfix another typo...
2008-09-21 Eric Kohl[FORMATTING] No code changes!
2008-09-21 Christoph von Wittichsync jscript with wine 1.1.5
2008-09-21 Christoph von Wittichthis hack wasn't supposed to be committed
2008-09-21 Christoph von Wittichsync msxml3 with wine 1.1.5
2008-09-21 Colin FinckWow, WriteConfigurationFile() in rbuild never worked...
2008-09-21 Cameron Gutman - Merge aicom-network-fixes up to r36371
2008-09-21 Gregor BrunmarD3D9:
2008-09-21 Christoph von Wittichfix two nice typo's
2008-09-21 Christoph von Wittichsync msiexec with wine 1.1.5
2008-09-21 Aleksey Bragin- FileOffset is 32bit long, not 64bit, so no reason...
2008-09-21 Christoph von Wittichfix brackets
next