Michael Stefaniuc
|
a8c19696f1
|
kernel32: Add missing stdarg.h include.
This fixes a compile breakage with older gcc versions.
|
2009-09-23 12:33:25 +02:00 |
Eric Pouech
|
e1e9f5993f
|
kernel32: Rewrite GetSystemInfo() purely on ntdll calls.
|
2009-09-22 16:54:59 +02:00 |
Eric Pouech
|
004fdc7a97
|
ntdll: Moved CPU related registry key creation from kernel32 to ntdll.
|
2009-09-22 16:54:14 +02:00 |
Eric Pouech
|
0bf33d6ac2
|
kernel32: Store the process features flag in the KUSER_SHARED_DATA structure.
|
2009-09-22 16:51:11 +02:00 |
Eric Pouech
|
f6ceedf6dd
|
ntdll: In SYSTEM_BASIC_INFORMATION, the active processors field refers to the affinity mask.
|
2009-09-22 16:47:25 +02:00 |
Alexandre Julliard
|
2be006e497
|
ntdll: Fix a couple of system information structures for 64-bit.
|
2009-08-27 19:47:49 +02:00 |
Francois Gouget
|
89c63fd32b
|
kernel32: Fix some bad left-over uses of value in the CPU detection code.
|
2009-01-20 12:33:44 +01:00 |
Austin English
|
7f3439d556
|
kernel32: Fix a compiler warning on NetBSD.
|
2009-01-19 13:36:26 +01:00 |
Francois Gouget
|
b881cfc541
|
kernel32: Fix the sysctl() usage and the CPU detection on NetBSD.
|
2009-01-09 14:06:13 +01:00 |
Alexandre Julliard
|
935a406b27
|
include: Fix data structures for processor affinity on 64-bit.
|
2009-01-04 14:47:24 +01:00 |
Francois Gouget
|
0a66633ce3
|
kernel32: Simplify and optimize create_(system,env)_registry_keys().
|
2008-11-19 12:08:22 +01:00 |
Alexandre Julliard
|
3d6313c9ce
|
ntdll: Return more correct information for SystemBasicInformation and GetSystemInfo.
|
2008-11-03 13:34:13 +01:00 |
Alexander Nicolaysen Sørnes
|
10e9c6bfd1
|
kernel32: Set processorLevel to cpu family.
|
2008-03-31 12:14:41 +02:00 |
Austin English
|
d5de9977df
|
kernel32: Spelling fixes.
|
2008-03-18 11:44:09 +01:00 |
Andrew Talbot
|
54a376f228
|
kernel32: Assign to structs instead of using memcpy.
|
2008-03-04 11:54:20 +01:00 |
Alexandre Julliard
|
3d418add04
|
kernel32: Fixed the active processor mask on Mac OS.
|
2008-02-18 14:09:49 +01:00 |
Francois Gouget
|
44b52b128c
|
Assorted spelling fixes.
|
2008-01-16 12:48:29 +01:00 |
Stefan Leichter
|
20c0ba2341
|
kernel32: Silence a fixme in GetNativeSystemInfo.
|
2007-12-23 14:17:12 +01:00 |
Gerald Pfeifer
|
d328c07bd3
|
kernel32: Fix signedess for FreeBSD-specific implementation of GetSystemInfo().
|
2007-10-02 11:44:31 +02:00 |
Andrew Talbot
|
59651999b3
|
kernel32: Exclude unused headers.
|
2007-05-07 20:34:41 +02:00 |
Alexandre Julliard
|
a441935c37
|
kernel32: Better default for dwActiveProcessorMask in GetSystemInfo.
|
2007-03-30 12:22:13 +02:00 |
Alexandre Julliard
|
82274f8b16
|
kernel32: Implemented GetSystemInfo() for Solaris.
|
2007-03-08 23:01:03 +01:00 |
Michael Stefaniuc
|
22684cc767
|
janitorial: Remove stray '\' at end of lines.
|
2007-01-09 12:04:26 +01:00 |
Francois Gouget
|
bb8e625b5b
|
Assorted spelling fixes.
|
2006-12-05 10:31:47 +01:00 |
Michael Stefaniuc
|
8c38b88068
|
kernel32: Win64 printf format warning fixes.
|
2006-10-13 12:08:25 +02:00 |
Alexandre Julliard
|
489d87d1e5
|
kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
|
2006-09-12 13:34:06 +02:00 |