Group keyboard mappers in a common directory, like CPLs.
[reactos.git] / reactos / lib / kernel32 /
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-11 Hartmut BirrReimplemented FindFirstFileEx and removed some overhead.
2005-08-11 Alex Ionescu- Fix DEVICE_NODE definition to remove ROS-only fields
2005-08-09 Alex IonescuReturn failure if native function failed. one more...
2005-08-09 Alex IonescuFix priority formulas, account for saturation, do prope...
2005-08-08 Thomas Bluemeluse loops instead of gotos
2005-08-07 Alex IonescuRetry waiting if STATUS_ALERTED is returned
2005-08-07 Alex IonescuFix horridly wrong SignalObjectAndWait return values...
2005-08-07 Alex Ionescu- Send proper ClientID structure
2005-08-07 Steven Edwardschange rostest name back to dllname_test.exe
2005-08-07 Steven Edwardsmake the ros test name dllname_rostest.exe, suggested...
2005-08-07 Steven EdwardsNamed reactos regression tests dllname_tests.exe and...
2005-08-06 Hartmut BirrDon't try to acquire the mutex, if the mutex already...
2005-08-03 Thomas Bluemelfail as documented when the pointer to the buffer equal...
2005-08-03 Casper HornstrupFix building kernel32 test
2005-08-01 Thomas Bluemelprint percentage character for the memory load in debug...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Hartmut Birr- Changed BasepConvertUnicodeEnvironment to obtain...
2005-07-31 Hartmut BirrDon't use INVALID_HANDLE_VALUE as HANDLE_DETACH_PROCESS.
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 BirrIf a mutex already exist, open it instead of create.
2005-07-30 Hartmut BirrInitialized Basep8BitStringToUnicodeString
2005-07-30 Hartmut BirrReverted back to 16420, because it contains too many...
2005-07-29 Thomas Bluemel- simplified BasepAnsiStringToHeapUnicodeString
2005-07-29 Hartmut Birr- Copy all data in FindFirstFileA.
2005-07-29 Hartmut BirrFixed some bugs in CreateProcessA which was introduced...
2005-07-29 Thomas Bluemelfix the SetThreadUILanguage stub
2005-07-29 Thomas BluemelSaveliy Tretiakov <saveliyt@mail.ru>:
2005-07-28 Alex Ionescu - Fix/update w32api PE headers
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-26 Alex Ionescu- Remove ROSRTL. The era is over. Thanks to Filip for...
2005-07-26 Alex Ionescu- Final ROSRTL removal patch. The next patch will remov...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-20 Alex Ionescu Dmitry Philippov <shedon@mail.ru>:
2005-07-20 Alex Ionescu - Move asm.h to NDK.
2005-07-19 Alex Ionescu- 4th out of 5 patch part of ROSRTL removal. This touch...
2005-07-17 Casper HornstrupFix building of tests
2005-07-13 Hartmut BirrFixed a bug in IsConsoleHandle which was introduced...
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-13 Alex IonescuFix executing applications. Sorry for the delay, this...
2005-07-12 Alex IonescuPart three of patch...
2005-07-12 Alex IonescuSecond part of patch, implements the new RTL functions...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-11 Filip NavaraMove Interlocked* routines from ROSRTL to separate...
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-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-30 Alex IonescuMove some internal headers to /reactos, set it as a...
2005-06-30 Filip NavaraUse RtlQueryRegistryValues instead of RosReadRegistryValue.
2005-06-30 Thomas Bluemelimplemented NeedCurrentDirectoryForExePathA/W
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 IonescuBuild kernel32, ntdll, csrss fully with NDK and remove...
2005-06-21 Alex IonescuUse LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the...
2005-06-21 Alex IonescuAdd new header for native user-mode functios inside...
2005-06-20 Hartmut BirrFixed a bug within the calculation of the memory load.
2005-06-20 Filip NavaraRemove Jamfiles.
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-20 Alex IonescuApply kjk's change to thread.c too
2005-06-20 KJK::HyperionConverted kernel32 process creation to use PSEH (untest...
2005-06-20 Alex IonescuFixed incorrect SetNamedPipeHandleState implementation...
2005-06-19 Filip NavaraTIME -> LARGE_INTEGER
2005-06-19 Filip Navara- Use regular PE structures in NTOSKRNL/NTDLL/DISKDUMP.
2005-06-18 Filip NavaraRemove duplicate definition of EVENT_QUERY_STATE.
2005-06-18 Casper HornstrupPrepare win32k for tests
2005-06-17 Filip NavaraFix "make test".
2005-06-17 Filip NavaraCleanup the usage of W32API.
2005-06-15 Hartmut BirrRemoved intrlck.c, because it is already in lib\rtl.
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-21 Hartmut BirrRevert to rev 15172.
2005-05-21 Hartmut BirrDon't interpret STATUS_PIPE_CONNECTED as error.
2005-05-19 Alex IonescuUnnamed objects do not have a base directory.
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Casper HornstrupRemove unused file
2005-05-15 Casper HornstrupBuild and run tests
2005-05-15 Casper HornstrupGenerate proxy makefiles
2005-05-15 Casper HornstrupGenerate hooks and stubs for tests
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
next