Austin English
|
9832bd6c54
|
ntdll: Add missing checks for FreeBSD_kernel.
|
2011-01-17 14:27:38 +01:00 |
Francois Gouget
|
2df9129c52
|
ntdll/tests: Fix compilation on systems that don't support nameless unions.
|
2011-01-17 12:51:15 +01:00 |
Matteo Bruni
|
eb11dee4fc
|
ntdll/tests: Add a FILE_APPEND_DATA test.
|
2011-01-12 18:12:48 +01:00 |
André Hentschel
|
40294182c1
|
ntdll: Respect multiple CPUs when faking values.
|
2011-01-04 11:46:31 +01:00 |
André Hentschel
|
ba1f962d10
|
ntdll/tests: Don't test function directly when reporting GetLastError().
|
2010-12-29 11:59:33 +01:00 |
Alexandre Julliard
|
086848a45f
|
ntdll: Use the gettid system call on all Linux platforms.
|
2010-12-27 12:07:12 +01:00 |
Alexandre Julliard
|
264996a75d
|
ntdll: Use the futex system calls on all Linux platforms.
|
2010-12-27 12:01:52 +01:00 |
Alexandre Julliard
|
0f9e93afaa
|
ntdll: Use the getdents64 system call on all Linux platforms.
|
2010-12-27 12:01:43 +01:00 |
Alexandre Julliard
|
37ae7a533c
|
ntdll: Use the syscall function instead of inline assembly.
|
2010-12-23 16:10:18 +01:00 |
Greg Geldorp
|
3e6d91280d
|
ntdll/tests: Add alternative results for overlong instructions.
|
2010-12-22 14:30:37 +01:00 |
Alexandre Julliard
|
156ba4eddf
|
ntdll: Avoid putting the virtual heap in the low 2Gb on 64-bit.
|
2010-12-17 13:26:00 +01:00 |
Alexandre Julliard
|
e39c6d0474
|
ntdll: Don't worry about the DOS area on non-x86.
|
2010-12-16 10:25:14 +01:00 |
Alexandre Julliard
|
e272b31b6b
|
ntdll: Ensure alignment of static TLS data and free it at thread exit.
|
2010-12-15 13:16:55 +01:00 |
André Hentschel
|
74fecb3513
|
ntdll: Fix test failure on some NT4 machines.
|
2010-12-13 17:30:44 +01:00 |
Austin English
|
b06cd31fe4
|
ntdll: Bump win2k3 version information to sp2.
|
2010-12-13 12:31:31 +01:00 |
Marcus Meissner
|
e7cb2d35f0
|
ntdll: Report a failed executable mmap on nonexec filesystems.
|
2010-12-10 17:09:34 +01:00 |
Francois Gouget
|
036909e838
|
ntdll/tests: Add a trailing '\n' to an ok() call.
|
2010-12-03 16:08:25 +01:00 |
Hans Leidekker
|
71beac3219
|
ntdll: Don't call NtClose directly in delete_view.
|
2010-12-02 12:47:42 +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 |
Gerald Pfeifer
|
8c7164603f
|
ntdll/tests: Remove unused variable from test_query_volume_information_file.
|
2010-11-24 12:07:04 +01:00 |
Louis Lenders
|
5eac14f11c
|
ntdll/tests: Add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation class.
|
2010-11-23 14:19:08 +01:00 |
Hans Leidekker
|
63c19ab495
|
ntdll: Add a stub implementation of FSCTL_GET_RETRIEVAL_POINTERS.
|
2010-11-23 13:22:30 +01:00 |
Detlef Riekenberg
|
48f3335ffa
|
ntdll: Add semi stub for TokenElevationType in NtQueryInformationToken.
|
2010-11-15 14:55:24 +01:00 |
Marcus Meissner
|
da8c179d61
|
ntdll: Fixed file view mapping in regards to no-exec.
|
2010-11-15 13:20:09 +01:00 |
Vitaliy Margolen
|
aafa74908b
|
ntdll: Mask invalid flags for RtlQueueWorkItem.
|
2010-11-11 18:12:47 +01:00 |
André Hentschel
|
574a21cc14
|
ntdll/tests: Fix crash in japanese and chinese test.
|
2010-11-11 12:22:08 +01:00 |
Alexandre Julliard
|
11e71ede14
|
ntdll: Don't call vectored exception handlers under the critical section.
|
2010-11-10 20:55:07 +01:00 |
Alexandre Julliard
|
177a7e5683
|
Revert "ntdll: Fix possible deadlock in vectored exception handling."
This reverts commit eb0e82a755 .
It's causing different deadlocks, notably when a thread tries to
remove a handler inside a handler.
|
2010-11-10 19:17:41 +01:00 |
Marcus Meissner
|
2e7dc35786
|
ntdll: Check and fix PE header protections.
|
2010-11-08 18:12:57 +01:00 |
Detlef Riekenberg
|
5e95d7039e
|
ntdll: Add stubs for Rtl[G/S]etCurrentTransaction.
|
2010-11-08 13:30:20 +01:00 |
Alexandre Julliard
|
3aa6e3bd89
|
ntdll: Explicitly check for failure to map page 0.
|
2010-11-04 17:48:01 +01:00 |
Alexandre Julliard
|
3fa03e1c78
|
ntdll: Report memory areas in DOS memory to be free even when not reserved.
|
2010-11-04 17:47:29 +01:00 |
André Hentschel
|
3151ef0d06
|
ntdll: Detect more processor features.
|
2010-11-04 11:48:44 +01:00 |
André Hentschel
|
186ada5472
|
ntdll: Add Support for loading ARM PEs.
|
2010-11-02 11:16:37 +01:00 |
Alexandre Julliard
|
adb0703cff
|
ntdll: Don't try to join with the main thread.
|
2010-11-01 11:28:38 +01:00 |
Alexandre Julliard
|
4a1379d804
|
include: The FLOATING_SAVE_AREA type is i386-specific.
|
2010-10-20 18:37:09 +02:00 |
Alexandre Julliard
|
085d398302
|
ntdll: Avoid using the CONTEXT86 type.
|
2010-10-20 18:37:07 +02:00 |
Alexandre Julliard
|
e7c67c0cb1
|
ntdll: More complete implementation of NtAreMappedFilesTheSame.
|
2010-10-19 16:14:40 +02:00 |
Alexandre Julliard
|
31d37b3489
|
ntdll: Get rid of the FILE_VIEW typedef.
|
2010-10-19 15:34:36 +02:00 |
Krzysztof Nowicki
|
eb0e82a755
|
ntdll: Fix possible deadlock in vectored exception handling.
|
2010-10-12 12:30:48 +02:00 |
Alexandre Julliard
|
4d7ad03c3c
|
ntdll: Use the more portable cfsetospeed() function to set serial baud rate.
|
2010-10-08 11:56:46 +02:00 |
Stefan Oberhumer
|
024530133c
|
ntdll/tests: Add some more tests for qsort().
|
2010-10-05 15:16:39 +02:00 |
Stefan Oberhumer
|
6a3ca3ca5d
|
ntdll: Fix possible overflow computing middle in NTDLL_mergesort().
|
2010-10-05 12:20:19 +02:00 |
Stefan Oberhumer
|
c8fb366eb0
|
ntdll: qsort: Comparator must not get the same pointer.
|
2010-10-05 12:20:08 +02:00 |
Stefan Oberhumer
|
38769ddfe9
|
ntdll: qsort: Check if necessary to sort.
|
2010-10-05 12:20:00 +02:00 |
Rudolf Mayerhofer
|
d0e0e69ff1
|
ntdll: Set CPU_FEATURE_HTT when running on a HTT capable system.
|
2010-10-04 15:00:07 +02:00 |
Stefan Oberhumer
|
1d241bb200
|
ntdll: Make NTDLL_mergesort() stable.
|
2010-10-04 15:00:07 +02:00 |
Stefan Oberhumer
|
98134a8c5a
|
ntdll: Fix 64 bit issue within NTDLL_mergesort().
|
2010-10-04 15:00:07 +02:00 |
Alexandre Julliard
|
be94563670
|
ntdll/tests: Make some variables static.
|
2010-10-01 13:37:03 +02:00 |
Alexandre Julliard
|
9227eb2c9d
|
ntdll: Add a workaround for Ubuntu's stupid ptrace breakage.
|
2010-09-30 17:51:12 +02:00 |