reactos.git
6 years ago[NTOSKRNL] Formatting fix only. 461/head
Hermès Bélusca-Maïto [Sun, 1 Apr 2018 20:34:17 +0000 (22:34 +0200)]
[NTOSKRNL] Formatting fix only.

6 years ago[NTOSKRNL] Simplify NtRaiseHardError() by merging the terminating blocks.
Hermès Bélusca-Maïto [Sun, 1 Apr 2018 15:59:31 +0000 (17:59 +0200)]
[NTOSKRNL] Simplify NtRaiseHardError() by merging the terminating blocks.

- Return the status codes provided by the Ex(p)RaiseHardError() calls.
- Fix the return values in case of failure.

6 years ago[NTOSKRNL] ExRaiseHardError(): Protect strings copy to user-mode space inside a SEH...
Hermès Bélusca-Maïto [Sun, 1 Apr 2018 15:52:10 +0000 (17:52 +0200)]
[NTOSKRNL] ExRaiseHardError(): Protect strings copy to user-mode space inside a SEH block.

6 years ago[NTOSKRNL] Don't emit hard errors for the calling thread if hard errors have been...
Hermès Bélusca-Maïto [Sun, 1 Apr 2018 13:53:49 +0000 (15:53 +0200)]
[NTOSKRNL] Don't emit hard errors for the calling thread if hard errors have been disabled for this thread on user-mode side.

6 years ago[NTOSKRNL] Don't hardcode flag values for DefaultHardErrorProcessing.
Hermès Bélusca-Maïto [Sun, 1 Apr 2018 13:25:15 +0000 (15:25 +0200)]
[NTOSKRNL] Don't hardcode flag values for DefaultHardErrorProcessing.

6 years ago[NTOSKRNL] Update Doxygen descriptions for NtRaiseHardError, ExRaiseHardError, ExpRai...
Hermès Bélusca-Maïto [Sun, 1 Apr 2018 13:06:45 +0000 (15:06 +0200)]
[NTOSKRNL] Update Doxygen descriptions for NtRaiseHardError, ExRaiseHardError, ExpRaiseHardError and NtSetDefaultHardErrorPort.

6 years ago[NTOSKRNL] Forbid processes without the Tcb prvilege to perform a user-mode hard...
Hermès Bélusca-Maïto [Sun, 1 Apr 2018 12:46:19 +0000 (14:46 +0200)]
[NTOSKRNL] Forbid processes without the Tcb prvilege to perform a user-mode hard-error BSOD.

6 years ago[NTOSKRNL] In addition to the hard-error port, reference also the process that handle...
Hermès Bélusca-Maïto [Sat, 31 Mar 2018 20:12:44 +0000 (22:12 +0200)]
[NTOSKRNL] In addition to the hard-error port, reference also the process that handles the hard errors so that it doesn't disappear behind our back. On shutdown both the hard-error port and process are dereferenced.

6 years ago[WINLOGON] Implement BaseInitiateSystemShutdownEx(). (#458)
alpha5056 [Sun, 1 Apr 2018 17:39:41 +0000 (11:39 -0600)]
[WINLOGON] Implement BaseInitiateSystemShutdownEx(). (#458)

6 years ago[TRANSLATIONS] Update and add Turkish translations (#455)
Ercan Ersoy [Sun, 1 Apr 2018 17:27:08 +0000 (20:27 +0300)]
[TRANSLATIONS] Update and add Turkish translations (#455)

- Added Turkish translations for winetests/GUI and localmon.
- Modified Turkish translations for usersrv, user32, localmon, logon,
  3dtext, kbswitch, winemine, spider, solitarie, clipbrd and charmap_new.

6 years ago[TRANSLATION][USERSRV] Add Hungarian Translation (#442)
Kláben Szabolcs Bence (Tudi20) [Sun, 1 Apr 2018 17:13:35 +0000 (19:13 +0200)]
[TRANSLATION][USERSRV] Add Hungarian Translation (#442)

6 years ago[NET] Add the NET CONFIG (SERVER) command
Eric Kohl [Sun, 1 Apr 2018 17:00:32 +0000 (19:00 +0200)]
[NET] Add the NET CONFIG (SERVER) command

6 years ago[WIN32SS:FRAMEBUF] Improve/Fix DrvSetPointerShape(), from r7864 (#457)
Serge Gautherie [Sun, 1 Apr 2018 16:51:54 +0000 (18:51 +0200)]
[WIN32SS:FRAMEBUF] Improve/Fix DrvSetPointerShape(), from r7864 (#457)

- Fix a copypasta.
- Remove dead code.

Thanks to mudhead, who spotted most of these.

NB:
This EXPERIMENTAL_MOUSE_CURSOR_SUPPORT code isn't compiled by default since r7865.

CORE-14511

6 years ago[TRANSLATION][RAPPS] Translation update for Italian and Romanian (#460)
Bișoc George [Sun, 1 Apr 2018 16:30:36 +0000 (18:30 +0200)]
[TRANSLATION][RAPPS] Translation update for Italian and Romanian (#460)

- Small Italian translation update;
- Translation update for Romanian;
- Small update (just two strings translated based on the latest RAPPS commits);
- Header E-mail changed.

6 years ago[NET] Reorganize and improve the help texts (2/X)
Eric Kohl [Sun, 1 Apr 2018 14:51:44 +0000 (16:51 +0200)]
[NET] Reorganize and improve the help texts (2/X)
- Add missing help texts for HELP, HELPMSG and PAUSE commands.

6 years ago[CMD_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:20:50 +0000 (13:20 +0100)]
[CMD_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[BROWSEUI_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:20:15 +0000 (13:20 +0100)]
[BROWSEUI_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[ADVAPI32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:19:24 +0000 (13:19 +0100)]
[ADVAPI32_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[ADVAPI32] Sync crypt_lmhash.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:18:23 +0000 (13:18 +0100)]
[ADVAPI32] Sync crypt_lmhash.c with Wine Staging 3.3. CORE-14434

6 years ago[ADVAPI32] Sync crypt_des.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:17:45 +0000 (13:17 +0100)]
[ADVAPI32] Sync crypt_des.c with Wine Staging 3.3. CORE-14434

6 years ago[ADVAPI32] Sync crypt.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:17:00 +0000 (13:17 +0100)]
[ADVAPI32] Sync crypt.c with Wine Staging 3.3. CORE-14434

6 years ago[ADVAPI32] Sync cred.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:16:11 +0000 (13:16 +0100)]
[ADVAPI32] Sync cred.c with Wine Staging 3.3. CORE-14434

6 years ago[STRMBASE] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:15:06 +0000 (13:15 +0100)]
[STRMBASE] Sync with Wine Staging 3.3. CORE-14434

6 years ago[MSIEXEC] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:13:47 +0000 (13:13 +0100)]
[MSIEXEC] Sync with Wine Staging 3.3. CORE-14434

6 years ago[EXPAND] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:12:40 +0000 (13:12 +0100)]
[EXPAND] Sync with Wine Staging 3.3. CORE-14434

6 years ago[RPCSS] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:11:47 +0000 (13:11 +0100)]
[RPCSS] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WRITE] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:10:37 +0000 (13:10 +0100)]
[WRITE] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WINHLP32] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:09:44 +0000 (13:09 +0100)]
[WINHLP32] Sync with Wine Staging 3.3. CORE-14434

6 years ago[IEXPLORE] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 1 Apr 2018 12:08:41 +0000 (13:08 +0100)]
[IEXPLORE] Sync with Wine Staging 3.3. CORE-14434

6 years ago[APPVEYOR] Clean up our build logs so we can focus on warnings and errors.
Amine Khaldi [Sun, 1 Apr 2018 12:07:09 +0000 (13:07 +0100)]
[APPVEYOR] Clean up our build logs so we can focus on warnings and errors.

6 years ago[NET] Reorganize and improve the help texts (1/X)
Eric Kohl [Sun, 1 Apr 2018 10:23:15 +0000 (12:23 +0200)]
[NET] Reorganize and improve the help texts (1/X)
- Move common texts into separate string resources.
- Add missing help texts for ACCOUNTS, COMPUTER, CONFIG and CONTINUE commands.

6 years ago[TFTPD] Add the Open TFTP Server to build.
Hermès Bélusca-Maïto [Sat, 31 Mar 2018 15:57:22 +0000 (17:57 +0200)]
[TFTPD] Add the Open TFTP Server to build.

Note that it constitutes a nice test for iphlpapi.dll and afd.sys.

6 years ago[TFTPD] Fix compilation, and use the #define MAX_SERVERS where needed instead of...
Hermès Bélusca-Maïto [Sat, 31 Mar 2018 15:04:47 +0000 (17:04 +0200)]
[TFTPD] Fix compilation, and use the #define MAX_SERVERS where needed instead of hardcoding its value.

6 years ago[TFTPD] Fix bound checks for array cfig.hostRanges. Spotted by 'mudhead'.
Hermès Bélusca-Maïto [Sat, 31 Mar 2018 14:49:24 +0000 (16:49 +0200)]
[TFTPD] Fix bound checks for array cfig.hostRanges. Spotted by 'mudhead'.
CORE-14515

6 years ago[SC] Fix comparison logic for the allowed user-defined service control code interval...
Hermès Bélusca-Maïto [Sat, 31 Mar 2018 14:35:19 +0000 (16:35 +0200)]
[SC] Fix comparison logic for the allowed user-defined service control code interval. Caught by contributor 'mudhead'.
CORE-14514

6 years ago[CMAKE] Fix command.com livecd.lst entry. CORE-14509
Thomas Faber [Fri, 30 Mar 2018 19:21:46 +0000 (21:21 +0200)]
[CMAKE] Fix command.com livecd.lst entry. CORE-14509

Spotted by Hermès.

6 years ago[CMAKE] Disallow use of LOCATION. CORE-14509 449/head
Thomas Faber [Sun, 11 Mar 2018 18:56:49 +0000 (19:56 +0100)]
[CMAKE] Disallow use of LOCATION. CORE-14509

6 years ago[CMAKE] Avoid use of the LOCATION property for asm16 files. CORE-14509
Thomas Faber [Fri, 30 Mar 2018 11:03:40 +0000 (13:03 +0200)]
[CMAKE] Avoid use of the LOCATION property for asm16 files. CORE-14509

In particular, ntvdm needs to post-process command.com, so this adds
a BINARY_PATH property to such files instead.

6 years ago[CMAKE] Avoid use of the LOCATION property in add_cd_file/add_rostests_file. CORE...
Thomas Faber [Fri, 30 Mar 2018 11:03:17 +0000 (13:03 +0200)]
[CMAKE] Avoid use of the LOCATION property in add_cd_file/add_rostests_file. CORE-14509

6 years ago[CMAKE] Avoid some uses of the LOCATION target property. CORE-14509
Thomas Faber [Sat, 10 Mar 2018 13:41:13 +0000 (14:41 +0100)]
[CMAKE] Avoid some uses of the LOCATION target property. CORE-14509

6 years agoAdd initial test for IShellFolderViewCB
Mark Jansen [Wed, 20 Dec 2017 21:32:06 +0000 (22:32 +0100)]
Add initial test for IShellFolderViewCB

6 years ago[CMAKE] Remove some anachronisms.
Thomas Faber [Sat, 10 Mar 2018 13:38:58 +0000 (14:38 +0100)]
[CMAKE] Remove some anachronisms.

6 years ago[INETCPL] Italian translation update (#453)
Bișoc George [Fri, 30 Mar 2018 13:19:26 +0000 (15:19 +0200)]
[INETCPL] Italian translation update (#453)

6 years agoMerge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
Colin Finck [Thu, 29 Mar 2018 21:52:22 +0000 (23:52 +0200)]
Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"

6 years ago[USBHUB_NEW] Fix USBH_CheckDeviceIDUnique return value.
Thomas Faber [Tue, 27 Mar 2018 06:59:36 +0000 (08:59 +0200)]
[USBHUB_NEW] Fix USBH_CheckDeviceIDUnique return value.

6 years ago[CRT] Fixed _tstat64 which wrongly set executable bits on files. CORE-10904 445/head
Victor Perevertkin [Sat, 24 Mar 2018 21:33:57 +0000 (00:33 +0300)]
[CRT] Fixed _tstat64 which wrongly set executable bits on files. CORE-10904
Replaced some string functions with their tchar.h analogs

6 years ago[CRT] Various fixes to Wine file functions.
Thomas Faber [Sun, 25 Mar 2018 16:34:56 +0000 (18:34 +0200)]
[CRT] Various fixes to Wine file functions.

Import the following Wine commits:
ea2798f1ce9 Iván Matellanes: msvcrt: _setmode should check if file descriptor is valid.
9b495caacfd Carlo Bramini: msvcrt: Call SetFilePointer() with correct parameters.
13f34481b26 Carlo Bramini: msvcrt: Use MSVCRT_xxx macros instead of the same ones from GLIBC.
781b069ed81 Piotr Caban: msvcrt: Don't close HANDLE if stdout or stderr is sharing it.

6 years ago[CRT] Update file descriptor handling to match Wine (7/7). CORE-14504
Thomas Faber [Sun, 25 Mar 2018 16:23:18 +0000 (18:23 +0200)]
[CRT] Update file descriptor handling to match Wine (7/7). CORE-14504

Import Wine commits by Piotr Caban:
6ed69c107f8 msvcrt: Avoid using global critical section while allocating new file descriptors.
725e4733cf8 msvcrt: Remove no longer needed global lock from functions using fd critical sections.

6 years ago[CRT] Update file descriptor handling to match Wine (6/7). CORE-14504
Thomas Faber [Sun, 25 Mar 2018 15:56:26 +0000 (17:56 +0200)]
[CRT] Update file descriptor handling to match Wine (6/7). CORE-14504

Import Wine commits by Piotr Caban:
417b6056877 msvcrt: Fix possible deadlock in dup2 function.
e7fc2370885 msvcrt: Don't use fdend in create_io_inherit_block.

6 years ago[CRT] Update file descriptor handling to match Wine (5/7). CORE-14504
Thomas Faber [Sun, 25 Mar 2018 15:02:53 +0000 (17:02 +0200)]
[CRT] Update file descriptor handling to match Wine (5/7). CORE-14504

Import Wine commits by Piotr Caban:
86baccc9ae9 msvcrt: Get rid of fdtoh helper.
bd6eaf918c5 msvcrt: Get rid of is_valid_fd helper.

6 years ago[CRT] Update file descriptor handling to match Wine (4/7). CORE-14504
Thomas Faber [Sun, 25 Mar 2018 14:31:10 +0000 (16:31 +0200)]
[CRT] Update file descriptor handling to match Wine (4/7). CORE-14504

Import Wine commits by Piotr Caban:
c7b0fb51543 msvcrt: Use fd critical section in _dup2.
b052afd4afa msvcrt: Use fd critical section in msvcrt_free_fd.
16285f5700f msvcrt: Use fd critical section in read.
9ce2a8a60c1 msvcrt: Use fd critical section in create_io_inherit_block.
f00b7f40584 msvcrt: Use fd critical section in _setmode.
ba757eaec74 msvcrt: Use fd critical section in _write.
eec7a565bec msvcrt: Don't lock __badioinfo.

6 years ago[CRT] Update file descriptor handling to match Wine (3/7). CORE-14504
Thomas Faber [Sun, 25 Mar 2018 14:15:31 +0000 (16:15 +0200)]
[CRT] Update file descriptor handling to match Wine (3/7). CORE-14504

Import Wine commits by Piotr Caban:
6c2d4f1092d msvcrt: Use fd critical section in _fstat64.
9278190d468 msvcrt: Use fd critical section in _futime64.

6 years ago[CRT] Update file descriptor handling to match Wine (2/7). CORE-14504
Thomas Faber [Sun, 25 Mar 2018 13:31:50 +0000 (15:31 +0200)]
[CRT] Update file descriptor handling to match Wine (2/7). CORE-14504

Import Wine commits by Piotr Caban:
4508e665c07 msvcrt: Use fd critical section in _commit.
afc6962a24a msvcrt: Use fd critical section in _close.
9a4cfbc3edc msvcrt: Use fd critical section in _eof.
ffdd16cc0d7 msvcrt: Use fd critical section in _locking.
fa6de597700 msvcrt: Use fd critical section in _lseeki64.
f2f45d5fe67 msvcrt: Use fd critical section in _chsize_s.

6 years ago[CRT] Update file descriptor handling to match Wine (1/7). CORE-14504
Thomas Faber [Sun, 25 Mar 2018 13:13:39 +0000 (15:13 +0200)]
[CRT] Update file descriptor handling to match Wine (1/7). CORE-14504

Import Wine commits by Piotr Caban:
0c4cb6ce5d4 msvcrt: Initialize file descriptor critical section.
1d791f5db24 msvcrt: Rename msvcrt_get_ioinfo function.

6 years ago[NTOSKRNL] Properly delete VACB in CcRosCreateVacb() when mapping fails.
Pierre Schweitzer [Sun, 25 Mar 2018 16:26:32 +0000 (18:26 +0200)]
[NTOSKRNL] Properly delete VACB in CcRosCreateVacb() when mapping fails.
Spotted by Thomas.

CORE-14478
CORE-14502

6 years ago[TRANSLATION][MPLAY32] Italian update translation (#448)
Bișoc George [Sun, 25 Mar 2018 15:33:07 +0000 (17:33 +0200)]
[TRANSLATION][MPLAY32] Italian update translation (#448)

6 years ago[devmgr] Partially implement additional buttons on driver page
Eric Kohl [Sun, 25 Mar 2018 14:20:22 +0000 (16:20 +0200)]
[devmgr] Partially implement additional buttons on driver page
Based on a patch by Jared Smudde.
- Add more space between controls
- Add german translation
- Disable unsupported buttons
CORE-10373

6 years ago[MVDM] Update some of the file headers to their new versions.
Hermès Bélusca-Maïto [Sun, 25 Mar 2018 14:19:29 +0000 (16:19 +0200)]
[MVDM] Update some of the file headers to their new versions.

6 years ago[SNDVOL32] Create small speaker icons from the default sndvol32 icon
Eric Kohl [Sun, 25 Mar 2018 12:46:44 +0000 (14:46 +0200)]
[SNDVOL32] Create small speaker icons from the default sndvol32 icon

6 years ago[EXTRAC32] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:58:56 +0000 (12:58 +0100)]
[EXTRAC32] Sync with Wine Staging 3.3. CORE-14434

6 years ago[XCOPY_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:57:16 +0000 (12:57 +0100)]
[XCOPY_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[XCOPY] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:56:35 +0000 (12:56 +0100)]
[XCOPY] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WMIC] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:55:09 +0000 (12:55 +0100)]
[WMIC] Sync with Wine Staging 3.3. CORE-14434

6 years ago[TASKKILL] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:54:34 +0000 (12:54 +0100)]
[TASKKILL] Sync with Wine Staging 3.3. CORE-14434

6 years ago[SCHTASKS] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:53:36 +0000 (12:53 +0100)]
[SCHTASKS] Sync with Wine Staging 3.3. CORE-14434

6 years ago[PSDK] Import taskschd.idl from Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:52:36 +0000 (12:52 +0100)]
[PSDK] Import taskschd.idl from Wine Staging 3.3. CORE-14434

6 years ago[REG_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:51:30 +0000 (12:51 +0100)]
[REG_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[REG] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:50:15 +0000 (12:50 +0100)]
[REG] Sync with Wine Staging 3.3. CORE-14434

6 years ago[CSCRIPT][WSCRIPT] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:48:58 +0000 (12:48 +0100)]
[CSCRIPT][WSCRIPT] Sync with Wine Staging 3.3. CORE-14434

6 years ago[LOCALUI] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:47:19 +0000 (12:47 +0100)]
[LOCALUI] Sync with Wine Staging 3.3. CORE-14434

6 years ago[INETCPL] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:46:20 +0000 (12:46 +0100)]
[INETCPL] Sync with Wine Staging 3.3. CORE-14434

6 years ago[XMLLITE_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:44:51 +0000 (12:44 +0100)]
[XMLLITE_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[XMLLITE] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:44:23 +0000 (12:44 +0100)]
[XMLLITE] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WUAPI] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:43:17 +0000 (12:43 +0100)]
[WUAPI] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WTSAPI32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:42:24 +0000 (12:42 +0100)]
[WTSAPI32_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WTSAPI32] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:41:55 +0000 (12:41 +0100)]
[WTSAPI32] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WSHOM_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:41:06 +0000 (12:41 +0100)]
[WSHOM_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WSHOM.OCX] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sun, 25 Mar 2018 11:39:53 +0000 (12:39 +0100)]
[WSHOM.OCX] Sync with Wine Staging 3.3. CORE-14434

6 years ago[ADVAPI32] Revert unnecessary changes, clarify comments and clean-up inconsistencies
Eric Kohl [Sun, 25 Mar 2018 10:03:07 +0000 (12:03 +0200)]
[ADVAPI32] Revert unnecessary changes, clarify comments and clean-up inconsistencies

6 years ago[ADVAPI32] Improve remaining TRACE messages in service manager functions
Eric Kohl [Sun, 25 Mar 2018 09:30:10 +0000 (11:30 +0200)]
[ADVAPI32] Improve remaining TRACE messages in service manager functions

6 years ago[ADVAPI32] Add or improve TRACE messages in a lot of service manager functions
Eric Kohl [Sun, 25 Mar 2018 01:58:53 +0000 (03:58 +0200)]
[ADVAPI32] Add or improve TRACE messages in a lot of service manager functions

6 years ago[ADVAPI32] Add or improve TRACE messages in the service manager functions
Eric Kohl [Sun, 25 Mar 2018 01:20:34 +0000 (03:20 +0200)]
[ADVAPI32] Add or improve TRACE messages in the service manager functions

6 years ago[SDK] Add a header for the user-mode NT EventLog API. Addendum to commit dca4fd46...
Hermès Bélusca-Maïto [Sat, 24 Mar 2018 23:28:04 +0000 (00:28 +0100)]
[SDK] Add a header for the user-mode NT EventLog API. Addendum to commit dca4fd46 (SVN r71384).

6 years ago[NTOSKRNL] Use interlocked operations for VACB reference counting.
Pierre Schweitzer [Sat, 24 Mar 2018 18:15:16 +0000 (19:15 +0100)]
[NTOSKRNL] Use interlocked operations for VACB reference counting.

CORE-14480
CORE-14285

6 years ago[NTOSKRNL] Add a few asserts when mapping a VACB in kernel space
Pierre Schweitzer [Sat, 24 Mar 2018 17:02:20 +0000 (18:02 +0100)]
[NTOSKRNL] Add a few asserts when mapping a VACB in kernel space
Also, reset VACB content when returning it to the lookaside list

CORE-14478

6 years ago[MSI] fix some defines
Mark Jansen [Sat, 24 Mar 2018 17:38:01 +0000 (18:38 +0100)]
[MSI] fix some defines
CORE-14501

6 years ago[WMVCORE] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:22:32 +0000 (13:22 +0100)]
[WMVCORE] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WMIUTILS] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:21:41 +0000 (13:21 +0100)]
[WMIUTILS] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WLDAP32] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:20:30 +0000 (13:20 +0100)]
[WLDAP32] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WINTRUST_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:19:42 +0000 (13:19 +0100)]
[WINTRUST_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WINTRUST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:18:57 +0000 (13:18 +0100)]
[WINTRUST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WINSCARD] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:18:09 +0000 (13:18 +0100)]
[WINSCARD] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WININET_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:17:33 +0000 (13:17 +0100)]
[WININET_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WININET] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:17:01 +0000 (13:17 +0100)]
[WININET] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WINHTTP_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:16:16 +0000 (13:16 +0100)]
[WINHTTP_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WINHTTP] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:15:44 +0000 (13:15 +0100)]
[WINHTTP] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WING32] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:14:55 +0000 (13:14 +0100)]
[WING32] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WINEMP3.ACM] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:14:19 +0000 (13:14 +0100)]
[WINEMP3.ACM] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WBEMPROX_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:13:22 +0000 (13:13 +0100)]
[WBEMPROX_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WBEMPROX] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Sat, 24 Mar 2018 12:12:50 +0000 (13:12 +0100)]
[WBEMPROX] Sync with Wine Staging 3.3. CORE-14434