msi: Fail if we can't write out a temporary file.
[wine] / dlls / ntdll /
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-13  Dmitry Timoshkovntdll: Alphabetically sort the Makefile entries.
2006-11-09  Alexandre Julliardntdll: Re-add sys/ioctl.h that got lost in the PeekName...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-07  Andrew Talbotntdll: Cast-qual warning fix.
2006-11-07  Jeff Latimerntdll: Clarify the documentation for HandleTable.
2006-11-06  Alexandre Julliardntdll: Moved command-line help to the loader binary.
2006-11-06  Phil Krylovntdll: Fix building on Darwin versions prior to 8.0.
2006-11-03  Alexandre Julliardntdll: Retrieve mailslot message info from the client...
2006-11-03  Alexandre Julliardntdll: FILE_GetDeviceInfo no longer needs to be public.
2006-11-03  Alexandre Julliardntdll: Added implementation of RtlDllShutdownInProgress.
2006-11-03  Alexandre Julliardntdll: Don't store the unix file descriptor in the...
2006-11-03  Alexandre Julliardntdll: Added a server_get_unix_fd function that avoids...
2006-11-02  Alexandre Julliardntdll: Maintain a file descriptor cache on the client...
2006-11-01  Alexandre Julliardkernel32: Moved PeekNamedPipe implementation to ntdll.
2006-11-01  Alexandre Julliardserver: Compute the removable device flag on the server...
2006-11-01  Alexandre Julliardntdll: Simplify wine_server_handle_to_fd.
2006-11-01  Alexandre Julliardntdll: Added NetBSD fstatvfs support.
2006-10-20  Eric Pouechntdll: Added debug support for notifying block allocati...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-10-17  Eric Pouechntdll: Plug a memory leak.
2006-10-14  Alexandre Julliardntdll: More workarounds for more kernel bugs in VFAT...
2006-10-14  Michael Stefaniucntdll/tests: Win64 printf format warning fixes.
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-04  Alexandre Julliardntdll: Fixed typo in serial.c.
2006-10-03  Marcus Meissnerntdll: More tests for exception handling.
2006-10-03  Eric Pouechntdll: Implemented AmILastThread information class...
2006-10-03  Eric Pouechntdll-kernel32: WaitCommEvent.
2006-10-03  Francois GougetAdd missing '\n's to ok() calls.
2006-10-03  Dmitry Timoshkovntdll: Make test_debug_regs() print the actual Dr7...
2006-10-03  Alexandre Julliardntdll: Added error mapping for ENXIO.
2006-10-03  Alexandre Julliardntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
2006-10-03  Marcus Meissnerntdll: Clear alignment check flag before entering excep...
2006-10-02  Peter Oberndorferntdll: Add a test for NtReadVirtualMemory.
2006-10-02  Marcus Meissnerntdll: Added debug registers test case.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  Marcus Meissnerntdll: Align stack to 4 bytes.
2006-09-28  Robert Shearmanntdll: Avoid crashing in check_atl_thunk if an executio...
2006-09-28  Robert Shearmanntdll: NtAllocateVirtual with type of MEM_WRITE_WATCH...
2006-09-25  Marcus Meissnerntdll: Avoid ebx being clobbered in exception handler.
2006-09-20  Paul Vriensntdll: Don't do DVD_READ_STRUCTURE when inbuffer or...
2006-09-20  Paul Vriensntdll: Fixed conditional expression (Coverity).
2006-09-20  Andrew Talbotntdll: Cast-qual warning fix.
2006-09-20  Alexandre Julliardinclude: Added definitions for the fault address except...
2006-09-20  Alexandre Julliardinclude: Exception filters should return LONG, not...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Alexandre Julliardntdll: Remove the IOKit code and reuse the FreeBSD...
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-08  Stefan Leichterntdll/tests: Print 64bit integers as two 32 bit integers.
2006-09-08  Detlef Riekenbergntdll: attr is never NULL inside NtCreateFile.
2006-09-08  Francois Gougetntdll: Document a Microsoft spelling mistake so we...
2006-09-07  Alexandre Julliardntdll: Added sysctl to make the signal stack per-thread...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-25  Stefan Leichterntdll: Print 64bit integers with wine_dbgstr_longlong.
2006-08-23  Mike McCormackntdll: Use RTL_CRITICAL_SECTION not CRITICAL_SECTION.
2006-08-23  Stefan Leichterntdll/tests: Print 64bit integers as two 32 bit integers.
2006-08-18  Paul Vriensntdll: Fix failing test on windows.
2006-08-15  Alexandre Julliardntdll: Default to native loadorder for the main exe...
2006-08-11  Alexandre Julliardntdll: Remove some macros and clean up the code now...
2006-08-11  Alexandre Julliardntdll: Switch linux to siginfo-style signal handling.
2006-08-07  Alexandre Julliardntdll: Get rid of the Linux legacy signal stack switching.
2006-08-07  Tijl Coosemansntdll: Cleanup signal_i386.c a bit and fix *BSD.
2006-08-07  Alexandre Julliardntdll: Fixed buffer overflow in NtQueryDirectoryFile...
2006-08-07  Tijl Coosemansntdll: Add FreeBSD default serial port device.
2006-08-04  Alexandre Julliardntdll: Fix a race condition at thread exit.
2006-08-04  Robert Shearmanntdll: Add an optimisation for NtQueryDirectoryFile...
2006-08-04  Robert Reifntdll: Fix some function arguments.
2006-07-31  Alexandre Julliardntdll: Move the calling of the process entry point...
2006-07-31  Alexandre Julliardntdll: Set initial module refcount to 1 to avoid unload...
2006-07-30  Alexandre Julliardntdll: Use the right section size when setting protections.
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-07-26  Alexandre Julliardserver: Convert thread creation/exit times to the abs_t...
2006-07-26  Alexandre Julliardntdll: Renamed the NTDLL_get/from_server_timeout functi...
2006-07-25  Alexandre Julliardntdll: Avoid accessing the TEB after the memory view...
2006-07-24  Alexandre Julliardntdll: Allocate the PEB with NtAllocateVirtualMemory...
2006-07-24  Alexandre Julliardntdll: Support memory allocations inside reserved areas.
2006-07-24  Alexandre Julliardntdll: Propagate the MEM_TOP_DOWN flag into the map_vie...
2006-07-21  Alexandre Julliardntdll: Use NtAllocateVirtualMemory to allocate all...
2006-07-21  Stefan Siebertntdll: Implementation of process CreationTime and ExitTime.
2006-07-21  Alexandre Julliardntdll: Simplify the sanity checks in RtlFreeHeap and...
2006-07-21  Alexandre Julliardntdll: Set a proper HEAP_MIN_DATA_SIZE on 64-bit platforms.
2006-07-21  Alexandre Julliardntdll: Add a few more free list entries to the heap.
2006-07-19  Alexandre Julliardntdll: Null-terminate strings returned by VFAT_IOCTL_RE...
2006-07-19  Alexandre Julliardkernel: Added support for exec'ing a new Win32 process.
2006-07-19  Alexandre Julliardserver: Simplify process creation.
2006-07-17  Robert Shearmanntdll: Fix a return code from RtlVerifyVersionInfo...
2006-07-17  Robert Shearmanntdll: Fix RtlVerifyVersionInfo handling of major,...
2006-07-17  Robert Shearmanntdll: Use a common condition value for the major,...
2006-07-17  Robert Shearmanntdll: Reduce duplicated code in RtlVerifyVersionInfo...
2006-07-13  Alexandre Julliardntdll: Make sure to not unmap anything from reserved...
2006-07-13  Alexandre Julliardntdll: Use the map_view() function to allocate TEBs...
2006-07-13  Alexandre Julliardntdll: Support for arbitrary memory allocation granularity.
2006-07-13  Alexandre Julliardntdll: Moved the calling of the process entry point...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Paul Vriensntdll/tests: Added some NULL testing.
2006-07-05  Paul Vriensntdll: Fix possible TRACE crash.
next