- Move target folder initialization to a dedicated function.
[wine] / dlls / ntdll /
2005-11-05  Kevin Koltzaux86_64 references a named union, ensure unions are...
2005-11-03  Kieran ClancyAdded another CST (Australian Central Daylight Time...
2005-11-03  Vitaliy MargolenGet rid of CPU id when copying context
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-02  Robert ShearmanMake LdrAccessResource call an internal function to...
2005-11-02  Vitaliy MargolenFix error returned when opening nonexistent pipes.
2005-11-02  Ivan Leo PuotiMinor fixes to rtl string functions.
2005-11-01  Alexandre JulliardDon't send an extra signal when waiting for a debug...
2005-11-01  Alexandre JulliardDon't send the incoming context to the server for get_t...
2005-11-01  Vitaliy MargolenFix error returned when exceeding allowed instances.
2005-11-01  Vitaliy Margolen- Use OBJ_CASE_INSENSITIVE in object lookup.
2005-11-01  Robert ShearmanMake the call exception handler function more compatibl...
2005-10-31  Marcus MeissnerAdded assembly implementation of EXC_CallHandler.
2005-10-28  Alexandre JulliardAdded an implementation of the FSCTL_DISMOUNT_VOLUME...
2005-10-28  Ivan Leo PuotiFix NtQueryDirectoryObject prototype, documentation...
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-10-27  Alexandre JulliardMake show_dir_symlinks the default and get rid of the...
2005-10-27  Ivan Leo PuotiAdd stub implementation for NtAccessCheckAndAuditAlarm.
2005-10-26  Alexandre JulliardAttach to implicitly loaded builtin dlls on process...
2005-10-26  Peter BeutnerProper implementation of IOCTL_{STORAGE,CDROM}_CHECK_VE...
2005-10-26  Vitaliy MargolenCosmetic changes to NtCreateNamedPipeFile change "oa...
2005-10-18  James HawkinsSet the file_part for \\?\ long file names too.
2005-10-13  Alexandre JulliardIn parse_mount_entries return the loop device instead...
2005-10-10  Vijay Kiran KamujuAdded PHT time zone.
2005-10-06  Alexandre JulliardAdded a critical section around the fd cache until...
2005-10-04  Alexandre JulliardClear the single-step flag in setup_exception instead...
2005-10-04  Alexandre JulliardIgnore the size of the import directory, process import...
2005-10-03  Alexandre JulliardFixed a bug where we could set the wrong handle in...
2005-10-03  Ivan Leo PuotiMake a stub actually say "stub".
2005-09-30  Vitaliy MargolenAdd a few tests for object manager.
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  Alexandre JulliardUse Linux futexes instead of semaphores if possible...
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-27  Alexandre JulliardFixed exception handling on MacOS.
2005-09-26  Alexandre JulliardExport the temp buffer functionality in the debug funct...
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-26  Eric Pouech- now passing access rights when creating a named pipe...
2005-09-26  Francois GougetAssorted spelling fixes.
2005-09-26  Francois GougetReplace the 'if (!cond) ; else code' construct with...
2005-09-26  Vijay Kiran KamujuAdd MYT (Malaysian Time) and NOVST (Novosibirsk Summer...
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-23  Alexandre JulliardDefined a proper structure for 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  Alexandre JulliardIgnore relocations for unmapped pages.
2005-09-21  Mike McCormackFix "empty body in an if/else-statement" warnings.
2005-09-18  Alexandre JulliardFixed some trace format strings (reported by Gerald...
2005-09-18  Alexandre JulliardMake the users of wine_call_from_32_regs save %eax...
2005-09-16  Alexandre JulliardPreliminary implementation of signal handling for x86-64.
2005-09-16  Alexandre JulliardFixed a few pointer truncation bugs for 64-bit platforms.
2005-09-16  Alexandre JulliardUse the proper size for the cmsg_fd structure on 64...
2005-09-14  Alexandre JulliardSupport arbitrary sizes for the thread signal stack...
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 number of pointer to integer conversions that...
2005-09-12  Alexandre JulliardUse SIZE_T instead of ULONG for the size arguments...
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 JulliardAdded descriptions for a few more machine types.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-08  Alexandre JulliardDefine GET_IP for x86_64.
2005-09-08  Alexandre JulliardFixed a comment.
2005-09-08  Alexandre JulliardFix a file descriptor leak when opening the first file...
2005-09-07  Eric PouechImplemented kernel32:SetThreadPriority on top of ntdll...
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
2005-09-06  Eric Pouech- rewrite kernel32:{Set|Get}PriorityClass on top of...
2005-09-06  James HawkinsCorrect third parameter of NtQueryInformationAtom.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-09-02  Alexandre JulliardFixed a file descriptor leak.
2005-08-29  Alexandre JulliardUncomment out DisableThreadLibraryCalls in DllMain...
2005-08-25  Glenn WursterMake stack check work if stack is a small value.
2005-08-25  Alexandre JulliardMoved the implementation of spec file stubs to the...
2005-08-25  Alexandre JulliardUse FILE_GetDeviceInfo in NtMapViewOfSection to avoid...
2005-08-24  Alexandre JulliardDon't cache file descriptors open on removable devices.
2005-08-24  Alexandre JulliardMoved the FileFsDeviceInformation query to a separate...
2005-08-23  Alexandre JulliardAdded a separate set_handle_cached_fd request instead...
2005-08-19  Alexandre JulliardRemoved a few internal functions that are no longer...
2005-08-18  Alexandre JulliardAdded a stub for NtAlertResumeThread.
2005-08-18  Ivan Leo PuotiImplement FSCTL_PIPE_DISCONNECT in NtFsControlFile...
2005-08-18  Vitaliy MargolenAdd trace to IOCTL_CDROM_RAW_READ.
2005-08-17  Francois GougetFix a couple of MSVC signed/unsigned warnings.
2005-08-16  Alexandre JulliardThere is a registry key for the service pack version...
2005-08-16  Ivan Leo PuotiImprove NtCreateNamedPipe trace.
2005-08-16  Alexandre JulliardFetch the version information from the standard Windows...
2005-08-16  Ivan Leo PuotiNtCreateNamedPipeFile is no longer a stub, so fix TRACE...
2005-08-15  Alexandre JulliardFixed some confusion over whether HEAP_MIN_BLOCK_SIZE...
2005-08-15  Alexandre JulliardSwitch the default version to win2k.
2005-08-15  Alexandre JulliardBetter handling of conflicting section information...
2005-08-12  Alexandre JulliardConverted the process heap list to a standard list.
2005-08-12  Francois GougetAssorted spelling fixes.
2005-08-12  Alexandre JulliardConverted the heap free lists to standard lists.
2005-08-12  Alexandre JulliardRemoved a redundant and possibly wrong warning.
2005-08-12  Alexandre JulliardDon't map data beyond the virtual size of a section.
2005-08-11  Francois GougetDefine WIN32_NO_STATUS so we don't get 'duplicate macro...
2005-08-11  Alexandre JulliardAdded a wine_unix_to_nt_file_name function to do proper...
2005-08-11  Francois GougetRemove unneeded wine/library.h include.
2005-08-10  Francois GougetDefine RTL_HANDLE and RTL_HANDLE_TABLE if not using...
2005-08-10  Alexandre JulliardImplemented RtlGetNtProductType.
next