Make wine_server_fd_to_handle use attributes instead of inherit flag.
[wine] / dlls / kernel /
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...
2005-09-26  Eric Pouech- now passing access rights when creating a named pipe...
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-09-21  Vitaliy MargolenSpecify flag OBJ_CASE_INSENSITIVE when calling appropri...
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.
next