wined3d: Introduce a separate structure for stateblock states.
[wine] / dlls / ntdll /
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.
2010-06-22  Alexandre Julliardntdll/tests: Fix some exception tests for Wow64.
2010-06-22  Alexandre Julliardntdll: Fix the initial FPU control word on 32-bit too.
2010-06-21  Andrey Turkinntdll: Fix race in NtRead/WriteFile.
2010-06-21  Alexandre Julliardntdll: Fix the initial FPU control word on 64-bit.
2010-06-17  Henri Verbeetntdll: The FPU control word for newly created threads...
2010-06-17  Andrew Nguyenntdll/tests: Add tests to examine output file part...
2010-06-16  Alexandre Julliardntdll: Print a warning when failing to set execute...
2010-06-15  Alexandre Julliardntdll: Make the DOS area accessible even when not using...
2010-06-11  Octavian Voicuntdll: Show one-time ERR if NOFILE limit is reached.
2010-06-08  Alexandre Julliardntdll: Set a valid process title for the initial process.
2010-06-01  Austin Englishntdll: Add signal context function definitions for...
2010-05-31  Austin Englishntdll: Add stub implementation of IOCTL_STORAGE_GET_MED...
2010-05-24  Andrey Turkinserver: Connect named pipe synchronously when overlappe...
2010-05-24  Austin Englishntdll: Add %gs support for FreeBSD.
2010-05-24  Marcus Meissnerntdll: qsort: comparator must not get the same pointer.
2010-05-23  Alexandre Julliardntdll: Reimplement bsearch to avoid redundant and possi...
2010-05-21  Austin Englishntdll: Add stub for NtRaiseHardError.
2010-05-19  Michael Stefaniucntdll: Remove superfluous "not NULL" check for the...
2010-05-17  Alexandre Julliardntdll: Avoid a compiler warning on NetBSD.
2010-05-16  Alexandre Julliardntdll: Preserve registers in call_thread_entry_point...
2010-05-14  Hans Leidekkerntdll: Add some tests for RtlIsTextUnicode.
2010-05-13  Marcus Meissnerntdll: Implement bsearch, lfind to use correct comparat...
2010-05-12  Marcus Meissnerntdll: Rename mergesort to NTDLL_mergesort.
2010-05-11  Marcus Meissnerntdll: Reimplement qsort() using generic mergesort.
2010-05-05  Gerald Pfeiferntdll/tests: Remove variable len which is not really...
2010-05-05  Charles Davisntdll: Implement IOCTL_SCSI_PASS_THROUGH(_DIRECT) on...
2010-05-04  Alexandre Julliardserver: Check that the prefix type can support the...
2010-05-04  Alexandre Julliardntdll: Add support for saving/restoring CFA frame state.
2010-04-26  Alexandre Julliardntdll: Make TAPE_GetStatus inline to avoid a unused...
2010-04-21  Michael Stefaniucntdll/tests: Avoid using the 'long' types.
2010-04-20  Maarten Lankhorstntdll: Clear alignment flag in exception handlers.
2010-04-20  André Hentschelntdll: Add SP2 for Vista.
2010-04-16  Alexandre Julliardntdll: Report the correct processor architecture.
2010-04-12  Paul Vriensntdll/tests: Prevent test failures on Windows.
2010-04-12  Paul Vriensntdll/tests: We need a bigger buffer for NtQueryInforma...
2010-04-12  Paul Vriensntdll/tests: Enumerate one by one.
2010-04-12  Paul Vriensntdll/tests: Make sure we can enumerate the directory.
2010-04-12  Alexandre Julliardntdll: Make cfi annotations optional for x86_64.
2010-04-09  Alexandre Julliardntdll: Build the virtual_release_address_space function...
2010-04-09  Alexandre Julliardntdll: Restructure x86_64 exception processing to treat...
2010-04-08  Alexandre Julliardntdll: Fix affinity mask check for 64-bit.
2010-04-08  André Hentschelntdll: Use NULL for a pointer.
2010-04-07  Alexandre Julliardwinapi: Add a few more types to the ntdll generated...
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-07  Eric Pouechntdll: On x86_64 systems (as on i386 ones), hw breakpoi...
2010-04-02  Alexandre Julliardntdll/tests: Skip a couple of exception tests that...
2010-04-02  Alexandre Julliardserver: Update the registry key and value name length...
2010-03-31  Alexandre Julliardntdll/tests: Don't free a string that wasn't allocated.
2010-03-31  Alexandre Julliardntdll/tests: Port functions use the 64-bit structure...
2010-03-31  Alexandre Julliardntdll/tests: Fix a number of test failures on Wow64.
2010-03-29  Henri Verbeetntdll: Return a more reasonable value for "Reserved3".
2010-03-29  Mikhail Maroukhinentdll: Fix compiler warnings with flag -Wcast-qual.
2010-03-26  Louis LendersQuiet two noisy FIXME's.
2010-03-22  André Hentschelntdll: Update error code mapping.
2010-03-22  André Hentschelntdll: Fix error strict mode tests on vista+.
next