Commit graph

28962 commits

Author SHA1 Message Date
Christoph von Wittich e23f06ce53 -use ExAllocatePoolWithTag instead of ExAllocatePool
-add missing critical region acquiring to the NtfsCreate routine.

svn path=/trunk/; revision=31753
2008-01-13 11:36:54 +00:00
Hervé Poussineau e48805d7fc buildno.cpp depends of version.h
svn path=/trunk/; revision=31752
2008-01-13 10:52:55 +00:00
Dmitry Chapyshev ec7508b924 - Update Russian translation
svn path=/trunk/; revision=31750
2008-01-13 06:25:16 +00:00
Daniel Reimer 4fc067f18d Update German RC File
svn path=/trunk/; revision=31749
2008-01-12 23:56:57 +00:00
Pierre Schweitzer fa5fbbefd2 Make "My Network Places" translatable and translate it into French
svn path=/trunk/; revision=31748
2008-01-12 22:38:48 +00:00
Pierre Schweitzer 8d54c16b65 Rewritten NTFS driver entry :
- Use Hervé debug method (better), thanks to Hervé
- Use NTAPI instead of STDCALL to have MSVC compatibility, thanks to Hervé
- Moved IRP functions array to a new function, NtfsInitializeFunctionPointers
- Added more checks
- Initialize global and local data before acting with kernel
- Removeed the use of one var
That should be all....

svn path=/trunk/; revision=31747
2008-01-12 20:54:41 +00:00
Daniel Reimer 6072b41a71 Bug 2958: Ukrainian translation Update (temarez<AT>yandex<DOT>ru)
svn path=/trunk/; revision=31746
2008-01-12 18:06:46 +00:00
Daniel Reimer 7c66463845 Update German RC File.
svn path=/trunk/; revision=31745
2008-01-12 18:01:41 +00:00
Hervé Poussineau f94c2a7484 [FORMATTING] Fix formatting
svn path=/trunk/; revision=31744
2008-01-12 17:54:45 +00:00
Dmitry Chapyshev 896d74327d - Activate all languages
svn path=/trunk/; revision=31743
2008-01-12 17:41:59 +00:00
Dmitry Chapyshev d8d8752ea2 - Add more languages (not translated)
svn path=/trunk/; revision=31742
2008-01-12 17:40:38 +00:00
Colin Finck 8d77b86693 Fix creating a directory, deleting it and recreating it. Thanks to Aleksey and Hervé!
r25255 broke it, because the OpenHandleCount was decremented, but the check for the last handle was not updated.

svn path=/trunk/; revision=31741
2008-01-12 17:29:26 +00:00
Hervé Poussineau 0e38eeaf88 [FORMATTING] Fix indentation
svn path=/trunk/; revision=31740
2008-01-12 17:20:11 +00:00
Aleksey Bragin daea1a27a5 - Fix build.
svn path=/trunk/; revision=31738
2008-01-12 15:38:35 +00:00
Dmitry Chapyshev 2fe5326868 - Activate Bulgarian translation for usetup
- Fix formatting

svn path=/trunk/; revision=31737
2008-01-12 15:26:57 +00:00
Aleksey Bragin 455c9a6b04 - Add missing critical region acquiring to the VfatShutdown routine.
- Remove that irql <= PASSIVE_LEVEL check, always entering the critical region. And for vfat calls with an unusual high irql leave a DPRINT.

svn path=/trunk/; revision=31736
2008-01-12 15:20:22 +00:00
Dmitry Chapyshev cd8742fff2 - Fix formatting
svn path=/trunk/; revision=31735
2008-01-12 15:14:54 +00:00
Dmitry Chapyshev 92ceb5c77c - Add "Computer Name Changes" and "DNS Suffix and NetBIOS Computer Name" dialogs
- Add more strings
- Add more icons

svn path=/trunk/; revision=31734
2008-01-12 15:11:44 +00:00
Dmitry Chapyshev a83b654d69 - Fix Russian translation
svn path=/trunk/; revision=31733
2008-01-12 15:07:14 +00:00
Daniel Reimer c9a0696981 Bug 2922: en-US updated shell translations (atylmo<AT>gmail<DOT>com)
Bug 2957: Bulgarian translation of ReactOS (sstpr<AT>narod<DOT>ru)

svn path=/trunk/; revision=31730
2008-01-12 10:20:26 +00:00
Colin Finck c29d4427ad Polish translation for rasdlg by Olaf Siejka (caemyr AT gmail DOT com)
See issue #2944 for more details.

svn path=/trunk/; revision=31729
2008-01-11 21:25:50 +00:00
Aleksey Bragin d33a2b5597 - Update ros diff according to recent Colin's changes.
svn path=/trunk/; revision=31726
2008-01-11 16:32:28 +00:00
Hervé Poussineau 0c8a8e9740 Fix 2nd stage hang
svn path=/trunk/; revision=31722
2008-01-11 15:37:43 +00:00
Aleksey Bragin 9d5c828c5a - Merge leftovers.
svn path=/trunk/; revision=31721
2008-01-11 15:28:28 +00:00
Aleksey Bragin 139211de9f - Update wine sync doc.
- Add rpcrt4_winetest to the install CD.

svn path=/trunk/; revision=31720
2008-01-11 15:16:33 +00:00
Aleksey Bragin 1146ba6e6b - Correct fix for the obj-i386 dependent path hack, by hpoussin.
svn path=/trunk/; revision=31719
2008-01-11 15:12:54 +00:00
Colin Finck b58eaf320a Trying to fix the build on Unix hosts by only using host headers in widl
svn path=/trunk/; revision=31718
2008-01-11 14:46:27 +00:00
Aleksey Bragin 6f10c76e4a - Switch to the new widl and new rpcrt4.
- Old widl had some more patches applies, and old rpcrt4 had Saveliy Tretiakov's patches applied. They were not explicitly added into this update (some of them might be reworked and got accepted by Wine).

svn path=/trunk/; revision=31717
2008-01-11 13:46:33 +00:00
Aleksey Bragin 9358a8f3bc - Add missing \n to the debug print.
svn path=/trunk/; revision=31716
2008-01-11 13:15:53 +00:00
Aleksey Bragin 9e388b6581 - Apply adapted patch by Damjan Jovanovic <damjan.jov@gmail.com> "Make RpcMgmtWaitServerListen wait for the server to stop listening, like it is supposed to". Rob Shearman commented that "it prevented the dispatching of simultaneous RPCs on an endpoint", however it's enough for ReactOS for now, until a better patch is made.
- Uncomment commented out error checks.
- Update rpcrt4_ros.diff accordingly.

svn path=/trunk/; revision=31715
2008-01-11 13:13:05 +00:00
Hervé Poussineau fb3185bf85 Display hardware wizard only after user logged in.
It still needs improvement, to first try once to install without user intervention, and then, once an admin is logged on, ask it for still not installed devices.

svn path=/trunk/; revision=31714
2008-01-11 13:00:44 +00:00
Hervé Poussineau 8f6a9bb877 Add missing \n
svn path=/trunk/; revision=31713
2008-01-11 11:35:44 +00:00
Hervé Poussineau 93889a1f83 Use same UNIMPLEMENTED macro syntax as in other parts
svn path=/trunk/; revision=31712
2008-01-11 11:35:09 +00:00
Aleksey Bragin bbca7c647c Dmitry Philippov <shedon@mail.ru>
- Respect format of the returned string (unicode or ansi). This fixes the text inside csrss hard error message box.
- Unicode->ansi conversion is done especially.

svn path=/trunk/; revision=31711
2008-01-11 11:16:02 +00:00
Aleksey Bragin f1df2b6693 - Import rpcrt4 tests from Wine-20080105.
- There is an ugly hack applied, which defines the relative path to the server_*.h files inside obj-i386 directory, thus being dependent on its name.

svn path=/trunk/; revision=31710
2008-01-11 10:57:59 +00:00
Hervé Poussineau 8f381d925f Prevent creation 1500000 temporary objects by caching value of CompilationUnit::GetFilename().
Limit access to variables of CompilationUnit

svn path=/trunk/; revision=31709
2008-01-11 09:09:49 +00:00
Marc Piulachs 4a758fd9fb - Spanish localization by Javier Remacha <remialdo at gmail dot com>
See issue #2956 for more details.

svn path=/trunk/; revision=31708
2008-01-10 23:34:04 +00:00
Aleksey Bragin eefba1f4a6 - Add more defines from Wine.
svn path=/trunk/; revision=31706
2008-01-10 21:04:36 +00:00
Christoph von Wittich b5e930a979 use plural in english version
svn path=/trunk/; revision=31705
2008-01-10 18:18:47 +00:00
Gregor Brunmar ec77be9664 Added self to CREDITS :)
svn path=/trunk/; revision=31704
2008-01-10 17:16:49 +00:00
Timo Kreuzer d6579437d3 Update German Translation of kernel32 errorcodes by Michael Fritscher (michael at fritscher dot net) and me.
svn path=/trunk/; revision=31703
2008-01-10 16:25:45 +00:00
Aleksey Bragin 83821cecc6 Christoph Brill <egore@gmx.de>
- Sync msvcrt20.c with Wine.
See issue #2947 for more details.

svn path=/trunk/; revision=31702
2008-01-10 13:50:32 +00:00
Aleksey Bragin 11cd25ed6f Christoph Brill <egore@gmx.de>
- Sync msiexec to Wine-20080105.
See issue #2948 for more details.

svn path=/trunk/; revision=31701
2008-01-10 13:33:25 +00:00
Christoph von Wittich ba8ac4fd2f fix some text strings
svn path=/trunk/; revision=31699
2008-01-10 07:45:12 +00:00
James Tabor f7c4eb1117 Removed Enhmeta code from win32k.
svn path=/trunk/; revision=31698
2008-01-10 07:42:32 +00:00
Christoph von Wittich 0edf0e7061 add cpu.inf
svn path=/trunk/; revision=31697
2008-01-10 07:37:55 +00:00
James Tabor 340f80454a Add member items for meta clipping region and bounding rectangle support.
svn path=/trunk/; revision=31696
2008-01-10 07:21:02 +00:00
James Tabor 8592433357 See http://msdn2.microsoft.com/en-us/library/aa293810(VS.60).aspx for details.
svn path=/trunk/; revision=31694
2008-01-10 06:34:37 +00:00
Aleksey Bragin faeef3e4d1 - Fix a typo, spotted by Johannes Anderwald.
svn path=/trunk/; revision=31692
2008-01-09 22:03:42 +00:00
Aleksey Bragin bb5bf44217 - Make WaitNamedPipe (copied from the new implementation #ifdef USING_PROPER_NPFS_WAIT_SEMANTICS) and corresponding part in npfs.sys actually respect the timeout.
svn path=/trunk/; revision=31691
2008-01-09 20:38:52 +00:00