kernel32: Test LdrShutdownProcess behaviour only after NtTerminateProcess(0) call.
[wine] / dlls / kernel32 / cpu.c
2013-01-09  Alexandre Julliardkernel32: Retrieve the system info from ntdll on startup.
2012-09-07  James Ederkernel32: Remove outdated comment.
2012-09-07  James Ederkernel32: Use PROCESSOR_FEATURE_MAX in IsProcessorFeatu...
2011-06-16  André Hentschelkernel32: Set dwProcessorType on ARM.
2011-06-16  André Hentschelkernel32: Initialise dwProcessorType.
2011-05-16  Jacek Cabankernel32: Moved GetPerformanceInfo implementation to...
2010-05-13  Paul Vrienskernel32: Return the correct processor arch and type...
2010-04-16  Eric Pouechkernel32: Added proper support for GetSystemInfo on...
2009-09-23  Michael Stefaniuckernel32: Add missing stdarg.h include.
2009-09-22  Eric Pouechkernel32: Rewrite GetSystemInfo() purely on ntdll calls.
2009-09-22  Eric Pouechntdll: Moved CPU related registry key creation from...
2009-09-22  Eric Pouechkernel32: Store the process features flag in the KUSER_...
2009-09-22  Eric Pouechntdll: In SYSTEM_BASIC_INFORMATION, the active processo...
2009-08-27  Alexandre Julliardntdll: Fix a couple of system information structures...
2009-01-20  Francois Gougetkernel32: Fix some bad left-over uses of value in the...
2009-01-19  Austin Englishkernel32: Fix a compiler warning on NetBSD.
2009-01-09  Francois Gougetkernel32: Fix the sysctl() usage and the CPU detection...
2009-01-04  Alexandre Julliardinclude: Fix data structures for processor affinity...
2008-11-19  Francois Gougetkernel32: Simplify and optimize create_(system,env...
2008-11-03  Alexandre Julliardntdll: Return more correct information for SystemBasicI...
2008-03-31  Alexander Nicolays... kernel32: Set processorLevel to cpu family.
2008-03-18  Austin Englishkernel32: Spelling fixes.
2008-03-04  Andrew Talbotkernel32: Assign to structs instead of using memcpy.
2008-02-18  Alexandre Julliardkernel32: Fixed the active processor mask on Mac OS.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-23  Stefan Leichterkernel32: Silence a fixme in GetNativeSystemInfo.
2007-10-02  Gerald Pfeiferkernel32: Fix signedess for FreeBSD-specific implementa...
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-03-30  Alexandre Julliardkernel32: Better default for dwActiveProcessorMask...
2007-03-08  Alexandre Julliardkernel32: Implemented GetSystemInfo() for Solaris.
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.