d3dcompiler: Implement ID3D11ShaderReflectionType::GetDesc().
[wine] / dlls / ntdll /
2011-02-21  Charles Davisntdll: Fix IOCTL_CDROM_RAW_READ on Mac OS.
2011-02-19  Alexandre Julliardntdll: Improve the error reporting for invalid PE file...
2011-02-14  Austin Englishntdll/tests: Make sure return values are used (LLVM...
2011-02-14  Austin Englishntdll/tests: Don't check return values inside of if...
2011-02-11  Austin Englishntdll/tests: Make sure a return value is used (LLVM...
2011-02-10  Austin Englishntdll/tests: Make sure return value is used (LLVM/Clang).
2011-02-08  Austin Englishntdll/tests: Make sure return values are used (LLVM...
2011-02-07  André Hentschelntdll: Only use ST_FIX_ALIGN on solaris.
2011-02-04  max@mtew.isa-geek.netntdll: Correct 'b' parameter descriptions for _alldiv...
2011-02-01  Nikolay Sivovntdll: Fix a compile time warning.
2011-02-01  Alexandre Julliardntdll: Add support for longjmp in RtlUnwindEx.
2011-02-01  Alexandre Julliardntdll: Add a helper function for checking stack frame...
2011-02-01  Alexandre Julliardntdll: Avoid copying and restoring the context in RtlCa...
2011-02-01  Andrew Nguyenntdll/tests: Avoid casting away const in comparison...
2011-02-01  Andrew Nguyenntdll: Fix one-time warning message output.
2011-01-31  Alexandre Julliardntdll/tests: Avoid sizeof in a trace.
2011-01-31  Alexandre Julliardntdll: Fix frame address check in RtlCaptureStackBackTr...
2011-01-28  Charles Davisntdll: Check for case-insensitive volumes.
2011-01-27  Alexandre Julliardntdll: Get rid of support for register entry points...
2011-01-27  Alexandre Julliardntdll: Implement RtlRaiseException for x86_64 directly...
2011-01-27  Alexandre Julliardntdll: Implement set_cpu_context for x86_64 directly...
2011-01-27  Alexandre Julliardntdll: Avoid copying and restoring the context in RtlCa...
2011-01-27  Alexandre Julliardntdll: Capture the context inside RtlUnwindEx instead...
2011-01-27  Alexandre Julliardinclude: Add a prototype for RtlUnwindEx on x86_64.
2011-01-25  Loïc Mauryntdll : Implement CDROM_Verify to work on Mac OS X.
2011-01-19  Piotr Cabanserver: Return multiple events in read_changes.
2011-01-17  Austin Englishntdll: Add missing checks for FreeBSD_kernel.
2011-01-17  Francois Gougetntdll/tests: Fix compilation on systems that don't...
2011-01-12  Matteo Brunintdll/tests: Add a FILE_APPEND_DATA test.
2011-01-04  André Hentschelntdll: Respect multiple CPUs when faking values.
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...
next