wcmd: Improve command line processing.
[wine] / dlls / ntdll /
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 file...
2005-12-08  Alexandre Julliardntdll: Check for failure to get the user path in RtlOpe...
2005-12-05  Vitaliy MargolenMove mailslot devices into directory name space.
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-12-01  Alexandre JulliardCheck for need to add area to the reserved list also...
2005-12-01  Alexandre JulliardIgnore the large address space flag when version is...
2005-12-01  Alexandre JulliardFixed some compiler warnings on Darwin.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-11-29  Alexandre JulliardCheck for a valid module before attempting to read...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Vitaliy MargolenHandle IOCTL_DISK_CHECK_VERIFY which is synonym for
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetDocumentation tweaks to make winapi_check happy.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-11-22  Steven EdwardsCorrect URL for version infomation database website.
2005-11-21  Vitaliy MargolenReturn correct error on name collision when creating...
2005-11-21  Alexandre JulliardFixed handling of mailslot read timeout to avoid compil...
2005-11-21  Vitaliy MargolenMore Object Manager tests.
2005-11-15  Ken ThomasesUpdated context definitions for the latest Darwin/x86.
2005-11-15  Alexandre JulliardUse proper asm name for external functions.
2005-11-15  Dmitry TimoshkovAdd a test for RtlAllocateAndInitializeSid, make it...
2005-11-14  Eric PouechNtReadFile: now returning correct status in NtReadFile...
2005-11-14  Eric PouechInit wShowWindow in RTL_USER_PARAMETERS for Wine proces...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-09  Markus AmslerImprove c2man Documented-Total count.
2005-11-08  Mike McCormackAdd some missing timezones.
2005-11-07  Ivan Leo PuotiImplement RtlInitAnsiStringEx.
2005-11-07  Robert ShearmanLdrAccessResource should pop 16 bytes off the stack...
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.
next