Commit graph

53081 commits

Author SHA1 Message Date
Timo Kreuzer f26c89182f [LOG2LINES]
Try to fix build

svn path=/trunk/; revision=58765
2013-04-14 20:14:45 +00:00
Timo Kreuzer 38ddc8955e [LOG2LINES]
Use PATH_MAX instead of MAX_PATH. Patch by tower.

svn path=/trunk/; revision=58764
2013-04-14 19:49:34 +00:00
Timo Kreuzer 0d2f933c3c [RTL/MKHIVE]
Revert r58762 and apply a better fix.

svn path=/trunk/; revision=58763
2013-04-14 19:16:20 +00:00
Timo Kreuzer 6f902c327d [RTL]
Fix host tools build

svn path=/trunk/; revision=58762
2013-04-14 18:59:37 +00:00
Timo Kreuzer 75082f2302 [RTL]
Add support for RTL_BITMAP64 on x64 builds

svn path=/trunk/; revision=58761
2013-04-14 18:49:20 +00:00
Timo Kreuzer 6090c3ee06 [FREELDR]
When generating the memory descriptor list, do not map the pages at the same time, since that requires allocating page tables, which will alter the state of pages, that might already have been processed. Instead map everything beforehand. This has not had any impact on x86, since the pfn database initialization code mindlessly adds all mapped pages as valid, even if they were reported as free by the OS loader. But proper Mm code does not necessarily do this.

svn path=/trunk/; revision=58760
2013-04-14 18:41:54 +00:00
Timo Kreuzer 291e52f39e [WIN32K]
Calculate flRaster in GDIINFO flags after calling DrvEnablePDEV. Should fix CORE-7079

svn path=/trunk/; revision=58759
2013-04-14 17:17:44 +00:00
Sylvain Petreolle 881457ce32 [LOG2LINES]
Partly fix MSVC build.
Disable MSVC build for now.

svn path=/trunk/; revision=58757
2013-04-14 15:09:52 +00:00
Sylvain Petreolle 17ad27cc71 [HOST-TOOLS]
Add log2lines to build.


svn path=/trunk/; revision=58755
2013-04-14 14:18:34 +00:00
Amine Khaldi 18e14e7e3e [DSOUND]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58752
2013-04-13 23:33:54 +00:00
Amine Khaldi 58c8c13693 [PSDK]
* Import audioclient.idl and mmdeviceapi.idl from Wine and add them to the generated PSDK headers.
* Add missing WAVE_FORMAT_IEEE_FLOAT definition to mmreg.h.
* Import audiosessiontypes.h, devpkey.h and propkey.h from Wine.

svn path=/trunk/; revision=58751
2013-04-13 23:28:46 +00:00
Amine Khaldi dfa9f630bb * Forgot the GCC case.
svn path=/trunk/; revision=58750
2013-04-13 22:42:50 +00:00
Amine Khaldi 78c8abf0e3 [PSDK]
* Add DECLSPEC_SELECTANY.

svn path=/trunk/; revision=58749
2013-04-13 22:35:13 +00:00
Hermès Bélusca-Maïto c6990096ac [REACTOS]
Addendum to revision r58744.

CORE-7062 #comment the NDIS_** structures, albeit containing the "recieve" misspelling, must be kept as they are because we must be compatible with the Windows DDK. Indeed this one contains the misspelling. Blame Microsoft if they do not know how to write proper English or if they do not re-read what they are writing !!

svn path=/trunk/; revision=58748
2013-04-13 22:11:40 +00:00
Eric Kohl 5286e4fac2 [MSV1_0]
Retrieve all information about the user.

svn path=/trunk/; revision=58747
2013-04-13 21:50:54 +00:00
Hermès Bélusca-Maïto 2cb57b25b4 [ROSAPPS]
Correct spelling of "receive" throughout the codebase.
Patch by andygui.

CORE-7062 #resolve #comment Part for RosApps fixed in revision r58746.

svn path=/trunk/; revision=58746
2013-04-13 21:33:53 +00:00
Hermès Bélusca-Maïto 2dd6b556a9 [ROSTESTS]
Correct spelling of "receive" throughout the codebase.
Patch by andygui.

CORE-7062 #resolve #comment Part for RosTests fixed in revision r58745.

svn path=/trunk/; revision=58745
2013-04-13 21:33:03 +00:00
Hermès Bélusca-Maïto 157aa32663 [REACTOS]
Correct spelling of "receive" throughout the codebase.
Patch by andygui.

CORE-7062 #resolve #comment Fixed in revision r58744. Thanks :)

svn path=/trunk/; revision=58744
2013-04-13 21:28:10 +00:00
Eric Kohl fda13e9c4c [SAMSRV]
Implement SamIFree_SAMPR_USER_INFO_BUFFER.

svn path=/trunk/; revision=58742
2013-04-13 21:04:54 +00:00
Eric Kohl 8bcbe27e41 [SAMSRV]
SamrCreateUserInDomain: Set default logon hours.

svn path=/trunk/; revision=58740
2013-04-13 17:59:40 +00:00
Amine Khaldi c2d5094a67 [DMUSIC]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58739
2013-04-13 17:29:01 +00:00
Timo Kreuzer 12eabcde28 [DDK]
Fix the definition of BYTES_TO_PAGES. While the macro might look overcomplicated, it actually needs to be this way to prevent integer overflows.

svn path=/trunk/; revision=58738
2013-04-13 16:10:09 +00:00
Eric Kohl 4eb24ad42a [SAMSRV]
- Implement SamIFree_SAMPR_ENUMERATION_BUFFER.
- Fix some typos in the spec file.

svn path=/trunk/; revision=58737
2013-04-13 15:33:56 +00:00
Amine Khaldi ffa7a81ee3 [DPLAY][DPLAYX]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58736
2013-04-13 13:08:11 +00:00
Amine Khaldi 30d5c755b7 [CMAKE]
* Invoke the linker directly instead of through the compiler in MSVC builds.

svn path=/trunk/; revision=58735
2013-04-13 10:37:24 +00:00
Ziliang Guo e14ac0cd5a [RTL8139]
Add header files for RTL8139 drivers holding function definitions and register addresses. Still incomplete/some holdovers from old ne2000 driver which will get pruned as more of the driver is rewritten. Not committing the actual driver code yet due to the need to massively clean it up. Not yet added to compilation.
CORE-7081

svn path=/trunk/; revision=58733
2013-04-12 15:06:11 +00:00
Pierre Schweitzer 79915a6835 [RTL]
Fix incorrect assignation.
Patch by Victor Martinez
Reviewed by Timo Kreuzer
CORE-7067 #comment Committed in r58729 #resolve

svn path=/trunk/; revision=58729
2013-04-10 19:02:54 +00:00
Jérôme Gardou 9ba5a55c52 [NTDLL_APITEST]
* Enable the test for committing regions larger than the section again
 * Test behaviour of NtFreeVirtualMemory(MEM_DECOMMIT) for section-backed virtual memory

svn path=/trunk/; revision=58728
2013-04-09 23:27:35 +00:00
Jérôme Gardou abec02cd44 [NTOS/MM]
- Fix check for address range fitting the VAD when commiting memory
CORE-7065 #comment Should be fixed with r58627 #resolve

svn path=/trunk/; revision=58727
2013-04-09 23:24:50 +00:00
Amine Khaldi b257ae4d5d [HHCTRL.OCX]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58723
2013-04-08 16:35:35 +00:00
Amine Khaldi f7bf1643bf [CRYPTUI_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58722
2013-04-08 16:31:12 +00:00
Amine Khaldi 63b8350830 [CRYPTDLG] [CRYPTDLL] [CRYPTUI]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58721
2013-04-08 16:31:05 +00:00
Amine Khaldi 71e8bf218c [CRYPTNET_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58720
2013-04-08 16:22:36 +00:00
Amine Khaldi 7865d05379 [CRYPTNET]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58719
2013-04-08 16:22:12 +00:00
Eric Kohl d8217043cd [SAMSRV]
Implement the set LogonHours attribute code for all user set functions.

svn path=/trunk/; revision=58715
2013-04-07 17:58:11 +00:00
Giannis Adamopoulos 30f64b59ea [win32k]
- Fix IntGetScrollBarRect when WS_EX_LEFTSCROLLBAR style is used
- Spotted by vicmarcal

svn path=/trunk/; revision=58714
2013-04-07 15:22:20 +00:00
Jérôme Gardou 3a238b5936 [PORTCLS]
* include initguid.h as suggested here : http://msdn.microsoft.com/en-us/library/windows/hardware/ff547786%28v=vs.85%29.aspx
 * Remove the guids.c file

svn path=/trunk/; revision=58713
2013-04-07 14:11:21 +00:00
Pierre Schweitzer bf92cdd6d4 [KS]
Fix copy/paste error

svn path=/trunk/; revision=58712
2013-04-07 11:36:33 +00:00
Pierre Schweitzer 84dd592090 [KS]
Check parameters before using them and not after

svn path=/trunk/; revision=58711
2013-04-07 11:35:50 +00:00
Pierre Schweitzer 3a1a8fa071 [DEVMGMT]
Don't use uninitialized memory address when calling InsertIntoTreeView()

svn path=/trunk/; revision=58710
2013-04-07 11:06:00 +00:00
Thomas Faber 98c1071a78 [PORTCLS]
- Remove a duplicate assignment. Patch by Víctor Martínez Calvo.
CORE-7057 #resolve

svn path=/trunk/; revision=58709
2013-04-07 11:02:28 +00:00
Thomas Faber 1740826018 [NTDLL_APITEST]
CORE-7065 #comment Temporarily disable the crashing test to get meaningful testbot results again.

svn path=/trunk/; revision=58708
2013-04-07 10:47:10 +00:00
Jérôme Gardou 52848627a1 [MESA32]
* Use SSE optimizations again

svn path=/trunk/; revision=58707
2013-04-07 10:18:28 +00:00
Jérôme Gardou fdbe59546d [NTOS/KE]
* Reset the state of the right thread when switching NPX threads

svn path=/trunk/; revision=58706
2013-04-07 10:17:44 +00:00
Pierre Schweitzer 54dce4f7ad [CMD]
Fix yet another memory leak

svn path=/trunk/; revision=58705
2013-04-07 10:02:06 +00:00
Jérôme Gardou 149e272b30 [PORTCLS]
* Fix copy-pasta
CORE-7053 #comment Fixed in r58704, thanks for deciphering PVS studio report ;-) #resolve

svn path=/trunk/; revision=58704
2013-04-07 09:58:05 +00:00
Pierre Schweitzer 06b3d2634d [CMD]
Fix a bug in path command where PATH variable could never be read if it was bigger than ENV_BUFFER_SIZE

svn path=/trunk/; revision=58703
2013-04-07 08:53:37 +00:00
Pierre Schweitzer 6662f375d1 [CMD]
Fix two memory leaks

svn path=/trunk/; revision=58702
2013-04-07 08:51:20 +00:00
Pierre Schweitzer 5576d21588 [TELNET]
Don't attempt to close undefined handles.
Also properly set them on failure as "the contents of the output parameters are indeterminate" on failure.

svn path=/trunk/; revision=58701
2013-04-06 23:27:56 +00:00
Pierre Schweitzer 33a4bc0181 [CRT]
Apply r58698 here as well

svn path=/trunk/; revision=58700
2013-04-06 23:14:29 +00:00