Francois Gouget
|
89c63fd32b
|
kernel32: Fix some bad left-over uses of value in the CPU detection code.
|
2009-01-20 12:33:44 +01:00 |
Alexandre Julliard
|
317ad64985
|
kernel32: LCMapString should include the terminating NULL also for LCMAP_SORTKEY.
|
2009-01-19 13:46:30 +01:00 |
Austin English
|
7f3439d556
|
kernel32: Fix a compiler warning on NetBSD.
|
2009-01-19 13:36:26 +01:00 |
Andrew Nguyen
|
976d5cae8d
|
kernel32: Ensure that WriteConsoleW succeeds with an empty input buffer.
|
2009-01-19 13:36:25 +01:00 |
Andrew Nguyen
|
1571c05ad5
|
kernel32/tests: Simplify a test function's parameters.
|
2009-01-19 13:36:25 +01:00 |
Alexandre Julliard
|
31fd066393
|
kernel32/tests: Add test cases for reading/writing process memory from an invalid buffer address.
|
2009-01-15 12:06:16 +01:00 |
Alexandre Julliard
|
e016d2ec5e
|
kernel32: Remove the DIB section hack in WriteFile now that NtWriteFile takes care of it.
|
2009-01-15 12:06:16 +01:00 |
Alexandre Julliard
|
8de57bd541
|
kernel32/tests: Add test cases for reading/writing from an invalid buffer address.
|
2009-01-15 12:05:53 +01:00 |
Nikolay Sivov
|
4e12b8efc8
|
kernel32/tests: Some todo tests for CompareStringA and lstrcmpi.
|
2009-01-14 15:54:41 +01:00 |
Nikolay Sivov
|
2013cdc604
|
kernel32: Implemented GetErrorMode().
|
2009-01-13 16:39:45 +01:00 |
Andrey Turkin
|
d2685e7bd7
|
ntdll: Add RtlCaptureStackBackTrace stub.
|
2009-01-12 14:37:57 +01:00 |
Francois Gouget
|
b881cfc541
|
kernel32: Fix the sysctl() usage and the CPU detection on NetBSD.
|
2009-01-09 14:06:13 +01:00 |
Alexandre Julliard
|
02a1c0d7ee
|
kernel32/tests: Fix some integer to pointer conversion warnings.
|
2009-01-08 13:17:53 +01:00 |
Alexandre Julliard
|
1f83e7d9fd
|
kernel32/tests: Use _lclose instead of CloseHandle to avoid handle casts.
|
2009-01-08 13:05:16 +01:00 |
Francois Gouget
|
581e390115
|
winapi_test: The tests don't support WIN64 yet so disable them there.
|
2009-01-08 12:47:22 +01:00 |
Francois Gouget
|
411f5d22c0
|
winapi_test: The real tests are done at compile time so use C_ASSERT() instead of ok(). Do only one test per line so one can know exactly what went wrong.
|
2009-01-08 12:46:39 +01:00 |
Francois Gouget
|
9f62c9b7a8
|
winapi_test: Fix TEST_FIELD() so it correctly tests the field size.
|
2009-01-08 12:44:49 +01:00 |
Francois Gouget
|
43c18c1321
|
winapi_test: FIELD_ALIGNMENT() is redundant so remove it.
|
2009-01-08 12:43:15 +01:00 |
Francois Gouget
|
2e668d2572
|
winapi_test: Updated so the generated tests work.
|
2009-01-08 12:42:12 +01:00 |
Alexandre Julliard
|
13df062d36
|
kernel32: #ifdef out some code that is not needed on non-i386.
|
2009-01-07 11:10:16 +01:00 |
Alexandre Julliard
|
27bb18a531
|
kernel32: Moved the 16-bit WOW thunk routines to thunk.c.
|
2009-01-06 20:28:08 +01:00 |
Alexandre Julliard
|
1b2ceb5718
|
kernel32: Moved _DebugOutput to kernel16.c.
|
2009-01-06 20:27:51 +01:00 |
Alexandre Julliard
|
e31188d9da
|
winebuild: Improve the calling sequence for register functions.
Pass parameters on the stack instead of retrieving them from the code
stream; this ensures that the code contains only valid instructions.
|
2009-01-06 12:51:18 +01:00 |
Alexandre Julliard
|
9f6ff3d5af
|
kernel32: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead of a size.
Also assume that all register functions are stdcall.
|
2009-01-06 12:49:38 +01:00 |
Austin English
|
f4d7369ba3
|
kernel32: Fix a compiler warning on non-i386.
|
2009-01-05 12:34:25 +01:00 |
Alexandre Julliard
|
c9b4210b9c
|
kernel32/tests: Use the actual name of the exe module in toolhelp tests.
|
2009-01-04 14:59:34 +01:00 |
Alexandre Julliard
|
1cdccc7de7
|
kernel32/tests: Comment out a couple of heap tests that crash on 64-bit Vista.
|
2009-01-04 14:47:59 +01:00 |
Alexandre Julliard
|
935a406b27
|
include: Fix data structures for processor affinity on 64-bit.
|
2009-01-04 14:47:24 +01:00 |
Alexandre Julliard
|
9e070a6108
|
kernel32/tests: Use the correct SIZE_T type instead of unsigned long.
|
2009-01-03 20:21:43 +01:00 |
Alexandre Julliard
|
b712358152
|
kernel32/tests: Fix the NT header initialization for 64-bit.
|
2009-01-03 20:21:25 +01:00 |
Alexandre Julliard
|
52f99aeacb
|
kernel32/tests: Don't compare the result of llseek or hwrite against HFILE_ERROR.
|
2009-01-03 20:21:01 +01:00 |
Alexandre Julliard
|
bb7de132dd
|
kernel32/tests: Fix pointer casting warnings on 64-bit.
|
2009-01-03 20:20:14 +01:00 |
Alexandre Julliard
|
6a548b1e9d
|
ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit.
|
2009-01-03 14:55:32 +01:00 |
Austin English
|
d760ec8410
|
kernel32: Add heap support for OpenBSD.
|
2009-01-03 14:55:31 +01:00 |
Alexandre Julliard
|
9f365e7705
|
server: Replace EXCEPTION_RECORD by an explicit definition in debug events.
|
2009-01-02 20:12:46 +01:00 |
Alexandre Julliard
|
bc03f0ee39
|
server: Simplify the debug_event_t structure.
|
2009-01-02 20:09:25 +01:00 |
Alexandre Julliard
|
02229896be
|
kernel32/tests: Use the correct value for invalid heap sizes on 64-bit.
|
2009-01-02 12:20:53 +01:00 |
Austin English
|
e9569d9c4e
|
kernel32/tests: Fix compile on powerpc.
|
2009-01-02 11:51:41 +01:00 |
Alexandre Julliard
|
5f36d0239f
|
kernel32: Convert FormatMessageA/W to use an MS ABI vararg list for x86_64.
|
2008-12-31 20:59:51 +01:00 |
Alexandre Julliard
|
fb7acdcb28
|
user32: Convert wvsprintfA/W to use an MS ABI vararg list for x86_64.
|
2008-12-31 20:59:33 +01:00 |
Alexandre Julliard
|
fa8643805b
|
server: Make TEB and PEB client_ptr_t instead of void pointers.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
c6c335d70e
|
server: Make thread entry points client_ptr_t instead of void pointers.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
93737d5575
|
server: Store debugging output strings as client_ptr_t instead of void pointers.
|
2008-12-29 17:16:46 +01:00 |
Alexandre Julliard
|
947976f22c
|
server: Store module names as client_ptr_t instead of void pointers.
|
2008-12-29 17:10:11 +01:00 |
Alexandre Julliard
|
f2c4e09e80
|
server: Make module handles always 64-bit.
|
2008-12-29 16:47:51 +01:00 |
Ge van Geldorp
|
c7905ffebc
|
kernel32/tests: Use shared Windows directory on TS to find regedit.exe.
|
2008-12-29 12:11:41 +01:00 |
Francois Gouget
|
770d28d180
|
kernel32: Fix a comment in LocalInit16().
|
2008-12-29 11:35:36 +01:00 |
Alexandre Julliard
|
3ece9e9002
|
include: Move the DEFINE_REGS_ENTRYPOINT macros to the dlls that use it.
|
2008-12-27 19:47:46 +01:00 |
Alexandre Julliard
|
0ce0af5f16
|
kernel32: Move AllocMappedBuffer/FreeMappedBuffer to thunk.c.
|
2008-12-27 19:45:52 +01:00 |
Maarten Lankhorst
|
70441d5bb8
|
kernel32: Change all functions to use CDECL.
|
2008-12-23 13:09:45 +01:00 |