reactos.git
9 years ago[CONSRV]
Hermès Bélusca-Maïto [Sun, 7 Sep 2014 20:05:39 +0000 (20:05 +0000)]
[CONSRV]
- Start to implement a popup list of entered commands (history), WIP.
- Fix Get/SetConsoleHistoryInfo.
- Implement SetConsoleCommandHistoryMode.

svn path=/branches/condrv_restructure/; revision=64075

9 years ago[NTOS:CC]
Amine Khaldi [Sun, 7 Sep 2014 19:16:30 +0000 (19:16 +0000)]
[NTOS:CC]
* Remove unused ExSectionInfoClass.

svn path=/trunk/; revision=64074

9 years ago[BOOTDATA]
Daniel Reimer [Sun, 7 Sep 2014 18:46:43 +0000 (18:46 +0000)]
[BOOTDATA]
Add libp11-kit-0.dll to optional components, because without it, our iexplore, sometimes FF and the Chrome installer lament about it missing.

svn path=/trunk/; revision=64073

9 years ago[OPENGL32/MESA]
Amine Khaldi [Sun, 7 Sep 2014 18:34:37 +0000 (18:34 +0000)]
[OPENGL32/MESA]
* Zap some more unneeded variables/functions.
CORE-7499

svn path=/trunk/; revision=64072

9 years ago[CALC]
Amine Khaldi [Sun, 7 Sep 2014 18:18:00 +0000 (18:18 +0000)]
[CALC]
* Fix Clang build.

svn path=/trunk/; revision=64071

9 years ago[CRT/MATH]
Amine Khaldi [Sun, 7 Sep 2014 18:13:52 +0000 (18:13 +0000)]
[CRT/MATH]
* Use the GCC version if inline assembly in ldexp() as it works with Clang too.

svn path=/trunk/; revision=64070

9 years ago[crt]
Christoph von Wittich [Sun, 7 Sep 2014 18:11:50 +0000 (18:11 +0000)]
[crt]
add null check (for ntdll only)
fixes remaining test failure in ntdll:string

svn path=/trunk/; revision=64069

9 years ago[apitests/crt]
Christoph von Wittich [Sun, 7 Sep 2014 18:11:08 +0000 (18:11 +0000)]
[apitests/crt]
pass the correct buffer size

svn path=/trunk/; revision=64068

9 years ago[CRT]
Amine Khaldi [Sun, 7 Sep 2014 17:44:24 +0000 (17:44 +0000)]
[CRT]
* Use gas to compile except/cpp.c until http://llvm.org/bugs/show_bug.cgi?id=19027 is fixed.

svn path=/trunk/; revision=64067

9 years ago[NTSTRSAFE]
Amine Khaldi [Sun, 7 Sep 2014 17:30:44 +0000 (17:30 +0000)]
[NTSTRSAFE]
* Don't mark varags functions as stdcall.

svn path=/trunk/; revision=64066

9 years ago[PSEH3]
Amine Khaldi [Sun, 7 Sep 2014 17:24:08 +0000 (17:24 +0000)]
[PSEH3]
* Enable PSEH for Clang builds.

svn path=/trunk/; revision=64065

9 years ago[CMAKE/CLANG]
Amine Khaldi [Sun, 7 Sep 2014 17:19:14 +0000 (17:19 +0000)]
[CMAKE/CLANG]
* Properly set CMAKE_STATIC_LIBRARY_SUFFIX and CMAKE_LINK_LIBRARY_SUFFIX for Clang builds.

svn path=/trunk/; revision=64064

9 years ago[SAL]
Amine Khaldi [Sun, 7 Sep 2014 17:10:44 +0000 (17:10 +0000)]
[SAL]
* Add some missing _Check_return_ annotations.

svn path=/trunk/; revision=64063

9 years ago[CRT/INTRIN_X86]
Amine Khaldi [Sun, 7 Sep 2014 17:09:34 +0000 (17:09 +0000)]
[CRT/INTRIN_X86]
* Skip some intrinsics when compiling with Clang.

svn path=/trunk/; revision=64062

9 years ago[crt]
Christoph von Wittich [Sun, 7 Sep 2014 13:55:36 +0000 (13:55 +0000)]
[crt]
revert changes to streamout_char

svn path=/trunk/; revision=64061

9 years ago[CMAKE/CLANG]
Amine Khaldi [Sun, 7 Sep 2014 12:36:26 +0000 (12:36 +0000)]
[CMAKE/CLANG]
* Fix Clang def file handling.
* Clang doesn't have -Wold-style-declaration (yet?).

svn path=/trunk/; revision=64060

9 years ago[CMAKE]
Amine Khaldi [Sun, 7 Sep 2014 12:33:13 +0000 (12:33 +0000)]
[CMAKE]
* Fix Clang toolchain file with regards to static libs creation.

svn path=/trunk/; revision=64059

9 years ago[OPENGL32/MESA]
Amine Khaldi [Sun, 7 Sep 2014 12:30:40 +0000 (12:30 +0000)]
[OPENGL32/MESA]
* Zap extra_EXT_secondary_color_flush_current and EXT_secondary_color.
CORE-7499

svn path=/trunk/; revision=64058

9 years ago[OPENGL32/MESA]
Amine Khaldi [Sun, 7 Sep 2014 11:52:18 +0000 (11:52 +0000)]
[OPENGL32/MESA]
* Zap unused nonlinear_to_linear().
CORE-7499

svn path=/trunk/; revision=64057

9 years ago[crt]
Christoph von Wittich [Sun, 7 Sep 2014 10:34:17 +0000 (10:34 +0000)]
[crt]
fix behavior of _sxprintf when a NULL buffer is supplied
fixes ntdll:string winetest

svn path=/trunk/; revision=64056

9 years ago[ROSAUTOTEST]
Hermès Bélusca-Maïto [Sun, 7 Sep 2014 00:34:26 +0000 (00:34 +0000)]
[ROSAUTOTEST]
Initialize hStdInput to the standard input handle, and hStdError to the output pipe, instead of keeping these handles NULL. See the details why this is important in the Jira report ROSTESTS-140.
ROSTESTS-140 #resolve #comment Fixed.

svn path=/trunk/; revision=64055

9 years ago[Win32k]
James Tabor [Sat, 6 Sep 2014 17:47:45 +0000 (17:47 +0000)]
[Win32k]
- Apply band-aid patch from CORE-8506. Problem still persists, how did a bad region get plugged into the DCE structure?

svn path=/trunk/; revision=64054

9 years ago[RPCRT4]
Eric Kohl [Sat, 6 Sep 2014 16:51:32 +0000 (16:51 +0000)]
[RPCRT4]
EmbeddedPointerBufferSize and EmbeddedPointerMarshall: Store the pointer to the current array element in the stub message. This fixes buffer size calculation for arrays that contain structs with embedded pointer. This patch will also be submitted to the WINE project.

svn path=/trunk/; revision=64053

9 years ago[TRANSLATION]
Daniel Reimer [Sat, 6 Sep 2014 13:18:33 +0000 (13:18 +0000)]
[TRANSLATION]
Czech translation update by Radek Liska
 + Polish translated new string by Adam Stachowicz
 + German translated new string by ME
CORE-8499 #resolve #comment Committed, thx.

svn path=/trunk/; revision=64052

9 years ago[TRANSLATION]
Daniel Reimer [Sat, 6 Sep 2014 13:03:13 +0000 (13:03 +0000)]
[TRANSLATION]
CMD Utils russian translate by Kudratov Olimjon
CORE-8482 #resolve #comment Committed with \" -> "" and Tabs removed. Thx
Mplay32 russian translate by Kudratov Olimjon
CORE-8480 #resolve #comment Committed with \" -> "" and Tabs removed. Thx
CMD Ping russian translate by Kudratov Olimjon
CORE-8481 #resolve #comment Committed with \" -> "" and Tabs removed. Thx
Some fixes and improvements in Russian Translation by Kudratov Olimjon
CORE-8495 #resolve #comment Committed with \" -> "" and Tabs removed. Thx

svn path=/trunk/; revision=64051

9 years ago[SHELL32]
Johannes Anderwald [Sat, 6 Sep 2014 12:33:17 +0000 (12:33 +0000)]
[SHELL32]
- rewrite _ILCreateFontItem
- fix a buffer overflow

svn path=/trunk/; revision=64050

9 years ago[DLL]
Daniel Reimer [Sat, 6 Sep 2014 12:24:49 +0000 (12:24 +0000)]
[DLL]
Shell32 and browseui: update Russian Translation by Akhlamov Petr
CORE-7981 #resolve #comment Committed except the IDS_STANDARD_TOOLBAR part in browseui which is not defined ANYWHERE, thx.

svn path=/trunk/; revision=64049

9 years ago[MEDIA]
Daniel Reimer [Sat, 6 Sep 2014 11:13:45 +0000 (11:13 +0000)]
[MEDIA]
Turkish Translation Update by Erdem Ersoy
CORE-7861 #comment Committed your translation notes.

svn path=/trunk/; revision=64048

9 years ago[MEDIA]
Daniel Reimer [Sat, 6 Sep 2014 11:09:16 +0000 (11:09 +0000)]
[MEDIA]
Translation Notes by Ștefan Fulea
CORE-8468 #resolve #comment Committed.

svn path=/trunk/; revision=64047

9 years ago[XDK/DDK]
Timo Kreuzer [Fri, 5 Sep 2014 21:54:49 +0000 (21:54 +0000)]
[XDK/DDK]
- Remove useless inline definition of InterlockedBitTestAnd(Re)Set, which was not used anyway.
- Update template for ntdef.h

svn path=/trunk/; revision=64046

9 years ago[PSDK]
Timo Kreuzer [Fri, 5 Sep 2014 21:47:09 +0000 (21:47 +0000)]
[PSDK]
- Shuffle some definitions in ntdef.h
- Fix definition of UInt32x32To64 in intsafe.h

svn path=/trunk/; revision=64045

9 years agoCode formatting mainly (and comments fixes for future usage).
Hermès Bélusca-Maïto [Fri, 5 Sep 2014 21:12:42 +0000 (21:12 +0000)]
Code formatting mainly (and comments fixes for future usage).

svn path=/branches/condrv_restructure/; revision=64044

9 years ago[CONSRV]: Code reorganization part 2 (add some comments for future fixes).
Hermès Bélusca-Maïto [Fri, 5 Sep 2014 21:08:15 +0000 (21:08 +0000)]
[CONSRV]: Code reorganization part 2 (add some comments for future fixes).

svn path=/branches/condrv_restructure/; revision=64043

9 years ago[CONSRV]: Code reorganization part 1.
Hermès Bélusca-Maïto [Fri, 5 Sep 2014 21:06:36 +0000 (21:06 +0000)]
[CONSRV]: Code reorganization part 1.

svn path=/branches/condrv_restructure/; revision=64042

9 years ago[GDI32]
Timo Kreuzer [Fri, 5 Sep 2014 20:55:01 +0000 (20:55 +0000)]
[GDI32]
Add comment about broken #if 0'ed code, noticed by Hermes.

svn path=/trunk/; revision=64041

9 years ago[GDI32]
Timo Kreuzer [Fri, 5 Sep 2014 20:16:52 +0000 (20:16 +0000)]
[GDI32]
Use GdiAllocBatchCommand in SetBrushOrgEx instead of manual and broken fiddling with GdiTebBatch. Fixes CID 716217.

svn path=/trunk/; revision=64040

9 years ago[SPEC2DEF] Add support for ARM asm stub generation
Timo Kreuzer [Fri, 5 Sep 2014 20:07:53 +0000 (20:07 +0000)]
[SPEC2DEF] Add support for ARM asm stub generation
[HALARM] Add a dummy CMakeLists.txt
[BOOTVID] Fix ARM compilation

svn path=/trunk/; revision=64039

9 years ago[PSEH]
Timo Kreuzer [Fri, 5 Sep 2014 17:55:35 +0000 (17:55 +0000)]
[PSEH]
Add dummy seh_prolog.s for arm. Dedicated to Z98

svn path=/trunk/; revision=64038

9 years ago[NTOS:LPC]
Amine Khaldi [Fri, 5 Sep 2014 09:41:25 +0000 (09:41 +0000)]
[NTOS:LPC]
* Remove unused pointer and logically dead code paths. CID 1237020.
CORE-7975

svn path=/trunk/; revision=64037

9 years ago[NTOS:OB]
Amine Khaldi [Fri, 5 Sep 2014 09:20:37 +0000 (09:20 +0000)]
[NTOS:OB]
* Fix a nasty typo in ObOpenObjectByName(). CID 1237016.
CORE-7975

svn path=/trunk/; revision=64036

9 years ago[MSVCRT]
Amine Khaldi [Thu, 4 Sep 2014 13:39:51 +0000 (13:39 +0000)]
[MSVCRT]
* Use Wine's _pclose(). Fixes msvcrt:misc crash.
CORE-8080

svn path=/trunk/; revision=64035

9 years ago[EVENTLOG]
Sylvain Petreolle [Wed, 3 Sep 2014 23:07:47 +0000 (23:07 +0000)]
[EVENTLOG]
Remove the event log handle from the list *before* destroying it.
Fixes failure in advapi32:eventlog double close test.

svn path=/trunk/; revision=64034

9 years ago[EVENTLOG]
Sylvain Petreolle [Wed, 3 Sep 2014 21:03:35 +0000 (21:03 +0000)]
[EVENTLOG]
Fix creation of backup event log files.
Thanks to zefklop for his help.

svn path=/trunk/; revision=64033

9 years ago[URLMON]
Amine Khaldi [Wed, 3 Sep 2014 19:29:54 +0000 (19:29 +0000)]
[URLMON]
* Revisit the exports to match IE8 which we apparently report.
CORE-8174

svn path=/trunk/; revision=64032

9 years ago[URLMON]
Amine Khaldi [Wed, 3 Sep 2014 18:52:16 +0000 (18:52 +0000)]
[URLMON]
* Bring back CoInternetCombineIUri.
CORE-8174

svn path=/trunk/; revision=64031

9 years ago[USBHUB]: Fix a typo, corrected by kikidee!
Hermès Bélusca-Maïto [Tue, 2 Sep 2014 18:40:08 +0000 (18:40 +0000)]
[USBHUB]: Fix a typo, corrected by kikidee!
CORE-8501 #resolve #comment Corrected, thanks!

svn path=/trunk/; revision=64030

9 years ago[BROWSEUI_APITEST]
David Quintana [Tue, 2 Sep 2014 00:50:15 +0000 (00:50 +0000)]
[BROWSEUI_APITEST]
* Improve SHExplorerParseCmdLine tests with whole bunch of new lines, and update the EXPLORER_INFO struct to match the findings.

svn path=/trunk/; revision=64029

9 years ago[KMTESTS]
Jérôme Gardou [Mon, 1 Sep 2014 22:41:36 +0000 (22:41 +0000)]
[KMTESTS]
 - Test what happens to the 'base' of memory allocated with ZwAllocateVirtualMemory
 - Fix some tests according to w2k3sp2 behaviour.
Thanks Amine for testing ;-)

svn path=/trunk/; revision=64028

9 years ago[INCLUDE/SUBSYS]: Un-anonymous CSR structures.
Hermès Bélusca-Maïto [Mon, 1 Sep 2014 21:59:53 +0000 (21:59 +0000)]
[INCLUDE/SUBSYS]: Un-anonymous CSR structures.

svn path=/branches/condrv_restructure/; revision=64027

9 years ago[CRYPT32]
Jérôme Gardou [Mon, 1 Sep 2014 20:58:41 +0000 (20:58 +0000)]
[CRYPT32]
 - Merge the "Root" and the "AuthRoot" certificate stores
This, with the now almost faaous gnutls DLLs, allows mshtml:events test to not hang

svn path=/trunk/; revision=64026

9 years ago[HIVESFT]
Jérôme Gardou [Mon, 1 Sep 2014 20:58:32 +0000 (20:58 +0000)]
[HIVESFT]
 - Import various certificates required to open secure connection to www.winehq.org

svn path=/trunk/; revision=64025

9 years ago[HAL]
Hermès Bélusca-Maïto [Mon, 1 Sep 2014 16:42:58 +0000 (16:42 +0000)]
[HAL]
Update the PCI hardware IDs. Extracted from the pci.ids database from http://pciids.sourceforge.net/ from 2014.08.30
Maintained by Martin Mares <mj@ucw.cz> and other volunteers from the PCI ID Project at http://pci-ids.ucw.cz/.

svn path=/trunk/; revision=64024

9 years ago[SCHANNEL]
Jérôme Gardou [Mon, 1 Sep 2014 16:32:26 +0000 (16:32 +0000)]
[SCHANNEL]
 - Restore a few function forwarders to secur32
Noticed by Timo. Thanks!

svn path=/trunk/; revision=64023

9 years ago[SECUR32]
Jérôme Gardou [Mon, 1 Sep 2014 12:21:16 +0000 (12:21 +0000)]
[SECUR32]
 - Update spec file
[SCHANNEL]
 - Update stubs list
Please blame binutils

svn path=/trunk/; revision=64022

9 years ago[SCHANNEL]
Jérôme Gardou [Mon, 1 Sep 2014 12:00:20 +0000 (12:00 +0000)]
[SCHANNEL]
 - Uglier but (hopefully) functioning hack for Visual Studio compilers

svn path=/trunk/; revision=64021

9 years ago[KERNEL32]
Thomas Faber [Mon, 1 Sep 2014 11:58:42 +0000 (11:58 +0000)]
[KERNEL32]
- Use signed multiplication for signed numbers
CORE-8502 #resolve

svn path=/trunk/; revision=64020

9 years ago[SCHANNEL]
Jérôme Gardou [Mon, 1 Sep 2014 09:33:28 +0000 (09:33 +0000)]
[SCHANNEL]
 - try fixing compilation with VS>=2010

svn path=/trunk/; revision=64019

9 years ago[REACTOS.DFF]
Jérôme Gardou [Mon, 1 Sep 2014 09:33:16 +0000 (09:33 +0000)]
[REACTOS.DFF]
 - Update GNUTLS DLL list

svn path=/trunk/; revision=64018

9 years ago[BOOTVID]
Hermès Bélusca-Maïto [Sun, 31 Aug 2014 23:00:29 +0000 (23:00 +0000)]
[BOOTVID]
- Synchronize correctly arm/bootdata.c with i386, as it was done previously.
- Code formatting: whitespace fixes, add braces/brackets and spaces where needed; comments styling.
- Correctly put braces for casts and around macro parameters.
- Add some IN/OUT.
- Fix parameter names of a function.

[INBV]
- Fix parameter names of two functions.

svn path=/trunk/; revision=64017

9 years ago[PSDK/XDK]
Timo Kreuzer [Sun, 31 Aug 2014 20:44:56 +0000 (20:44 +0000)]
[PSDK/XDK]
First version of autogenerated ntdef.h and winnt.h

svn path=/trunk/; revision=64016

9 years ago[NETAPI32]
Thomas Faber [Sun, 31 Aug 2014 19:37:19 +0000 (19:37 +0000)]
[NETAPI32]
- Generate empty strings instead of NULL strings in BuildUserInfoBuffer
CORE-8343 #resolve

svn path=/trunk/; revision=64015

9 years ago[NETAPI32]
Thomas Faber [Sun, 31 Aug 2014 19:29:53 +0000 (19:29 +0000)]
[NETAPI32]
- Make the code in BuildUserInfoBuffer slightly more uniform so it can be generated.
See https://reactos.org/wiki/User:ThFabba/netuser.py for the generation script
CORE-8343

svn path=/trunk/; revision=64014

9 years ago[winnt.h]
Timo Kreuzer [Sun, 31 Aug 2014 15:57:16 +0000 (15:57 +0000)]
[winnt.h]
- UNLONG -> DWORD
- Add missing PROBE_ALIGNMENT32, DECLSPEC_NOTHROW, SYSTEM_CACHE_ALIGNMENT_SIZE, DECLSPEC_CACHEALIGN, DECLSPEC_UUID, DECLSPEC_DEPRECATED, DECLSPEC_DEPRECATED_DDK, COMPARTMENT_ID, OBJECTID, ALL_PROCESSOR_GROUPS, RATE_QUOTA_LIMIT, PRODUCT_*, LANG_*, SORT_*
- Remove PRODUCT_SERVER_V, PRODUCT_CORE_LANGUAGESPECIFIC
- Add some missing definitions for ARM
- Fix tag of LIST_ENTRY32/64
=> one step closer to wo^Z^Z autogeneration.

svn path=/trunk/; revision=64013

9 years agoCode formatting only.
Hermès Bélusca-Maïto [Sun, 31 Aug 2014 14:57:43 +0000 (14:57 +0000)]
Code formatting only.

svn path=/branches/condrv_restructure/; revision=64012

9 years ago[CONSRV]: Continuing code refactoring of revisions 63866, 63867, 63868 and 63874.
Hermès Bélusca-Maïto [Sun, 31 Aug 2014 14:04:03 +0000 (14:04 +0000)]
[CONSRV]: Continuing code refactoring of revisions 63866, 63867, 63868 and 63874.

svn path=/branches/condrv_restructure/; revision=64011

9 years ago[CONSRV]: Merge again ConDrvProcessKey and ConioProcessKey.
Hermès Bélusca-Maïto [Sun, 31 Aug 2014 14:01:21 +0000 (14:01 +0000)]
[CONSRV]: Merge again ConDrvProcessKey and ConioProcessKey.

svn path=/branches/condrv_restructure/; revision=64010

9 years ago[winnt.h]
Timo Kreuzer [Sun, 31 Aug 2014 13:41:14 +0000 (13:41 +0000)]
[winnt.h]
Change the order of definitions to more closely match ntdef.h

svn path=/trunk/; revision=64009

9 years ago[NTOS:CC]
Thomas Faber [Sun, 31 Aug 2014 12:56:36 +0000 (12:56 +0000)]
[NTOS:CC]
- Consistently use LONGLONG for file offsets

svn path=/trunk/; revision=64008

9 years ago[CONSRV]
Hermès Bélusca-Maïto [Sun, 31 Aug 2014 11:58:50 +0000 (11:58 +0000)]
[CONSRV]
- Some code cleaning.
- Bring back the terminal bell that was added in revision 58253 and disabled in revision 58447.

svn path=/branches/condrv_restructure/; revision=64007

9 years ago[NTOS:CC]
Thomas Faber [Sun, 31 Aug 2014 11:47:41 +0000 (11:47 +0000)]
[NTOS:CC]
- Actually flush the whole file in CcFlushCache if FileOffset is NULL instead of just the first 4GB

svn path=/trunk/; revision=64006

9 years ago[CONSRV]: Code cleaning.
Hermès Bélusca-Maïto [Sun, 31 Aug 2014 11:24:23 +0000 (11:24 +0000)]
[CONSRV]: Code cleaning.

svn path=/branches/condrv_restructure/; revision=64005

9 years ago[CONSRV][CONDRV]
Hermès Bélusca-Maïto [Sun, 31 Aug 2014 11:07:09 +0000 (11:07 +0000)]
[CONSRV][CONDRV]
- Move CSR details (pre/post-processing, unicode translation) of reading/writing console inputs to consrv, where they belong.
- Add a temporary solution to screenbuffer resizing notifications, to be properly fixed later on.

svn path=/branches/condrv_restructure/; revision=64004

9 years ago[CMAKE]
Thomas Faber [Sun, 31 Aug 2014 10:55:32 +0000 (10:55 +0000)]
[CMAKE]
- Disable C4244 (implicit integer truncation) warning on MSVC builds because it causes people to add broken casts that make the situation worse.

svn path=/trunk/; revision=64003

9 years ago[KMTESTS:KE]
Thomas Faber [Sun, 31 Aug 2014 10:27:35 +0000 (10:27 +0000)]
[KMTESTS:KE]
- Increase timeout in KeGuardedMutex test to avoid flakiness

svn path=/trunk/; revision=64002

9 years ago[VIDEOPRT]: "...Sesion" --> "...Session": fix a typo.
Hermès Bélusca-Maïto [Sun, 31 Aug 2014 00:04:20 +0000 (00:04 +0000)]
[VIDEOPRT]: "...Sesion" --> "...Session": fix a typo.

svn path=/trunk/; revision=64001

9 years ago[PSDK/...]
Timo Kreuzer [Sat, 30 Aug 2014 22:26:42 +0000 (22:26 +0000)]
[PSDK/...]
- Add/improve some definitions in ntdef.h
- fix definition of SUBLANG_SINDHI_PAKISTAN in winnt.h
- enable ARRAYSIZE in winnt.h
- #undef ARRAYSIZE in certain wine code to avoid redefinition
- Use PCCH instead of PCCHAR in ext2lib (PCCHAR is ntdef.h only)
- remove obsolete definitions from smss.h

svn path=/trunk/; revision=64000

9 years ago[README.WINE]
Jérôme Gardou [Sat, 30 Aug 2014 21:43:40 +0000 (21:43 +0000)]
[README.WINE]
 - Relevant update from previous commits

svn path=/trunk/; revision=63999

9 years ago[XDK]
Timo Kreuzer [Sat, 30 Aug 2014 21:35:16 +0000 (21:35 +0000)]
[XDK]
Initial work for autogenerating ntdef.h and winnt.h to reduce code duplication by sharing a lot of stuff.

svn path=/trunk/; revision=63998

9 years ago[REACTOS.DFF]
Jérôme Gardou [Sat, 30 Aug 2014 21:33:42 +0000 (21:33 +0000)]
[REACTOS.DFF]
 - Add optional GNUTLS DLLs for the curious. They can be grabbed from here: ftp://ftp.gnutls.org/gcrypt/gnutls/w32/gnutls-3.2.16-w32.zip
We will provide a MSI package soon

svn path=/trunk/; revision=63997

9 years ago[SCHANNEL]
Jérôme Gardou [Sat, 30 Aug 2014 21:33:21 +0000 (21:33 +0000)]
[SCHANNEL]
 - Import TLS/SSL support on top of GNUTLS from wine
Won't work until we ship the gnutls DLLs

svn path=/trunk/; revision=63996

9 years ago[INCLUDE]
Jérôme Gardou [Sat, 30 Aug 2014 21:32:52 +0000 (21:32 +0000)]
[INCLUDE]
 - import GNUTLS headers
 - define wine's SONAME_LIBGNUTLS to a relevant value

svn path=/trunk/; revision=63995

9 years ago[SECUR32]
Jérôme Gardou [Sat, 30 Aug 2014 21:31:32 +0000 (21:31 +0000)]
[SECUR32]
 - Import SSPI module loading from wine

svn path=/trunk/; revision=63994

9 years ago[HPP]
Timo Kreuzer [Sat, 30 Aug 2014 17:18:48 +0000 (17:18 +0000)]
[HPP]
Implement support for variable substitution

svn path=/trunk/; revision=63993

9 years ago[CONSRV]: Start implementing popup windows (it's what you see when you press e.g...
Hermès Bélusca-Maïto [Sat, 30 Aug 2014 16:20:32 +0000 (16:20 +0000)]
[CONSRV]: Start implementing popup windows (it's what you see when you press e.g. the F7 key in your console, when you run cmd.exe).

svn path=/branches/condrv_restructure/; revision=63992

9 years ago[CONDRV]
Hermès Bélusca-Maïto [Sat, 30 Aug 2014 16:18:07 +0000 (16:18 +0000)]
[CONDRV]
- In ConDrvChangeScreenBufferAttributes, change also the popup attributes.
- In some functions we need to check validity of Read/WriteCoord parameters, add fixme for now, that need to be fixed later on.

svn path=/branches/condrv_restructure/; revision=63991

9 years ago[CONSRV]: Code formatting only.
Hermès Bélusca-Maïto [Sat, 30 Aug 2014 15:59:35 +0000 (15:59 +0000)]
[CONSRV]: Code formatting only.

svn path=/branches/condrv_restructure/; revision=63990

9 years ago[W32KNAPI_APITEST]
Amine Khaldi [Sat, 30 Aug 2014 12:05:36 +0000 (12:05 +0000)]
[W32KNAPI_APITEST]
* Here's another memset call..

svn path=/trunk/; revision=63989

9 years ago[W32KNAPI_APITEST]
Amine Khaldi [Sat, 30 Aug 2014 12:03:58 +0000 (12:03 +0000)]
[W32KNAPI_APITEST]
* Fix a memset call. CID 1223160.
CORE-7975

svn path=/trunk/; revision=63988

9 years ago[W32KNAPI_APITEST]
Amine Khaldi [Sat, 30 Aug 2014 11:53:17 +0000 (11:53 +0000)]
[W32KNAPI_APITEST]
* Remove some unused pointer values. CID 1223186.
CORE-7975

svn path=/trunk/; revision=63987

9 years ago[USER32]
Amine Khaldi [Sat, 30 Aug 2014 11:38:16 +0000 (11:38 +0000)]
[USER32]
* Remove unused pointer. CID 1223187.
CORE-7975

svn path=/trunk/; revision=63986

9 years ago[FREELDR]
Thomas Faber [Sat, 30 Aug 2014 10:59:25 +0000 (10:59 +0000)]
[FREELDR]
- Improve GetPciIrqRoutingTable. Patch by Sergey Chernov (serrox at ya dot ru), small modifications by me.
CORE-8440

svn path=/trunk/; revision=63985

9 years ago[UNIATA]
Thomas Faber [Sat, 30 Aug 2014 10:17:53 +0000 (10:17 +0000)]
[UNIATA]
- Update to 0.45a8
CORE-8432 #resolve

svn path=/trunk/; revision=63984

9 years ago[LSASRV]
Amine Khaldi [Sat, 30 Aug 2014 08:53:18 +0000 (08:53 +0000)]
[LSASRV]
* Fix MSVC build.
* Arch, review patches before committing!

svn path=/trunk/; revision=63983

9 years ago[NTOS:PO]
Thomas Faber [Sat, 30 Aug 2014 08:31:28 +0000 (08:31 +0000)]
[NTOS:PO]
- Enforce SeShutdownPrivilege in NtSetSystemPowerState
CORE-8476 #resolve

svn path=/trunk/; revision=63982

9 years ago[USETUP][WINLOGON]
Thomas Faber [Sat, 30 Aug 2014 07:04:57 +0000 (07:04 +0000)]
[USETUP][WINLOGON]
- Acuire SeShutdownPrivilege before calling NtShutdownSystem
CORE-8476

svn path=/trunk/; revision=63981

9 years ago[EVENTVWR]
Thomas Faber [Sat, 30 Aug 2014 07:01:47 +0000 (07:01 +0000)]
[EVENTVWR]
- Use strsafe functions
- Don't cast malloc
- PSTR/PWSTR typedefs are for null-terminated strings, which output buffers aren't
- "dwData" implies the value is data, not the size of data. Also, cbData is specified in bytes (hence "cb")
- Avoid pointless use of HEAP_ZERO_MEMORY

svn path=/trunk/; revision=63980

9 years ago[CONSRV]
Hermès Bélusca-Maïto [Fri, 29 Aug 2014 19:54:10 +0000 (19:54 +0000)]
[CONSRV]
Commit my work that I've done during my trip from Albi back to Paris (part 2/2):
Remove terminal-specific line discipline code from CONDRV back to CONSRV.

svn path=/branches/condrv_restructure/; revision=63979

9 years ago[CONSRV]
Hermès Bélusca-Maïto [Fri, 29 Aug 2014 19:45:45 +0000 (19:45 +0000)]
[CONSRV]
Commit my work that I've done during my trip from Albi back to Paris (part 1/2):
- QuickEdit and InsertMode are input modes that are related to CONSRV terminal(s), therefore remove them from CONDRV that needs to be agnostic about terminal specificities.
- Separate history helper functions from the line discipline functions to different files.

svn path=/branches/condrv_restructure/; revision=63978

9 years ago[NTOS/MM]
Jérôme Gardou [Fri, 29 Aug 2014 09:21:35 +0000 (09:21 +0000)]
[NTOS/MM]
 - Properly decrement pagetable frame entry share count when unmapping a system-mapped section
 - Handle the PTE dirty bit

svn path=/trunk/; revision=63977

9 years ago[ROSTESTS]
Eric Kohl [Thu, 28 Aug 2014 20:48:20 +0000 (20:48 +0000)]
[ROSTESTS]
Fix potential cut & paste bugs.

svn path=/trunk/; revision=63976