Andrey Turkin
|
fc4d5393a5
|
ntdll/tests: Do not check signedness for char types.
|
2010-08-02 12:55:21 +02:00 |
Reece Dunn
|
fd66d61861
|
ntdll/tests: check io.Status in the file tests.
|
2010-07-28 16:28:21 +02:00 |
Andrew Nguyen
|
d7956bab54
|
ntdll: Fix the status code for ProcessDebugObjectHandle class in NtQueryInformationProcess when the debugger is absent.
|
2010-07-28 16:28:19 +02:00 |
Michael Stefaniuc
|
76c06a6d94
|
ntdll: Use IsEqualGUID instead of memcmp to compare GUIDs.
|
2010-07-28 12:22:26 +02:00 |
Max TenEyck Woodbury
|
a17c7f0bd0
|
ntdll: Setting FileAllInformation is not allowed.
|
2010-07-26 18:38:30 +02:00 |
Alexandre Julliard
|
f195c1eb5a
|
winegcc: Don't import winecrt0 by default when building with -nodefaultlibs.
|
2010-07-26 12:46:00 +02:00 |
Damjan Jovanovic
|
2f877b0a79
|
ntdll: Convert even Unix paths outside Wine's drive mappings to DOS paths.
|
2010-07-23 13:05:32 +02:00 |
Maarten Lankhorst
|
e8c5e2b890
|
ntdll: Use syscall instead of int $0x80.
|
2010-07-22 10:24:48 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
f9253bbb45
|
makefiles: Specify -nodefaultlibs when building low-level dlls.
|
2010-07-21 17:38:18 +02:00 |
André Hentschel
|
10e1387f61
|
ntdll: Add LDT error codes.
|
2010-07-21 09:33:27 +02:00 |
Marcus Meissner
|
c7bbf3652e
|
ntdll: Handle error cases in om test (Coverity).
|
2010-07-09 13:34:36 +02:00 |
Ken Thomases
|
85f32011cd
|
ntdll: Fix set_baud_rate for high rates for non-Linux (bad copy/paste).
|
2010-07-06 19:28:27 +02:00 |
Alexandre Julliard
|
604f79dbdb
|
ntdll/tests: Fix a few test failures in the new exe protection tests.
|
2010-07-06 19:28:27 +02:00 |
Marcus Meissner
|
917089a954
|
ntdll: Add tests for NtQueryVirtualMemory.
|
2010-07-05 13:24:17 +02:00 |
Alexandre Julliard
|
929ba3f11d
|
ntdll/tests: Add some tests for NtQuerySymbolicLinkObject.
|
2010-06-30 16:11:55 +02:00 |
Alexandre Julliard
|
6df7e7b943
|
ntdll: Append a terminating null and return the correct length in NtQuerySymbolicLinkObject.
|
2010-06-30 16:11:42 +02:00 |
Alexandre Julliard
|
f712af41f5
|
ntdll/tests: Add a test for the exception resulting from an icebp instruction.
|
2010-06-30 11:55:32 +02:00 |
Austin English
|
5bd468179b
|
ntdll: Add stub for NtSystemDebugControl.
|
2010-06-29 10:55:41 +02:00 |
Alexandre Julliard
|
6a9f170b1c
|
ntdll: Round up the initial commit size to the commit granularity.
|
2010-06-29 10:55:20 +02:00 |
Alexandre Julliard
|
a49891f1e2
|
ntdll: Add a WINEARCH environment variable that allows forcing a specific 32- or 64-bit architecture.
|
2010-06-24 15:10:58 +02:00 |
Francois Gouget
|
4c8b3b0f3d
|
ntdll: Fix a typo in a parameter name.
|
2010-06-22 20:04:03 +02:00 |
Alexandre Julliard
|
0fdcab06ac
|
ntdll/tests: Fix some exception tests for Wow64.
|
2010-06-22 13:51:18 +02:00 |
Alexandre Julliard
|
0db65fd36e
|
ntdll: Fix the initial FPU control word on 32-bit too.
|
2010-06-22 11:19:02 +02:00 |
Andrey Turkin
|
5b3750e2a4
|
ntdll: Fix race in NtRead/WriteFile.
|
2010-06-21 16:48:27 +02:00 |
Alexandre Julliard
|
8b54390686
|
ntdll: Fix the initial FPU control word on 64-bit.
|
2010-06-21 11:49:25 +02:00 |
Henri Verbeet
|
772a5c7c09
|
ntdll: The FPU control word for newly created threads is 0x27f.
This fixes a regression introduced by
e6611e22fb .
|
2010-06-17 11:50:23 +02:00 |
Andrew Nguyen
|
bdf583b349
|
ntdll/tests: Add tests to examine output file part pointer behavior for RtlGetFullPathName_U.
|
2010-06-17 11:48:37 +02:00 |
Alexandre Julliard
|
b9a13d6d81
|
ntdll: Print a warning when failing to set execute permissions on a section.
|
2010-06-16 20:06:47 +02:00 |
Alexandre Julliard
|
903488b354
|
ntdll: Make the DOS area accessible even when not using it to hide bugs in broken apps.
|
2010-06-15 18:29:07 +02:00 |
Octavian Voicu
|
0d8e7983c1
|
ntdll: Show one-time ERR if NOFILE limit is reached.
|
2010-06-11 11:57:11 +02:00 |
Alexandre Julliard
|
28e1398237
|
ntdll: Set a valid process title for the initial process.
|
2010-06-08 11:55:23 +02:00 |
Austin English
|
da77e7456b
|
ntdll: Add signal context function definitions for FreeBSD.
|
2010-06-01 11:04:01 +02:00 |
Austin English
|
84179f4e1d
|
ntdll: Add stub implementation of IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_STORAGE_GET_MEDIA_TYPES_EX.
|
2010-05-31 12:46:08 +02:00 |
Andrey Turkin
|
85cc2c13f6
|
server: Connect named pipe synchronously when overlapped param is NULL.
|
2010-05-24 12:39:35 +02:00 |
Austin English
|
40b3d2ed13
|
ntdll: Add %gs support for FreeBSD.
|
2010-05-24 11:32:40 +02:00 |
Marcus Meissner
|
34d17c9ea1
|
ntdll: qsort: comparator must not get the same pointer.
|
2010-05-24 11:27:25 +02:00 |
Alexandre Julliard
|
4dae774893
|
ntdll: Reimplement bsearch to avoid redundant and possibly out of bounds comparisons.
|
2010-05-23 22:26:51 +02:00 |
Austin English
|
c4ea80cf9b
|
ntdll: Add stub for NtRaiseHardError.
|
2010-05-21 18:58:05 +02:00 |
Michael Stefaniuc
|
aef5374c8b
|
ntdll: Remove superfluous "not NULL" check for the count arg.
|
2010-05-19 11:17:55 +02:00 |
Alexandre Julliard
|
d0093f0055
|
ntdll: Avoid a compiler warning on NetBSD.
|
2010-05-17 12:42:32 +02:00 |
Alexandre Julliard
|
39d54523a3
|
ntdll: Preserve registers in call_thread_entry_point on x86_64.
|
2010-05-16 12:34:07 +02:00 |
Hans Leidekker
|
d1c8769b64
|
ntdll: Add some tests for RtlIsTextUnicode.
|
2010-05-14 18:03:03 +02:00 |
Marcus Meissner
|
2ecd1dfaba
|
ntdll: Implement bsearch, lfind to use correct comparator functions.
|
2010-05-13 11:50:51 +02:00 |
Marcus Meissner
|
364242fcf3
|
ntdll: Rename mergesort to NTDLL_mergesort.
|
2010-05-12 14:13:15 +02:00 |
Marcus Meissner
|
7642e03c63
|
ntdll: Reimplement qsort() using generic mergesort.
|
2010-05-11 11:27:03 +02:00 |
Gerald Pfeifer
|
b8ee145992
|
ntdll/tests: Remove variable len which is not really used from create_file_test.
|
2010-05-05 10:52:30 +02:00 |
Charles Davis
|
1e0cee6d3c
|
ntdll: Implement IOCTL_SCSI_PASS_THROUGH(_DIRECT) on Mac OS.
|
2010-05-05 10:46:36 +02:00 |
Alexandre Julliard
|
ac69fcb14f
|
server: Check that the prefix type can support the client architecture.
|
2010-05-04 20:27:20 +02:00 |
Alexandre Julliard
|
bc3ae58f1d
|
ntdll: Add support for saving/restoring CFA frame state.
|
2010-05-04 13:14:43 +02:00 |