Austin English
|
78f82fa063
|
ntdll: Use proper CPU speed detection on FreeBSD.
Reported by Hardy Schumacher.
|
2012-03-01 17:38:41 +01:00 |
Nikolay Sivov
|
7c648cb695
|
ntdll: Fix SID data copy length.
|
2011-10-12 20:52:46 +02:00 |
Charles Davis
|
fe6140e0fd
|
ntdll: Also set CPU_FEATURE_HTT on Mac OS.
|
2011-10-11 13:37:49 +02:00 |
Francois Gouget
|
bf05d85f99
|
ntdll: Detect if NX support is enabled.
|
2011-08-24 19:07:45 +02:00 |
Nikolay Sivov
|
573db9ef63
|
ntdll: While requesting TokenGroups calculate required user buffer size in server.
|
2011-08-23 16:53:54 +02:00 |
Nikolay Sivov
|
8e904f95c3
|
ntdll: Stub TokenSessionId for query call.
|
2011-08-22 16:14:35 +02:00 |
André Hentschel
|
abcdcd9eea
|
ntdll: Accept double-digit CPU families.
|
2011-08-22 16:14:32 +02:00 |
André Hentschel
|
3eb91fbc3c
|
ntdll: Parse ARM CPU level.
|
2011-06-16 11:15:56 +02:00 |
André Hentschel
|
6f9d1840ef
|
ntdll: Remove Alpha support.
|
2011-04-20 13:09:39 +02:00 |
Alexandre Julliard
|
cc01c46f41
|
ntdll: Rewrite the SystemProcessorPerformanceInformation handing to avoid code duplication.
Also include idle time in kernel time.
|
2011-04-15 10:56:55 +02:00 |
Maarten Lankhorst
|
67755d2593
|
ntdll: Fix time units for SystemPerformanceProcessorInformation, and steal idle time for kernel time.
|
2011-03-08 16:55:10 +01:00 |
Maarten Lankhorst
|
f45b6c54be
|
ntdll: Fix time accounting in NtQuerySystemInformation.
|
2011-02-24 18:25:48 +01:00 |
Austin English
|
9832bd6c54
|
ntdll: Add missing checks for FreeBSD_kernel.
|
2011-01-17 14:27:38 +01:00 |
André Hentschel
|
40294182c1
|
ntdll: Respect multiple CPUs when faking values.
|
2011-01-04 11:46:31 +01:00 |
Louis Lenders
|
fa2b7066e5
|
ntdll: Set the IdleTime member from the SystemPerformanceInformation info class in NtQuerySystemInformation.
|
2010-11-26 14:58:39 +01:00 |
Detlef Riekenberg
|
48f3335ffa
|
ntdll: Add semi stub for TokenElevationType in NtQueryInformationToken.
|
2010-11-15 14:55:24 +01:00 |
André Hentschel
|
3151ef0d06
|
ntdll: Detect more processor features.
|
2010-11-04 11:48:44 +01:00 |
Rudolf Mayerhofer
|
d0e0e69ff1
|
ntdll: Set CPU_FEATURE_HTT when running on a HTT capable system.
|
2010-10-04 15:00:07 +02:00 |
André Hentschel
|
171c9a5327
|
ntdll: Add ARM support.
|
2010-09-20 12:58:44 +02:00 |
Brad Smith
|
466b64032f
|
ntll: Fix the detection of the number of CPUs for OpenBSD.
|
2010-09-18 13:10:07 +02:00 |
Austin English
|
7b37a6d47e
|
ntdll: Add Sparc processor support.
|
2010-08-24 12:21:38 +02:00 |
Detlef Riekenberg
|
2b76f8661d
|
ntdll: Add a stub for TokenElevation in NtQueryInformationToken.
|
2010-08-23 13:46:24 +02:00 |
Austin English
|
5bd468179b
|
ntdll: Add stub for NtSystemDebugControl.
|
2010-06-29 10:55:41 +02:00 |
Alexandre Julliard
|
4fc65126cf
|
ntdll: Report the correct processor architecture.
|
2010-04-16 16:59:01 +02:00 |
Henri Verbeet
|
7bfe6c4308
|
ntdll: Return a more reasonable value for "Reserved3".
The value is based on 64-bit Win 7, the main thing we care about is that it's
not 0.
|
2010-03-29 15:50:52 +02:00 |
Austin English
|
b4173d7d40
|
ntdll: Add initial support for OpenBSD to fill_cpu_info.
|
2010-03-01 11:33:07 +01:00 |
Freddie Tilley
|
323b36f521
|
ntdll: Detect more cpu features in get_cpuinfo.
|
2010-01-25 12:45:22 +01:00 |
Freddie Tilley
|
69d7233e3e
|
ntdll: Set cpu frequency for FreeBSD 7.2 and higher.
|
2010-01-20 15:34:41 +01:00 |
Rob Shearman
|
bd56916f90
|
server: Extend get_token_user server call to also retrieve SIDs for the token's owner or primary group.
|
2009-11-17 15:14:54 +01:00 |
Alexandre Julliard
|
a022062cab
|
ntdll: Move creation of the CPU-specific registry keys to wineboot.
|
2009-09-24 14:23:02 +02:00 |
Huw Davies
|
90f95172b8
|
ntdll: Fix build on MacOSX.
|
2009-09-23 12:33:19 +02:00 |
Alexandre Julliard
|
1cf1a3f211
|
ntdll: Only create the CPU registry keys on first run.
|
2009-09-22 17:05:02 +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
|
3794c6b936
|
ntdll: Implement basic support for processor power information.
|
2009-09-22 16:51:29 +02:00 |
Eric Pouech
|
57f714f3eb
|
ntdll: Reuse kernel32's cpu info to implement NtQuerySystemInformation(SystemProcessInformation).
|
2009-09-22 16:51:16 +02:00 |
Benjamin Kramer
|
2f3ac0640b
|
ntdll: Fix build on MacOSX.
|
2009-08-29 16:48:52 +02:00 |
Alexandre Julliard
|
2be006e497
|
ntdll: Fix a couple of system information structures for 64-bit.
|
2009-08-27 19:47:49 +02:00 |
Austin English
|
eb8f95b5b6
|
ntdll: Quiet a noisy fixme.
|
2009-08-10 17:04:19 +02:00 |
Luke Benstead
|
8ed1f0547e
|
ntdll: Add semi-stub implementation for SystemExecutionState query.
|
2009-07-22 14:42:51 +02:00 |
Alexandre Julliard
|
2e2f6af0de
|
ntdll: Fix the formatting of the get_token_groups request for 64-bit.
|
2009-07-03 13:58:09 +02:00 |
Louis Lenders
|
e8696ca02e
|
ntdll: Add stub for NtSecureConnectPort.
|
2009-06-02 13:10:10 +02:00 |
Austin English
|
81543b79c2
|
ntdll: Change a noisy FIXME to a WARN.
|
2009-05-22 11:09:41 +02:00 |
Alexandre Julliard
|
82fb611806
|
ntdll: Fix the LPC_MESSAGE structure definition for 64-bit.
|
2009-05-07 14:44:22 +02:00 |
Hans Leidekker
|
f483f71ad2
|
ntdll: Implement NtQuery/SetInformationToken(TokenDefaultDacl).
|
2009-04-21 15:41:05 +02:00 |
Michael Stefaniuc
|
d2f6f56873
|
ntdll: Remove superfluous pointer casts.
|
2009-03-23 12:40:53 +01:00 |
Alexandre Julliard
|
912d98c2ae
|
ntdll: Improve debugging helper for object attributes structure.
|
2009-02-16 11:46:44 +01:00 |
Paul Bryan Roberts
|
a552587de1
|
ntdll: Avoid potential infinite loop.
|
2009-02-12 17:53:35 +01:00 |
Alexandre Julliard
|
6a548b1e9d
|
ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit.
|
2009-01-03 14:55:32 +01:00 |
Stefan Dösinger
|
40447e804d
|
ntdll: Print the SYSTEM_PERFORMANCE_INFORMATION only once.
|
2008-12-09 12:46:52 +01:00 |
Alexandre Julliard
|
db6e45488d
|
server: Get rid of the support for module snapshots, it is no longer needed.
|
2008-12-09 11:49:37 +01:00 |