- fix broadcast address for name lookups after iphlpapi change
[wine] / dlls / kernel /
2004-01-28  Alexandre JulliardMake sure that there is extra information in the except...
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-27  Dmitry TimoshkovUse case insensitive comparison with pseudo console...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-20  Rein KlazesFix MultiByteToWideChar and WideCharToMultiByte when...
2004-01-20  Francois GougetAvoid duplicate '=C:' entries in the child process...
2004-01-20  Francois GougetFix a file descriptor leak in create_process().
2004-01-20  Eric Pouech- RtlGetFullPathName_U: rewritten so that the source...
2004-01-18  Eric PouechAdded support for Unix code page in NTDLL.
2004-01-16  Francois GougetAssorted spelling fixes.
2004-01-16  Francois GougetReturn HFILE_ERROR instead of -1 in _lread.
2004-01-16  Mike Hearn- Ensure we correctly add a backslash like Windows...
2004-01-16  Vincent BéronMove the implementation of GetDefaultCommConfig from...
2004-01-16  Vincent BéronUnicodify some comm functions.
2004-01-15  Mike McCormackPreserve trailing backslashes in GetFullPathName.
2004-01-15  Alexandre JulliardDefine INADDR_NONE if needed (reported by Robert Lunnon).
2004-01-15  Eric PouechReimplemented Get{Short|Long}PathName and updated the...
2004-01-14  Eric Pouech- got rid of FILE_Dup2 export from kernel32
2004-01-12  Eric PouechImplemented Toolhelp32ReadProcessMemory.
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2004-01-09  Mike McCormackRegression test for files with zero length.
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2004-01-08  Mike HearnAlways print a message for generic stubs.
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-05  Eric PouechMade wine_get_unix_file_name take a Unicode string...
2004-01-03  Alexandre JulliardAlways try to load the 32-bit owner dll instead of...
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2004-01-02  Juan LangProperly L2-encode the NetBIOS scope ID in DeviceIo_VNB, so
2003-12-31  Marcus MeissnerRemoved too strict header check to enable execution...
2003-12-15  Hans LeidekkerMoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_E...
2003-12-15  Hans Leidekker[Global|Local]ReAlloc don't fail with size 0.
2003-12-15  Marcus MeissnerExplicitly clear vm86 flag in DIOCRegs_2_CONTEXT.
2003-12-13  Alexandre JulliardAdded exception handlers in FindResourceExA/W (based...
2003-12-12  Alexandre JulliardReturn an error in wine_pthread_mutex_unlock if we...
2003-12-12  Vik KumarAdded eucJP charset.
2003-12-12  Eric PouechMoved all remaining console related code to dlls/kernel...
2003-12-11  FrankFixed size check in GetCommConfig().
2003-12-08  Hans LeidekkerInclude tests for MoveFile[W|A].
2003-12-08  Hans LeidekkerDeal with kernels that don't have IsValidLanguageGroup.
2003-12-08  Hans LeidekkerCheck for ERROR_CALL_NOT_IMPLEMENTED error from RemoveD...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-12-04  Dimitrie O. PaunMore tests for {Local,Global}{,Re}Alloc() calls.
2003-12-04  Juan LangPartially implement DeviceIoControl for VDHCP, VNETBIOS...
2003-12-04  Marcus MeissnerOn i686, report processor level 6.
2003-12-03  Alexandre JulliardConverted locale setup to Unicode so that we don't...
2003-12-03  Alexandre JulliardRevert change for handling user overrides as numbers...
2003-12-02  Alexandre JulliardUse wine_server_release_fd() instead of close() everywh...
2003-12-01  Jon GriffithsFail GetCalendarInfoA for Unicode-only locales.
2003-12-01  Jon GriffithsAllow user overridden locale data to be retrieved as...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-26  Alexandre JulliardNE_LoadBuiltinModule: return error 21 if the module...
2003-11-25  Alexandre JulliardStore the last error code at the TEB offset used by...
2003-11-25  Eric PouechGot rid of DRIVE_OpenDevice, and replaced it with Win32...
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-25  Dimitrie O. PaunRtlHeapReAllocate() should not allocate memory.
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-25  Jon GriffithsDocumentation updates
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-22  Dmitry TimoshkovMove CompareString implementation to libwine_unicode...
2003-11-18  Hans LeidekkerAccount for the fact that the temporary directory may...
2003-11-18  Francois GougetScale the buffer sizes with MAX_LISTED_ENV_VAR.
2003-11-18  Alexandre JulliardRemoved include/selectors.h.
2003-11-18  Alexandre JulliardForce minimum stack size to 1Mb for Xlib.
2003-11-18  Alexandre JulliardUse the wine_ldt_* functions directly in winedos instea...
2003-11-17  Alexandre JulliardMoved toolhelp.h to dlls/kernel.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-17  Alexandre JulliardFixed regression in loading of builtin apps from the...
2003-11-17  Alexandre JulliardMoved a few definitions used in only one source file...
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-14  Alexandre JulliardMoved winedos loading functionality to dlls/kernel...
2003-11-14  Jon GriffithsFix a crash in GetLocaleInfo() when extra high bits...
2003-11-14  Eric Pouech- moved the remaining of int21 calls to dlls/winedos
2003-11-13  Alexandre JulliardRemoved instance.h and callback.h, moving their contents to
2003-11-13  Alexandre JulliardMoved memory/environ.c, memory/virtual.c and misc/cpu...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-11-11  Andreas MohrDon't include build number in GetVersion() for Win9x...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-09  Francois GougetFixed buffer overflow.
2003-11-06  Alexandre JulliardMoved loader/module.c to dlls/kernel.
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-11-05  Alexandre JulliardUse the signal stack pointer to determine the current...
2003-11-05  Alexandre JulliardSet %fs and %gs in the register context to their curren...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-11-03  Mike McCormackStubs for job control.
2003-10-31  Dmitry TimoshkovReplace 28591 by 28605 (euro) for appropriate locales.
2003-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
2003-10-30  Mike McCormackAdded a test for mailslots.
2003-10-30  Mike McCormackReturn more sane mailslot error values.
2003-10-30  Mike McCormackFix incorrectly sized buffer.
2003-10-28  Alexandre JulliardRestored emulation of protected instructions in 32...
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-10-28  Uwe BonnesFormatMessageW: Allocate anough space.
next