small ceanup in hal startup process
[reactos.git] / reactos / lib / kernel32 /
2005-10-30 Thomas Bluemelfix some flags calculations and access rights in Create...
2005-10-29 Thomas Bluemelimplemented the 32 bit version of GetSystemWow64Directo...
2005-10-28 Thomas Bluemelforward EncodePointer and DecodePointer to ntdll
2005-10-27 Thomas Bluemelfix Beep() to make it work with xp's beep.sys
2005-10-24 Thomas Bluemelconvert tabs to spaces to make it readable with tabs...
2005-10-24 Thomas Bluemelfixed uninitialized variable warning
2005-10-24 Hartmut Birr- Initialize the csr request inside the loop, if CsrCli...
2005-10-24 Hartmut Birr- Change the protection in WriteProcessMemory if it...
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-10-17 Gunnar Dalsnes-dont return NULL when realloc to 0 bytes (fixes one...
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-10-06 Gunnar Dalsnesdoesnt belong here either
2005-10-06 Gunnar Dalsnesdoesnt belong here
2005-09-29 Thomas BluemelSome fixes to CreateDirectoryEx:
2005-09-29 Magnus Olsensorry createDirectoryExW fails to create folder why...
2005-09-29 Magnus OlsenMoveFileWithProgressW for movefolder
2005-09-29 Thomas Bluemeladded stub for PrivCopyFileExW. This is needed by XP...
2005-09-28 Thomas Bluemeladd the vista application recovery functions to w32api...
2005-09-27 Magnus Olsen- Fix move for readonly folder and file. for now it...
2005-09-26 Magnus Olsenchange from copyfileW to copyfileExW in MoveFileWithPro...
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 IonescuExport and implement CreateProcessInternalA and CreateP...
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-25 Magnus Olsenremove dead code
2005-09-25 Magnus Olsendon't expect FS drivers to return STATUS_NOT_IMPLEMENTE...
2005-09-25 Magnus OlsenImplement support for move folder, even from different...
2005-09-25 Hartmut Birr- Don't convert the device name, if the name is a NULL...
2005-09-24 Hartmut BirrUsed NtQueryFullAttributesFile instead of NtOpenFile...
2005-09-18 Hartmut BirrThe share disposition isn't necessary for FILE_READ_ATT...
2005-09-18 Magnus Olsenrevert my change from r17909. Thx hbirr to fix the...
2005-09-18 Magnus Olsengive GetFileAttributesExW more NtOpenFile right to...
2005-09-18 Magnus OlsenClean up patch from filip, with small change from me...
2005-09-18 Magnus OlsenImplement second part of move folder. Now we can move...
2005-09-17 Magnus OlsenFix some part of MoveFileExW Bug, Can not move folder...
2005-09-10 Hartmut BirrFixed GetConsoleTitleA/W.
2005-09-09 Gé van GeldorpRetVal is in bytes, so check against MAX_PATH in bytes
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-05 Alex Ionescu- More NDK + MSDDK/IFS Compatibility fixes
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-09-04 Alex Ionescu- Fix kernel32 and ntoskrnl build issues.
2005-09-04 Hervé PoussineauFix SetComputerNameA/W. They were sending a bad paramet...
2005-09-04 Hervé PoussineauImplement SetComputerNameExA/W
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-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-26 Thomas Bluemelimplemented CreateSymbolicLink() (not tested/verified...
2005-08-25 Thomas Bluemel- added stubs for Set/GetConsoleHistoryInfo(), GetConso...
2005-08-25 Thomas Bluemeladd stubs for CreateSymbolicLinkA/W
2005-08-25 Thomas Bluemelcheck for console handles in Get/SetFileAttributesByHan...
2005-08-24 Thomas Bluemelimplemented SetFileAttributesByHandle() and GetFileAttr...
2005-08-24 Thomas Bluemelimplemented IsThreadAFiber()
2005-08-21 Filip NavaraReplace wcsncpy with lstrcpynW / memcpy as appropriate.
2005-08-21 Filip NavaraFix implementation of wcsnlen and strnlen.
2005-08-21 Filip NavaraFix buffer overflow in lstrcpynW and lstrcpynA.
2005-08-19 Steven EdwardsAdded support for MOVEFILE_DELAY_UNTIL_REBOOT, based...
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
next