riched20: Removed a useless check in painting code.
[wine] / dlls / kernel /
2006-01-11  Eric Pouechntdll: Implemented ntdll.NtSetInformationThread(ThreadA...
2006-01-10  Vitaliy Margolenkernel: Remove no longer used debug channel.
2006-01-10  Robert Shearmankernel32: Return an error when unlocking a global with...
2006-01-10  Robert Shearmankernel: Remove wine/server.h include from files where...
2006-01-10  Alexandre Julliardkernel: Don't send a debugger event in UnhandledExcepti...
2006-01-10  Alexandre Julliardkernel: Implement FT_Exit directly in assembly to avoid...
2006-01-09  Mike McCormackkernel: Trying to lock an empty global memory block...
2006-01-06  Hans Leidekkerkernel: Documentation cleanups.
2006-01-05  Robert Shearmankernel32: Check for the correct error return value...
2006-01-03  Eric Pouechkernel32: Implemented atoms query function on top of...
2006-01-03  Robert Reifkernel: DelayLoadFailureHook crash fix.
2005-12-22  Eric Pouechkernel/tests: Check that we successfully open the console.
2005-12-21  Hans Leidekkerkernel: Some documentation improvements.
2005-12-19  Alexandre Julliardkernel32: Check for tabs too when extracting the progra...
2005-12-17  Alexandre Julliardntdll: Don't use a real guard page at the bottom of...
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16  Alexandre JulliardWe no longer need to handle EXCEPTION_PRIV_INSTRUCTION...
2005-12-16  Alexandre JulliardAdd -register hint in ntdll, kernel and msvcrt spec...
2005-12-14  Vitaliy Margolenntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
2005-12-12  Alexandre JulliardTEB.StackLimit should not include the guard page.
2005-12-12  Alexandre Julliardkernel: Moved main stack initialization to process.c.
2005-12-12  Alexandre JulliardPass specific access rights to wine_server_handle_to_fd.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Support for opening devices.
2005-12-12  Eric Pouechkernel32: Get rid of DOSMEM_AllocSelector.
2005-12-12  Filip Navarakernel: Fix the Mach-O binary magic.
2005-12-09  Alexandre Julliardserver: Added object attributes to a few more requests.
2005-12-09  Alexandre JulliardMake wine_server_fd_to_handle use attributes instead...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in proce...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in snaps...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in conso...
2005-12-05  Alexandre Julliardkernel: Added a basic test for exception handling in...
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-02  Vitaliy MargolenMove mapping (section) objects into directory name...
2005-12-02  Vitaliy MargolenMove timer objects into directory name space.
2005-12-02  Vitaliy MargolenMove semaphore objects into directory name space.
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Alex Villacís LassoInitialize file_exists to 0 at exe load test, prevents...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-11-22  Alexandre JulliardDon't try to set the label in the superblock of FAT...
2005-11-21  Vitaliy MargolenKernel32 should create named objects with OBJ_OPENIF...
2005-11-21  Alexandre JulliardFixed handling of mailslot read timeout to avoid compil...
2005-11-21  Saulius Krasuckas- ANSI SCSI revision is a hex number.
2005-11-18  Alexandre JulliardAvoid setting the context before the thread has started...
2005-11-18  Alexandre JulliardAdded a few more Unicode digits from Unicode version...
2005-11-18  Dmitry TimoshkovUse case insensitive comparison to check file extensions.
2005-11-17  Robert ShearmanThe BOM doesn't need a DWORD sized variable, only a...
2005-11-15  Detlef RiekenbergMade test loadable on NT 3.51 again (GetDiskFreeSpaceEx...
2005-11-15  Cihan AltinayDisable PARMRK input flag of serial ports.
2005-11-15  Paul VriensCorrected last error information.
2005-11-14  Eric PouechNtReadFile: now returning correct status in NtReadFile...
2005-11-14  Eric PouechFix set_test_val function declaration to ensure stack...
2005-11-12  Paul VriensAdd some extra error information.
2005-11-12  Phil Lodwickprefix can be NULL for GetTempFileNameW.
2005-11-11  Vincent BéronProtect sys/stat.h with a conditional.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAdd trailing '\n's to ok() and TRACE() calls.
2005-11-10  Saulius KrasuckasAdd error code valid for Win9x and XP.
2005-11-08  Robert LunnonImplement GlobalMemoryStatusEx for Solaris.
2005-11-08  Saulius KrasuckasTake into account some alignment done by HeapAlloc...
2005-11-08  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-11-04  Uwe BonnesMore verbose output when unhandled exception occurs.
2005-11-03  Alexandre JulliardFixed fd leaks (spotted by Cihan Altinay).
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-01  Alexandre JulliardDon't send an extra signal when waiting for a debug...
2005-11-01  Bernd SchmidtImplemented FindExSearchLimitToDirectories.
2005-10-31  Marcus MeissnerDefine obsoleted CLK_TCK to CLOCKS_PER_SEC if not there.
2005-10-29  Eric PouechImplemented local/global atom creation, deletion &...
2005-10-28  Saulius KrasuckasTest CreateThread() for reception of NULL pointer to...
2005-10-28  Saulius KrasuckasDon't send a CTRL_C_EVENT signal to console if we are...
2005-10-28  Saulius KrasuckasAdd a test for GetThreadExitCode.
2005-10-27  Uwe BonnesTest for argv handling.
2005-10-26  Alexandre JulliardIn FindNextFileExW don't report directory symlinks...
2005-10-26  Vitaliy MargolenTest for return value from CreateDirectory("c:").
2005-10-20  Rein KlazesIn GetDiskFreeSpace:
2005-10-18  Vitaliy MargolenLoadLibrary should ignore trailing spaces in the librar...
2005-10-18  Alexandre JulliardRevert previous change, OF_EXIST really returns HFILE_E...
2005-10-17  Uwe BonnesRemove unspecific FIXME.
2005-10-17  Alexandre JulliardIgnore empty environment strings.
2005-10-11  Detlef RiekenbergNT3.51 returns ERROR_MORE_DATA.
2005-10-11  Mike McCormackMake sure not to strcpy from a NULL default value pointer.
2005-10-10  Maxime BellengéIn case of failure and OF_EXIST is specified, return...
2005-10-10  Christian CostaAdd trace to DefineDosDevice.
2005-10-10  Marcus MeissnerPass characters to get_file_name() helper, not bytes.
2005-10-06  Vitaliy MargolenFix atom tests on win9x.
2005-10-06  Joshua DaviesWindows is returning the length of the string, plus...
2005-10-06  Vitaliy MargolenAdd brackets around (a)?b:c construct.
2005-10-04  Alexandre JulliardSet WINEDEBUG to an empty value instead of removing...
2005-10-04  Alexandre JulliardCopy WINEDEBUG from the Windows environment to allow...
2005-09-30  Vitaliy MargolenAdd brackets around (a)?b:c construct.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  Alexandre JulliardDeclare debug channels as static variables so that...
2005-09-28  Eric PouechAdded a bunch of test cases for atoms.
2005-09-27  Alexandre JulliardDon't apply relocations a second time to self loaded...
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-27  Alex Villacís LassoTolerate ioctl failure in GetCommState() in order to...
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-26  Alexandre JulliardUse a larger buffer in CopyFileW now that the file...
next