fixed calls to NtDuplicateObject
[reactos.git] / reactos / lib / kernel32 / misc /
2005-12-10 Thomas Bluemelfixed calls to NtDuplicateObject
2005-12-08 Gé van GeldorpStrings with different lengths are not equal
2005-12-05 Thomas Bluemelfixed SetHandleInformation to take dwMask into account...
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-28 Gé van GeldorpFix the fix to RtlFindMessage
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-23 Hartmut BirrFixed FormatMessageA/W.
2005-11-22 Alex Ionescu- Remove usage of STATIC, and use static in the right...
2005-11-21 James TaborRemoved ActCtx.c.
2005-11-21 James TaborRename file.
2005-11-21 Christoph von Wittichimplemented CreateActCtxA, FindActCtxSectionStringA
2005-11-21 Christoph von Wittichadded stubs for Wow64DisableWow64FsRedirection, Wow64Re...
2005-11-20 Alex Ionescu- Update NDK with proper (when possible) RTL structure...
2005-11-14 Christoph von Wittichfix RtlFindMessage
2005-11-12 Gunnar DalsnesMerge ... wine (by hand!). fixes two failing kernel32...
2005-10-29 Thomas Bluemelimplemented the 32 bit version of GetSystemWow64Directo...
2005-10-27 Thomas Bluemelfix Beep() to make it work with xp's beep.sys
2005-10-24 Hartmut Birr- Initialize the csr request inside the loop, if CsrCli...
2005-10-12 Gunnar Dalsnesadd stubs to make clamwin run. by Christoph_vW
2005-10-09 Thomas Bluemelfixed difference in signedness warning in MulDiv()
2005-10-09 Gunnar DalsnesFix MulDiv. This fixes almost any progress-bar to stop...
2005-09-28 Thomas Bluemeladd the vista application recovery functions to w32api...
2005-09-26 Alex IonescuAdd NDEBUG back and call LdrLoadDll correctly on Windows.
2005-09-26 Alex IonescuExport and implement NlsGetCacheUpdateCount. Almost...
2005-09-26 Alex IonescuStub and export EnumCalanderInfoExW and QueryWin31IniFi...
2005-09-26 Alex IonescuOpen BNO directory with correct privileges, open CSR...
2005-09-26 Thomas Bluemelcopy the buffer to the right place in IntWriteConsoleOutput
2005-09-26 Thomas Bluemeldon't copy the buffer to a random pointer in IntWriteCo...
2005-09-26 Alex Ionescu- Fix a bug in CSR Capture APIs
2005-09-10 Hartmut BirrFixed GetConsoleTitleA/W.
2005-09-07 Alex IonescuImplement NTDLL's CSR routines in a compatible way...
2005-09-06 Alex Ionescu- Some more MSDDK/IFS compatibility fixes.
2005-09-04 Hervé PoussineauFix SetComputerNameA/W. They were sending a bad paramet...
2005-09-04 Hervé PoussineauImplement SetComputerNameExA/W
2005-08-29 Filip NavaraFormatting and code style changes.
2005-08-28 Hartmut Birr- Allocate the csrss request buffer from heap if the...
2005-08-26 Hartmut Birr- Moved all members with variable length in CSRSS_XXX...
2005-08-25 Thomas Bluemel- added stubs for Set/GetConsoleHistoryInfo(), GetConso...
2005-08-21 Filip NavaraReplace wcsncpy with lstrcpynW / memcpy as appropriate.
2005-08-16 Andrew MungerDo not free a Critical Section we did not initialize...
2005-08-16 Emanuele AlibertiMake NTDLL not bind automatically to the Win32 server.
2005-08-11 Hartmut Birr- Open the BaseNamedObjects directory case insensitive.
2005-08-03 Thomas Bluemelfail as documented when the pointer to the buffer equal...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Alex IonescuSilence debug messages
2005-07-31 Alex IonescuFix error handle output.
2005-07-30 Alex IonescuDon't use CSRSS handles if we alreay have some (so...
2005-07-30 Hartmut BirrInitialized Basep8BitStringToUnicodeString
2005-07-29 Thomas Bluemel- simplified BasepAnsiStringToHeapUnicodeString
2005-07-29 Hartmut BirrFixed some bugs in CreateProcessA which was introduced...
2005-07-29 Thomas BluemelSaveliy Tretiakov <saveliyt@mail.ru>:
2005-07-28 Alex Ionescu - Start of fixing CreateProcess's problems. Implemente...
2005-07-27 Alex Ionescu - Some more PSDK compatibility fixes
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-13 Thomas Bluemelonly NULL-terminate the string in GetEnvironmentVariabl...
2005-07-13 Thomas Bluemelhandle memory allocation errors in GetEnvironmentVariab...
2005-07-13 Alex IonescuExpand the wine debug macros in all cases. the actual...
2005-07-12 Alex IonescuPart three of patch...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-11 Thomas Bluemelreturn the length of the string excluding the null...
2005-07-11 Hartmut BirrCheck for a valid console handle in SetConsoleMode.
2005-07-10 Magnus Olsensecond try, thx w3seek found out it should be charterer...
2005-07-10 Magnus OlsenThe return size calculation's of GetEnvironmentVariable...
2005-07-09 Thomas Bluemelfixed the prototypes of GetConsoleAlias, GetConsoleAlia...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-06-30 Filip NavaraUse RtlQueryRegistryValues instead of RosReadRegistryValue.
2005-06-26 Alex IonescuFix kdbg build and some more header cleanups: add csq...
2005-06-26 Hervé PoussineauMove variable declaration at the top of the function
2005-06-24 Hervé PoussineauChange STATUS error codes to winerror ones
2005-06-24 Hervé PoussineauDmitry Philippov (shedon@mail.ru): implement GetCommCon...
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-21 Alex IonescuUse LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the...
2005-06-20 Alex IonescuMajor cleanup to rtlfuncs.h. Not yet perfect but much...
2005-06-20 Alex IonescuCleanup kernel usage to decrease compilation time/memory
2005-06-20 Alex IonescuRemove rosrtl string macros
2005-06-20 Alex IonescuBuild kernel32 with NDK
2005-06-17 Filip NavaraCleanup the usage of W32API.
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-22 James TaborThis is a CompareStringW hack to get (7z313.exe /Q...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-04-29 Hervé PoussineauRemove debug message
2005-04-27 Hartmut BirrClose only the Nls directory handle if the directory...
2005-04-26 Aleksey BraginMore DPRINTs added for better tracing of locale-related...
2005-04-21 Aleksey BraginEnumSystemLocalesW() implementation. Certainly not...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-07 Thomas Bluemelforward CommConfigDialogA to CommConfigDialogW
2005-04-07 Thomas Bluemel- don't redefine public structures in taskmgr
2005-04-06 Thomas Bluemelreformat some code to make it readably
next