Added __p__amblksiz implementation.
[wine] / dlls / kernel /
2005-09-18  Alexandre JulliardMoved return value handling to the individual relay...
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-12  Eric PouechImplemented kernel32.GetThreadTimes on top of ntdll...
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-12  Alexandre JulliardParameters to virtual memory functions need to be SIZE_T.
2005-09-12  Dmitry TimoshkovstrcpynAtoW takes number of characters, not bytes.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-08  Mike McCormackFix gcc 4.0 warnings.
2005-09-07  Eric PouechImplemented kernel32:SetThreadPriority on top of ntdll...
2005-09-07  Aric StewartFix the translation of dest to DestW, having it be...
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
2005-09-06  Marcus MeissnerRemove -DETCDIR (unused).
2005-09-06  Alex Villacís LassoCheck against NULL libname in LoadModule16.
2005-09-06  Eric Pouech- rewrite kernel32:{Set|Get}PriorityClass on top of...
2005-09-06  Eric PouechFixes for function prototypes without arguments.
2005-09-06  Ivan Leo PuotiGet ExitProcess to call NtTerminateProcess.
2005-09-06  Phil KrylovFixed compilation of kernel32.dll.so on non-x86 processors.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-08-29  Alexandre JulliardMoved the implementation of a couple of system.drv...
2005-08-29  Alexandre JulliardRemoved a few no longer used 16-bit exports.
2005-08-29  Alexandre JulliardMoved TaskFindHandle16 to toolhelp16.c.
2005-08-29  Alexandre JulliardMoved GlobalMasterHandle to global16.c.
2005-08-29  Alexandre JulliardMoved the kernel 16-bit initialization to a new DllEntr...
2005-08-27  Alexandre JulliardDon't try to initialize the 16-bit thunking code if...
2005-08-23  Alexandre JulliardRewrote Get/SetHandleInformation to call the correspond...
2005-08-22  Ivan Leo PuotiLet DeviceIoControl call the appropriate native interface.
2005-08-22  Gerald PfeiferPrefer sys/limits.h over machine/limits.h.
2005-08-22  Phil KrylovFixed InterLocked* function definitions for non-x86...
2005-08-19  Marcus MeissnerProtect GlobalAddAtomA string handling by exception...
2005-08-19  Gerald PfeiferEnable SCSI_getprocentry() on non-Linux platforms which...
2005-08-18  Ivan Leo PuotiImplement FSCTL_PIPE_DISCONNECT in NtFsControlFile...
2005-08-18  Saulius KrasuckasTest passing NULL source to WideCharToMultiByte.
2005-08-17  Mike McCormackgcc 4.0 warning fixes.
2005-08-17  Francois GougetAssorted spelling fixes.
2005-08-16  Dmitry TimoshkovReport swap file total/free sizes to be the same as...
2005-08-15  Alexandre JulliardSet the default system dir to windows/system32.
2005-08-15  Mike McCormackWarning fixes for gcc 4.0.
2005-08-15  Vitaliy MargolenAdd entry for int 2 handler.
2005-08-12  Francois GougetAssorted spelling fixes.
2005-08-12  Alexandre JulliardImplemented DelayLoadFailureHook and use it in the...
2005-08-12  Alexandre JulliardAdd the 16-bit system directory if any to the module...
2005-08-11  Alexandre JulliardMake 16-bit task properly inherit the current directory...
2005-08-11  Frank RichterFix a crash on startup when /proc/ide does not exist.
2005-08-11  Alexandre JulliardAdded a wine_get_dos_file_name function in kernel32...
2005-08-10  Alexandre JulliardDirectly use the PEB version fields in GetVersion.
2005-08-10  Francois GougetAdd trailing '\n's to trace() call.
2005-08-10  Alexandre JulliardMoved the version initialization to ntdll.
2005-08-10  Francois GougetUpdate the documentation to reflect the fact that the...
2005-08-10  Richard Cohen- Fix regression in GetPrivateProfileString16 for key...
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-10  Vitaliy MargolenUse /proc filesystem to create HKLM\HARDWARE\DEVICEMAP...
2005-08-09  Alexandre JulliardSpecify a base address for kernel and ntdll.
2005-08-08  Gerald PfeiferFix autoconf-related #ifdefs in Comm_CheckEvents().
2005-08-03  Uwe BonnesMore comm tests.
2005-08-03  Uwe BonnesImplement WaitCommEvent by polling the appropriate...
2005-08-02  Alexandre JulliardImplemented Get/SetDllDirectory.
2005-08-02  Alexandre JulliardFixed white space handling on the last line (reported...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-08-01  Alexandre JulliardAdded commented out stubs for a bunch of new functions.
2005-08-01  Felix NawothnigFix sync tests on Win98/ME.
2005-08-01  Felix NawothnigFix module tests on Win9x.
2005-07-30  Felix NawothnigFix comm tests on Win9x.
2005-07-30  Felix NawothnigFix remaining thread tests on WinME.
2005-07-28  Dmitry TimoshkovImplement EnumDateFormatsEx.
2005-07-28  Dmitry Timoshkov- Reimplement EnumTimeFormats, make it work for all...
2005-07-27  Dmitry Timoshkov- Reimplement EnumDateFormats, make it work for all...
2005-07-27  Paul VriensFix some tests for win9x and winME.
2005-07-25  Steven EdwardsMove and forward lz32 functions to kernel32.
2005-07-25  Felix NawothnigFix thread tests on WinME.
2005-07-24  Vincent BéronRemove multiple declarations of the same function,...
2005-07-22  Alexandre JulliardAdded small assembly wrapper to call entry points witho...
2005-07-22  Francois GougetAssorted spelling fixes.
2005-07-22  Felix NawothnigConvert long to short path in GetModuleFileName16.
2005-07-21  Alexandre JulliardRegister functions with no arguments should still be...
2005-07-15  Dmitry TimoshkovAdd a test for handling overlapped buffers by WideCharT...
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-14  Alexandre JulliardMoved initialization of the default user process parame...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardGet rid of the boot_done request.
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-07-12  Alexandre JulliardMoved the fields that depends on startup info from...
2005-07-11  Alexandre JulliardLoad the HKEY_CURRENT_USER branch at server startup...
2005-07-11  Paul VriensBasic tests for LoadLibraryA and GetProcAddress.
2005-07-11  Alexandre JulliardA NULL module handle means 'main exe' in GetProcAddress...
2005-07-11  Uwe BonnesSTATUS_TIMEOUT is no error for Read|WriteFile.
2005-07-11  Robert Shearman- Make the value returned from HeapSize always match...
2005-07-10  Alexandre JulliardThe ordinal functions should not be exported by name.
2005-07-05  Alexandre JulliardIntercept functions for 16-bit relay debugging by patch...
2005-07-05  Alexandre JulliardAdded vararg argument type so that the relay code can...
2005-07-05  Mike McCormackFix some gcc 4.0 warnings.
2005-07-05  Mike McCormackFix gcc 4.0 warnings.
2005-07-03  Alexandre JulliardMoved all 16-bit relay code to the text section.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-07-01  Alexandre JulliardMoved most of the implementation of CALL32_CBClient...
next