Alexandre Julliard
|
324a803532
|
ntdll: Fix heap management for 64-bit.
|
2008-12-12 10:18:41 +01:00 |
|
Alexandre Julliard
|
e81d453f63
|
ntdll: Convert the handles to server handles in NTDLL_wait_for_multiple_objects.
|
2008-12-11 20:38:21 +01:00 |
|
Alexandre Julliard
|
a2089abd94
|
ntdll: Enforce correct protection values in virtual memory functions.
|
2008-12-11 14:05:42 +01:00 |
|
Alexandre Julliard
|
b8e8cb6621
|
ntdll: Add a heuristic to detect dlls that are wrongly marked as using native subsystem.
|
2008-12-11 12:18:35 +01:00 |
|
Alexandre Julliard
|
66eb4bd375
|
ntdll: Add a function to export the host OS type and version.
|
2008-12-09 19:33:06 +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 |
|
Alexandre Julliard
|
50d6b7fb54
|
ntdll: Added stubs for RtlLookupFunctionEntry and RtlVirtualUnwind.
|
2008-12-08 19:29:06 +01:00 |
|
Alexandre Julliard
|
d1b3d484f7
|
server: Add functions for conversions between server object handles and pointer-style handles.
|
2008-12-08 16:05:17 +01:00 |
|
Alexandre Julliard
|
3343c408cb
|
server: Convert the registry key modification time to a win32-style time.
|
2008-12-06 17:29:01 +01:00 |
|
Alexandre Julliard
|
31a641aa59
|
ntdll: Implemented RtlCaptureContext.
|
2008-12-04 12:42:53 +01:00 |
|
Alexandre Julliard
|
2e83689b77
|
ntdll/tests: Use the correct prototype for RtlAllocateHeap/RtlReAllocateHeap.
|
2008-12-04 12:14:17 +01:00 |
|
Paul Vriens
|
b27a1bbdc7
|
ntdll/tests: Fix a test failure on W2K.
|
2008-12-02 14:05:49 +01:00 |
|
Jeff Zaroyko
|
6c597bac2e
|
ntdll: Avoid NULL deref in RtlDeleteTimer.
|
2008-12-01 14:22:12 +01:00 |
|
Vitaliy Margolen
|
de94cfd7e1
|
ntdll: Stub NtMakeTemporaryObject.
|
2008-12-01 14:06:02 +01:00 |
|
Francois Gouget
|
9eb62d3f9d
|
ntdll: Remove an unneeded cast.
|
2008-12-01 12:57:32 +01:00 |
|
Francois Gouget
|
e723395617
|
ntdll: Remove WINAPI on static functions where not needed.
|
2008-11-28 12:54:32 +01:00 |
|
Maarten Lankhorst
|
269600bbed
|
ntdll: Make 64-bits wine only able to load amd64 binaries.
|
2008-11-25 12:33:28 +01:00 |
|
Alexandre Julliard
|
af8bb2e922
|
ntdll: Add support for virtual write watches.
|
2008-11-25 12:07:35 +01:00 |
|
Alexandre Julliard
|
81b9ca5dbd
|
ntdll: Pass the error code to VIRTUAL_HandleFault, and allow it to ignore the exception.
Also rename it to virtual_handle_fault for consistency.
|
2008-11-25 12:02:16 +01:00 |
|
Alexandre Julliard
|
aece8e0700
|
ntdll: Check for valid memory view size directly in VIRTUAL_FindView.
|
2008-11-25 11:58:50 +01:00 |
|
Francois Gouget
|
9c5e97aa71
|
Assorted spelling fixes.
|
2008-11-24 14:25:10 +01:00 |
|
Francois Gouget
|
b0cf129c98
|
ntdll/tests: Remove a redundant 'if'.
|
2008-11-21 10:01:07 +01:00 |
|
A C Hurst
|
ad335b7e7f
|
ntdll: wine_nt_to_unix_file_name() parse string to int instead of cast char, where string may be passed.
|
2008-11-20 12:16:42 +01:00 |
|
Ricardo Filipe
|
68d76db6d4
|
ntdll: Fixed dead store (llvm/clang).
|
2008-11-19 12:15:19 +01:00 |
|
Francois Gouget
|
500be1e8db
|
ntdll/tests: Test how NT(Set, Query)ValueKey() handle non-terminated strings.
|
2008-11-19 12:08:13 +01:00 |
|
Francois Gouget
|
d7d95ca27c
|
ntdll/tests: Fix typos in test_NtQueryValueKey().
|
2008-11-19 12:08:04 +01:00 |
|
Alexandre Julliard
|
f3e70ee00e
|
ntdll: Get rid of the Wine-specific MEM_SYSTEM flag.
|
2008-11-18 20:14:46 +01:00 |
|
Alexandre Julliard
|
f4eaa15aec
|
kernel32: Moved allocation of the DOS memory area to ntdll.
|
2008-11-18 20:11:49 +01:00 |
|
Alexandre Julliard
|
c38ce28af5
|
ntdll: Increase subheap size quadratically to avoid slowdown when allocating tons of heap memory.
|
2008-11-18 12:49:12 +01:00 |
|
Alexandre Julliard
|
28c411b627
|
ntdll: Get rid of the unaligned_mmap wrapper.
|
2008-11-17 20:34:19 +01:00 |
|
Alexandre Julliard
|
92cf3d1900
|
ntdll: Don't set noexec protection on builtin dlls, some broken apps clear the execute permission.
|
2008-11-17 15:56:54 +01:00 |
|
Alexandre Julliard
|
a0c4bfef9d
|
ntdll: Add private function to manage system virtual views instead of abusing NtAllocateVirtualMemory.
|
2008-11-14 17:40:54 +01:00 |
|
Alexandre Julliard
|
6c7ff61639
|
ntdll: Added stubs for NtGetWriteWatch and NtResetWriteWatch.
|
2008-11-14 11:02:15 +01:00 |
|
Ken Thomases
|
974b8d802c
|
ntdll: Don't poll() on a normal file; it should never block.
|
2008-11-13 11:48:49 +01:00 |
|
Alexandre Julliard
|
af601ff2b5
|
ntdll/tests: Fixed more object manager tests on Vista.
|
2008-11-11 21:22:35 +01:00 |
|
Alexandre Julliard
|
f96670cb5f
|
ntdll: Add support for root directory in NtCreateFile for Win32 file objects.
|
2008-11-11 11:40:08 +01:00 |
|
Alexandre Julliard
|
66d893b0f9
|
ntdll/tests: Fix a couple of test failures on Vista.
|
2008-11-11 11:39:31 +01:00 |
|
Alexandre Julliard
|
2e25b859ea
|
ntdll: Don't call the dll entry point for native modules.
|
2008-11-10 13:20:45 +01:00 |
|
Alexandre Julliard
|
85df734453
|
ntdll/tests: Fix the atom test on NT4.
|
2008-11-10 11:57:26 +01:00 |
|
Alexandre Julliard
|
66a39678e9
|
ntdll: Store correct values in the various limits on all platforms instead of using 0.
|
2008-11-07 11:04:07 +01:00 |
|
Alexandre Julliard
|
1ca7b881d7
|
ntdll: Do not report non-reserved memory areas as free since we don't know what's in them.
|
2008-11-06 15:00:58 +01:00 |
|
Alexandre Julliard
|
eb96fbf346
|
ntdll: Keep track of the current working set limit independently of system views that may be allocated beyond it.
|
2008-11-06 11:42:58 +01:00 |
|
Alexandre Julliard
|
5e2ed6bfe9
|
ntdll,server: Fixed access checks for OpenFileMapping and MapViewOfFile.
|
2008-11-05 20:32:32 +01:00 |
|
Alexandre Julliard
|
0f9283437c
|
ntdll/tests: Fix a couple of tests on NT4.
|
2008-11-05 19:58:26 +01:00 |
|
Alexandre Julliard
|
f21096ad01
|
ntdll: Don't force anonymous file mappings to always be fully committed.
|
2008-11-05 12:31:49 +01:00 |
|
Alexandre Julliard
|
cdce50f5be
|
ntdll: Store the per-page committed status in the server for anonymous file mappings.
|
2008-11-05 12:31:37 +01:00 |
|
Alexandre Julliard
|
7e94787948
|
ntdll: Add a noexec flag for memory views where we don't want to force exec permission.
|
2008-11-04 13:16:01 +01:00 |
|
Alexandre Julliard
|
0b0b6c351a
|
ntdll: Store the per-view flags in the high word of the page protection bits.
|
2008-11-04 13:05:37 +01:00 |
|
Paul Bryan Roberts
|
01eb926987
|
ntdll: Avoid potential infinite loop.
|
2008-11-04 11:40:00 +01:00 |
|