KD System Rewrite:
[reactos.git] / reactos / lib / kernel32 /
2005-04-21 Aleksey BraginEnumSystemLocalesW() implementation. Certainly not...
2005-04-18 Alex IonescuFix incorrect OpenProcess implementation in kernel32...
2005-04-07 Thomas Bluemelforward CommConfigDialogA to CommConfigDialogW
2005-04-07 Thomas Bluemel- don't redefine public structures in taskmgr
2005-04-07 Thomas Bluemelfixed warnings
2005-04-06 Thomas Bluemelreformat some code to make it readably
2005-04-06 Thomas BluemelSaveliy Tretiakov <saveliyt@mail.ru>:
2005-04-02 Hartmut BirrChanged the indentation to a human readable format...
2005-03-29 Thomas Bluemel- ported RtlVerifyVersionInfo from wine
2005-03-27 Filip NavaraFix memory leak I introduced in revision 14343 and...
2005-03-27 Hervé PoussineauSaveliy Tretiakov <saveliyt@mail.ru>
2005-03-27 Filip NavaraCorrect DLL loading order and honour the LOAD_WITH_ALTE...
2005-03-26 Filip NavaraFix return value of SwitchToThread.
2005-03-25 Hartmut BirrFixed the return value and last error in ConnectNamedPi...
2005-03-21 Hervé Poussineau- Implement GetCommProperties (Saveliy Tretiakov <savel...
2005-03-20 Thomas Bluemelrevert changes from CreateFileA
2005-03-20 Thomas Bluemeladded support for template directories (copy ntfs exten...
2005-03-20 Thomas Bluemel- added support for template files (copy ntfs extended...
2005-03-20 Gunnar DalsnesGetBinaryTypeA, CopyFileExA, CreateFileA, DeleteFileA...
2005-03-20 Gunnar Dalsnesremoved faulty FilenameA2U (returned ptr to stack var)
2005-03-20 Filip NavaraFix a cut & paste error.
2005-03-20 Filip NavaraAllow the lpTemplateDirectory parameter to be NULL...
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-17 Filip NavaraIt's not exactly wise to call GetFileTime and CloseHand...
2005-03-17 Filip NavaraDon't try to release mutex with NULL handle. Also preve...
2005-03-17 Filip NavaraDon't try to duplicate NULL handles.
2005-03-15 Gunnar Dalsnesfixed GetTempFileNameA/W by ripping from wine
2005-03-09 Gunnar DalsnesLockFileEx: forward overlapped->hEvent to NtLockFile
2005-03-07 Art YerkesChanged exception format in kernel32 slightly to make...
2005-02-27 Eric KohlConnectNamedPipe must return TRUE if lpOverlapped is...
2005-02-20 Gé van GeldorpNeed to W->A convert the ReactOS version string too
2005-02-20 Thomas Bluemelappend the reactos string after a null-character
2005-02-19 Thomas Bluemel1. made the PEB structure match xp's layout
2005-02-14 Thomas Bluemelfixed typo and don't use memcpy to just copy a 32bit...
2005-02-13 Hartmut Birr- Silence a debug message.
2005-02-12 Thomas Bluemeladded stubs for NeedCurrentDirectoryForExePathA/W()
2005-02-12 Gé van GeldorpCheck subsystem
2005-02-10 Thomas Bluemelremoved obsolete typecast in AllocConsole()
2005-02-08 Gé van GeldorpYou can't execute a DLL
2005-02-05 Thomas Bluemelimplemented GetConsoleProcessList()
2005-01-28 Thomas BluemelGetTempPathW should write an empty string to the buffer...
2005-01-27 Eric KohlCreateNamedPipeW(): Set access rights according to...
2005-01-27 Thomas Bluemel1. fixed prototypes of NtQueryPerformanceCounter()...
2005-01-26 Thomas BluemelHeap32ListFirst() should check the number of heaps...
2005-01-26 Thomas BluemelFixed GetTempPathA/W and GetCurrentDirectoryA/W. Patch...
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-21 Thomas Bluemelthe ProcessPriorityBoost class expects ULONG, not BOOL
2005-01-19 Thomas Bluemelfixed implementation of SetErrorMode() which should...
2005-01-19 Thomas Bluemelmade SetErrorMode() thread-safe
2005-01-18 Eric KohlRevert accidential changes.
2005-01-18 Eric Kohl- Remove Nt/ZwQueryOleDirectoryFile.
2005-01-17 Thomas Bluemelfixed GetCurrentDirectoryA() to properly handle the...
2005-01-07 Thomas BluemelGetProcessAffinityMask() should return correct system...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-03 Alex IonescuRewrite ROS Critical Section implementation, which...
2005-01-02 Alex IonescuFix my previous patch and fix ACCESS_TOKEN being declar...
2005-01-01 Eric KohlCreatePipe(): Don't open client side in passive mode.
2005-01-01 Alex IonescuUse PROCESSOR_FEATURE_MAX instead of PROCESSOR_FEATURES...
2005-01-01 Alex IonescuFix my previous NtDelayExecution patch. Fix Cc function...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 Eric Kohl- Use ShareAccess FILE_SHARE_READ | FILE_SHARE_WRITE...
2004-12-30 KJK::HyperionELF_support, welcome to HEAD! (just in time for the...
2004-12-30 KJK::HyperionThe right header to include is <pseh.h>
2004-12-27 Filip Navara- RtlExpandEnvironmentStrings_U and ExpandEnvironmentSt...
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-24 Thomas Bluemelrevert my temporary class hacks and remove my desktop...
2004-12-23 Eric KohlFix the signature of Nt/ZwCreateNamedPipe, the 8th...
2004-12-21 Thomas Bluemel- initialize system window classes when creating window...
2004-12-18 Gé van GeldorpSet version info to NT 4.0 Build 1381 Service Pack...
2004-12-18 Thomas Bluemelsilence debug message i accidently added
2004-12-18 Thomas Bluemelguard SetConsoleInputExeNameW() with SEH to properly...
2004-12-18 Thomas Bluemelimplemented undocumented GetConsoleInputExeNameA/W...
2004-12-18 Gunnar DalsnesIntReadConsole: in case of unicode read, not all chars...
2004-12-17 Gunnar DalsnesIntReadConsole: don't tell we failed just because we...
2004-12-16 Gunnar Dalsnes-link heaps together instead of using stupid table...
2004-12-15 Steven Edwardsrevert change from lastnight.
2004-12-15 Steven EdwardsDisable check for invalid chars in string.
2004-12-14 Gregor AnichFixed compilation with GCC 3.4.2
2004-12-13 Eric Kohl- Remove Wine-isms from the profile code.
2004-12-13 Eric KohlDon't link kernel32.dll against wine.a.
2004-12-13 Filip Navara- Get handling of unhandled exceptions working again.
2004-12-12 Thomas Bluemelinitialize the unhandled exception filter automatically
2004-12-12 Thomas Bluemelmake SetunhandledExceptionFilter() thread-safe
2004-12-09 Thomas Bluemelimplemented GetThreadIOPendingFlag() (only kernel32...
2004-12-09 Thomas Bluemelimplemented CheckRemoteDebuggerPresent() (only kernel32...
2004-12-09 Thomas Bluemelimplemented SetDllDirectory() and GetDllDirectory(...
2004-12-07 Royce Mitchell IIISetDllDirectoryA/W(): lie to caller and indicate that...
2004-12-06 Gunnar Dalsnescorrected the last error to check for when determining...
2004-12-06 Gunnar Dalsnes-correct return value/last error
2004-12-06 Gunnar Dalsnesset correct last error
2004-12-04 Filip Navara- Implement lstr[i]cmp[AW] using CompareString[AW]...
2004-12-04 Filip Navara- Implement QueueUserAPC.
2004-12-04 Filip Navara- Fix the return value of WaitForMultipleObjectsEx.
2004-12-04 Filip Navara- Implement QueueUserAPC.
2004-12-04 Thomas Bluemelfixed some function prototypes
2004-12-04 Hartmut Birr- Split up the handling if the fsd returns STATUS_NOT_I...
2004-12-04 Eric KohlImplement GetSystemDefaultUILanguage() and IsValidLocale().
2004-12-03 Gregor AnichPrefix libs in dk/w32 and dk/nkm with "lib" to make...
2004-12-02 Thomas Bluemelno need to copy the buffers to the stack
next