reactos.git
6 years ago[RTL/x64] Fix logic in RtlpTryToUnwindEpilog
Timo Kreuzer [Sun, 1 Oct 2017 14:36:21 +0000 (14:36 +0000)]
[RTL/x64] Fix logic in RtlpTryToUnwindEpilog

svn path=/trunk/; revision=76020

6 years ago[RTL/x64] Support frames to skip in flags to RtlWalkFrameChain
Timo Kreuzer [Sun, 1 Oct 2017 14:34:26 +0000 (14:34 +0000)]
[RTL/x64] Support frames to skip in flags to RtlWalkFrameChain

svn path=/trunk/; revision=76019

6 years ago[NDK]
Pierre Schweitzer [Sun, 1 Oct 2017 12:56:00 +0000 (12:56 +0000)]
[NDK]
Define REPARSE_DATA_BUFFER so that we can stop redefining it everywhere...

svn path=/trunk/; revision=76018

6 years ago[FREELDR] Simplify DebugDumpBuffer
Timo Kreuzer [Sun, 1 Oct 2017 11:08:26 +0000 (11:08 +0000)]
[FREELDR] Simplify DebugDumpBuffer

svn path=/trunk/; revision=76017

6 years ago[MPU401] Move registry entries for mpu401.sys from hivesys.inf to it's own registry...
Timo Kreuzer [Sun, 1 Oct 2017 10:56:32 +0000 (10:56 +0000)]
[MPU401] Move registry entries for mpu401.sys from hivesys.inf to it's own registry inf file.
This file is not used, since we don't even build the mpu401 driver.

svn path=/trunk/; revision=76016

6 years ago[VGA_NEW] Remove duplicated enable.c from CMakeLists.txt
Timo Kreuzer [Sun, 1 Oct 2017 10:25:05 +0000 (10:25 +0000)]
[VGA_NEW] Remove duplicated enable.c from CMakeLists.txt

svn path=/trunk/; revision=76015

6 years ago[VGA_NEW] Add CMakeLists.txt and fix build
Timo Kreuzer [Sun, 1 Oct 2017 10:17:30 +0000 (10:17 +0000)]
[VGA_NEW] Add CMakeLists.txt and fix build

svn path=/trunk/; revision=76014

6 years ago[INTRIN] Add missing _cdecl attributes
Timo Kreuzer [Sun, 1 Oct 2017 10:14:03 +0000 (10:14 +0000)]
[INTRIN] Add missing _cdecl attributes

svn path=/trunk/; revision=76013

6 years ago[KERNEL32]
Pierre Schweitzer [Sun, 1 Oct 2017 08:23:06 +0000 (08:23 +0000)]
[KERNEL32]
Implement GetVolumePathNamesForVolumeNameW()

svn path=/trunk/; revision=76012

6 years ago[GDI32] Remove obsolete function GdiIsHandleValid, which is just a copy of GdiValidat...
Timo Kreuzer [Sun, 1 Oct 2017 07:53:54 +0000 (07:53 +0000)]
[GDI32] Remove obsolete function GdiIsHandleValid, which is just a copy of GdiValidateHandle

svn path=/trunk/; revision=76011

6 years ago[CMD]: Improve ExecuteAutoRunFile() with validity checks.
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 22:12:21 +0000 (22:12 +0000)]
[CMD]: Improve ExecuteAutoRunFile() with validity checks.

svn path=/trunk/; revision=76010

6 years ago[CMD]: Small refactoring:
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 21:37:34 +0000 (21:37 +0000)]
[CMD]: Small refactoring:
- Moving ConGetDefaultAttributes() in console.h;
- Moving some SDK inclusions into precomp.h;
- Removing extern HANDLE hIn; and localize the SHORT maxx/y variables;
- Comment fix;
- Whitespace fixes for screen.c.

svn path=/trunk/; revision=76009

6 years ago[CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD...
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 21:05:49 +0000 (21:05 +0000)]
[CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD. Part 3/x

svn path=/trunk/; revision=76008

6 years ago[CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD...
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 19:52:30 +0000 (19:52 +0000)]
[CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD. Part 2/x

svn path=/trunk/; revision=76007

6 years ago[FATTEN]
David Quintana [Sat, 30 Sep 2017 19:19:30 +0000 (19:19 +0000)]
[FATTEN]
Fix copypasta.

svn path=/trunk/; revision=76006

6 years ago[FATTEN]
David Quintana [Sat, 30 Sep 2017 19:11:22 +0000 (19:11 +0000)]
[FATTEN]
Improve the error checking and error messages a bit.

svn path=/trunk/; revision=76005

6 years ago[TIMEOUT]: Italian translation by Carlo Bramini.
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 17:34:05 +0000 (17:34 +0000)]
[TIMEOUT]: Italian translation by Carlo Bramini.
CORE-13856 #resolve #comment Committed in r76004, thanks!

svn path=/trunk/; revision=76004

6 years ago[CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD.
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 15:28:06 +0000 (15:28 +0000)]
[CMD]: Continue refactoring to lay out the way to using the CONUTILS library in CMD.

svn path=/trunk/; revision=76003

6 years ago[CMD]: Move console management prototypes to their own header.
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 15:09:38 +0000 (15:09 +0000)]
[CMD]: Move console management prototypes to their own header.

svn path=/trunk/; revision=76002

6 years ago[CMD]: Addendum to r76000, with ConSetTitle.
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 14:26:34 +0000 (14:26 +0000)]
[CMD]: Addendum to r76000, with ConSetTitle.

svn path=/trunk/; revision=76001

6 years ago[CMD]: Little refactoring to lay out the way to using the CONUTILS library in CMD.
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 14:10:21 +0000 (14:10 +0000)]
[CMD]: Little refactoring to lay out the way to using the CONUTILS library in CMD.
- Move the code used to beep, clear screen, and color the screen into console.c ;
- Rename SetScreenColor into ConSetScreenColor, and invert its second parameter (bNoFill -> bFill); its default behaviour is to fill all the screen.

svn path=/trunk/; revision=76000

6 years ago[CMD]: Minor modifications in the files I'm going to touch next:
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 14:04:24 +0000 (14:04 +0000)]
[CMD]: Minor modifications in the files I'm going to touch next:
- Use ARRAYSIZE() instead of hardcoding string buffer max. number of chars.
- Un-globalize a variable; remove dead defines.
- Minor code formatting fixes.

svn path=/trunk/; revision=75999

6 years ago[MSVCRT] Export _pwctype
Timo Kreuzer [Sat, 30 Sep 2017 12:43:08 +0000 (12:43 +0000)]
[MSVCRT] Export _pwctype
How did CRTDLL, which forwards _pwctype_dll to msvcrt._pwctype, ever link?

svn path=/trunk/; revision=75998

6 years ago[CMD]: Diverse improvements:
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 11:39:08 +0000 (11:39 +0000)]
[CMD]: Diverse improvements:
- Add pre-support for "enable extensions".
- Load CMD settings at startup from the registry (from HKLM and HKCU
  Software\\Microsoft\\Command Processor reg key), as done by Windows' CMD.EXE.
- Add support for CMD.EXE /E(:OFF), /X, /Y command-line switches.
- Correctly set the console colors when using CMD.EXE /T: switch.
- Start support for two control characters for the completion: the standard CompletionChar
  and the PathCompletionChar (if one desires to autocomplete *just* directory
  names -- or associated -- but not everything), as Windows' CMD.EXE offers.

svn path=/trunk/; revision=75997

6 years ago[ASM]: CORE-13850 #comment Fix MASM compilation errors with the CFI annotation macros...
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 10:29:50 +0000 (10:29 +0000)]
[ASM]: CORE-13850 #comment Fix MASM compilation errors with the CFI annotation macros substitutes (broken by r75989).

svn path=/trunk/; revision=75996

6 years ago[ASM]: Code formatting only.
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 10:29:06 +0000 (10:29 +0000)]
[ASM]: Code formatting only.

svn path=/trunk/; revision=75995

6 years ago[CMD]: Fix translations for the COLOR command.
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 09:50:08 +0000 (09:50 +0000)]
[CMD]: Fix translations for the COLOR command.

For few translations, the COLOR command help contained a deprecated /F switch,
which was changed long time ago to the /-F switch ("Does not fill the console
blank space with color attribute").
Also, remove a now-unneeded localized informative string for the COLOR command (which rendered it Windows-incompatible).

svn path=/trunk/; revision=75994

6 years ago[CMD]: Fix few comments & use ARRAYSIZE(str) instead of sizeof(str)/sizeof(str[0...
Hermès Bélusca-Maïto [Sat, 30 Sep 2017 09:13:04 +0000 (09:13 +0000)]
[CMD]: Fix few comments & use ARRAYSIZE(str) instead of sizeof(str)/sizeof(str[0]) for strings.

svn path=/trunk/; revision=75993

6 years ago[ROSTESTS] Use the new header with SPDX license identifier for my printing-related...
Colin Finck [Fri, 29 Sep 2017 18:33:04 +0000 (18:33 +0000)]
[ROSTESTS] Use the new header with SPDX license identifier for my printing-related API tests

svn path=/trunk/; revision=75992

6 years ago[ROSAUTOTEST] Use the new header with SPDX license identifier and remove dead source...
Colin Finck [Fri, 29 Sep 2017 18:13:54 +0000 (18:13 +0000)]
[ROSAUTOTEST] Use the new header with SPDX license identifier and remove dead source files.

svn path=/trunk/; revision=75991

6 years ago[RTL]
Jérôme Gardou [Fri, 29 Sep 2017 17:32:11 +0000 (17:32 +0000)]
[RTL]
 - Add CFI annotations to debug functions
CORE-8531

svn path=/trunk/; revision=75990

6 years ago[ASM]
Jérôme Gardou [Fri, 29 Sep 2017 17:31:23 +0000 (17:31 +0000)]
[ASM]
 - Add CFI annotation macros
CORE-13850 #resolve

svn path=/trunk/; revision=75989

6 years ago[PRINTING] [SKIPLIST] Use the new header with SPDX license identifier and relicense...
Colin Finck [Fri, 29 Sep 2017 17:18:19 +0000 (17:18 +0000)]
[PRINTING] [SKIPLIST] Use the new header with SPDX license identifier and relicense the entire Printing Stack as well as its Skiplist dependency under GPL-2.0+

Previously, the Printing Stack was a mix of GPLed and LGPLed code. Having everything under GPL-2.0+ makes things consistent and allows me to import code from most Open Source licenses.
Given that the Printing Stack components are exchangeable with their Windows counterparts and implement documented interfaces, this license change doesn't impose any additional restrictions on dependent components (like printer drivers).

svn path=/trunk/; revision=75988

6 years ago[VGAFONTEDIT] Use the new header with SPDX license identifier and make the entire...
Colin Finck [Fri, 29 Sep 2017 13:58:14 +0000 (13:58 +0000)]
[VGAFONTEDIT] Use the new header with SPDX license identifier and make the entire application GPL-2.0+

The code of the single GPL-2.0 only file "misc.c" was originally derived from GPL-2.0 only devmgmt.
I have now replaced it with the same code from LGPL-2.1+ mmc, which makes my application a full GPL-2.0+ work. This is legit, because I know that Thomas Weidenmueller is the original author of the "misc.c" code.

svn path=/trunk/; revision=75987

6 years ago[FASTFAT_NEW] [FULLFAT] Remove the FullFAT-based "fastfat_new" driver and the third...
Colin Finck [Fri, 29 Sep 2017 10:21:33 +0000 (10:21 +0000)]
[FASTFAT_NEW] [FULLFAT] Remove the FullFAT-based "fastfat_new" driver and the third-party FullFAT library itself.

Our driver has not seen any development since 2010 and the current fastfat driver has long surpassed it.
Even more important, FullFAT is licensed under a modified version of GPLv3 that forbids commercial usage. Shipping it as a ReactOS dependency would render the OS unusable for commercial scenarios.
If anybody wants to resurrect the driver, you can always get it from the repository history.

svn path=/trunk/; revision=75986

6 years ago[HEADERS] Use the new header with SPDX license identifier for host headers I've contr...
Colin Finck [Fri, 29 Sep 2017 10:10:26 +0000 (10:10 +0000)]
[HEADERS] Use the new header with SPDX license identifier for host headers I've contributed to and ensure license compliance for pshpack/poppack.

- The pshpack and poppack headers were rewritten from scratch as their current versions came with no license information and included obsolete checks (e.g. for an ancient FreeBSD version).
  I have put the new ones under CC0-1.0, which is equivalent to Public Domain but legally valid also in jurisdictions which have no concept of Public Domain (e.g. Germany).
- Relicense nls.h under CC0-1.0 too. I'd recommend the same for typedefs.h, but I'm not the only contributor to that file.

svn path=/trunk/; revision=75985

6 years ago[BOOTSECTORS] Use the new header with SPDX license identifier for the ISO boot sector...
Colin Finck [Thu, 28 Sep 2017 20:21:45 +0000 (20:21 +0000)]
[BOOTSECTORS] Use the new header with SPDX license identifier for the ISO boot sector files I contributed to.

Remove the unmaintained .asm files.

svn path=/trunk/; revision=75984

6 years ago[CONTROL] Use the new header with SPDX license identifier.
Colin Finck [Thu, 28 Sep 2017 15:47:25 +0000 (15:47 +0000)]
[CONTROL] Use the new header with SPDX license identifier.

- The original header committed in 2004 clearly indicated "or any later version", so use GPL-2.0+
  That header has since been removed in r33507 by some "Colin Finck" guy ;)
- Add Hermès to the list of copyright holders, since he rewrote most of this in r62694.

svn path=/trunk/; revision=75983

6 years agoSet the resolution to 800x600x16 bit onbootcdregtest.
Sylvain Petreolle [Thu, 28 Sep 2017 14:43:09 +0000 (14:43 +0000)]
Set the resolution to 800x600x16 bit onbootcdregtest.
This removes the fallback to 640x480x256 colors induced by the lack of 32bits in KVM's cirrus GPU.
Fixes:
dosbox 2.intro
irfanview 2.OpenDocument
smplayer 2.play_file

svn path=/trunk/; revision=75982

6 years ago[PCI]
Eric Kohl [Wed, 27 Sep 2017 22:59:48 +0000 (22:59 +0000)]
[PCI]
Fix a port base adddress decoding bug. Port base addresses were always decoded like memory base addresses. Because of this bug, a device could have two port address ranges starting at the same base address but with different lengths.

svn path=/trunk/; revision=75981

6 years ago[NtUser]
James Tabor [Wed, 27 Sep 2017 22:39:17 +0000 (22:39 +0000)]
[NtUser]
- Patch by MudHead : Should test for invalid parent parameter. See CORE-13718.

svn path=/trunk/; revision=75980

6 years ago[NtUser]
James Tabor [Wed, 27 Sep 2017 22:35:26 +0000 (22:35 +0000)]
[NtUser]
- Patch by MudHead : Not setting error on success. See CORE-13717.

svn path=/trunk/; revision=75979

6 years ago[KERNEL32]
Pierre Schweitzer [Wed, 27 Sep 2017 17:43:52 +0000 (17:43 +0000)]
[KERNEL32]
- Move InternalOpenDirW() to disk.c; that's the last place where it's used
- Implement GetVolumePathNamesForVolumeNameA(); its -W implementation is still to be implemented
- W2K3ify SetVolumeLabelW() and SetVolumeLabelA()

svn path=/trunk/; revision=75978

6 years ago[TIMEOUT]: Use a waitable timer to wait for a maximum of 1 second, instead of using...
Hermès Bélusca-Maïto [Tue, 26 Sep 2017 14:29:25 +0000 (14:29 +0000)]
[TIMEOUT]: Use a waitable timer to wait for a maximum of 1 second, instead of using some Sleep(100) calls. The only Sleep() call allowed is the Sleep(INFINITE) one.

svn path=/trunk/; revision=75977

6 years ago[FASTFAT]
Eric Kohl [Tue, 26 Sep 2017 13:49:09 +0000 (13:49 +0000)]
[FASTFAT]
Revert r75975 because of failures in the advpack files winetest.

svn path=/trunk/; revision=75976

6 years ago[FASTFAT]
Eric Kohl [Tue, 26 Sep 2017 12:36:17 +0000 (12:36 +0000)]
[FASTFAT]
Terminate the path name at the last slash when a file is opened using the IO_OPEN_TARGET_DIRECTORY option. This fixes some IoCreateFile kernel mode tests.

svn path=/trunk/; revision=75975

6 years ago[NETAPI32]
Eric Kohl [Tue, 26 Sep 2017 09:18:20 +0000 (09:18 +0000)]
[NETAPI32]
Implement NetLogonSetServiceBits().

svn path=/trunk/; revision=75974

6 years ago[WINLOGON][WIN32K][WINSRV] -Silence a lot of debug prints in the shutdown sequence...
Giannis Adamopoulos [Tue, 26 Sep 2017 09:11:51 +0000 (09:11 +0000)]
[WINLOGON][WIN32K][WINSRV] -Silence a lot of debug prints in the shutdown sequence. Add some debug prints in case of error.  Also print the name of the processes that get terminated. Keep the debug prints that show the parameters that are passed to SrvExitWindowsEx and WM_LOGONNOTIFY.

svn path=/trunk/; revision=75973

6 years ago[NETAPI32]
Eric Kohl [Tue, 26 Sep 2017 09:03:27 +0000 (09:03 +0000)]
[NETAPI32]
Implement NetStatisticsGet() and move NetpNtStatusToApiStatus().

svn path=/trunk/; revision=75972

6 years ago[NETAPI32]
Eric Kohl [Tue, 26 Sep 2017 07:51:56 +0000 (07:51 +0000)]
[NETAPI32]
Rename misc.c to utils.c because misc.c will be used for something else.

svn path=/trunk/; revision=75971

6 years ago[NETAPI]
Eric Kohl [Tue, 26 Sep 2017 07:32:49 +0000 (07:32 +0000)]
[NETAPI]
Add proper client implementations for NetQueryDisplayInformation() and NetGetDisplayInformationIndex().

svn path=/trunk/; revision=75970

6 years ago[KERNEL32]
Pierre Schweitzer [Tue, 26 Sep 2017 06:18:07 +0000 (06:18 +0000)]
[KERNEL32]
W2K3ify GetVolumeInformationA().
Also fix a regression brought by GetVolumeInformationW() rewrite (yay, winetests!).

svn path=/trunk/; revision=75969

6 years ago[TIMEOUT]: Implement the TIMEOUT utility (found on Win2k3 and upwards). This is an...
Hermès Bélusca-Maïto [Mon, 25 Sep 2017 23:31:44 +0000 (23:31 +0000)]
[TIMEOUT]: Implement the TIMEOUT utility (found on Win2k3 and upwards). This is an improved "pause" command, with elapsed time count display.
Based from a patch by Lee Schröder, with modifications by myself.
CORE-10044 #resolve

svn path=/trunk/; revision=75968

6 years ago[KERNEL32]
Pierre Schweitzer [Mon, 25 Sep 2017 21:33:56 +0000 (21:33 +0000)]
[KERNEL32]
- Implement IsThisARootDirectory()
- Reimplement GetVolumeInformationW() to make it w2k3 compliant.
This fixes a few winetests and makes fsutil fsinfo ntfsinfo work in ROS :-)

svn path=/trunk/; revision=75967

6 years ago[FSUTIL]
Pierre Schweitzer [Mon, 25 Sep 2017 18:59:54 +0000 (18:59 +0000)]
[FSUTIL]
- Modify OpenVolume so that it can restrict volume opening to a NTFS volume (broken on ROS...)
- Implement fsutil fsinfo ntfsinfo

svn path=/trunk/; revision=75966

6 years ago[WINED3D] Silence a noisy DPRINT that makes Test KVM AHK abort.
Mark Jansen [Sun, 24 Sep 2017 21:32:18 +0000 (21:32 +0000)]
[WINED3D] Silence a noisy DPRINT that makes Test KVM AHK abort.
CORE-13829

svn path=/trunk/; revision=75965

6 years ago[MORE]: Remove an unused library import (user32).
Hermès Bélusca-Maïto [Sun, 24 Sep 2017 19:02:29 +0000 (19:02 +0000)]
[MORE]: Remove an unused library import (user32).

svn path=/trunk/; revision=75964

6 years ago[CHCP][CMD]: Make the CHCP command a standalone executable, for backwards compatibili...
Hermès Bélusca-Maïto [Sun, 24 Sep 2017 19:00:47 +0000 (19:00 +0000)]
[CHCP][CMD]: Make the CHCP command a standalone executable, for backwards compatibility with Windows etc. This allows the user to be able to replace it with a 3rd-party one.
CORE-10295 #resolve
CORE-9444

svn path=/trunk/; revision=75963

6 years ago[MBEDTLS]
Thomas Faber [Sun, 24 Sep 2017 13:11:18 +0000 (13:11 +0000)]
[MBEDTLS]
- Disable the use of SSE2 instruction. ROS supports CPUs that do not support these.
CORE-13826 #resolve
CORE-10338

svn path=/trunk/; revision=75962

6 years ago[FASTFAT]
Pierre Schweitzer [Sun, 24 Sep 2017 12:35:37 +0000 (12:35 +0000)]
[FASTFAT]
Implement statistics counting for non cached read/write operations.

svn path=/trunk/; revision=75961

6 years ago[WS2_32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:36:21 +0000 (11:36 +0000)]
[WS2_32_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75960

6 years ago[REG_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:33:35 +0000 (11:33 +0000)]
[REG_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75959

6 years ago[REG] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:33:04 +0000 (11:33 +0000)]
[REG] Sync with Wine Staging 2.16. CORE-13762

39e0e81 reg: Null-terminate incomplete REG_EXPAND_SZ and REG_MULTI_SZ Unicode data.
82fc4c8 reg: Close any open registry keys before starting the key deletion process.
5de883c reg: Use the correct return codes during the import operation.
56e58e4 reg: Delete registry keys via the state machine.
d90f2a5 reg: Delete registry values via the state machine.
db98cc4 reg: Handle unknown registry data types in the state machine.
32d5368 reg: Import hex data via the state machine.
f1874c1 reg: Import REG_DWORD data via the state machine.
038f1c6 reg: Parse data types and import REG_SZ data via the state machine.
0565934 reg: Parse key names and value names in the state machine.
3e87a70 reg: Introduce a partial state machine for importing Windows 3.1 registry data.
aa386af reg: Add initial support for the import operation.
f2fbbec reg: Rename reg.h to resource.h.
c6c95a0 reg: Compile with msvcrt.
8c253c4 reg: Make some variables 'static const'.
337e0f4 reg: Avoid an uninitialized variable warning.
8abec73 reg: Dynamically allocate memory for the value name buffer when deleting all registry values in a specified key.
e7ea838 reg: Use a helper function to resize a memory buffer.
a1bc33a reg: Use a helper function to free allocated memory.
a6e28cc reg: Use a helper function to allocate memory and die on failure.
90da210 reg: Account for sizeof(WCHAR) when resizing the value name buffer during the query operation.
fb22f6c reg: Avoid using RegQueryInfoKey() to enumerate subkeys and values in the query operation.

svn path=/trunk/; revision=75958

6 years ago[PSDK] Update winreg.h. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:32:16 +0000 (11:32 +0000)]
[PSDK] Update winreg.h. CORE-13762

svn path=/trunk/; revision=75957

6 years ago[XMLLITE_WINETEST] Addendum to r75951.
Amine Khaldi [Sun, 24 Sep 2017 11:27:47 +0000 (11:27 +0000)]
[XMLLITE_WINETEST] Addendum to r75951.

svn path=/trunk/; revision=75956

6 years ago[FREETYPE] Update to v2.8.1. CORE-13825
Amine Khaldi [Sun, 24 Sep 2017 11:20:15 +0000 (11:20 +0000)]
[FREETYPE] Update to v2.8.1. CORE-13825

svn path=/trunk/; revision=75955

6 years ago[WINDOWSCODECS_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:19:20 +0000 (11:19 +0000)]
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75954

6 years ago[PSDK] Update wincodec.idl and winerror.h. [WINDOWSCODECS] Sync with Wine Staging...
Amine Khaldi [Sun, 24 Sep 2017 11:19:07 +0000 (11:19 +0000)]
[PSDK] Update wincodec.idl and winerror.h. [WINDOWSCODECS] Sync with Wine Staging 2.16. CORE-13762

b2229cc windowscodecs: Add support for CMYK to BGR conversion.
22b69e6 windowscodecs: Move JPEG frame image data initialization from Frame::CopyPixels to Decoder::Initialize. (v2)
b635fa0 windowscodecs: Move additional processing out of the JPEG decoding loop.
80649c5 windowscodecs: Fix stride calculation in JPEG decoder.
0d88ec1 windowscodecs: Fix IWICBitmapEncoder::SetPalette for a not initialized case in JPEG encoder.
267bca1 windowscodecs: PNGEncoder: Return 32bppRGBA pixel format by default.
8bae213 windowscodecs: Fix 32bppGrayFloat to 8bppGray conversion.
8648aaf wincodecs: Add encoder options for JPEG.
2eeef78 windowscodecs: Fix a memory leak.
c092f1a windowscodecs: Add some tests for IWICMetadataQueryReader.
2271ba8 windowscodecs: Add initial implementation of IWICMetadataQueryReader::GetMetadataByName.
d3280c8 windowscodecs: Implement IWICBitmapDecoder::GetMetadataQueryReader in the GIF decoder.
c94bf3c windowscodecs: Implement IWICMetadataQueryReader::GetLocation.
3059668 windowscodecs: Use PropVariantCompareEx to compare metadata items.
f258903 windowscodecs: Implement IWICMetadataQueryReader::GetContainerFormat.
714175e windowscodecs: Implement WICMapSchemaToName.
e1eed88 windowscodecs: Implement WICMapShortNameToGuid.
37ae4f2 windowscodecs: Implement WICMapGuidToShortName.
cf1269a windowscodecs: Register WICImagingFactory2 interface.

svn path=/trunk/; revision=75953

6 years ago[PSDK] Update propidl.idl. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:18:52 +0000 (11:18 +0000)]
[PSDK] Update propidl.idl. CORE-13762

svn path=/trunk/; revision=75952

6 years ago[XMLLITE_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:18:47 +0000 (11:18 +0000)]
[XMLLITE_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75951

6 years ago[XMLLITE] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:18:39 +0000 (11:18 +0000)]
[XMLLITE] Sync with Wine Staging 2.16. CORE-13762

49a57bc xmllite/writer: Improve handling of the output with invalid encoding.
a6d6beb xmllite/writer: Do not indent after just BOM has been written.
5773a5d xmllite/writer: Fix indentation on WriteElementString().
5f4ed88 xmllite/writer: Fix empty element and state handling in WriteElementString().
b06dd7d xmllite/reader: Added a helper for setting current attribute cursor.
be56791 xmllite/reader: Implement MoveToAttributeByName().

svn path=/trunk/; revision=75950

6 years ago[WINTRUST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:18:27 +0000 (11:18 +0000)]
[WINTRUST] Sync with Wine Staging 2.16. CORE-13762

59a476e wintrust: use enhanced crypto provider in VerifyImageHash
9369e80 wintrust: Increase buffer size to silence a gcc warning.

svn path=/trunk/; revision=75949

6 years ago[WINMINE] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:18:18 +0000 (11:18 +0000)]
[WINMINE] Sync with Wine Staging 2.16. CORE-13762

ca8f056 winemine: Added Shift+LClick hotkey to uncover multiple cells.
9b90266 winemine: Mine random placing fix.

svn path=/trunk/; revision=75948

6 years ago[WININET_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:18:11 +0000 (11:18 +0000)]
[WININET_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75947

6 years ago[WININET] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:17:59 +0000 (11:17 +0000)]
[WININET] Sync with Wine Staging 2.16. CORE-13762

43deec9 wininet: Use standard wine_dbgstr_longlong.
085ce26 wininet: Drain content before reusing connection in open_http_connection.
59395d8 wininet: Never do blocking reads in chunked_read if zero chunk size is aready read.
4f40039 wininet: Release connection in HTTPREQ_Read only if remaining control data may be drainad without blocking.
8090d16 wininet: Store error state separately from end of stream in chunked stream.
752d078 wininet: Always use drain_content specific to stream type.
90b936f wininet: Try to read reamaining data in chunked_drain_content.
2ecdac8 wininet: Return error codes from HTTP streams.
7949a22 wininet: Correctly pass URL length to InternetCrackUrlW in get_redirect_url.
a24b826 wininet: Improved cookie debug traces.
f55a116 wininet: Fix potential use-after-free (Coverity).
89f1d8c wininet: Fixed connection_pool_cs declaration.
cee9982 wininet: Return an error on redirect with no host name specified.
61e28c0 wininet: Moved INTERNET_STATUS_REDIRECT notification to HTTP_HandleRedirect.
9c95915 wininet: Correctly handle redirects to non-http URLs.

svn path=/trunk/; revision=75946

6 years ago[WINHTTP_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:17:51 +0000 (11:17 +0000)]
[WINHTTP_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75945

6 years ago[WINHTTP] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:17:43 +0000 (11:17 +0000)]
[WINHTTP] Sync with Wine Staging 2.16. CORE-13762

d0813b7 winhttp: Avoid returning while holding a lock (Coverity).
5a61913 winhttp: Rename host_t to hostdata_t.
2a99f0e winhttp: Periodically free outdated connections.
5226865 winhttp: Cache and reuse persistent HTTP connections.
e0e8a3f winhttp: Introduce global connected hosts store and keep reference to host in netconn_t.
d1d65c9 winhttp: Merge netconn_create and netconn_connect implementations.
3e60241 winhttp: Store socked address in netconn_t.
e129023 winhttp: Pass socket address as sockaddr_storage to netconn_connect.
c2f464d winhttp: Get rid of no longer needed netconn_init.
8c9df5b winhttp: Use notification flags to explicitly mark notifications that should signal an event.
c502629 winhttp: Allocate netconn_t separately from request_t.
c06104c winhttp: Store security_flags in request_t instead of netconn_t.
f2bb206 winhttp: Reset content length when a redirect creates a new connection.
0923897 winhttp: Only read as much data as advertized when draining content.

svn path=/trunk/; revision=75944

6 years ago[WINEMP3.ACM] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:17:34 +0000 (11:17 +0000)]
[WINEMP3.ACM] Sync with Wine Staging 2.16. CORE-13762

ffebb91 winemp3.acm: Fix error in acmStreamSize().

svn path=/trunk/; revision=75943

6 years ago[WBEMPROX] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:17:27 +0000 (11:17 +0000)]
[WBEMPROX] Sync with Wine Staging 2.16. CORE-13762

65d7ff8 wbemprox: Add FreePhysicalMemory to Win32_OperatingSystem.

svn path=/trunk/; revision=75942

6 years ago[WBEMDISP] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:17:20 +0000 (11:17 +0000)]
[WBEMDISP] Sync with Wine Staging 2.16. CORE-13762

82527f8 wbemdisp: Add a trailing newline to a TRACE() message.

svn path=/trunk/; revision=75941

6 years ago[USP10_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:17:14 +0000 (11:17 +0000)]
[USP10_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75940

6 years ago[USP10] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 24 Sep 2017 11:17:06 +0000 (11:17 +0000)]
[USP10] Sync with Wine Staging 2.16. CORE-13762

9d32c2d usp10: Fall back to 'dflt' language if shaping language tag isn't found.
866eec8 usp10: Undefined characters above the BMP should be assigned to Script_Surrogates.
4f96439 user32: Fix rendering of tabs in edit control.
b736dbe make_unicode: Update data tables to Unicode 10.0.0.

svn path=/trunk/; revision=75939

6 years ago[FASTFAT]
Pierre Schweitzer [Sun, 24 Sep 2017 09:50:36 +0000 (09:50 +0000)]
[FASTFAT]
Implement statistics counting for create operations.

svn path=/trunk/; revision=75938

6 years ago[FASTFAT]
Pierre Schweitzer [Sun, 24 Sep 2017 08:56:06 +0000 (08:56 +0000)]
[FASTFAT]
Start implementing statistics support. So far, everything is just nulled.
These 0 can be properly queried with fsutil fsinfo statistics.

svn path=/trunk/; revision=75937

6 years ago[WLNOTIFY]
Eric Kohl [Sat, 23 Sep 2017 22:29:36 +0000 (22:29 +0000)]
[WLNOTIFY]
- Add Notifications for the Scheduler Service.

svn path=/trunk/; revision=75936

6 years ago[FSUTIL]
Pierre Schweitzer [Sat, 23 Sep 2017 20:22:59 +0000 (20:22 +0000)]
[FSUTIL]
Use saved last error, don't get it again

svn path=/trunk/; revision=75935

6 years ago[FSUTIL]
Pierre Schweitzer [Sat, 23 Sep 2017 20:15:16 +0000 (20:15 +0000)]
[FSUTIL]
Implement fsutil fsinfo statistics
Note that compared to w2k3 one, ours really supports FAT volumes (even though our FAT doesn't support it!).

svn path=/trunk/; revision=75934

6 years ago[PSDK]
Pierre Schweitzer [Sat, 23 Sep 2017 20:13:54 +0000 (20:13 +0000)]
[PSDK]
Define FSCTL_FILESYSTEM_GET_STATISTICS and its associated structures

svn path=/trunk/; revision=75933

6 years ago[LSASRV]
Eric Kohl [Sat, 23 Sep 2017 18:58:39 +0000 (18:58 +0000)]
[LSASRV]
Add some comments and improve trace messages.

svn path=/trunk/; revision=75932

6 years ago[DATETIME]
Eric Kohl [Sat, 23 Sep 2017 18:54:58 +0000 (18:54 +0000)]
[DATETIME]
Invert the sort order of the timezone list. List the timezones from GMT-12:00 to GMT+13:00.

svn path=/trunk/; revision=75931

6 years ago[TRANSLATION]
Eric Kohl [Sat, 23 Sep 2017 17:32:13 +0000 (17:32 +0000)]
[TRANSLATION]
Polish translation update.
Patch by Adam Słaboń.
CORE-13802

svn path=/trunk/; revision=75930

6 years ago[DRIVERS][NTOS][EVTLIB][USER32]
Thomas Faber [Sat, 23 Sep 2017 13:34:50 +0000 (13:34 +0000)]
[DRIVERS][NTOS][EVTLIB][USER32]
- Silence some debug spam

svn path=/trunk/; revision=75929

6 years ago[USER32][WIN32K] Make antialiased disabled font readable. Patch by Katayama Hirofumi...
Mark Jansen [Fri, 22 Sep 2017 19:47:34 +0000 (19:47 +0000)]
[USER32][WIN32K] Make antialiased disabled font readable. Patch by Katayama Hirofumi MZ. CORE-7721

svn path=/trunk/; revision=75928

6 years ago[ACPPAGE] Work around a crash with BSTR's. CORE-13800 #resolve
Mark Jansen [Fri, 22 Sep 2017 19:42:08 +0000 (19:42 +0000)]
[ACPPAGE] Work around a crash with BSTR's. CORE-13800 #resolve

svn path=/trunk/; revision=75927

6 years ago[DDK]
Eric Kohl [Fri, 22 Sep 2017 17:45:04 +0000 (17:45 +0000)]
[DDK]
Add all ide commands to make the storahci driver happy.

svn path=/trunk/; revision=75926

6 years ago[SAMSRV]
Eric Kohl [Fri, 22 Sep 2017 12:29:53 +0000 (12:29 +0000)]
[SAMSRV]
Implement SamIFree_SAMPR_DISPLAY_INFO_BUFFER.

svn path=/trunk/; revision=75925

6 years ago[SAMSRV]
Eric Kohl [Fri, 22 Sep 2017 10:05:48 +0000 (10:05 +0000)]
[SAMSRV]
Implement SamIFree_SAMPR_ALIAS_INFO_BUFFER, SamIFree_SAMPR_DOMAIN_INFO_BUFFER and SamIFree_SAMPR_GROUP_INFO_BUFFER.

svn path=/trunk/; revision=75924

6 years ago[CMAKE]
Thomas Faber [Fri, 22 Sep 2017 09:26:32 +0000 (09:26 +0000)]
[CMAKE]
- Hackfix base addresses to avoid comctl32/rpcrt4 overlap. This makes use of the fact that baseaddress_winspool.drv is not being used (it should be called baseaddress_winspool).
Base addresses should be properly regenerated at some point, and the issues exposed by the relocations are still bugs that need to be fixed. This should at least make testbot reliable again though.
CORE-13804

svn path=/trunk/; revision=75923

6 years ago[NDIS]
Thomas Faber [Fri, 22 Sep 2017 07:31:57 +0000 (07:31 +0000)]
[NDIS]
- Don't assert on IRP_MJ_CLEANUP
CORE-7630

svn path=/trunk/; revision=75922

6 years ago[NDIS]
Thomas Faber [Fri, 22 Sep 2017 07:28:29 +0000 (07:28 +0000)]
[NDIS]
- Don't assert on unimplemented ioctl. Print the control code instead.
CORE-7630

svn path=/trunk/; revision=75921