resource icon added
[reactos.git] / reactos / lib / kernel32 /
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
2004-12-01 Eric KohlSet timezone without changing the local time.
2004-11-30 Gunnar Dalsnescan't free non-allocated memory
2004-11-29 Gunnar Dalsnesmake some wine reg. tests pass
2004-11-29 Eric Kohl- FileTimeToLocalFileTime() and LocalFileTimeToFileTime...
2004-11-29 Gunnar Dalsnes"import" profiles.c from wine. all Wine's profile reg...
2004-11-28 Gunnar Dalsnesdeny usage of too long strings in add/find atom. makes...
2004-11-25 Alex IonescuFix IO completion APIs/Structures.
2004-11-21 Thomas Bluemel1. don't allow the ProcessImageFileName information...
2004-11-21 Thomas Bluemelfixed building problems
2004-11-21 Alex Ionescu1) Updated KUSER_SHARED_DATA to NT5+ exported documente...
2004-11-19 Thomas Bluemel1. fixed definition of the DEBUG_MODULE_INFORMATION...
2004-11-14 Hartmut Birr- Used the shared user data page instead of NtQuerySyst...
2004-11-14 Hartmut Birr- Implemented waitable console handles.
2004-11-10 Gregor AnichFix RecursionTrap (RescursionTrap) in UnhandledExceptio...
2004-11-07 Gregor AnichTranslate EXCEPTION_XXX defines into EXCEPTION_DISPOSIT...
2004-11-06 Thomas Bluemelremoved obsolete forward declaration
2004-11-05 Eric KohlUse ASSERT() instead of assert().
2004-11-05 Thomas Bluemelpass lstrcpynW() the maximum number of characters,...
2004-11-02 Thomas Bluemel1. get rid of InternalGetProcessId()
2004-11-02 Thomas Bluemel1. Implemented WriteConsoleW(), ReadConsoleW(), FillCon...
2004-10-31 Thomas Bluemelfixed typo
2004-10-31 Thomas Bluemelfixed memory leak in CheckNameLegalDOS8Dot3A() (free...
2004-10-31 Thomas Bluemelfixed a comment
2004-10-31 Thomas Bluemelremoved obsolete debug output
2004-10-31 Thomas Bluemelimplemented Heap32ListFirst(), Heap32ListNext(), Module...
2004-10-30 Thomas Bluemeladded a few missing structures and some janitory work
2004-10-28 Casper Hornstrup2004-10-28 Casper S. Hornstrup <chorns@users.sourcefo...
next