winmm/tests: Don't use same buffer for both input and output.
[wine] / dlls / ntdll /
2010-12-29  André Hentschelntdll/tests: Don't test function directly when reportin...
2010-12-27  Alexandre Julliardntdll: Use the gettid system call on all Linux platforms.
2010-12-27  Alexandre Julliardntdll: Use the futex system calls on all Linux platforms.
2010-12-27  Alexandre Julliardntdll: Use the getdents64 system call on all Linux...
2010-12-23  Alexandre Julliardntdll: Use the syscall function instead of inline assembly.
2010-12-22  Greg Geldorpntdll/tests: Add alternative results for overlong instr...
2010-12-17  Alexandre Julliardntdll: Avoid putting the virtual heap in the low 2Gb...
2010-12-16  Alexandre Julliardntdll: Don't worry about the DOS area on non-x86.
2010-12-15  Alexandre Julliardntdll: Ensure alignment of static TLS data and free...
2010-12-13  André Hentschelntdll: Fix test failure on some NT4 machines.
2010-12-13  Austin Englishntdll: Bump win2k3 version information to sp2.
2010-12-10  Marcus Meissnerntdll: Report a failed executable mmap on nonexec files...
2010-12-03  Francois Gougetntdll/tests: Add a trailing '\n' to an ok() call.
2010-12-02  Hans Leidekkerntdll: Don't call NtClose directly in delete_view.
2010-11-26  Louis Lendersntdll: Set the IdleTime member from the SystemPerforman...
2010-11-24  Gerald Pfeiferntdll/tests: Remove unused variable from test_query_vol...
2010-11-23  Louis Lendersntdll/tests: Add tests for NtQueryVolumeInformationFile...
2010-11-23  Hans Leidekkerntdll: Add a stub implementation of FSCTL_GET_RETRIEVAL...
2010-11-15  Detlef Riekenbergntdll: Add semi stub for TokenElevationType in NtQueryI...
2010-11-15  Marcus Meissnerntdll: Fixed file view mapping in regards to no-exec.
2010-11-11  Vitaliy Margolenntdll: Mask invalid flags for RtlQueueWorkItem.
2010-11-11  André Hentschelntdll/tests: Fix crash in japanese and chinese test.
2010-11-10  Alexandre Julliardntdll: Don't call vectored exception handlers under...
2010-11-10  Alexandre JulliardRevert "ntdll: Fix possible deadlock in vectored except...
2010-11-08  Marcus Meissnerntdll: Check and fix PE header protections.
2010-11-08  Detlef Riekenbergntdll: Add stubs for Rtl[G/S]etCurrentTransaction.
2010-11-04  Alexandre Julliardntdll: Explicitly check for failure to map page 0.
2010-11-04  Alexandre Julliardntdll: Report memory areas in DOS memory to be free...
2010-11-04  André Hentschelntdll: Detect more processor features.
2010-11-02  André Hentschelntdll: Add Support for loading ARM PEs.
2010-11-01  Alexandre Julliardntdll: Don't try to join with the main thread.
2010-10-20  Alexandre Julliardinclude: The FLOATING_SAVE_AREA type is i386-specific.
2010-10-20  Alexandre Julliardntdll: Avoid using the CONTEXT86 type.
2010-10-19  Alexandre Julliardntdll: More complete implementation of NtAreMappedFiles...
2010-10-19  Alexandre Julliardntdll: Get rid of the FILE_VIEW typedef.
2010-10-12  Krzysztof Nowickintdll: Fix possible deadlock in vectored exception...
2010-10-08  Alexandre Julliardntdll: Use the more portable cfsetospeed() function...
2010-10-05  Stefan Oberhumerntdll/tests: Add some more tests for qsort().
2010-10-05  Stefan Oberhumerntdll: Fix possible overflow computing middle in NTDLL_...
2010-10-05  Stefan Oberhumerntdll: qsort: Comparator must not get the same pointer.
2010-10-05  Stefan Oberhumerntdll: qsort: Check if necessary to sort.
2010-10-04  Rudolf Mayerhoferntdll: Set CPU_FEATURE_HTT when running on a HTT capabl...
2010-10-04  Stefan Oberhumerntdll: Make NTDLL_mergesort() stable.
2010-10-04  Stefan Oberhumerntdll: Fix 64 bit issue within NTDLL_mergesort().
2010-10-01  Alexandre Julliardntdll/tests: Make some variables static.
2010-09-30  Alexandre Julliardntdll: Add a workaround for Ubuntu's stupid ptrace...
2010-09-30  Alexandre Julliardntdll: Add support for retrieving the server pid from...
2010-09-30  Alexandre Julliardserver: Make the fd passing code slightly more portable.
2010-09-30  Alexandre Julliardntdll/tests: Fix a test failure on 64-bit platforms.
2010-09-27  Hans Leidekkerwinecfg: Update Windows 7 version to Service Pack 1.
2010-09-22  Peter Oberndorferntdll/tests: Remove unused NtWaitForSingleObject import.
2010-09-20  André Hentschelntdll: Add ARM support.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-18  Brad Smithntll: Fix the detection of the number of CPUs for OpenBSD.
2010-09-15  Alexandre Julliardntdll/tests: Fix the image protection test on Mac OS...
2010-09-15  Henri Verbeetntdll: Do not return STATUS_SUCCESS on failure in NtQue...
2010-09-08  André Hentschelntdll: Remove an unused function from signal_powerpc.
2010-09-01  Eric Pouechntdll: Allocate a console (without renderer) when start...
2010-08-31  Alexandre Julliardntdll: Use int64 in the spec file for 64-bit integers.
2010-08-30  Alexandre Julliardwinebuild: Use the correct registers for relay debuggin...
2010-08-29  Alexandre Julliardmsvcrt: Add -ret64 flag on some functions that return...
2010-08-26  Alexandre Julliardntdll: Fix the protection state of writable sections.
2010-08-26  Alexandre Julliardntdll/tests: Add a test for the protection state of...
2010-08-24  Alexandre Julliardwinebuild: Support relay debugging for thiscall functions.
2010-08-24  Marcus Meissnerntdll: Set correct protection flags on sections in...
2010-08-24  Austin Englishntdll: Sparc support for map_image().
2010-08-24  Austin Englishntdll: Make sure ill_handler() and bus_handler() are...
2010-08-24  Austin Englishntdll: Add Sparc processor support.
2010-08-23  Alexandre Julliardserver: Change the removable fd flag to a cacheable...
2010-08-23  Detlef Riekenbergntdll: Add a stub for TokenElevation in NtQueryInformat...
2010-08-20  Detlef Riekenbergntdll/tests: Add tests for RtlIpv4AddressToString ...
2010-08-20  Jacek Cabanntdll: IMAGE_REL_BASED_HIGH, IMAGE_REL_BASED_LOW and...
2010-08-19  Detlef Riekenbergntdll: Implement RtlIpv4AddressToString / RtlIpv4Addres...
2010-08-19  Austin Englishntdll: Check for __FreeBSD_kernel__, remove redundant...
2010-08-17  André Hentschelntdll: Add more error codes.
2010-08-16  Juan Langntdll: Implement NtSetInformationProcess for ProcessDef...
2010-08-16  Juan Langntdll: Implement NtQueryInformationProcess for ProcessD...
2010-08-04  André Hentschelntdll: Add SXS error codes.
2010-08-02  Andrey Turkinntdll/tests: Do not check signedness for char types.
2010-07-28  Reece Dunnntdll/tests: check io.Status in the file tests.
2010-07-28  Andrew Nguyenntdll: Fix the status code for ProcessDebugObjectHandle...
2010-07-28  Michael Stefaniucntdll: Use IsEqualGUID instead of memcmp to compare...
2010-07-26  Max TenEyck Woodburyntdll: Setting FileAllInformation is not allowed.
2010-07-26  Alexandre Julliardwinegcc: Don't import winecrt0 by default when building...
2010-07-23  Damjan Jovanovicntdll: Convert even Unix paths outside Wine's drive...
2010-07-22  Maarten Lankhorstntdll: Use syscall instead of int $0x80.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21  Alexandre Julliardmakefiles: Specify -nodefaultlibs when building low...
2010-07-21  André Hentschelntdll: Add LDT error codes.
2010-07-09  Marcus Meissnerntdll: Handle error cases in om test (Coverity).
2010-07-06  Ken Thomasesntdll: Fix set_baud_rate for high rates for non-Linux...
2010-07-06  Alexandre Julliardntdll/tests: Fix a few test failures in the new exe...
2010-07-05  Marcus Meissnerntdll: Add tests for NtQueryVirtualMemory.
2010-06-30  Alexandre Julliardntdll/tests: Add some tests for NtQuerySymbolicLinkObject.
2010-06-30  Alexandre Julliardntdll: Append a terminating null and return the correct...
2010-06-30  Alexandre Julliardntdll/tests: Add a test for the exception resulting...
2010-06-29  Austin Englishntdll: Add stub for NtSystemDebugControl.
2010-06-29  Alexandre Julliardntdll: Round up the initial commit size to the commit...
2010-06-24  Alexandre Julliardntdll: Add a WINEARCH environment variable that allows...
2010-06-22  Francois Gougetntdll: Fix a typo in a parameter name.
next