Commit graph

29063 commits

Author SHA1 Message Date
Aleksey Bragin ae52811702 - Fix a bug in %SystemRoot% substitution branch.
svn path=/trunk/; revision=31772
2008-01-14 12:31:35 +00:00
The Wine Synchronizer dde4bc9089 Autosyncing with Wine HEAD
svn path=/trunk/; revision=31771
2008-01-14 12:29:35 +00:00
The Wine Synchronizer a348280fcc Autosyncing with Wine HEAD
svn path=/trunk/; revision=31770
2008-01-14 12:26:48 +00:00
Hervé Poussineau 0c189da5cd Autosyncing with Wine HEAD
svn path=/trunk/; revision=31769
2008-01-14 12:20:56 +00:00
Aleksey Bragin c325864075 - Implement canonicalizing the service binary path properly, handling all possible cases (instead of a memory-overwriting hack Christoph noticed yesterday).
svn path=/trunk/; revision=31768
2008-01-14 11:46:14 +00:00
Thomas Bluemel 9f1182353d Add more definitions
svn path=/trunk/; revision=31767
2008-01-13 22:44:07 +00:00
Sylvain Petreolle 3328aa9506 french translation for devmgr
thanks to amine48rz for dialogs

svn path=/trunk/; revision=31766
2008-01-13 20:41:28 +00:00
Colin Finck 656f2e0b28 - Change the comment about the build tag for releases in "version.h"
- Update Thunderbird 1.5 to 1.5.0.14 in "downloader.xml"

svn path=/trunk/; revision=31765
2008-01-13 19:45:24 +00:00
Hervé Poussineau 6ca3b199c7 Better arguments check
Do not prepend '-' if build tag is empty
Fix check to know if file needs to be rewritten
Support a custom buildtag with -t

svn path=/trunk/; revision=31764
2008-01-13 18:54:52 +00:00
Christoph von Wittich fab53367f4 don't crash on thread detach - now Diablo 2 videotest isn't crashing anymore
svn path=/trunk/; revision=31763
2008-01-13 15:42:23 +00:00
Aleksey Bragin 1449fc2b23 - Use new APIs MmHeapAlloc / MmHeapFree for small and discardable memory allocations (not everywhere yet). There is currently no difference, since they all point to the same old memory allocator.
- Include bget.h to freeldr.h.

svn path=/trunk/; revision=31762
2008-01-13 15:17:54 +00:00
Christoph von Wittich ea6661ca60 only allocate a buffer in StartServiceA when dwNumServiceArgs > 0
adjust the image path in services/rpcserver

svn path=/trunk/; revision=31761
2008-01-13 14:22:55 +00:00
Christoph von Wittich 16f2303c0b don't corrupt the image path
svn path=/trunk/; revision=31760
2008-01-13 13:44:14 +00:00
Dmitry Chapyshev 497eab27f4 - Add more languages
svn path=/trunk/; revision=31759
2008-01-13 13:39:36 +00:00
Dmitry Chapyshev ab6796b2f1 - Add more languages (not translated)
svn path=/trunk/; revision=31758
2008-01-13 13:37:35 +00:00
Christoph von Wittich 0a1860718e fix a bug in CreateServiceA
svn path=/trunk/; revision=31757
2008-01-13 13:33:28 +00:00
Aleksey Bragin 56ed86bd5b - Add BGET (public domain heap implementation).
svn path=/trunk/; revision=31756
2008-01-13 13:03:42 +00:00
Aleksey Bragin 0165cc9725 - Sync up Mm interface with WinLdr branch (introduce the concept of a memory type at every allocation, however in freeldr's implementation it's just ignored now).
- Copy winldr's files from the branch, with the only #ifdef WHEN_MERGE_COMPLETE hack.

svn path=/trunk/; revision=31755
2008-01-13 12:53:49 +00:00
Gregor Brunmar f4ee84bae1 Refactored d3d9 a bit
svn path=/trunk/; revision=31754
2008-01-13 11:45:31 +00:00
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