Eric Kohl
ce2570f468
[NPFS]
...
Check if the whole pipe name fits into the return buffer. Return STATUS_BUFFER_OVERFLOW if it does not fit and copy only a part of the file name in this case.
svn path=/trunk/; revision=50474
2011-01-23 14:41:07 +00:00
Sylvain Petreolle
256c5c72c0
[CMAKE]
...
WIN32: get build date without overcomplicated string parsing.
svn path=/branches/cmake-bringup/; revision=50473
2011-01-23 13:10:14 +00:00
Sylvain Petreolle
9fb04fdf80
[CMAKE]
...
Fix buildno.h when subversion is not installed.
svn path=/branches/cmake-bringup/; revision=50472
2011-01-23 11:27:01 +00:00
Timo Kreuzer
4dbcb77b8f
[CRT]
...
fix definition of _crt_va_arg for amd64
svn path=/branches/cmake-bringup/; revision=50471
2011-01-22 23:22:10 +00:00
Timo Kreuzer
5f6e050626
- _mingw.h: Don't define USE_MINGW_SETJMP_TWO_ARGS for MSVC
...
- _mingw.h: Fix definition of _CRT_ALIGN for MSVC
- intrin.h: _InterlockedAddLargeStatistic is not an intrinsic on MSVC for x64
- intrin.h: Fix return type of _InterlockedOr64
- wdm.h: Fix warnings in KfRaiseIrql and RtlExtendedMagicDivide inline implementations
- winnt.h: Simplify definition of GetCurrentFiber
svn path=/branches/cmake-bringup/; revision=50470
2011-01-22 19:17:10 +00:00
Timo Kreuzer
1fb963feea
[CMAKE]
...
Remove _M_AXP64 definition
svn path=/branches/cmake-bringup/; revision=50469
2011-01-22 18:41:33 +00:00
Eric Kohl
8b8fbc77af
[SETUPAPI]
...
Fix a warning.
svn path=/trunk/; revision=50468
2011-01-22 18:16:12 +00:00
Timo Kreuzer
e212d018ae
[CMAKE]
...
Copy vadefs.h from amd64 branch
svn path=/branches/cmake-bringup/; revision=50467
2011-01-22 17:52:33 +00:00
Timo Kreuzer
a3604ffda3
[CMAKE]
...
- lowerize ARCH string (fixes cmlib)
- move definition
svn path=/branches/cmake-bringup/; revision=50465
2011-01-22 17:13:06 +00:00
Timo Kreuzer
83fb618aba
[CMAKE]
...
Don't set lib pathes in msc toolchain file. Fixes amd64
svn path=/branches/cmake-bringup/; revision=50464
2011-01-22 16:26:37 +00:00
Timo Kreuzer
9ea0f74e9d
[CMAKE]
...
Fix and improve configure script
svn path=/branches/cmake-bringup/; revision=50463
2011-01-22 16:25:35 +00:00
Timo Kreuzer
e3a47f88a8
[CMAKE]
...
Fix configure script for MSVC
svn path=/branches/cmake-bringup/; revision=50462
2011-01-22 16:05:07 +00:00
Eric Kohl
f6b450f16a
[SETUPAPI]
...
- Implement CMP_WaitServicesAvailable().
- CM_Get_First_Log_Conf_Ex(): Create a LOG_CONF_INFO struct only if plcLogConf is not NULL.
svn path=/trunk/; revision=50461
2011-01-22 15:43:57 +00:00
Timo Kreuzer
d7420c8060
[FREELDR]
...
compile headless support only for x86
svn path=/trunk/; revision=50459
2011-01-22 09:47:20 +00:00
Timo Kreuzer
a89924e2bd
[NTOSKRNL]
...
MiAddressToPte translates a virtual address to the corresponding PTE, MiAddressToPde to the corresponding PDE. MiPteToAddress is the inverse of MiAddressToPte and translates from a PTE to the virtual address. MiPdeToAddress broke this scheme and didn't calculate the corresponding virtual adress, but the adress of the page table. Fix this inconsistency by renaming the macro to MiPdeToPte and adding a fixed MiPdeToAddress. All references fixed accordingly.
svn path=/trunk/; revision=50458
2011-01-22 09:43:52 +00:00
Timo Kreuzer
e62f89f35b
[INTRIN]
...
- Implement _mm_sfence, _mm_lfence, __faststorefence (for amd64)
- Don't use __sync_synchronize() for _ReadWriteBarrier, as it issues an mfence instruction and this is not what we want
- Remove "BUGBUG" comment, because the fact that _ReadBarrier and _WriteBarrier are full (compiler) barriers isn't critical.
svn path=/trunk/; revision=50456
2011-01-21 20:56:36 +00:00
Sylvain Petreolle
029f4fd445
[CMAKE]
...
Forgotten deletion in previous commit.
svn path=/branches/cmake-bringup/; revision=50455
2011-01-21 20:37:01 +00:00
Sylvain Petreolle
5f1a2314f2
[CMAKE]
...
Use cmake subversion capabilities to generate buildno.h and version.h.
svn path=/branches/cmake-bringup/; revision=50454
2011-01-21 20:29:45 +00:00
Eric Kohl
313c5318b3
[NPFS]
...
Initialize only the required parts of the return buffer. This will enable the driver to return information about multiple pipes in a single request.
svn path=/trunk/; revision=50452
2011-01-20 21:48:06 +00:00
Timo Kreuzer
1da8f22b84
[ROSSYM]
...
The function dexec uses the varable p only in one location where its checked against nil, It neither initialized, not used anywhere else. This is probably a typo and b->p was meant. Yes I'm completely guessing, but this code doesn't give any other chance then guessing and it will probably not be worse then using an uninitialized variable...
@original author: please review.
svn path=/branches/cmake-bringup/; revision=50450
2011-01-20 15:39:55 +00:00
Timo Kreuzer
0eada29ab7
[CMAKE]
...
Disable format warnings for winetest_ok
svn path=/branches/cmake-bringup/; revision=50449
2011-01-20 14:30:15 +00:00
Timo Kreuzer
35e02b21b1
[CMAKE]
...
cast some fprintf parameters explicitly to the required type to fix warnings.
svn path=/branches/cmake-bringup/; revision=50448
2011-01-20 12:53:47 +00:00
Timo Kreuzer
9f0220b25e
[CMAKE]
...
Define __ROS_LONG64__ for all winetests
svn path=/trunk/; revision=50447
2011-01-20 12:52:41 +00:00
Amine Khaldi
4b35cf7b8b
[CMAKE]
...
- Revert r50441. Please note that the recent revisions around this define are for testing.
svn path=/trunk/; revision=50444
2011-01-19 19:01:37 +00:00
Timo Kreuzer
87100588dc
[GDI32]
...
Fix broken portable implementation of _lrintf, 2nd try :)
svn path=/trunk/; revision=50443
2011-01-19 18:10:50 +00:00
Timo Kreuzer
8c35fc79b8
[GDI32]
...
Fix broken portable implementation of _lrintf
svn path=/trunk/; revision=50442
2011-01-19 18:10:08 +00:00
Amine Khaldi
d0f0bdb64b
[CMAKE]
...
- Add __WINESRC__ definition to all winetests.
svn path=/trunk/; revision=50441
2011-01-19 17:51:43 +00:00
Timo Kreuzer
2ea57bf789
[ASM]
...
Add include guards to asm.inc and comment out broken ljmp macro
svn path=/trunk/; revision=50438
2011-01-19 16:58:58 +00:00
Timo Kreuzer
b1d121930a
[CMAKE]
...
Revert part of 50435
svn path=/trunk/; revision=50437
2011-01-19 16:26:49 +00:00
Timo Kreuzer
6e889205be
[CMAKE]
...
test for the buildbot
svn path=/branches/cmake-bringup/; revision=50436
2011-01-19 16:19:52 +00:00
Timo Kreuzer
97830a1dfe
[CMAKE]
...
Revert r50434. Insetad add __WINESRC__ definition to amstream and avifil32 winetests
svn path=/trunk/; revision=50435
2011-01-19 14:59:38 +00:00
Timo Kreuzer
f7786ad9d4
[CMAKE]
...
Add __WINESRC__ definition to all winetests.
svn path=/trunk/; revision=50434
2011-01-19 14:18:42 +00:00
Timo Kreuzer
7d0de33986
[CMAKE]
...
Fix warnings by casting values explicitly to int in wine/test.h
svn path=/branches/cmake-bringup/; revision=50433
2011-01-19 13:50:22 +00:00
Timo Kreuzer
eb1dd36ba2
[CMAKE]
...
define _CRT_NONSTDC_NO_DEPRECATE for libmpg123 to silence a warning
svn path=/branches/cmake-bringup/; revision=50432
2011-01-19 13:35:09 +00:00
Timo Kreuzer
be0830b12f
[CMAKE]
...
Move secure api functions from external file into string.h and use standard macros. Fixes 2 warnings.
svn path=/branches/cmake-bringup/; revision=50431
2011-01-19 13:33:48 +00:00
Timo Kreuzer
a23b388edb
[CMAKE]
...
Include stdio.h into strsafe.h to silence a warning
svn path=/branches/cmake-bringup/; revision=50430
2011-01-19 12:05:18 +00:00
Timo Kreuzer
75818ca832
[CMAKE]
...
prevent macro refefinition
svn path=/branches/cmake-bringup/; revision=50429
2011-01-19 11:58:42 +00:00
Timo Kreuzer
8f523a01d4
[CMAKE]
...
Add missing strcpy_s and strcat_s prototypes to silence some warnings
svn path=/branches/cmake-bringup/; revision=50428
2011-01-19 11:55:45 +00:00
Timo Kreuzer
0f17c54568
[CMAKE]
...
Don't add importlibs folder as link directory for anything other than i386 builds
svn path=/branches/cmake-bringup/; revision=50427
2011-01-19 11:33:27 +00:00
Roel Messiant
05602c1b7e
[NTOS]
...
- Fix a typo in the page fault handler that caused PDEs to be fixed up when they were in fact valid.
svn path=/trunk/; revision=50426
2011-01-18 22:42:44 +00:00
Sylvain Petreolle
5d2288d18d
[CMAKE]
...
Convert wsock32 to spec.
svn path=/branches/cmake-bringup/; revision=50423
2011-01-18 15:02:26 +00:00
Daniel Reimer
24ce794fa2
revert it... test commit...
...
svn path=/trunk/; revision=50418
2011-01-17 23:16:46 +00:00
Daniel Reimer
6f4a16f6f0
Test commit
...
svn path=/trunk/; revision=50417
2011-01-17 23:12:27 +00:00
Daniel Reimer
0f6f4a6797
Update rapps database and add encoded's VMWare Sound driver.
...
svn path=/trunk/; revision=50416
2011-01-17 23:05:15 +00:00
Sylvain Petreolle
c9f45b2977
[TEST]
...
Enable DroidSansFallback.ttf.
svn path=/trunk/; revision=50415
2011-01-17 23:01:16 +00:00
Sylvain Petreolle
c925aa8d89
[TEST]
...
Disable DroidSansFallback.ttf.
svn path=/trunk/; revision=50414
2011-01-17 22:58:29 +00:00
Sylvain Petreolle
31f466388e
[TEST]
...
Enable DroidSansFallback.ttf.
svn path=/trunk/; revision=50413
2011-01-17 22:53:11 +00:00
Sylvain Petreolle
313b09060f
[TEST]
...
Disable DroidSansFallback.ttf.
svn path=/trunk/; revision=50412
2011-01-17 22:46:46 +00:00
Sylvain Petreolle
a3950d9165
[MSVCRT]
...
No reason for wcsxfrm to be a stub when code is here.
svn path=/trunk/; revision=50411
2011-01-17 21:51:30 +00:00
Sylvain Petreolle
830f3bf4c5
TRANSLATION: fix typo in shutdown.
...
svn path=/trunk/; revision=50410
2011-01-17 21:37:59 +00:00