reactos.git
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

9 years ago[GETUNAME]
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 17:46:05 +0000 (17:46 +0000)]
[GETUNAME]
- Update definitions of en-US.rc for Unicode 7.0, patch by Baruch Rutman.
- Synchronize the other resource files wrt. en-US.rc. To translators and future "synchronizer" 8^) : please keep in mind that you need also to synchronize all the other language files!

svn path=/trunk/; revision=63975

9 years ago[KERNEL32]: Russian translation update by Olimjon Kudratov.
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 15:06:14 +0000 (15:06 +0000)]
[KERNEL32]: Russian translation update by Olimjon Kudratov.
CORE-8450 #resolve #comment Committed, thanks!

svn path=/trunk/; revision=63974

9 years ago[RAPPS]
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 14:42:57 +0000 (14:42 +0000)]
[RAPPS]
Many Improvements and Many Fixes by Erdem Ersoy.
CORE-7710 #comment Version 10 of the patch committed in revision 63973, thanks!

svn path=/trunk/; revision=63973

9 years ago[TRANSLATION]
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 14:29:48 +0000 (14:29 +0000)]
[TRANSLATION]
Turkish translation update by Erdem Ersoy.
CORE-7861 #comment Translation_7.patch, tr-TR.h (for usetup) and trk.nls.patch committed in revision 63972, big thanks!!

svn path=/trunk/; revision=63972

9 years ago[USETUP]: Polish translation by Adam Stachowicz.
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 14:00:15 +0000 (14:00 +0000)]
[USETUP]: Polish translation by Adam Stachowicz.
CORE-5790 #resolve #comment Usetup polish translation committed in revision 63971, thanks! To all translators: please recheck that nothing was corrupted via encoding problems.

svn path=/trunk/; revision=63971

9 years ago[TASKMGR]
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 13:52:17 +0000 (13:52 +0000)]
[TASKMGR]
- Czech controls resize by Radek Liska,
- Russian controls resize by Dmitry Gorbachev, Adam Stachowicz & others
- Polish translation update by Adam Stachowicz.
CORE-5790 #comment Layout & translation fixes for the Task manager committed in revision 63970.

svn path=/trunk/; revision=63970

9 years ago[MPLAY32]: Update polish resources, by Adam Stachowicz.
Hermès Bélusca-Maïto [Thu, 28 Aug 2014 13:34:41 +0000 (13:34 +0000)]
[MPLAY32]: Update polish resources, by Adam Stachowicz.
CORE-5790 #comment Polish translation for MPLAY32 committed in revision 63969, thanks :)

svn path=/trunk/; revision=63969

9 years ago[DBGHELP]
Dmitry Gorbachev [Thu, 28 Aug 2014 07:31:55 +0000 (07:31 +0000)]
[DBGHELP]
Add a missing static keyword.

svn path=/trunk/; revision=63968

9 years ago[TASKMGR]
Daniel Reimer [Wed, 27 Aug 2014 21:13:33 +0000 (21:13 +0000)]
[TASKMGR]
German translation update. / Fix the "&" locations to follow the Windows XP GER way.

svn path=/trunk/; revision=63967

9 years agostrsafe.h++;
Sylvain Petreolle [Wed, 27 Aug 2014 21:01:47 +0000 (21:01 +0000)]
strsafe.h++;

svn path=/trunk/; revision=63966

9 years ago[EVENTLOG]
Sylvain Petreolle [Wed, 27 Aug 2014 20:59:27 +0000 (20:59 +0000)]
[EVENTLOG]
Fix crash in LogfCreate when LogName is NULL.
strsafe.h++;

svn path=/trunk/; revision=63965

9 years agoFix PCH=0 build.
Sylvain Petreolle [Wed, 27 Aug 2014 20:32:13 +0000 (20:32 +0000)]
Fix PCH=0 build.

svn path=/trunk/; revision=63964

9 years ago[ROSAUTOTEST]
Sylvain Petreolle [Wed, 27 Aug 2014 20:19:43 +0000 (20:19 +0000)]
[ROSAUTOTEST]
Report the start and end of the tests in the Application event log.
This gives data for the advapi32:eventlog tests.

svn path=/trunk/; revision=63963

9 years ago[PSDK]
Pierre Schweitzer [Wed, 27 Aug 2014 19:29:41 +0000 (19:29 +0000)]
[PSDK]
Add two missing constants

svn path=/trunk/; revision=63962

9 years ago[TASKMGR]
Hermès Bélusca-Maïto [Wed, 27 Aug 2014 12:46:22 +0000 (12:46 +0000)]
[TASKMGR]
- Simplify EnablePrivilege().
- Add "Lock computer" option to the shutdown menu.
- Display the last error description if something failed when selecting one of the shutdown options.
Inspired by the patch of Robert Naumann (see CORE-8048).
CORE-8048 #resolve #comment I adapted some of your ideas to what I already committed in revision 63955, thanks!

svn path=/trunk/; revision=63961

9 years ago[MPLAY32]: Improve ShowLastWin32Error().
Hermès Bélusca-Maïto [Wed, 27 Aug 2014 12:38:45 +0000 (12:38 +0000)]
[MPLAY32]: Improve ShowLastWin32Error().

svn path=/trunk/; revision=63960

9 years ago[PSEH_TEST]
Thomas Faber [Tue, 26 Aug 2014 21:49:06 +0000 (21:49 +0000)]
[PSEH_TEST]
- Add test case that uses a significant amount of stack in the except handler
CORE-8469 #resolve

svn path=/trunk/; revision=63959

9 years ago[PSEH3]
Jérôme Gardou [Tue, 26 Aug 2014 21:35:21 +0000 (21:35 +0000)]
[PSEH3]
 - Do not try to dereference potentially invalid pointers.
The FrameRegister->ExceptionPointers pointer is only valid in the context of the filter function. Indeed, the PSEH3 exception handler allocates it on the stack, and when control gets back to the __excep { } coder, ebp and esp were already restored to their original values, so whatever can happen to those pointers.
Investigation and debugging mastered by Thomas Faber, whose efforts were shamelessly stolen by me to improve my commit statistics.
CORE-8469 #comment patch committed, you may want to commit your testcase though :-p

svn path=/trunk/; revision=63958

9 years ago[BOOTDATA]
Hermès Bélusca-Maïto [Tue, 26 Aug 2014 20:26:17 +0000 (20:26 +0000)]
[BOOTDATA]
Use the standard C:\YourNTOSInstallDirectory\Temp temp directory as it is done on Windows, instead of C:\TEMP.
Patch by Lee Schroeder.
CORE-8390 #resolve #comment Fixed, thanks ;)

svn path=/trunk/; revision=63957

9 years ago[MPLAY32]:
Hermès Bélusca-Maïto [Tue, 26 Aug 2014 19:16:08 +0000 (19:16 +0000)]
[MPLAY32]:
- Add a forgotten full stop for an error string.
- Update spanish translation, by Javiez Fernandez.
CORE-8470 #resolve #comment Committed, thanks :)

svn path=/trunk/; revision=63956

9 years ago[TASKMGR]
Hermès Bélusca-Maïto [Tue, 26 Aug 2014 18:57:20 +0000 (18:57 +0000)]
[TASKMGR]
Starting implementing a shutdown menu in taskmgr (see eg. on Windows XP).
It is a synthesis of the available patches of CORE-2332 from Mario Kacmar, fixed by Timo Kreuzer and by myself.

CORE-2332 #resolve #comment Shutdown code committed in revision 63955, closing the report. Please reopen when you implement the other missing functionalities.

svn path=/trunk/; revision=63955

9 years ago[KERNEL32]: Fix SetSystemPowerState.
Hermès Bélusca-Maïto [Tue, 26 Aug 2014 17:56:22 +0000 (17:56 +0000)]
[KERNEL32]: Fix SetSystemPowerState.

svn path=/trunk/; revision=63954

9 years ago[FASTFAT]
Thomas Faber [Tue, 26 Aug 2014 13:41:57 +0000 (13:41 +0000)]
[FASTFAT]
- Do not use direct I/O since it limits read/write operations to 64 MB
CORE-8410 #resolve

svn path=/trunk/; revision=63953

9 years ago[NTOS:MM]
Thomas Faber [Tue, 26 Aug 2014 12:47:02 +0000 (12:47 +0000)]
[NTOS:MM]
- Assert correct pool entry alignment in ExFreePoolWithTag

svn path=/trunk/; revision=63952

9 years ago[CMLIB]
Thomas Faber [Tue, 26 Aug 2014 11:29:15 +0000 (11:29 +0000)]
[CMLIB]
- Fix format specifiers to work in host-tools

svn path=/trunk/; revision=63951

9 years ago[CMLIB]
Thomas Faber [Tue, 26 Aug 2014 10:53:21 +0000 (10:53 +0000)]
[CMLIB]
- Print a debug message if bin validation fails in HvpInitializeMemoryHive.

svn path=/trunk/; revision=63950

9 years ago[NTOS:CM]
Thomas Faber [Tue, 26 Aug 2014 10:49:38 +0000 (10:49 +0000)]
[NTOS:CM]
- Correctly delete resource in failure cases of CmpInitializeHive. Fixes pool corruption when trying to load an invalid hive file.

svn path=/trunk/; revision=63949

9 years ago[NTOS:MM]
Thomas Faber [Tue, 26 Aug 2014 09:22:29 +0000 (09:22 +0000)]
[NTOS:MM]
- Fix broken assert mistakenly added. By Jérôme, delayed at my request. Thanks.

svn path=/trunk/; revision=63948

9 years ago[NTOS/MM]
Jérôme Gardou [Mon, 25 Aug 2014 12:33:49 +0000 (12:33 +0000)]
[NTOS/MM]
 - Bring back PTE frame refcounting when serving a prototype PTE page fault.
 - Fix a bug in MiDeletePte where the said PTE frame was not unshared.
 - Improve transitional PTEs deletion (will be needed for future work).
Do not always trust the comments stating that "strange RosMm code broke everything"

svn path=/trunk/; revision=63947

9 years ago[WIN32K]
Jérôme Gardou [Mon, 25 Aug 2014 09:57:27 +0000 (09:57 +0000)]
[WIN32K]
 - Addendum to r63933: Pass absolute value of the font width to freetype.
CORE-4657 Somehow got lost in the number of attached files.
Spotted by Thomas Faber

svn path=/trunk/; revision=63946

9 years ago[SCSIPORT]
Jérôme Gardou [Sun, 24 Aug 2014 19:49:42 +0000 (19:49 +0000)]
[SCSIPORT]
 - Use kernel handles instead of process handles

svn path=/trunk/; revision=63945

9 years agoFix the fix of revision 63943. Noticed by Thomas Faber.
Hermès Bélusca-Maïto [Sun, 24 Aug 2014 19:32:54 +0000 (19:32 +0000)]
Fix the fix of revision 63943. Noticed by Thomas Faber.
CORE-8150 #comment Indeed, do not confuse 'l' (lowercase L) with 'I' (uppercase i)!

svn path=/trunk/; revision=63944

9 years ago[DESK]: Fix *printf format specifier.
Hermès Bélusca-Maïto [Sun, 24 Aug 2014 17:16:50 +0000 (17:16 +0000)]
[DESK]: Fix *printf format specifier.
Adapted from a patch by Victor Martinez Calvo.

CORE-8150 #resolve #comment Fixed, thanks!

svn path=/trunk/; revision=63943

9 years agoRemove unneeded parentheses.
Hermès Bélusca-Maïto [Sun, 24 Aug 2014 17:07:43 +0000 (17:07 +0000)]
Remove unneeded parentheses.

svn path=/trunk/; revision=63942

9 years ago[TASKMGR]: Clarify the icon handle retrieval, getting rid also of that xhIcon variable.
Hermès Bélusca-Maïto [Sun, 24 Aug 2014 16:58:39 +0000 (16:58 +0000)]
[TASKMGR]: Clarify the icon handle retrieval, getting rid also of that xhIcon variable.
CORE-8148 #resolve #comment The original code was ok, but was not very clear.

svn path=/trunk/; revision=63941

9 years ago[MPLAY32]
Hermès Bélusca-Maïto [Sun, 24 Aug 2014 15:40:34 +0000 (15:40 +0000)]
[MPLAY32]
Implement a single-window mode for videos.
Patch by Ricardo Hanke.

TO ALL TRANSLATORS: Update the translations!

CORE-7910 #resolve #comment Committed, thanks!

svn path=/trunk/; revision=63940

9 years ago[MPLAY32]
Hermès Bélusca-Maïto [Sun, 24 Aug 2014 14:59:44 +0000 (14:59 +0000)]
[MPLAY32]
- Add a "Play" menu, add keyboard accelerators and add a repeat mode.
  Patch by Ricardo Henke.
- Few whitespace fixes.
- Fix french resources. TO ALL TRANSLATORS: Please update the translations!

CORE-7929 #resolve #comment Committed, thanks!

svn path=/trunk/; revision=63938

9 years agoNull HWNDs are NULL.
Hermès Bélusca-Maïto [Sun, 24 Aug 2014 14:15:07 +0000 (14:15 +0000)]
Null HWNDs are NULL.

svn path=/trunk/; revision=63937

9 years ago[MPLAY32]
Hermès Bélusca-Maïto [Sun, 24 Aug 2014 14:10:49 +0000 (14:10 +0000)]
[MPLAY32]
- Display formatted system messages in case of diverse failues.
- Add an error check for RegisterClassEx() and CreateWindow() in _tWinMain().
Patch by Ricardo Hanke.

CORE-7880 #resolve #comment Committed, thanks!

svn path=/trunk/; revision=63936

9 years ago[WIN32K]
Jérôme Gardou [Sun, 24 Aug 2014 13:28:33 +0000 (13:28 +0000)]
[WIN32K]
 - Enable commented freetype call: set font face size and coordinate transformation matrix
Patch by Huw Campbell, reviewed by a gazillion of people.
CORE-4657 #resolve #comment committed in r63933, a million thanks

svn path=/trunk/; revision=63933

9 years ago[SHELL32]
Daniel Reimer [Sun, 24 Aug 2014 13:25:12 +0000 (13:25 +0000)]
[SHELL32]
Marshall interface pointers during background delete by Huw Campbell
CORE-8460 #resolve #comment Committed by request of Victor. Have fun ^^

svn path=/trunk/; revision=63932

9 years ago[DESK.CPL]
Hermès Bélusca-Maïto [Sun, 24 Aug 2014 12:19:35 +0000 (12:19 +0000)]
[DESK.CPL]
Set a default choice for the options of the first tab of Settings/Advanced.

svn path=/trunk/; revision=63931

9 years ago[EVENTVWR]
Hermès Bélusca-Maïto [Sun, 24 Aug 2014 12:00:57 +0000 (12:00 +0000)]
[EVENTVWR]
Do not hardcode event logs, but retrieve them from the registry.
Patch by Ricardo Hanke.

CORE-8458 #resolve #comment Committed, thanks!

svn path=/trunk/; revision=63930

9 years ago[DEVMGR]: Fix a french misspelling.
Hermès Bélusca-Maïto [Sun, 24 Aug 2014 11:42:49 +0000 (11:42 +0000)]
[DEVMGR]: Fix a french misspelling.
[EVENTVWR]: Fix a french misspelling and fix event description dialog layout.

svn path=/trunk/; revision=63929

9 years ago[FASTFAT]
Thomas Faber [Sun, 24 Aug 2014 03:28:01 +0000 (03:28 +0000)]
[FASTFAT]
- Properly handle errors in CcInitializeCacheMap, CcCopyRead and CcCopyWrite
CORE-8410

svn path=/trunk/; revision=63928

9 years ago[CMAKE]
Jérôme Gardou [Sat, 23 Aug 2014 16:47:58 +0000 (16:47 +0000)]
[CMAKE]
 - Try a ninja (the warrior) technique to finally get the dependencies on reactos.cab right

svn path=/trunk/; revision=63927

9 years ago[CONSRV]: Add some accelerators and fix few french strings.
Hermès Bélusca-Maïto [Sat, 23 Aug 2014 16:38:22 +0000 (16:38 +0000)]
[CONSRV]: Add some accelerators and fix few french strings.
TO TRANSLATORS: Please add accelerators for the other languages!

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

9 years ago[FONTS]
Hermès Bélusca-Maïto [Sat, 23 Aug 2014 16:22:12 +0000 (16:22 +0000)]
[FONTS]
Updated UniVGA font by Roy Tam, thanks ;)
CORE-7706

svn path=/trunk/; revision=63925

9 years ago[CMAKE]
Jérôme Gardou [Sat, 23 Aug 2014 15:53:58 +0000 (15:53 +0000)]
[CMAKE]
 - Make a conditional copy of reactos.inf when it is really modified, make reactos.acb depend on it.
Hopefully the last commit so that windows buildbot gets really fixed

svn path=/trunk/; revision=63924

9 years agoSync to trunk revision 63922.
Hermès Bélusca-Maïto [Sat, 23 Aug 2014 15:51:37 +0000 (15:51 +0000)]
Sync to trunk revision 63922.

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

9 years ago[WIN32K]
Jérôme Gardou [Sat, 23 Aug 2014 15:20:44 +0000 (15:20 +0000)]
[WIN32K]
 - Remove left-over assert

svn path=/trunk/; revision=63922

9 years ago[CMAKE]
Jérôme Gardou [Sat, 23 Aug 2014 14:40:00 +0000 (14:40 +0000)]
[CMAKE]
 - make reactos_cab_inf an unconditional target.
Should fix windows testbot

svn path=/trunk/; revision=63921

9 years ago[WIN32K]
Jérôme Gardou [Sat, 23 Aug 2014 14:20:16 +0000 (14:20 +0000)]
[WIN32K]
 - Improve the "infamous RLE hack" in SetDIBitsToDevice by using a mask bitmap corresponding to the valid RLE data
[GDI32]
 - Improve some input checks

svn path=/trunk/; revision=63920

9 years ago[FORMATTING]
Jérôme Gardou [Sat, 23 Aug 2014 10:20:18 +0000 (10:20 +0000)]
[FORMATTING]
 - Reformat/refactor some code. No changes.

svn path=/trunk/; revision=63919

9 years ago[INCLUDE/CRT]
Jérôme Gardou [Sat, 23 Aug 2014 10:19:57 +0000 (10:19 +0000)]
[INCLUDE/CRT]
 - import ivec.h from mingw-w64
[INCLUDE/PSDK]
 - import bthdef and stralign.h from mingw-w64

svn path=/trunk/; revision=63918

9 years ago[NTOS:IO]
Hervé Poussineau [Fri, 22 Aug 2014 19:14:31 +0000 (19:14 +0000)]
[NTOS:IO]
- Do not crash if an invalid PDO is given to IopEditDeviceList
- Always dereference device object when removing it (should be the last reference)
CORE-8294

svn path=/trunk/; revision=63917

9 years ago[NDISUIO]
Hervé Poussineau [Fri, 22 Aug 2014 19:13:31 +0000 (19:13 +0000)]
[NDISUIO]
Add required PnPEventHandler
CORE-8292

svn path=/trunk/; revision=63916

9 years ago[CONSOLE.CPL]: Remove unneeded LBS_DISABLENOSCROLL style.
Hermès Bélusca-Maïto [Fri, 22 Aug 2014 17:32:08 +0000 (17:32 +0000)]
[CONSOLE.CPL]: Remove unneeded LBS_DISABLENOSCROLL style.

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

9 years ago[EXPLORER_OLD]
Hermès Bélusca-Maïto [Thu, 21 Aug 2014 19:18:25 +0000 (19:18 +0000)]
[EXPLORER_OLD]
Disable ScanNTFSStreams calls because this function exclusively calls BackupRead that is not implemented on ReactOS, and as a consequence makes lots of debug spam when browsing the start (sub-)menus.

svn path=/trunk/; revision=63914

9 years ago[RAPPS]
Sylvain Petreolle [Thu, 21 Aug 2014 12:28:24 +0000 (12:28 +0000)]
[RAPPS]
Fix the registry key of the Event Source.

svn path=/trunk/; revision=63913

9 years ago[PSDK]
Thomas Faber [Wed, 20 Aug 2014 13:23:11 +0000 (13:23 +0000)]
[PSDK]
- Fix __drv_functionClass dummy. By Alex Radocea

svn path=/trunk/; revision=63910

9 years ago[NPFS]: The third argument of ObLogSecurityDescriptor is an integer, not a boolean.
Hermès Bélusca-Maïto [Mon, 18 Aug 2014 17:45:26 +0000 (17:45 +0000)]
[NPFS]: The third argument of ObLogSecurityDescriptor is an integer, not a boolean.

svn path=/trunk/; revision=63904

9 years ago[NTOS:CC]
Thomas Faber [Mon, 18 Aug 2014 03:55:59 +0000 (03:55 +0000)]
[NTOS:CC]
- Remove "VACB chain" optimization for CcCopyRead that was never applied anyway since MAX_RW_LENGTH == VACB_MAPPING_GRANULARITY, so a single read could never exceed one VACB
- Consolidate CcCopyRead, CcCopyWrite and the cached case of CcZeroData into a common worker function
CORE-8410

svn path=/trunk/; revision=63903

9 years ago[NTOS:CC]
Thomas Faber [Sun, 17 Aug 2014 21:52:54 +0000 (21:52 +0000)]
[NTOS:CC]
- Set the uninitialize event in CcUninitializeCacheMap to avoid deadlocking callers

svn path=/trunk/; revision=63902

9 years ago[NTOS:CC]
Thomas Faber [Sun, 17 Aug 2014 21:47:43 +0000 (21:47 +0000)]
[NTOS:CC]
- Use the passed-in file sizes in CcInitializeCacheMap

svn path=/trunk/; revision=63901

9 years ago[TCPIP]
Cameron Gutman [Sun, 17 Aug 2014 04:03:29 +0000 (04:03 +0000)]
[TCPIP]
- Reference the address file while delivering data to avoid a use after free when an address file is closed during datagram delivery

svn path=/trunk/; revision=63899

9 years ago[HAL]
Cameron Gutman [Sun, 17 Aug 2014 01:42:02 +0000 (01:42 +0000)]
[HAL]
Fix a catastrophic bug in S/G DMA. There is a subtle difference between the S/G DMA APIs and the old AllocateAdapterChannel API when it comes to having multiple requests in flight. Callers of (Io)AllocateAdapterChannel CANNOT queue another request until the AdapterControlRoutine is called. S/G DMA allows multiple concurrent DMA requests, but ROS was using IoAllocateAdapterChannel in the S/G API. As a result, the wait block stored in the device object was unexpectedly reinitalized and queued again. This results in a leak of the originally queued request context, potentially performing the new DMA operation twice while dropping the old request, and use after free of the context passed to HalpScatterGatherAdapterControl.

svn path=/trunk/; revision=63898

9 years ago[NTOSKRNL:CONFIG]
Eric Kohl [Sat, 16 Aug 2014 08:56:48 +0000 (08:56 +0000)]
[NTOSKRNL:CONFIG]
CmShutdownSystem: Close all hive files after flushing the hives.

svn path=/trunk/; revision=63897

9 years ago[CONSOLE.CPL][CONSRV]: Font fix n°1: correctly use the font size (for TT fonts only...
Hermès Bélusca-Maïto [Fri, 15 Aug 2014 20:00:47 +0000 (20:00 +0000)]
[CONSOLE.CPL][CONSRV]: Font fix n°1: correctly use the font size (for TT fonts only, at the moment).

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

9 years ago[APPWIZ]
Thomas Faber [Fri, 15 Aug 2014 12:34:12 +0000 (12:34 +0000)]
[APPWIZ]
- Download Gecko from a URL that does not force HTTPS.
CORE-8396

svn path=/trunk/; revision=63895