Juan Lang
|
2e92c726aa
|
ntdll: Don't allow setting a zero thread affinity.
|
2009-09-29 13:29:43 +02:00 |
Juan Lang
|
c7b1423521
|
ntdll: Don't allow setting a zero process affinity.
|
2009-09-29 13:29:36 +02:00 |
Juan Lang
|
d9ce24e6cb
|
ntdll/tests: Add tests for process and thread affinity.
|
2009-09-29 13:29:28 +02:00 |
Dan Kegel
|
46187dd609
|
ntdll: Fix NtQueryInformationFile test failures on Vista Home Basic.
|
2009-09-25 13:51:03 +02:00 |
Dan Kegel
|
fa12f03976
|
ntdll: Add initial test for NtQueryDirectoryFile().
|
2009-09-25 13:50:54 +02:00 |
Alexandre Julliard
|
135612d22f
|
ntdll: Add support for ordinal forwards.
|
2009-09-25 13:12:02 +02:00 |
Alexandre Julliard
|
c39e28edfb
|
ntdll: Support both 32-bit and 64-bit modules in RtlImageDirectoryEntryToData.
|
2009-09-25 12:46:39 +02:00 |
Alexandre Julliard
|
66b9371bb6
|
ntdll: Silence a noisy FIXME.
|
2009-09-24 15:32:23 +02:00 |
Alexandre Julliard
|
a022062cab
|
ntdll: Move creation of the CPU-specific registry keys to wineboot.
|
2009-09-24 14:23:02 +02:00 |
Alexandre Julliard
|
5b0fcb065e
|
ntdll: Avoid crashing on an empty resource directory.
|
2009-09-24 13:14:47 +02:00 |
Alexandre Julliard
|
9585bf6700
|
ntdll: Remap EXCEPTION_EXECUTE_FAULT only after the internal handlers have been run.
|
2009-09-23 14:20:17 +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 |
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 |
Michael Karcher
|
be90ae2fc3
|
ntdll: Fix DEP status initialization.
|
2009-09-15 16:41:23 -05:00 |
Paul Vriens
|
4e6db1e186
|
ntdll/tests: Fix some test failures on several platforms.
|
2009-09-11 17:00:59 +02:00 |
Dmitry Timoshkov
|
049bbe3f12
|
ntdll: RtlpNtQueryValueKey takes 5 parameters.
|
2009-09-11 12:16:37 +02:00 |
Alexandre Julliard
|
72241b5d47
|
ntdll: Make sure that serial ioctl calls fail on non-serial handles.
|
2009-09-10 11:06:01 +02:00 |
Alexandre Julliard
|
c1cb976b66
|
ntdll: Fix a file descriptor leak.
|
2009-09-10 10:53:38 +02:00 |
Dan Kegel
|
398a8ea1fe
|
ntdll: Add tests for NtQueryInformationFile.
|
2009-09-10 10:49:22 +02:00 |
Mike Kaplinskiy
|
3f232785d3
|
ntdll: Remember to set the iosb status if using a worker thread for serial wait.
|
2009-09-08 12:12:28 +02:00 |
Alexandre Julliard
|
7a56aca2eb
|
ntdll: Implemented the SList functions for Win64.
|
2009-09-01 12:41:57 +02:00 |
Austin English
|
e88e2239aa
|
ntdll/tests: Fix a compiler warning on PowerPC.
|
2009-08-31 12:19:04 +02:00 |
Benjamin Kramer
|
2f3ac0640b
|
ntdll: Fix build on MacOSX.
|
2009-08-29 16:48:52 +02:00 |
Alexandre Julliard
|
690cf4a6c8
|
ntdll: Use a more drastic (and simpler) method for unwinding the stack on thread exit.
|
2009-08-29 16:48:30 +02:00 |
Alexandre Julliard
|
c9d85dd576
|
ntdll: Route the process startup through the platform-specific thread startup code.
|
2009-08-29 11:24:44 +02:00 |
Alexandre Julliard
|
8824deb6c6
|
ntdll: Add support for Dwarf expressions in call frame information.
|
2009-08-28 18:25:20 +02:00 |
Alexandre Julliard
|
af22daf72b
|
ntdll: Add support for unwinding the signal stack on x86_64.
|
2009-08-28 18:24:06 +02:00 |
Alexandre Julliard
|
ecdcf060a5
|
ntdll: Unwind the stack before calling exit/abort_thread.
This prevents pthread_exit() from trying to do it and failing.
|
2009-08-28 12:15:07 +02:00 |
Alexandre Julliard
|
8101a2fa1e
|
ntdll: Move the abort_thread() function to the CPU-specific files to allow redefining it.
|
2009-08-28 11:54:50 +02:00 |
Alexandre Julliard
|
fdf191a9e0
|
ntdll: Define correct address space limits for x86_64.
|
2009-08-27 19:47:58 +02:00 |
Alexandre Julliard
|
5e30947d0b
|
ntdll: Return the expected length in NtQueryInformationProcess.
|
2009-08-27 19:47:58 +02:00 |
Alexandre Julliard
|
2be006e497
|
ntdll: Fix a couple of system information structures for 64-bit.
|
2009-08-27 19:47:49 +02:00 |
Alexandre Julliard
|
b8ae3f073b
|
ntdll: Fix handling of the duplicate MxCsr entry in the x86_64 context.
|
2009-08-27 16:49:53 +02:00 |
Alexandre Julliard
|
70c39c4456
|
ntdll: Correctly jump to the modified context after an exception on x86_64.
|
2009-08-26 21:24:17 +02:00 |
Alexandre Julliard
|
86e4830040
|
ntdll/tests: Make sure buffer alignment is correct.
|
2009-08-26 11:52:56 +02:00 |
Michael Stefaniuc
|
091f33e8c6
|
ntdll: Fix a memory leak on an error path (Smatch).
|
2009-08-25 11:13:57 +02:00 |
Ge van Geldorp
|
cf5e2938a9
|
ntdll/tests: Pass properly aligned buffers.
|
2009-08-25 10:23:42 +02:00 |
Ge van Geldorp
|
98fdb660be
|
ntdll/tests: Add acceptable status codes for Win7.
|
2009-08-24 16:41:31 +02:00 |
Ge van Geldorp
|
4bc7a3eb92
|
ntdll/tests: Fix info tests on Win7.
|
2009-08-24 16:41:26 +02:00 |
Alexandre Julliard
|
4964374570
|
ntdll: The large integer functions are 32-bit only.
|
2009-08-24 15:17:33 +02:00 |
Alexandre Julliard
|
da8acbc47d
|
server: Define an architecture-independent structure for process startup info.
|
2009-08-21 20:00:12 +02:00 |
Mike Kaplinskiy
|
8c0eec2c6b
|
ntdll/tests: Test NtCancelIoFile(Ex).
|
2009-08-18 12:29:53 +02:00 |
Mike Kaplinskiy
|
af25949a51
|
ntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
|
2009-08-18 12:29:27 +02:00 |
Michael Karcher
|
ca4c571818
|
ntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
|
2009-08-18 11:19:55 +02:00 |
Michael Karcher
|
9476071fd2
|
ntdll: Don't send EXCEPTION_EXECUTE_FAULT to Windows programs that didn't enable DEP.
|
2009-08-18 11:19:46 +02:00 |
Michael Karcher
|
7aa1f6c346
|
ntdll: Add ProcessExecuteFlags handling to NtQueryInformationProcess.
|
2009-08-18 11:17:44 +02:00 |