- return WSAEMSGSIZE on both STATUS_BUFFER_TOO_SMALL / STATUS_BUFFER_OVERFLOW:
[reactos.git] / reactos /
2009-03-29 Kamil Hornicek- return WSAEMSGSIZE on both STATUS_BUFFER_TOO_SMALL...
2009-03-29 Kamil Hornicek- fix possible memory leak (patch from Mesa3D by Daniel...
2009-03-29 Aleksey Bragin- Synchronize debug messages output to the serial port...
2009-03-29 Aleksey Bragin- Implement KeTestSpinLock.
2009-03-29 Kamil Hornicekupdate Mesa3D to version 7.4
2009-03-29 Dmitry GorbachevShell32 translation patch from Tomoya Kitagawa, bug...
2009-03-29 Michael Martincreate.c: NpfsCleanup - Do not set the pipe's state...
2009-03-29 Jeffrey MorlanMake command parsing in DoCommand/Execute more compatib...
2009-03-29 Timo KreuzerAdd the DC XlateBrush / XlatePen hack to DC_vUpdateFill...
2009-03-29 Timo KreuzerSimple temporary implementation of EngRealizeBrush...
2009-03-29 Timo KreuzerBltMask:
2009-03-29 Timo KreuzerPatch by Evgeniy Boltik:
2009-03-29 Cameron Gutman - Fix some TDI flags
2009-03-28 James Tabor- Add The rest to W32PROCESS.
2009-03-28 James Tabor- Add Lock point and AVL table pointer to W32PROCESS...
2009-03-28 Jeffrey Morlan- Implement CMD /A and /U switches.
2009-03-28 Cameron Gutman - Fix a typo
2009-03-28 Cameron Gutman - Implement NdisMAllocateSharedMemoryAsync
2009-03-28 Aleksey Bragin- Remove a header structure from memory regions allocat...
2009-03-28 Aleksey Bragin- Pass correct allocation flags to ZwAllocateVirtualMemory.
2009-03-28 Cameron Gutman - Remove a useless parameter from UnlockAndMaybeComplete
2009-03-28 Hervé PoussineauAdd some defines, to be used later in freeldr
2009-03-28 Hervé PoussineauFix typo
2009-03-28 Cameron Gutman - Remove an unnecessary parameter
2009-03-28 Cameron Gutman - More LockBuffers fixes
2009-03-27 Cameron Gutman - Fix some issues with LockBuffers
2009-03-27 Aleksey Bragin- Fix queue index (actually do what comment in the...
2009-03-27 Cameron Gutman - Wait on the correct event
2009-03-27 Cameron Gutman - Remove some unnecessary code
2009-03-27 Cameron Gutman - Fix several handle leaks
2009-03-26 Aleksey BraginApply patch from Wine:
2009-03-26 Johannes Anderwald- Remove dead code
2009-03-26 Jeffrey Morlan- Add another heap freelist for small blocks, making...
2009-03-26 Jeffrey Morlan- Fix a buffer overflow in cmd
2009-03-26 Timo KreuzerHack cleanup: IntGdiBrushXlate is a dirty ros hack...
2009-03-26 Art YerkesPrevent a double lock on the surface by splitting FillS...
2009-03-26 Jeffrey Morlan- Implement CMD /D, /Q, and /R switches
2009-03-26 Timo KreuzerMove NtGdiSelectBitmap to dcobjs.c, implement DC_vSelec...
2009-03-25 Timo KreuzerMove NtGdiSelectClipPath, Nt/IntGdiSelectBrush, Nt...
2009-03-25 Timo KreuzerRename NtGdiDeleteObject to GreDeleteObject
2009-03-25 Johannes Anderwald- Export KsNullDriverUnload
2009-03-25 Johannes Anderwald- Fix calling convention for KsNullDriverUnload
2009-03-25 Cameron Gutman - Revert an unwanted change
2009-03-25 Christoph von Wittichupdate README.WINE
2009-03-25 Christoph von Wittichsync DDE to wine 1.1.17
2009-03-25 Christoph von WittichGetConsoleProcessist -> GetConsoleProcessList
2009-03-25 Christoph von Wittichfix some more typos...
2009-03-25 Christoph von Wittichfix some typos
2009-03-25 Timo KreuzerRewrite the dc state saving implementation. We were...
2009-03-25 Timo KreuzerFix GetDCBrushColor. It was returning the pen color.
2009-03-25 Cameron Gutman - Fix ICMP
2009-03-25 Cameron Gutman - Return STATUS_NETWORK_UNREACHABLE if we can't get...
2009-03-25 Cameron Gutman - Set the IP_PACKET_FLAG_RAW flag on Raw IP packets
2009-03-25 James Tabor- Write new simplified NtGdiDeleteObjectApp based on...
2009-03-24 Dmitry Chapyshev- Replace stub msdmo on msdmo from Wine
2009-03-24 Dmitry Chapyshev- Replace stub qedit on qedit from Wine
2009-03-24 Dmitry Chapyshev- Sync Tahoma fonts with Wine head
2009-03-24 Timo Kreuzer[FORMATTING]
2009-03-24 Timo KreuzerMore dc cleanup: make DC_AllocDC return a pointer,...
2009-03-24 Timo KreuzerFix formatting add a FIXME comment, no code change
2009-03-24 Timo KreuzerRemove DC_GET_VAL macro and friends. They were defining...
2009-03-24 Cameron Gutman - Fix several cancellation and socket shutdown issues:
2009-03-23 Jeffrey MorlanImplement all remaining switches for the START command.
2009-03-23 Jeffrey MorlanFix a bug in wcstoul causing it to set *endptr improperly.
2009-03-23 Timo Kreuzer- Don't delete an object that has a shared reference!
2009-03-23 Sylvain Petreollesetupapi.CMP_RegisterNotification is not a stub anymore,
2009-03-23 Jeffrey MorlanImplement %~$PATH:var variable substitution
2009-03-23 Art YerkesActually mark irp pending.
2009-03-23 Timo KreuzerGDIOBJ_ShareUnlockObjByPtr: Temporarily don't ASSERT...
2009-03-23 Art YerkesFormatting only, no change.
2009-03-23 Timo Kreuzer[FORMATTING]
2009-03-23 Jeffrey Morlan- In cmd's PUSHD and POPD commands, change directory...
2009-03-23 Jeffrey Morlan- Moved the code for updating the drive-specific curren...
2009-03-23 Cameron Gutman - This should fix a rare afd crash
2009-03-23 Timo KreuzerIn the beginning somebody created dc.c. And he saw...
2009-03-23 Dmitry GorbachevAdd "REACTOS Mm Hack of Doom" again (removed in r39723...
2009-03-23 Timo KreuzerInitialize flattrs in EBRUSHOBJ_vInit
2009-03-23 Timo KreuzerBrush rewrite part 1/x
2009-03-22 Cameron Gutman - Implement NdisFreeDmaChannel
2009-03-22 Cameron Gutman - Fix a memory leak
2009-03-22 Colin Finck- If we determine that the keyboard buffer is full...
2009-03-22 Cameron Gutman - Query MaxMulticastAddresses from the miniport
2009-03-22 Dmitry GorbachevUpdate Japanese translation of Syssetup. Patch from...
2009-03-22 Matthias Kupfer- Disable "Back" in last page of syssetup, because...
2009-03-22 Johannes Anderwald- Clean up my working copy
2009-03-22 James Tabor- Implement AddFontMemResourceEx and simplify RemoveFon...
2009-03-22 Cameron Gutman - Fix release build
2009-03-22 Jeffrey MorlanMake START command able to open non-executable files...
2009-03-21 Cameron Gutman - Don't forget to store the status in the IRP
2009-03-21 Sylvain PetreolleFix file location in file properties dialog.
2009-03-21 Gregor Schneider- GetBitmapBits: This function should return DDB size...
2009-03-21 Cameron Gutman - Uncomment the NdisUnmapFile call in NdisCloseFile
2009-03-21 Daniel ReimerBug 4287: Lithuan Translaions by Vytis Girdžijauskas
2009-03-21 Colin FinckEnable the Crash Recovery feature when doing the RegTest.
2009-03-21 Aleksey Bragin- Allocate and initialize setup loader block.
2009-03-21 Aleksey Bragin- Remove obsolete Doxyfile config files. Spotted by...
2009-03-21 Dmitry GorbachevDo not forward TraceMessage() to itself.
2009-03-21 Jeffrey Morlan- When running a non-executable file, if the program...
2009-03-21 Timo KreuzerFix build.
2009-03-20 Timo KreuzerRename IntGdiInitBrushInstance to EBRUSHOBJ_vInit and...
next