Remove more hardcode buffer value to dymatic buffer.
[reactos.git] / reactos /
2005-09-04 Magnus OlsenRemove more hardcode buffer value to dymatic buffer.
2005-09-04 Magnus Olsenfix a small bug after me, and check if it really got...
2005-09-03 Magnus Olsenremove some hardcode commadline buffer value. first...
2005-09-03 Magnus Olsenfix type can handler \n at text output thx ravelo for...
2005-09-03 Eric KohlFix GUID->String conversion.
2005-09-03 Andrew MungerFix cmd build. Please check your changes before commiting.
2005-09-03 Hartmut BirrFixed the return value in KeRundownQueue if the queue...
2005-09-03 Hartmut BirrSet the ownership before locking the bitmap in EngCreat...
2005-09-03 Brandon TurnerSetting my changes back for prompt.c. Greatlord and...
2005-09-03 Magnus OlsenUpdated translation by Anders, proofread by Andreas...
2005-09-03 Magnus OlsenSwedish translation by David Nordenberg, proofread...
2005-09-03 Magnus OlsenSwedish translation by Andreas Bjerkeholt, proofread...
2005-09-03 Magnus OlsenDavid Nordenberg: Swedish translation, proofread by...
2005-09-03 Magnus Olsen* Updated translation by Anders, proofread by Andreas...
2005-09-03 Magnus Olsenrevers brandon change to prompt.c they are incorrect...
2005-09-03 Brandon TurnerCorrectly assign %propmt%.
2005-09-03 Royce Mitchell IIIsmall efficiency boost
2005-09-02 Brandon TurnerFixed a bug that crashed cmd when "cd /D" but no path...
2005-09-02 Hervé PoussineauDon't fill twice the output buffer. Bug spotted by...
2005-09-02 Hervé PoussineauNo need to allocate too much memory, as SetupDiGetDevic...
2005-09-02 Filip NavaraCheck for Request == NULL.
2005-09-02 Filip NavaraFix open mode passed to CreateFile in DoSaveFile functi...
2005-09-01 Gregor AnichLink against string.a instead of hal and ntoskrnl,...
2005-09-01 Gunnar Dalsnesfixed RtlCompareUnicodeString and RtlCompareString...
2005-09-01 Andrew MungerCorrect some checks, fix bug 748 (qemu networking)...
2005-08-30 Hartmut BirrPrint the exception code and the faulting address,...
2005-08-30 Hartmut BirrInvoke always our own exception handler if the exceptio...
2005-08-30 Hartmut BirrDon't interpret SIG_DFL and SIG_IGN as real handler...
2005-08-29 Filip NavaraRemove WineDebugInfo from TEB and fix type of TlsExpans...
2005-08-29 Filip NavaraFormatting and code style changes.
2005-08-29 Thomas Bluemelfixed uninitialized variable warning
2005-08-29 Brandon Turnerfix an if statment. Found by thomas.
2005-08-29 Brandon TurnerFixed a bug in tab complete when there was only one...
2005-08-29 Thomas Bluemel- don't close handles of keys in RegDeleteTree() that...
2005-08-28 Eric KohlImplement CM_Get_Class_Key_Name[_Ex]A/W and CM_Open_Cla...
2005-08-28 Royce Mitchell IIIremove single "." entries from paths
2005-08-28 Royce Mitchell IIIremove transient debugging code
2005-08-28 Royce Mitchell IIIdon't crash if path == base_directory.
2005-08-28 Hartmut Birr- Allocate the csrss request buffer from heap if the...
2005-08-28 Hartmut BirrAllocated the message reply buffer according to the...
2005-08-28 Hervé PoussineauFix rbuild compilation, by adding Path::RelativeFromDir...
2005-08-28 Emanuele AlibertiAutoregister Debug internal subsystem too. Now 'sm...
2005-08-28 Royce Mitchell IIIadd include directories from xml, remove "." hack,...
2005-08-28 Royce Mitchell IIIadd . to list of include directories for all projects
2005-08-27 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-27 Eric KohlImplement StringTableInitializeEx, StringTableGetExtraD...
2005-08-27 Thomas Bluemelimplemented RegDeleteTree() (untested!)
2005-08-27 Emanuele Alibertinative EOL
2005-08-27 Emanuele AlibertiMinor changes and IT resource file.
2005-08-27 Hervé PoussineauImplement SetupDiSelectBestCompatDrv, by sorting driver...
2005-08-27 Eric KohlImplement LogonUserA.
2005-08-27 Emanuele AlibertiSM: simplify and fix client (subsystem servers) management.
2005-08-27 Andrew Munger17519 requires __REACTOS__ to be defined for KDB to...
2005-08-27 Andrew Munger"." means current directory, not previous. Spotted...
2005-08-26 Thomas Bluemelfixed code to compile both as ansi and unicode version...
2005-08-26 Hartmut Birr- Moved all members with variable length in CSRSS_XXX...
2005-08-26 Filip NavaraMake the explorer taskbar look a bit nicer.
2005-08-26 Filip NavaraAdd TBMETRICS structure and associated constants.
2005-08-26 Steven EdwardsAdd constants for DBG_CONTROL_C and DBG_CONTROL_BREAK...
2005-08-26 Thomas Bluemelimplemented CreateSymbolicLink() (not tested/verified...
2005-08-26 Hartmut BirrCall the correct user mode dispatch function in KiDispa...
2005-08-26 Thomas Bluemelremoved obsolete variable in RegOpenUserClassesRoot()
2005-08-26 Thomas BluemelRegLoadMUIStringA/W are not implemented yet...
2005-08-26 Thomas Bluemeladded stubs for RegLoadMUIStringA/W()
2005-08-26 Thomas Bluemelimplemented RegDisablePredefinedCacheEx()
2005-08-25 Steven EdwardsWhy this thing ships with its own GetConsoleWindow...
2005-08-25 Steven Edwardsminor build fixes for msvc
2005-08-25 Steven Edwardsfix msvc compile
2005-08-25 Steven Edwardsdisable the custom rules for Winebuild for now
2005-08-25 Magnus OlsenThx ravelo to found a new bug in start.c it did not...
2005-08-25 Brandon TurnerDon't dereference the pointers. Catch by Thomas.
2005-08-25 Thomas Bluemeladd stub for ControlServiceEx()
2005-08-25 Steven EdwardsGenerate a GUID for each module processed. Later on...
2005-08-25 Brandon TurnerImplement escape char in console. "^"
2005-08-25 Thomas Bluemelenable theming of the checklist control
2005-08-25 Thomas Bluemel- added stubs for Set/GetConsoleHistoryInfo(), GetConso...
2005-08-25 Thomas Bluemeladd stubs for CreateSymbolicLinkA/W
2005-08-25 Brandon TurnerUse GetShortPathName and GetLongPathName to correct...
2005-08-25 Royce Mitchell IIIfile paths should be relative to the location of the...
2005-08-25 Maarten BosmaFill some more structs, that ms ddraw fill as well.
2005-08-25 Hartmut BirrFixed a bug in RtlLeaveCriticalSection. We have only...
2005-08-25 Thomas Bluemelminor simplifications
2005-08-25 Thomas Bluemelopen subkey with sufficient rights in RegDeleteTree
2005-08-25 Thomas Bluemeladded stubs for RegDeleteTreeA/W() and RegCopyTreeA/W()
2005-08-25 Royce Mitchell III$default_cfg fix
2005-08-25 Thomas Bluemelcheck for console handles in Get/SetFileAttributesByHan...
2005-08-24 Thomas Bluemelimplemented SetFileAttributesByHandle() and GetFileAttr...
2005-08-24 Thomas Bluemelimplemented RegSetKeyValueA/W
2005-08-24 Magnus Olsenfixing a bug in searching for cmd for bat/cmd files...
2005-08-24 Thomas Bluemelimplemented RegDeleteKeyValueA/W()
2005-08-24 Magnus OlsenImplement start execute support for bat/cmd file. wokin...
2005-08-24 Thomas Bluemelimplemented IsThreadAFiber()
2005-08-24 Royce Mitchell IIIzero the entire buffer
2005-08-24 Thomas Bluemelinstall the registry keys before enabling the driver
2005-08-24 Filip NavaraREVISON -> REVISION
2005-08-24 Magnus Olsenimplemented "" remove for the start command. This...
2005-08-24 Filip NavaraFix a memory leak if VideoPortInitialize is called...
2005-08-24 Hervé PoussineauCleanup i8042prt.h
2005-08-24 Royce Mitchell IIIadded some verbosity
2005-08-24 Royce Mitchell IIIinvoke _generate_dsp() have it open the output file...
next